@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Oswald", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 144;
    --base-s: 90%;
    --base-l: 42%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --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-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --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);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* Base Two Color */
    --base-two-h: 144;
    --base-two-s: 90%;
    --base-two-l: 42%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white-h: 0;
    --white-s: 0%;
    --white-l: 100%;
    --white: var(--white-h) var(--white-s) var(--white-l);
    --white-d-100: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.1);
    --white-d-200: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.2);
    --white-d-300: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.3);
    --white-d-400: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.4);
    --white-d-500: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.5);
    --white-d-600: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.6);
    --white-d-700: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.7);
    --white-d-800: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.8);
    --white-d-900: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 0.9);
    --white-d-1000: var(--white-h) var(--white-s) calc(var(--white-l) - var(--white-l) * 1);
    --white-l-100: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.1);
    --white-l-200: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.2);
    --white-l-300: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.3);
    --white-l-400: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.4);
    --white-l-500: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.5);
    --white-l-600: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.6);
    --white-l-700: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.7);
    --white-l-800: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.8);
    --white-l-900: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 0.9);
    --white-l-1000: var(--white-h) calc(var(--white-s)) calc(var(--white-l) + (100% - var(--white-l)) * 1);
    --body-color: 0 0% 80%;
    --heading-color: 0 0% 89%;
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --black-d-100: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.1);
    --black-d-200: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.2);
    --black-d-300: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.3);
    --black-d-400: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.4);
    --black-d-500: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.5);
    --black-d-600: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.6);
    --black-d-700: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.7);
    --black-d-800: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.8);
    --black-d-900: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 0.9);
    --black-d-1000: var(--black-h) var(--black-s) calc(var(--black-l) - var(--black-l) * 1);
    --black-l-100: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.1);
    --black-l-200: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.2);
    --black-l-300: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.3);
    --black-l-400: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.4);
    --black-l-500: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.5);
    --black-l-600: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.6);
    --black-l-700: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.7);
    --black-l-800: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.8);
    --black-l-900: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 0.9);
    --black-l-1000: var(--black-h) calc(var(--black-s)) calc(var(--black-l) + (100% - var(--black-l)) * 1);
    --border-color: 0 0% 88%;
    --body-bg: 220 18% 3%;
    --section-bg: 210 3% 13%;
    --background-color: var(--black);
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --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-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);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --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-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);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --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-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);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --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-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);
    /* Warning Color */
    --warning-h: 43;
    --warning-s: 100%;
    --warning-l: 65%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --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-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);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* Blue Color */
    --blue-h: 244;
    --blue-s: 83%;
    --blue-l: 67%;
    --blue: var(--blue-h) var(--blue-s) var(--blue-l);
    --blue-d-100: var(--blue-h) var(--blue-s) calc(var(--blue-l) - var(--blue-l) * 0.1);
    --blue-d-200: var(--blue-h) var(--blue-s) calc(var(--blue-l) - var(--blue-l) * 0.2);
    --blue-d-300: var(--blue-h) var(--blue-s) calc(var(--blue-l) - var(--blue-l) * 0.3);
    --blue-d-400: var(--blue-h) var(--blue-s) calc(var(--blue-l) - var(--blue-l) * 0.4);
    --blue-d-500: var(--blue-h) var(--blue-s) calc(var(--blue-l) - var(--blue-l) * 0.5);
    --blue-l-100: var(--blue-h) calc(var(--blue-s)) calc(var(--blue-l) + (100% - var(--blue-l)) * 0.1);
    --blue-l-200: var(--blue-h) calc(var(--blue-s)) calc(var(--blue-l) + (100% - var(--blue-l)) * 0.2);
    --blue-l-300: var(--blue-h) calc(var(--blue-s)) calc(var(--blue-l) + (100% - var(--blue-l)) * 0.3);
    --blue-l-400: var(--blue-h) calc(var(--blue-s)) calc(var(--blue-l) + (100% - var(--blue-l)) * 0.4);
    --blue-l-500: var(--blue-h) calc(var(--blue-s)) calc(var(--blue-l) + (100% - var(--blue-l)) * 0.5);
    --gray-h: 220;
    --gray-s: 3%;
    --gray-l: 21%;
    --gray: var(--gray-h) var(--gray-s) var(--gray-l);
    --gray-d-100: var(--gray-h) var(--gray-s) calc(var(--gray-l) - var(--gray-l) * 0.1);
    --gray-d-200: var(--gray-h) var(--gray-s) calc(var(--gray-l) - var(--gray-l) * 0.2);
    --gray-d-300: var(--gray-h) var(--gray-s) calc(var(--gray-l) - var(--gray-l) * 0.3);
    --gray-d-400: var(--gray-h) var(--gray-s) calc(var(--gray-l) - var(--gray-l) * 0.4);
    --gray-d-500: var(--gray-h) var(--gray-s) calc(var(--gray-l) - var(--gray-l) * 0.5);
    --gray-l-100: var(--gray-h) calc(var(--gray-s)) calc(var(--gray-l) + (100% - var(--gray-l)) * 0.1);
    --gray-l-200: var(--gray-h) calc(var(--gray-s)) calc(var(--gray-l) + (100% - var(--gray-l)) * 0.2);
    --gray-l-300: var(--gray-h) calc(var(--gray-s)) calc(var(--gray-l) + (100% - var(--gray-l)) * 0.3);
    --gray-l-400: var(--gray-h) calc(var(--gray-s)) calc(var(--gray-l) + (100% - var(--gray-l)) * 0.4);
    --gray-l-500: var(--gray-h) calc(var(--gray-s)) calc(var(--gray-l) + (100% - var(--gray-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme=dark] {
    --white: 220 18% 3%;
    --black: 0 0% 100%;
}

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

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

.flex-align,
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.fs-11 {
    font-size: 0.6875rem;
}

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

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

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

.fs-15 {
    font-size: 0.9375rem;
}

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

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

.fs-17 {
    font-size: 1.0625rem;
}

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

@media screen and (max-width: 767px) {
    .fs-17 {
        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 =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--white)/0.8);
    word-break: break-word;
    background-color: hsl(var(--body-bg));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
}

p {
    font-size: 1rem;
    margin: 0;
    color: hsl(var(--white)/0.8);
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    p {
        font-size: 0.875rem;
    }
}

span {
    display: inline-block;
}

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

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 5rem;
}

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

@media screen and (max-width: 991px) {
    h1 {
        font-size: 4.0625rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 3.25rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 3.25rem;
    }
}

@media screen and (max-width: 424px) {
    h1 {
        font-size: 3.25rem;
    }
}

@media screen and (max-width: 374px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: 3rem;
}

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

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.1875rem;
    }
}

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

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

h3 {
    font-size: 2.5rem;
}

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

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.625rem;
    }
}

h4 {
    font-size: 2rem;
}

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

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.125rem;
    }
}

h5 {
    font-size: 1.5rem;
}

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

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}

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

h6 {
    font-size: 1.25rem;
}

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

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

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

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--info));
}

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

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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

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

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

/* Bg Image Css */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* 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);
}

.body-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 999;
    background-color: hsl(var(--black)/0.5);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 1049;
    background-color: hsl(var(--black)/0.5);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.dropdown--menu {
    padding: 3px;
    margin: 0;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
}

.dropdown--menu.show {
    display: grid;
    gap: 3px;
}

.dropdown--menu .dropdown-item {
    color: hsl(var(--white)/0.7);
    font-size: 0.875rem;
}

.dropdown--menu .dropdown-item:focus,
.dropdown--menu .dropdown-item:hover {
    background-color: hsl(var(--base));
    border-radius: 5px;
    color: hsl(var(--white));
}

.dashboard-search-form {
    position: relative;

    .form--control {
        padding-left: 50px;
    }
}

.dashboard-search-form .dashboard-search-form-icon {
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dashboard-search-form .dashboard-search-form-field {
    padding-left: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-title .main-title {
    margin-top: 3px;
    margin-bottom: 13px;
}

.section-title .sub-title {
    font-size: 1.25rem;
    color: hsl(var(--white)/0.6);
}

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

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

.progress {
    --bs-progress-height: 5px;
    border-radius: 5px;
    background-color: hsl(var(--base-l-700));
    overflow: unset;
}

.progress .progress-bar {
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    width: 25%;
    background: hsl(var(--base));
    border-radius: 5px;
}

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

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

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

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

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

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

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

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

/* ================================= Color Css End =========================== */
.py-120 {
    padding-block: 120px;
}

@media screen and (max-width: 991px) {
    .py-120 {
        padding-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .py-120 {
        padding-block: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pt-120 {
        padding-top: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.py-60 {
    padding-block: 60px;
}

@media screen and (max-width: 991px) {
    .py-60 {
        padding-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .py-60 {
        padding-block: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pt-60 {
        padding-top: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.my-120 {
    margin-block: 120px;
}

@media screen and (max-width: 991px) {
    .my-120 {
        margin-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .my-120 {
        margin-block: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mt-120 {
        margin-top: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.my-60 {
    margin-block: 60px;
}

@media screen and (max-width: 991px) {
    .my-60 {
        margin-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .my-60 {
        margin-block: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mt-60 {
        margin-top: 30px;
    }
}

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

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

@media screen and (max-width: 424px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

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

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

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

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

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

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

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

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--white)/0.1);
    overflow: hidden;
    border-radius: 12px;
    background: hsl(var(--section-bg));
}

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

.custom--accordion .accordion-item:has(.accordion-collapse.show) {
    border-color: hsl(var(--base)/0.3);
    -webkit-box-shadow: 0 0 6px 0 hsl(var(--base)/0.3);
    box-shadow: 0 0 6px 0 hsl(var(--base)/0.3);
}

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

.custom--accordion .accordion-body {
    padding: 24px;
    padding-top: 0;
    background-color: hsl(var(--section-bg));
    color: hsl(var(--white)/0.7);
}

.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: 5px;
}

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

.custom--accordion .accordion-button {
    background-color: hsl(var(--section-bg));
    color: var(--heading-color);
    font-size: 1.125rem;
    padding: 20px 24px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

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

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "font awesome 7 free";
    font-weight: 900;
    content: "\f077";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    height: unset;
    font-size: 14px;
}

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

.custom--accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

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

.btn {
    color: hsl(var(--black)) !important;
    font-weight: 500;
    padding: 17px 29px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-block !important;
    font-size: 1.25rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

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

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

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

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

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

.btn--gray {
    background: hsl(var(--gray));
    color: hsl(var(--white)/0.6) !important;
    border-radius: 8px;
    border: 1px solid hsl(var(--white)/0.1);
    font-weight: 500;
    padding: 15px 29px;
    font-size: 1rem;
}

.btn--gray:hover {
    background: hsl(var(--base));
    color: hsl(var(--black)) !important;
}


.btn--md {
    padding: 14px 20px;
    font-weight: 600;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .btn--md {
        padding: 10px 15px;
        font-size: 0.85rem;
    }
}

.btn--sm {
    padding: 7px 18px;
    font-weight: 600;
    font-size: 0.75rem;
}

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

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.btn--section {
    border-radius: 5px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
}

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

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

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

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

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

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

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

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-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 {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

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

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-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 {
    background-color: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}

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

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
    background-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 {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

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

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-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 {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

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

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-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 {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

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

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

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

.btn--black:hover,
.btn--black:focus .btn--black:focus-visible {
    background-color: hsl(var(--black-d-200)) !important;
    border: 1px solid hsl(var(--black-d-200)) !important;
}

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

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

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

.btn--white:hover,
.btn--white:focus .btn--white:focus-visible {
    background-color: hsl(var(--white-d-200)) !important;
    border: 1px solid hsl(var(--white-d-200)) !important;
}

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

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

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 15px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
    padding: 15px;
}

.custom--card .card-header {
    font-size: 1.125rem;
    padding: 0;
    border: 0;
}

.custom--card .card-header__title {
    margin-bottom: 0;
}

.custom--card .card-header hr {
    border-top: 1px dashed hsl(var(--white));
    margin-bottom: 0;
}

.custom--card .card-body {
    margin-top: 20px;
    padding: 0;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 6px;
    font-size: 0.9375rem;
    color: hsl(var(--white));
    font-weight: 500;
}

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

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

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.select option {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 8px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 17px 17px;
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.2);
    color: hsl(var(--white));
    line-height: 1;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control::-moz-placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control::placeholder {
    color: hsl(var(--white)/0.6);
}

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

.form--control:disabled,
.form--control[readonly] {
    background-color: transparent;
    opacity: 1;
    border: 0;
}

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

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

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

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

.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 End */
textarea.form--control {
    height: 130px;
    padding: 17px;
    line-height: 1.2;
}

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

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

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

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

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

.password-show-hide.fa-eye {
    --fa: "" !important;
}

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

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

/* Custom Checkbox Design */
.form--check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form--check a {
    display: inline;
}

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

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

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

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

.form--check .form-check-label {
    font-weight: 600;
    width: calc(100% - 17px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

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

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

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

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

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

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

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

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

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

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

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

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

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

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

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

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
    border-radius: 8px;
    border: 1px solid hsl(var(--white)/0.1);
}

.input--group .form--control {
    border-width: 0px !important;
    padding-right: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input--group .btn {
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.input--group .input-group-text+.form--control {
    padding-right: 20px;
    padding-left: 10px;
}

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

.input--group .input-group-text {
    border-width: 0px;
    height: calc(100% - 10px);
    margin: 5px;
    border-radius: 5px;
    background-color: hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

.input--group-text {
    margin-left: 5px;
}

.input--group .form--control[readonly] {
    background: hsl(var(--black)/0.3) !important;
}

.input--group .form--control[readonly]:focus {
    border-color: hsl(var(--black)/0.3);
}

.input--group:has(.form--control[readonly]) {
    background: hsl(var(--black)/0.3) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
    border-color: hsl(var(--black)/0.4) !important;
}

.dashboard .form--label {
    color: hsl(var(--white));
}

.dashboard .form--control {
    background-color: hsl(var(--white)/0.05);
    color: hsl(var(--white)/0.8);
    border-color: hsl(var(--white)/0.05);
}

.dashboard .form--control::-webkit-input-placeholder {
    color: hsl(var(--white)/0.5);
}

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

.dashboard .form--control:-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.dashboard .form--control::-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

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

.dashboard .form--radio {
    background-color: hsl(var(--white)/0.05);
    color: hsl(var(--white)/0.8);
    border: 1px solid hsl(var(--white)/0.05);
    border-radius: 6px;
    padding: 13px 18px;
    gap: 9px;
    cursor: pointer;
}

.dashboard .form--radio .form-check-input {
    color: hsl(var(--white));
    border-color: hsl(var(--white)/0.4);
}

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

.dashboard .select2+.select2-container .select2-selection__rendered {
    background-color: hsl(var(--white)/0.05);
    color: hsl(var(--white)/0.8);
    border-color: hsl(var(--white)/0.05);
}

.dashboard .select2+.select2-container .select2-selection__rendered::-webkit-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.dashboard .select2+.select2-container .select2-selection__rendered::-moz-placeholder {
    color: hsl(var(--white)/0.5);
}

.dashboard .select2+.select2-container .select2-selection__rendered:-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.dashboard .select2+.select2-container .select2-selection__rendered::-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.dashboard .select2+.select2-container .select2-selection__rendered::placeholder {
    color: hsl(var(--white)/0.5);
}

.dashboard .select2+.select2-container .select2-selection__arrow::after {
    color: hsl(var(--white)/0.8);
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--white)/0.09);
    padding: 15px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

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

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

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

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

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--white)/0.09);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.dashboard .pagination-wrapper {
    border-top: 1px solid hsl(var(--white) / .1);
    padding-top: 20px;
}

.dashboard .pagination-wrapper .pagination {
    margin-top: 0px;
}

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

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

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

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

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--white)/0.1);
    margin: 0 5px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--white)/0.7);
    border-radius: 4px;
    background: hsl(var(--section-bg));
}

.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 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

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

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

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

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

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

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

.action-buttons button {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: hsl(var(--white)/0.09);
    border: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--white)/0.7);
    font-size: 0.75rem;
}

.action-buttons button:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.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> :not(caption)>*>* {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

.table-responsive {
    padding-bottom: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: hsl(var(--base-l-800));
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar {
    height: 3px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
}

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

.table thead tr th {
    padding: 15px 15px;
    color: hsl(var(--white));
    font-weight: 700;
    border-bottom: 0;
    font-size: 0.875rem;
    background-color: hsl(var(--white)/0.09);
    text-align: center;
}

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

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

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

.table tbody {
    border: 0 !important;
}

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

.table tbody tr:first-child td {
    padding-top: 18px;
}

@media screen and (max-width: 991px) {
    .table tbody tr:first-child td {
        padding-top: 7px;
    }
}

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

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

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

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

.table tbody tr td {
    vertical-align: middle;
    padding: 14px 15px;
    border-width: 1px;
    border: 0;
    color: hsl(var(--white)/0.7);
    font-weight: 500;
    font-size: 0.875rem;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    text-align: center;
}

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

.table tbody tr td:has(.empty-table-text)::before {
    display: none;
}

.table tbody tr td:has(.empty-table-text) {
    justify-content: center;
}

.table tbody tr td:first-child {
    font-size: 0.875rem;
    padding-left: 0;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .table tbody tr td:first-child {
        padding-left: 7px;
    }
}

.table tbody tr td:last-child {
    padding-right: 0;
    text-align: right;
}

@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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

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

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

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }

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

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

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

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

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

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

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

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }

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

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

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

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

    .table--responsive--xl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

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

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

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }

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

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

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

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

    .table--responsive--xxl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

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

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

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }

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

/* ================================= Table Css End =========================== */
/* ================================= Badge Css Start =========================== */
.custom--badge {
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.badge {
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 5px 10px;
}

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

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

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

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

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

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

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

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

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    font-weight: 400;
    padding: 17px 22px;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

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

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

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

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

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

.alert__title {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    display: block;
    line-height: 1.375;
}

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

.alert__link {
    position: relative;
}

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

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

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

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

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

.alert--base .alert__desc {
    color: hsl(var(--base)/0.7);
}

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

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

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

.alert--primary .alert__desc {
    color: hsl(var(--primary)/0.7);
}

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

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

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

.alert--success .alert__desc {
    color: hsl(var(--success)/0.7);
}

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

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

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

.alert--info .alert__desc {
    color: hsl(var(--info)/0.7);
}

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

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

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

.alert--danger .alert__desc {
    color: hsl(var(--danger)/0.7);
}

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

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

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

.alert--warning .alert__desc {
    color: hsl(var(--warning)/0.7);
}

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

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

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

.alert--secondary .alert__desc {
    color: hsl(var(--secondary)/0.7);
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: hsl(var(--body-bg));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
    transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
}

#preloader #text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    #preloader #text {
        gap: 7px;
    }
}

#preloader #text p {
    color: hsl(var(--white));
    font-weight: 800;
    margin: 0;
    opacity: 0;
    -webkit-animation: fadeIn 1.5s ease-in-out infinite;
    animation: fadeIn 1.5s ease-in-out infinite;
    font-family: var(--heading-font);
    font-size: 60px;
}

@media screen and (max-width: 767px) {
    #preloader #text p {
        font-size: 40px;
    }
}

#preloader #text p.active {
    color: hsl(var(--base));
}

#preloader #text p:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#preloader #text p:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#preloader #text p:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#preloader #text p:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#preloader #text p:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#preloader #text p:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#preloader #text p:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#preloader #text p:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#preloader #text p:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#preloader #text p:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ================================= preload Css End ===========================  */
/* ======================  Header Start  ======================*/
.navbar-main {
    width: 100%;
    height: auto;
    z-index: 111;
    padding: 10px 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-main .logo-black {
    display: block;
}

.navbar-main .logo-white {
    display: none;
}

.navbar-main.navbar-shrink {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: hsl(var(--black)/0.4);
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    padding: 0;
}

@media screen and (max-width: 991px) {
    .navbar-main.navbar-shrink {
        padding: 10px 0;
    }
}

.navbar-main .offcanvas-title img,
.navbar-main .navbar-brand img {
    max-width: 200px;
}

@media screen and (max-width: 1199px) {

    .navbar-main .offcanvas-title img,
    .navbar-main .navbar-brand img {
        max-width: 150px;
    }
}

.navbar-main .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.navbar-main .right-nav .btn {
    padding: 13px 24px;
    font-size: 1rem;
}

@media screen and (max-width: 424px) {
    .navbar-main .right-nav .btn {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-main .right-nav .btn {
        padding: 13px 17px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-main .right-nav {
        gap: 10px;
    }
}

.navbar-toggler {
    opacity: 1;
    padding: 4px 8px;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--body-color));
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-toggler:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .navbar-toggler {
        padding: 1px 8px;
    }
}

.navbar-toggler svg {
    width: 35px;
    height: 35px;
}

.navbar-nav {
    gap: 1.125rem;
    position: relative;
    margin-right: 40px;
}

@media screen and (max-width: 1199px) {
    .navbar-nav {
        gap: 0.625rem;
        margin-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        gap: 0rem;
        margin-right: 0;
    }
}

.navbar-nav .nav-item .nav-link {
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 500;
    padding: 1.5625rem 0.3125rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 0.875rem;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item .nav-link {
        padding: 0.625rem;
        color: hsl(var(--white)/0.8);
        font-size: 0.9375rem;
    }
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    color: hsl(var(--base));
    position: relative;
}

.navbar-nav .nav-item .nav-link.active span::before,
.navbar-nav .nav-item .nav-link:hover span::before {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item:hover .nav-link {
    color: hsl(var(--base));
}

#offcanvasNavbar {
    background-color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
    #offcanvasNavbar {
        min-height: 100vh;
    }
}

@media screen and (max-width: 767px) {
    #offcanvasNavbar .btn {
        padding: 15px 20px;
    }
}

#offcanvasNavbar .dropdown-lang .language-text {
    color: hsl(var(--white));
}

.btn-close {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
    filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
    opacity: 1;
}

/*=== language button  ====*/
.dropdown-lang .language-btn {
    color: hsl(var(--white));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dropdown-lang .language-btn::after {
    display: inline-block !important;
    margin-left: 0px;
}

.dropdown-lang .flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.dropdown-lang .language-text {
    color: hsl(var(--text-color));
    font-size: 16px;
}

.dropdown-lang .dropdown-menu {
    width: 112px !important;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    max-height: 370px;
    overflow-y: auto;
    background-color: hsl(var(--white));
    z-index: 999;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transform: inherit;
    transform: inherit;
    min-width: 130px !important;
    margin-top: 25px;
    position: absolute !important;
    padding: 1rem 1rem;
    top: 17px !important;
}

.dropdown-lang .dropdown-menu.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.dropdown-lang .dropdown-menu a {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: hsl(var(--black));
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-bottom: 6px;
    border-bottom: 1px solid hsl(var(--border-color-two));
}

.dropdown-lang .dropdown-menu a:hover {
    color: hsl(var(--base));
}

.dropdown-lang .dropdown-menu a .flag {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    border-radius: 50%;
}

.dropdown-lang .dropdown-menu :last-child a {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dropdown-lang .a {
    color: hsl(var(--white)) !important;
}

@media (max-width: 1199px) {
    .dropdown-lang {
        margin-block: 16px;
    }
}

.dropdown-lang .dropdown-menu .dropdown-lang .dropdown-menu a .dropdown-lang .dropdown-menu .dropdown-lang .dropdown-menu a .dropdown-lang .dropdown-menu li:last-child a {
    margin-bottom: 0px;
}

.dropdown-lang .dropdown-lang .dropdown-menu {
    position: absolute !important;
    z-index: 1;
    padding: 3.125rem 1.25rem;
    background-image: -webkit-gradient(linear, right top, left top, from(hsl(var(--section-bg))), to(hsl(var(--base-two))));
    background-image: linear-gradient(to left, hsl(var(--section-bg)), hsl(var(--base-two)));
    border: 0.0625rem solid hsl(var(--border-color));
    top: 17px !important;
}

/* ======================  Header End  ======================*/
/* ============= Footer Start Here ======================= */
.footer-area {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin-top: auto;
    background-image: linear-gradient(to right, hsl(var(--white)/0.04) 1px, transparent 1px), linear-gradient(to bottom, hsl(var(--white)/0.04) 1px, transparent 1px);
    background-size: 108px 108px;
    background-color: hsl(var(--section-bg));
}



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

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

.footer-item__desc {
    font-weight: 500;
    color: hsl(var(--white)/0.7);
    max-width: 370px;
    padding: 25px 0 40px;
}

@media screen and (max-width: 575px) {
    .footer-item__desc {
        padding: 15px 0 20px;
    }
}

.footer-item span.btn {
    margin-bottom: 25px;
}

.footer-item__title {
    color: hsl(var(--white));
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.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-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
}

.footer-form input {
    background-color: hsl(var(--white));
    color: hsl(var(--black));
}

.footer-form {

    input:-webkit-autofill,
    textarea:-webkit-autofill,
    select:-webkit-autofill {
        -webkit-text-fill-color: hsl(var(--black)) !important;
        caret-color: hsl(var(--black)) !important;
    }

}

.footer-form input::-webkit-input-placeholder {
    color: hsl(var(--black));
}

.footer-form input::-moz-placeholder {
    color: hsl(var(--black));
}

.footer-form input:-ms-input-placeholder {
    color: hsl(var(--black));
}

.footer-form input::-ms-input-placeholder {
    color: hsl(var(--black));
}

.footer-form input::placeholder {
    color: hsl(var(--black));
}

.footer-form input:focus {
    background-color: hsl(var(--white));
    color: hsl(var(--black));
}

.footer-form button {
    height: 56px;
    padding: 0 15px;
    font-size: 20px;
    margin-left: -9px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.footer-form button:active {
    top: 0 !important;
    border: 1px solid hsl(var(--base)) !important;
}

/* Footer List Item */
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

.footer-menu__link {
    color: hsl(var(--body-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 1rem;
}

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

.footer-menu__link::before {
    content: "\f111";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 10px;
    color: hsl(var(--base));
    font-size: 6px;
}

/* Footer Contact */
.footer-contact-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
}

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

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

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}

.social-list-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 424px) {
    .social-list-two {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }
}

.social-list-two__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list-two__item::after {
    content: "|";
    margin: 0 20px;
    color: hsl(var(--white)/0.7);
    font-size: 11px;
}

@media screen and (max-width: 424px) {
    .social-list-two__item::after {
        display: none;
    }
}

.social-list-two__item:last-child::after {
    display: none;
}

.social-list-two__link {
    color: hsl(var(--white)/0.7);
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.social-list-two__link:hover {
    color: hsl(var(--base));
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    border-top: 1px solid hsl(var(--white)/0.2);
    padding: 24px 0;
}

.bottom-footer p {
    color: hsl(var(--white)/0.8);
}

.bottom-footer p a {
    transform: none !important;
    opacity: 1 !important;
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: none;
}

@media screen and (max-width: 991px) {
    .progress-wrap {
        right: 10px;
        bottom: 20px;
        height: 35px;
        width: 35px;
    }
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap::before,
.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: hsl(var(--base));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: hsl(var(--base));
    stroke-width: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

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

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

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

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

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

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.15);
}

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

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

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 155px 0 70px;
    background-color: hsl(var(--section-bg));
    margin-bottom: 0;
    overflow: hidden;
}

.breadcrumb .breadcrumb-shape span {
    position: absolute;
    width: 433.863px;
    height: 576.661px;
    border-radius: 576.661px;
    background: hsl(var(--base)/0.1);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: rotate(-45.613deg);
    transform: rotate(-45.613deg);
}

.breadcrumb .breadcrumb-shape span:nth-child(1) {
    bottom: -40%;
    left: -54px;
}

.breadcrumb .breadcrumb-shape span:nth-child(2) {
    bottom: -40%;
    left: 10%;
}

.breadcrumb .breadcrumb-shape span:nth-child(3) {
    bottom: -40%;
    right: 0%;
    background: hsl(var(--base)/0.2);
}

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

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

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--black));
    margin: 0 auto;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .breadcrumb__title {
        font-size: 1.875rem;
    }
}

.breadcrumb__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsl(var(--base));
    border-radius: 100px;
    padding: 3px 10px;
}

.breadcrumb__item {
    color: hsl(var(--black));
    padding: 0 2px;
    font-weight: 600;
    font-size: 1.125rem;
}

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

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

/* ====================== Breadcrumb Css End ==================== */
.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    padding: 24px;
    margin-bottom: 30px;
    border-radius: 16px;
    border: 2px solid hsl(var(--white)/0.1);
    background: hsl(var(--section-bg));
}

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

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--white));
    border-bottom: 2px dashed hsl(var(--white)/0.1);
}

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

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

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

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

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

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

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

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

.latest-blog__title a {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding: 180px 0 0;
    background-image: linear-gradient(to right, hsl(var(--white)/0.08) 1px, transparent 1px), linear-gradient(to bottom, hsl(var(--white)/0.08) 1px, transparent 1px);
    background-size: 150px 150px;
    min-height: 100vh;
    overflow: hidden;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    overflow-x: hidden;
}

@media screen and (max-width: 1399px) {
    .banner-section {
        padding: 150px 0 0;
        min-height: auto;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding: 100px 0 0;
    }
}

@media screen and (max-width: 575px) {
    .banner-section__content {
        margin-bottom: 20px;
    }

    .banner-section__content svg {
        width: 50px;
    }
}

.banner-section__content h1 {
    font-weight: 500;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {
    .banner-section__content h1 span {
        display: contents;
    }
}

.banner-section__content p {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    color: hsl(var(--white)/0.62);
    max-width: 505px;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .banner-section__content p {
        font-size: 1rem;
    }
}

.banner-section__content .play-button {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    color: hsl(var(--white));
}

.banner-section__content .play-button:hover {
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .banner-section__content .play-button {
        font-size: 1rem;
    }
}

@media screen and (max-width: 374px) {
    .banner-section__content .play-button {
        font-size: 0.75rem;
    }
}

.banner-section__rocket {
    color: hsl(var(--base));
}

.banner-section__image {
    text-align: center;
    -webkit-transform: perspective(1200px) rotateX(35deg) scale(0.9);
    transform: perspective(1200px) rotateX(35deg) scale(0.9);
}

.banner-section__button {
    margin-top: 35px;
}

.banner-section .line-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-section .line-shape span {
    position: absolute;
    width: 351.618px;
    height: 448.691px;
    -webkit-transform: rotate(-46.779deg);
    transform: rotate(-46.779deg);
    border-radius: 448.691px;
    background: hsl(var(--base)/0.18);
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.banner-section .line-shape span:nth-child(1) {
    bottom: 24%;
    left: 29%;
}

.banner-section .line-shape span:nth-child(2) {
    background: hsl(var(--base)/0.21);
    bottom: 24%;
    left: 60%;
}

.banner-section .line-shape span:nth-child(3) {
    background: hsl(var(--base)/0.27);
    bottom: -8%;
    left: 12%;
}

.banner-section .line-shape span:nth-child(4) {
    background: hsl(var(--base)/0.27);
    bottom: -8%;
    left: 72%;
}

/* =========================== Banner Section End Here ========================= */
/* ======================  Brand-logo Section Start  ======================*/
.brand-logo-section {
    -webkit-box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.06);
    background-color: hsl(var(--black));
    padding: 2.5rem 0;
    position: relative;
    z-index: 1;
}

.brand__slider {
    position: relative;
    z-index: 1;
}

.brand__slider::after,
.brand__slider::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 11;
}

.brand__slider::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(22%, hsl(var(--black))), to(transparent));
    background: linear-gradient(90deg, hsl(var(--black)) 22%, transparent 100%);
}

.brand__slider::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(22%, hsl(var(--black))), to(transparent));
    background: linear-gradient(270deg, hsl(var(--black)) 22%, transparent 100%);
}

.brand__slider__single {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 220px;

}


@media screen and (max-width: 575px) {
    .brand__slider__single img {
        max-height: 30px;
    }
}

.slide-transition {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-transition .swiper-slide {
    width: auto;
    display: inline-block;
    padding: 0rem 2.5rem;
}

@media screen and (max-width: 991px) {
    .slide-transition .swiper-slide {
        padding: 0rem 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .slide-transition .swiper-slide {
        padding: 0rem 1.25rem;
    }
}

/* ======================  Brand-logo Section End  ======================*/
/* ======================  Features Section Start  ======================*/
.features-section .sub-title {
    max-width: 554px;
}

.feature-list {
    max-width: 390px;
    display: grid;
    gap: 30px;
    position: relative;
}

.feature-list h6 {
    margin-bottom: 10px;
}

.feature-list p {
    font-size: 0.875rem;
}

.feature-list__item {
    padding-left: 35px;
    position: relative;
    opacity: 0.4;
}

.feature-list__item.active {
    opacity: 1;
}

.feature-list .indicator {
    position: absolute;
    left: 0;
    width: 4px;
    height: 80%;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7.73%, #07080a), color-stop(46.89%, hsl(var(--base))), color-stop(87.27%, #07080a));
    background: linear-gradient(180deg, #07080a 7.73%, hsl(var(--base)) 46.89%, #07080a 87.27%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.features-image {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.features-image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0 !important;
}

.features-image img.active {
    opacity: 1 !important;
    position: relative;
}

/* ======================  Features Section End  ======================*/
/* ======================  Process Section Start  ======================*/
.process-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 24px;
}

@media screen and (max-width: 991px) {
    .process-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .process-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

.process-content__item {
    background-color: hsl(var(--section-bg));
    border-radius: 24px;
    border: 1px solid hsl(var(--white)/0.1);
    padding: 30px 28px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .process-content__item {
        padding: 24px 15px;
    }
}

.process-content__item:nth-child(even) {
    margin-top: 90px;
}

@media screen and (max-width: 991px) {
    .process-content__item:nth-child(even) {
        margin-top: 0;
    }
}

.process-content__item .process-step {
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: hsl(var(--white)/0.2);
    font-family: Oswald;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    color: transparent;
}

.process-content__item .text-line {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    font-size: 80px;
    color: transparent;
    fill: transparent;
    -webkit-animation: none;
    animation: none;
    font-family: "Oswald";
    height: 68px;
}

@media (max-width: 767.98px) {
    .process-content__item .text-line {
        -webkit-animation: dash 5s linear forwards, filling 5s ease-in forwards;
        animation: dash 5s linear forwards, filling 5s ease-in forwards;
    }
}

.process-content__item h6 {
    margin: 25px 0 15px;
}

.process-content__item.active .text-line {
    -webkit-animation: dash 5s linear forwards, filling 5s ease-in forwards;
    animation: dash 5s linear forwards, filling 5s ease-in forwards;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/* ======================  Process Section End  ======================*/
/* ======================  Ai-template Section Start  ======================*/
.ai-template-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ai-template-section .section-title .sub-title {
    max-width: 435px;
    margin: 0 auto;
}

.ai-template-shape span {
    position: absolute;
    width: 351.618px;
    height: 448.691px;
    border-radius: 448.691px;
    background: hsl(var(--base)/0.1);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: rotate(-46.779deg);
    transform: rotate(-46.779deg);
    z-index: -1;
}

.ai-template-shape span:nth-child(1) {
    top: 18%;
    left: -54px;
}

.ai-template-shape span:nth-child(2) {
    top: 18%;
    left: 17%;
}

.ai-template-shape span:nth-child(3) {
    background: hsl(var(--base)/0.21);
    top: 14%;
    left: 50%;
}

.ai-template-shape span:nth-child(4) {
    width: 294.211px;
    height: 364.64px;
    bottom: -4%;
    left: -5%;
}

.ai-template-shape span:nth-child(5) {
    width: 294.211px;
    height: 364.64px;
    bottom: -4%;
    left: 5%;
}

.ai-template-shape span:nth-child(6) {
    width: 294.211px;
    height: 364.64px;
    bottom: 11%;
    right: -5%;
}

.ai-template-shape span:nth-child(7) {
    width: 294.211px;
    height: 364.64px;
    bottom: -2%;
    right: 22%;
}

.ai-template__cart {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: hsl(var(--section-bg));
    padding: 35px 27px;
}

@media screen and (max-width: 767px) {
    .ai-template__cart {
        max-width: 350px;
        margin: 0 auto;
    }
}

.ai-template__cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
}

.ai-template__cart-header h4 {
    margin-bottom: 0;
    line-height: 1.2;
    max-width: 163px;
}

@media screen and (max-width: 1399px) {
    .ai-template__cart-header h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .ai-template__cart-header h4 {
        font-size: 1.44rem;
    }
}

.ai-template__cart p {
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
    .ai-template__cart p {
        max-width: 260px;
    }
}

.ai-template__cart .more-btn {
    font-size: 1.125rem;
    font-weight: 500;
    color: hsl(var(--white)/0.3);
}

.ai-template__cart .more-btn:hover {
    color: hsl(var(--base));
}

/* ======================  Ai-template Section End  ======================*/
/* ======================  Pricing Section Start  ======================*/
.tabsContainer {
    max-width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 2px hsl(var(--black)/0.28);
    box-shadow: 0px 0px 2px hsl(var(--black)/0.28);
}

.tabsContainer .tabsBox {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid hsl(var(--white)/0.05);
    background: hsl(var(--section-bg));
    z-index: 1;
    padding: 9px;
}

.tabsContainer .tabsBox button {
    padding: 10px 25px;
    color: hsl(var(--white)/0.5);
}

.tabsContainer .tabsBox button.active {
    color: hsl(var(--black));
}

.tabsContainer .tabsBox .indicator {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: calc(100% - 18px);
    background-color: hsl(var(--base));
    z-index: -1;
    border-radius: 8px;
    border: 1px solid hsl(var(--black)/0.05);
}

.tabsContentContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.tabsContentContainer .contentBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.pricing-cart {
    border-radius: 16px;
    border: 1px solid hsl(var(--white)/0.1);
    background: hsl(var(--section-bg));
    padding: 40px 25px;
    position: relative;
    height: 100%;
}

.pricing-cart .pricing-off {
    position: absolute;
    top: 0;
    right: 30px;
    border-radius: 0 0 8px 8px;
    background: hsl(var(--base));
    color: hsl(var(--black));
    font-size: 0.875rem;
    font-weight: 600;
    padding: 2px 12px;
}

.pricing-cart .pricing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    border-bottom: 2px dashed hsl(var(--white)/0.1);
    padding-bottom: 30px;
}

.pricing-cart .pricing-header .pricing-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: hsl(var(--base));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    color: hsl(var(--black));
}

.pricing-cart .pricing-header .pricing-price del {
    opacity: 0.4;
    font-size: 1.25rem;
    font-weight: 500;
}

.pricing-cart .pricing-header .pricing-subtitle {
    color: hsl(var(--white));
    padding: 4px 0 8px;
    font-weight: 300;
}

.pricing-cart .pricing-list {
    padding: 30px 0;
}

.pricing-cart .pricing-list li {
    position: relative;
    margin-bottom: 10px;
    color: hsl(var(--white)/0.7);
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.pricing-cart .pricing-list li:last-child {
    margin-bottom: 0;
}

.pricing-cart .pricing-list li::before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><g clip-path='url(%23clip0_7476_373)'><path d='M8 0.000976562C3.60594 0.000976562 0 3.60691 0 8.00098C0 12.395 3.60594 16.001 8 16.001C12.3941 16.001 16 12.395 16 8.00098C16 3.60691 12.3941 0.000976562 8 0.000976562ZM7.03184 11.6397L3.52856 8.13648L4.85425 6.81079L7.09319 9.04973L11.588 4.96373L12.8496 6.35076L7.03184 11.6397Z' fill='white' fill-opacity='0.8'/></g><defs><clipPath id='clip0_7476_373'><rect width='16' height='16' fill='white' transform='translate(0 0.000976562)'/></clipPath></defs></svg>");
    margin-bottom: -4px;
}

.pricing-cart .pricing-list li.list-opacity {
    opacity: 0.4;
}

#subscription-tab {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid hsl(var(--white)/0.05);
    background: hsl(var(--section-bg));
    z-index: 1;
    padding: 9px;
}

#subscription-tab button {
    padding: 10px 25px;
    color: hsl(var(--white)/0.5);
}

#subscription-tab button.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-radius: 8px;
}

.pricing-tab {
    text-align: center;
    position: relative;

    .form-switch {
        padding-left: 0;
    }
}

.pricing-tab__switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 1;

    label {
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
    }

    /* .form--switch .form-check-input { 
    margin-left: 0;
    margin-bottom: 0px;
    border-radius: 40px;
    width: 65px;
    height: 32px;
    cursor: pointer;
  } */
}



/* ======================  Pricing Section End  ======================*/
/* ======================  Testimonials Section Start  ======================*/
.testimonials-section .sub-title {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
}

.happy-client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.happy-client img {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    border: 5px solid hsl(var(--body-bg));
    margin-right: -20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.happy-client img:hover {
    border-color: hsl(var(--base));
    -webkit-box-shadow: 0 0 15px 0 hsl(var(--base)/0.3);
    box-shadow: 0 0 15px 0 hsl(var(--base)/0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.happy-client p {
    padding-left: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--white));
}

.testimonial-slider {
    position: relative;
    z-index: 1;
}

.testimonial-slider::after,
.testimonial-slider::before {
    content: "";
    position: absolute;
    top: 0;
    width: 416px;
    height: 100%;
    z-index: 11;
}

@media screen and (max-width: 991px) {

    .testimonial-slider::after,
    .testimonial-slider::before {
        display: none;
    }
}

.testimonial-slider::before {
    left: 0;
    background: linear-gradient(271deg, transparent 0.13%, #07080a 68.72%);
}

.testimonial-slider::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.13%, transparent), color-stop(68.72%, #07080a));
    background: linear-gradient(90deg, transparent 0.13%, #07080a 68.72%);
}

.testimonial-card {
    border-radius: 16px;
    border: 1px solid hsl(var(--white)/0.1);
    background: hsl(var(--section-bg));
    padding: 40px 24px;
}

.testimonial-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.testimonial-card__header .user-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.testimonial-card__header .user-content .user-img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.testimonial-card__header .star-rating {
    margin-top: 5px;
}

.testimonial-card__header .star-rating i {
    color: hsl(var(--warning));
    font-size: 0.75rem;
}

.testimonial-card__content p {
    font-size: 1.125rem;
}

.testimonial-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.testimonial-pagination .swiper-pagination-bullet {
    background: hsl(var(--white));
    opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: hsl(var(--base));
}

/* ======================  Testimonials Section End  ======================*/
/* ======================  Perfect-business Section Start  ======================*/
.perfect-business-section {
    position: relative;
    overflow: hidden;
}

.perfect-business-section .sub-title {
    max-width: 560px;
}

.business-card__item {
    background: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 24px;
}

@media screen and (max-width: 1199px) {
    .business-card__item {
        padding: 20px 15px;
    }
}

.business-card__item:first-child {
    margin-top: 0;
}

.business-card__item:nth-child(3) {
    top: 50px;
    position: relative;
}

@media screen and (max-width: 575px) {
    .business-card__item:nth-child(3) {
        top: 0;
        position: static;
    }
}

.business-card__item:nth-child(4) {
    margin-top: 74px;
}

@media screen and (max-width: 575px) {
    .business-card__item:nth-child(4) {
        margin-top: 0;
    }
}

.business-card__item:hover {
    -webkit-box-shadow: 0 0 15px 0 hsl(var(--base)/0.3);
    box-shadow: 0 0 15px 0 hsl(var(--base)/0.3);
}

.business-card__item img {
    margin-bottom: 20px;
    height: 50px;
    width: auto;
}

.business-card__item h5 {
    margin-bottom: 0px;
}

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

.perfect-business__img {
    position: relative;
}

.perfect-business__img img.perfect-business-icon {
    position: absolute;
    top: -16%;
    right: -12%;
    z-index: -1;
}

.perfect-business__img .perfect-business-shape {
    background: linear-gradient(260deg, #07080a -8.37%, #07080a 31.1%, hsl(var(--base)) 119.39%);
    min-width: 1085.66px;
    height: 120px;
    border-radius: 100px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    position: absolute;
    left: -5px;
    top: 27%;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .perfect-business__img .perfect-business-shape {
        left: -11%;
        top: 3%;
    }
}

@media screen and (max-width: 991px) {
    .perfect-business__img .perfect-business-shape {
        left: -5px;
        top: 27%;
    }
}

@media screen and (max-width: 767px) {
    .perfect-business__img .perfect-business-shape {
        left: -19px;
        top: 11%;
    }
}

@media screen and (max-width: 575px) {
    .perfect-business__img .perfect-business-shape {
        left: -50px;
        top: 6%;
        height: 83px;
    }
}

@media screen and (max-width: 424px) {
    .perfect-business__img .perfect-business-shape {
        left: -22%;
        top: -19%;
        height: 83px;
    }
}

@media screen and (max-width: 374px) {
    .perfect-business__img .perfect-business-shape {
        left: -35%;
        top: -44%;
        height: 64px;
    }
}

.business-card__wrapper {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

@media screen and (max-width: 575px) {
    .business-card__wrapper {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

/* ======================  Perfect-business Section End  ======================*/
/* ======================  Integrations Section Start  ======================*/
.integrations-list {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

@media screen and (max-width: 991px) {
    .integrations-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.integrations-list__box {
    display: grid;
    gap: 24px;
}

.integrations-list__box:nth-child(odd) {
    padding-top: 70px;
}

@media screen and (max-width: 991px) {
    .integrations-list__box:nth-child(odd) {
        padding-top: 0;
    }
}

.integrations-list__box:last-child,
.integrations-list__box:first-child {
    padding-top: 0;
    -ms-flex-item-align: center;
    align-self: center;
}

@media screen and (max-width: 991px) {

    .integrations-list__box:last-child,
    .integrations-list__box:first-child {
        display: none;
    }
}

.integrations-list__item {
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: hsl(var(--gray));
    padding: 20px 5px;
    min-height: 160px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 1399px) {
    .integrations-list__item {
        min-height: 110px;
        border-radius: 20px;
    }
}

.integrations-list__item:hover {
    -webkit-box-shadow: 0 0 15px 0 hsl(var(--base)/0.3);
    box-shadow: 0 0 15px 0 hsl(var(--base)/0.3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media screen and (max-width: 1399px) {
    .integrations-list__item img {
        width: 50px;
    }
}

.integrations-list__item h6 {
    margin-bottom: 0;
    margin-top: 10px;
}

@media screen and (max-width: 1399px) {
    .integrations-list__item h6 {
        font-size: 1rem;
    }
}

/* ======================  Integrations Section End  ======================*/
/* ======================  Faq Section Start  ====================== */
.faq-section {
    overflow: hidden;
}

.faq-section .faq-shape span {
    position: absolute;
    width: 268.353px;
    height: 342.63px;
    -webkit-transform: rotate(-46.763deg);
    transform: rotate(-46.763deg);
    background: hsl(var(--base)/0.2);
    border-radius: 342.63px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
}

.faq-section .faq-shape span:nth-child(1) {
    top: 20%;
    left: 22%;
}

.faq-section .faq-shape span:nth-child(2) {
    top: 10%;
    right: 22%;
}

.faq-section .faq-shape span:nth-child(3) {
    bottom: 7%;
    left: 23%;
}

.faq-section .faq-shape span:nth-child(4) {
    bottom: 2%;
    right: 18%;
}

/* ======================  Faq Section End  ====================== */
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--section-bg));
    border-radius: 24px;
    border: 1px solid hsl(var(--white)/0.1);
    overflow: hidden;
    height: 100%;
    padding: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.blog-item:hover {
    border-color: hsl(var(--base));
    -webkit-box-shadow: 0 0 15px 0 hsl(var(--base)/0.3);
    box-shadow: 0 0 15px 0 hsl(var(--base)/0.3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

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

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

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

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

.blog-item__content {
    padding-top: 24px;
}

.blog-item__title {
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-top: 12px;
    }
}

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

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

.btn--simple {
    color: hsl(var(--body-color));
}

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

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

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

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/* ======================  Analytics Section Start  ====================== */
/* ======================  Analytics Section End  ====================== */
/* ======================  About Section Start  ====================== */
.about-image {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    position: relative;
}

.about-image img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}

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

.about-image svg {
    position: absolute;
    right: 0;
    top: 0;
    color: hsl(var(--base));
}

.about-content__item {
    color: hsl(var(--base));
}

/* ======================  About Section End  ====================== */
/* ======================  Contact-support Section Start  ====================== */
.contact-support-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 56px;
    row-gap: 30px;
    border-top: 2px dashed hsl(var(--white)/0.1);
    padding-top: 40px;
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .contact-support-info {
        gap: 30px;
        row-gap: 30px;
    }
}

.contact-support-info a {
    color: hsl(var(--white));
    font-weight: 600;
    text-decoration: underline;
    font-size: 1.125rem;
}

.contact-support-info a:hover {
    color: hsl(var(--base));
}

.contact-support-info svg {
    color: hsl(var(--base));
}

.contact-support-info h5 {
    margin-bottom: 0;
}

.contact-support-info p {
    padding: 8px 0 16px;
}

.contact-support-image img {
    border-radius: 16px;
}

.support-number {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.support-number .support-number-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base)/0.95);
    padding: 24px;
}

.support-number .support-number-content h6 {
    margin-bottom: 10px;
}

.support-number .support-number-content a {
    margin-bottom: 0;
    color: hsl(var(--white));
    font-size: 1.125rem;
    leading-trim: both;
    text-edge: cap;
    font-weight: 600;
    text-transform: capitalize;
}

.support-number .support-number-content svg {
    position: absolute;
    right: 0;
    bottom: 0;
    color: hsl(var(--white));
}

/* ======================  Contact-support Section End  ====================== */
/* ======================  Get-touch Section Start  ====================== */
.get-touch-section {
    position: relative;
    z-index: 1;
}

.get-touch-section::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 50%;
    background-color: hsl(var(--section-bg));
    top: 0;
    z-index: -1;
}

.get-touch-section::after {
    bottom: 0;
}

.get-touch-section .get-touch-shape img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.get-touch-content {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    gap: 35px;
}

.get-touch-form {
    background-color: hsl(var(--white));
    border-radius: 16px;
    padding: 30px 24px;
}

.get-touch-form h3 {
    margin-bottom: 20px;
    color: hsl(var(--black));
}

.get-touch-form .form--label {
    color: #212121;
    font-weight: 700;
    font-size: 0.875rem;
}

.get-touch-form .input--group {
    border-color: hsl(var(--black)/0.2);
}

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

.get-touch-form .form--control {
    border-radius: 8px;
    border-color: hsl(var(--black)/0.2);
    color: hsl(var(--black));
}

.get-touch-form .form--control:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black));
}

.get-touch-form .form--control::-webkit-input-placeholder {
    color: hsl(var(--black)/0.6);
}

.get-touch-form .form--control::-moz-placeholder {
    color: hsl(var(--black)/0.6);
}

.get-touch-form .form--control:-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
}

.get-touch-form .form--control::-ms-input-placeholder {
    color: hsl(var(--black)/0.6);
}

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

.get-touch-form .select2+.select2-container {
    min-width: 95px;
}

.get-touch-form .select2+.select2-container .select2-selection__rendered {
    border-radius: 0;
    border: 0;
    border-right: 1px solid hsl(var(--border-color));
    color: hsl(var(--black));
}

.get-touch-form .select2+.select2-container .select2-selection__arrow::after {
    color: hsl(var(--black));
}

.get-touch-form textarea.form--control {
    height: auto;
}

.partner-logo-content h6 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.partner-logo-content h6::before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 0;
    border-bottom: 2px dashed hsl(var(--white)/0.2);
    width: 100%;
    height: 1px;
}

.partner-logo-content__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 160px;
}

@media screen and (max-width: 1395px) {
    .partner-logo-content__item {
        max-width: 130px;
    }
}


@media screen and (max-width: 999px) {
    .partner-logo-content__item {
        max-width: 140px;
    }
}


@media screen and (max-width: 350px) {
    .partner-logo-content__item {
        max-width: 120px;
    }
}


.partner-logo-content__item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.partner-logo-content__item img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(259deg) brightness(100%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(259deg) brightness(100%) contrast(100%);
}

/* ======================  Get-touch Section End  ====================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    margin: 30px 0 20px;
}

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

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

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

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

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

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

.dashboard .sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 1199px) {
    .dashboard .sidebar-menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

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

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

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

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

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

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

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

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

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

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

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

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 15px;
    width: 100%;
    color: hsl(var(--white)/0.7);
    font-weight: 500;
    font-size: 0.9375rem;
    border-radius: 50px;
}

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

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

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

.dashboard .sidebar-submenu {
    display: none;
    margin-top: 10px;
}

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

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

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

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

.dashboard .sidebar-submenu-list__link {
    padding: 5px 15px;
    display: block;
    color: hsl(var(--white)/0.7);
    font-weight: 500;
    font-size: 0.875rem;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
}

.dashboard .sidebar-submenu-list__link::before {
    content: "\f2d1";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

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

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

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--base-two)/0.15);
    width: 100%;
    padding: 20px 24px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 299px;
    background-color: hsl(var(--white));
    -ms-flex-item-align: end;
    align-self: flex-end;
}

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

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

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

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

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

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.select2-wrapper {
    --border-radius: 8px;
    --height: 56px;
    --select2-border: hsl(var(--border-color));
}

.select2 {
    min-width: 100%;
}

.select2+.select2-container {
    height: var(--height);
    width: 100% !important;
}

.select2+.select2-container .select2-selection__rendered {
    line-height: var(--height);
    border-radius: 6px;
    padding: 0 15px;
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--white)/0.65);
    border: 1px solid hsl(var(--white)/0.2);
    background-color: hsl(var(--white)/0.05);
}

.select2+.select2-container .select2-selection--single {
    height: var(--height);
}

.select2+.select2-container .select2-selection {
    border: 0;
    background-color: transparent;
    width: 100%;
}

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

.select2+.select2-container .select2-selection__arrow {
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: inherit;
}

.select2+.select2-container .select2-selection__arrow::after {
    position: absolute;
    content: "\f107";
    inset: 0;
    font-weight: 900;
    font-family: "Font Awesome 7 Free";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: hsl(var(--white));
}

.select2+.select2-container .select2-selection__arrow b {
    border: 0;
}

.select2-container--open:has(.select2-dropdown--above) {
    margin-top: -12px;
}

.select2-container--open:has(.select2-dropdown--below) {
    margin-top: 10px;
}

.select2-container--open .select2-dropdown {
    border: 1px solid hsl(var(--white)/0.1) !important;
    background-color: hsl(var(--white-d-800)) !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
    margin-bottom: 10px;
}

.select2-search__field {
    border-radius: 5px;
    border: 1px solid hsl(var(--white)/0.1) !important;
    background-color: hsl(var(--white-d-700)) !important;
    color: hsl(var(--white));
    padding: 5px 10px !important;
}

.select2-search__field:focus {
    outline: 0;
    border-color: hsl(var(--base)) !important;
}

.select2-results__option {
    font-size: 0.875rem;
    font-weight: 400;
    color: hsl(var(--white));
    padding: 8px;
}

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--base-d-400));
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: hsl(var(--base));
}

.select2-container--below.select2-container--open .select2-selection__arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: hsl(var(--base-l-900));
}

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

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

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

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

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

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

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

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

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
    color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--base)) !important;
    border: 2px solid hsl(var(--white)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
    overflow: hidden;
    padding: 24px;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__content {
    padding: 24px 0 0;
}

.blog-details__content p {
    padding-bottom: 18px;
}

.blog-details__content blockquote {
    padding: 10px 15px;
    background-color: hsl(var(--base));
    border-radius: 8px;
    color: hsl(var(--white));
    font-weight: 600;
}

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

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

.blog-details__share {
    border-top: 1px solid hsl(var(--white)/0.1);
    padding-top: 24px;
}

.blog-details .social-list__link {
    border: 1px solid hsl(var(--black)/0.1);
    color: hsl(var(--body-color));
}

.blog-details .social-list__link:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.quote-text {
    background-color: hsl(var(--base)/0.1);
    padding: 30px 20px;
    border-radius: 5px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .quote-text {
        padding: 25px 15px;
    }
}

/* ========================================== Blog Details Css End ======================================*/
/* =========================================== Account Css Start =========================*/
.account-inner {
    position: relative;
    min-height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .account-inner {
        grid-template-columns: 1fr;
    }
}

.account-inner .account-banner {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsl(var(--black)/0.4);
    height: 100vh;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.account-inner .account-banner__image {
    position: relative;
    width: 90%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.account-inner .account-banner__shape {
    position: absolute;
    bottom: 0;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.account-inner .account-banner__logo {
    margin-bottom: 100px;
}

.account-inner .account-banner__logo img {
    max-width: 200px;
}

.account-inner .account-banner .account-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.account-inner .account-banner .account-shape span {
    position: absolute;
    width: 433.863px;
    height: 576.661px;
    -webkit-transform: rotate(-45.613deg);
    transform: rotate(-45.613deg);
    border-radius: 576.661px;
    background: hsl(var(--base)/0.1);
    top: 30%;
    left: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
}

.account-inner .account-banner .account-shape span:nth-child(2) {
    top: 67%;
}

.account-inner .account-info {
    width: 100%;
    height: 100%;
    background-color: hsl(var(--white)/0.03);
    position: relative;
    z-index: 1;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: center;
}

.account-inner .account-info__content {
    max-width: 560px;
    margin: 0 auto;
    padding: 50px 30px;
}

@media screen and (max-width: 767px) {
    .account-inner .account-info__content {
        padding: 50px 30px 90px;
    }
}

.account-inner .account-info__content .form--label {
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--white));
}

.account-inner .account-info__content .form--control {
    border-radius: 8px;
    border: 1px solid hsl(var(--white)/0.2);
    background: hsl(var(--section-bg));
    color: hsl(var(--white));
}

.account-inner .account-info__content .form--control::-webkit-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.account-inner .account-info__content .form--control::-moz-placeholder {
    color: hsl(var(--white)/0.6);
}

.account-inner .account-info__content .form--control:-ms-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.account-inner .account-info__content .form--control::-ms-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.account-inner .account-info__content .form--control::placeholder {
    color: hsl(var(--white)/0.6);
}

.account-inner .account-info__content .select2+.select2-container .select2-selection__rendered {
    border-radius: 8px;
    border: 1px solid hsl(var(--white)/0.2);
    background: hsl(var(--section-bg));
    color: hsl(var(--white)/0.8);
}

.account-inner .account-info__content .select2+.select2-container .select2-selection__rendered:focus {
    border-color: hsl(var(--base));
}

.account-inner .account-info__content .select2+.select2-container .select2-selection__arrow::after {
    color: hsl(var(--white)/0.8);
}

.account-inner .account-info .account-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.account-inner .account-info .account-shape span {
    position: absolute;
    width: 544.401px;
    height: 686.232px;
    -webkit-transform: rotate(-47.129deg);
    transform: rotate(-47.129deg);
    background-color: hsl(var(--base)/0.14);
    border-radius: 686.232px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
}

.account-inner .account-info .account-shape span:nth-child(1) {
    width: 433.863px;
    height: 576.661px;
    -webkit-transform: rotate(-45.613deg);
    transform: rotate(-45.613deg);
    border-radius: 576.661px;
    top: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.account-inner .account-info .account-shape span:nth-child(2) {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.account-inner .account-info .or-text {
    position: relative;
    margin: 35px 0 30px;
}

@media screen and (max-width: 991px) {
    .account-inner .account-info .or-text {
        margin: 20px 0 15px;
    }
}

.account-inner .account-info .or-text::before,
.account-inner .account-info .or-text::after {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: hsl(var(--white)/0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.account-inner .account-info .or-text::before {
    left: 0;
}

.account-inner .account-info .or-text::after {
    right: 0;
}

.account-inner .account-info__here {
    margin-top: 60px;
}

@media screen and (max-width: 991px) {
    .account-inner .account-info__here {
        margin-top: 40px;
    }
}

.account-inner .account-icon svg {
    color: hsl(var(--base));
    position: absolute;
    top: 0;
}

.account-inner .account-icon svg:nth-child(1) {
    top: -17px;
    left: 14%;
}

.account-inner .account-icon svg:nth-child(2) {
    top: 5%;
    right: 29%;
}

.account-inner .account-icon svg:nth-child(3) {
    top: 17%;
    left: 5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.account-inner .account-icon svg:nth-child(4) {
    top: 23%;
    right: 30%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.account-form {
    -webkit-box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    background-color: hsl(var(--white)/0.1);
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
}

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

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

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px;
    }
}

@media (min-width: 1199px) {
    .account-thumb {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 47%;
    }

    .account-thumb img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

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

.dashboard table.table.table--responsive--lg {
    min-width: 830px;
}

@media screen and (max-width: 991px) {
    .dashboard table.table.table--responsive--lg {
        min-width: auto;
    }
}

.dashboard__right {
    width: 100%;
    margin-left: 300px;
}

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

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

.dashboard .dashboard-header {
    padding: 0 56px;
    border-bottom: 1px solid hsl(var(--base-two)/0.15);
}

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

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

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

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

.dashboard .dashboard-header__inner {
    padding: 15px 0;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.dashboard .dashboard-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.dashboard .dashboard-header__left .navigation-bar {
    height: 40px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsl(var(--base));
    color: hsl(var(--black));
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dashboard .dashboard-header__left .navigation-bar:hover {
    background-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .dashboard-header__left .search-action-btn {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    width: 50px;
    height: 40px;
    border-radius: 8px;
}

.dashboard .dashboard-header__left .navbar-search {
    position: relative;
}

.dashboard .dashboard-header__left .navbar-search .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white)/0.5);
    font-size: 0.875rem;
}

.dashboard .dashboard-header__left .navbar-search .navbar-search-field {
    height: 40px;
    border-radius: 50px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: hsl(var(--section-bg));
    border: 0;
    padding: 10px 10px 10px 45px;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header__left .navbar-search {
        position: absolute;
        max-width: 90%;
        width: 100%;
        height: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: -10px;
        background-color: transparent;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: all linear 0.1s;
        transition: all linear 0.1s;
    }

    .dashboard .dashboard-header__left .navbar-search.show {
        height: 95px;
        visibility: visible;
    }

    .dashboard .dashboard-header__left .navbar-search .navbar-search-field {
        width: 100%;
        border-radius: 10px !important;
        height: 50px;
        padding-right: 55px;
        border: 1px solid hsl(var(--white)/0.1);
    }

    .dashboard .dashboard-header__left .navbar-search .search-close-btn {
        position: absolute;
        right: 11px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: hsl(var(--black));
        font-size: 0.875rem;
        background-color: hsl(var(--base));
        height: 30px;
        width: 29px;
        border-radius: 4px;
    }
}

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

.dashboard .dashboard-header__notifaction .dropdown-menu {
    min-width: 300px;
    margin: 0;
    padding: 0;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    top: 20px !important;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__header {
    background-color: hsl(var(--base));
    padding: 10px 15px;
    color: hsl(var(--white));
    text-align: center;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__header .caption {
    font-size: 1.125rem;
    font-weight: 600;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__header p {
    font-size: 0.875rem;
    color: hsl(var(--white));
    font-weight: 300;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body {
    gap: 7px;
    padding: 0px 10px;
    height: 300px;
    overflow-y: auto;
    margin: 7px 0;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .notification-item {
    background-color: hsl(var(--card-bg));
    border: 1px solid hsl(var(--border-color));
    border-radius: 6px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 4px 0;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .notification-item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .notification-item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
    font-weight: 400;
    font-size: 0.875rem;
    color: hsl(var(--header-color));
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .notification-item date {
    font-size: 0.75rem;
    color: hsl(var(--black)/0.4);
    font-weight: 400;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .chat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    background-color: hsl(var(--card-bg));
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    padding: 10px;
    gap: 10px;
    margin: 4px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .chat-item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .chat-item__thumb {
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .chat-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .chat-item__info h6 {
    margin-bottom: 5px;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__body .chat-item__info p {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 130px;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__footer .view-all-message {
    color: hsl(var(--base));
    border-top: 1px solid hsl(var(--border-color));
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 500;
}

.dashboard .dashboard-header__notifaction .dropdown-menu__footer .view-all-message:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .dashboard-header .notifaction-bell,
.dashboard .dashboard-header .plus-btn {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--section-bg));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--black));
}

.dashboard .dashboard-header .notifaction-bell.show,
.dashboard .dashboard-header .notifaction-bell:hover,
.dashboard .dashboard-header .plus-btn.show,
.dashboard .dashboard-header .plus-btn:hover {
    background-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .dashboard-header .notifaction-bell {
    position: relative;
}

.dashboard .dashboard-header .notifaction-bell .bell-text {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
    border-radius: 50px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
}

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

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

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

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

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

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

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

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

.dashboard .user-info {
    position: relative;
    text-align: center;
}

.dashboard .user-info__button {
    position: relative;
    padding-right: 20px;
}

.dashboard .user-info .user-info-dropdown {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
    -webkit-box-shadow: 0px 5px 25px hsl(var(--black)/0.1);
    box-shadow: 0px 5px 25px hsl(var(--black)/0.1);
    width: 210px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

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

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

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

.dashboard .user-info .user-info-dropdown hr {
    border-color: hsl(var(--white)/0.5);
}

.dashboard .user-info .user-info-dropdown__link {
    padding: 5px 10px !important;
    color: hsl(var(--white)/0.6) !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 0.875rem;
    border-radius: 5px;
}

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

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

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

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

.dashboard .user-info__role,
.dashboard .user-info__name {
    color: hsl(var(--white));
    margin-left: 10px;
    font-size: 1rem;
    text-align: left;
    font-weight: 500;
}

.dashboard .user-info__role {
    font-size: 0.875rem;
    color: hsl(var(--white)/0.5);
}

.dashboard .dashboard-body {
    position: relative;
    padding: 56px;
    min-height: calc(100vh - 130px);
}

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

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

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

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

.dashboard .dashboard-body__bar-icon {
    color: hsl(var(--body-color));
    font-size: 1.5625rem;
    margin-bottom: 10px;
    cursor: pointer;
}

.dashboard .dashboard-copyright {
    background-color: hsl(var(--section-bg));
    text-align: center;
    padding: 15px 0;
}

.dashboard .dashboard-widget {
    padding: 24px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    height: 100%;
    align-items: center;
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-6px) scale(1.01);
    transform: translateY(-6px) scale(1.01);
    -webkit-box-shadow: 0px 0px 20px hsl(var(--black)/0.1);
    box-shadow: 0px 0px 20px hsl(var(--black)/0.1);
}

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

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

.dashboard .dashboard-widget__icon {
    width: 60px;
    height: 60px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 10px;
    font-size: 1.5rem;
}

.dashboard .dashboard-widget__icon svg {
    color: hsl(var(--black));
}

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

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

.dashboard .dashboard-widget__content {
    width: calc(100% - 75px);
}

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

.dashboard .dashboard-widget__title {
    margin-bottom: 0;
    font-family: var(--heading-font);
    margin-top: -2px;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--text-color)/0.7);
    font-size: 0.8125rem;
    margin-top: 6px;
    font-weight: 600;
}

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

.dashboard .dashboard-widget__progress {
    margin-bottom: 4px;
}

.dashboard .dashboard-widget__progress span {
    font-size: 0.75rem;
    font-weight: 500;
}

.dashboard .interrogation-wrapper {
    max-height: 370px;
    overflow-y: auto;
}

.dashboard .interrogation-wrapper:hover::-webkit-scrollbar {
    display: block;
}

.dashboard .interrogation-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    display: none;
}

.dashboard .interrogation-wrapper::-webkit-scrollbar-thumb {
    background-color: hsl(var(--white)/0.15);
}

.dashboard .interrogation-item {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    border-bottom: 1px solid hsl(var(--white)/0.05);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dashboard .interrogation-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.dashboard .interrogation-item__icon {
    width: 65px;
    height: 65px;
    border-radius: 8px;
    background-color: hsl(var(--white)/0.09);
    border: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--white)/0.7);
    font-size: 0.75rem;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dashboard .interrogation-item__content {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.dashboard .interrogation-item__content .btn {
    border-radius: 6px;
    font-weight: 600;
}

.dashboard .interrogation-item__content span {
    font-size: 0.875rem;
    color: hsl(var(--white)/0.7);
}

.dashboard .interrogation-item__content span b {
    color: hsl(var(--white));
}

.dashboard .interrogation-item__title {
    margin-bottom: 5px;
    font-size: 1.125rem;
    font-weight: 500;
    color: hsl(var(--white));
}

.dashboard .dashboard-template {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.dashboard .dashboard-tools {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 20px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-tools {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

.dashboard .seo-content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    min-height: 590px;
    padding: 10px;
}

@media screen and (max-width: 1199px) {
    .dashboard .seo-content-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.dashboard .seo-content-wrapper__left {
    padding-right: 50px;
}

@media screen and (max-width: 1199px) {
    .dashboard .seo-content-wrapper__left {
        padding-right: 0;
    }
}

.dashboard .seo-content-wrapper__right {
    position: relative;
    padding-left: 50px;
    display: grid;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
    .dashboard .seo-content-wrapper__right {
        padding-left: 0;
    }

    .dashboard .seo-content-wrapper__right::before {
        display: none;
    }
}

.dashboard .seo-content-wrapper__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 90%;
    background-color: hsl(var(--white)/0.05);
    z-index: 1;
}

.dashboard .seo-content-wrapper__right .seo-content-view {
    display: grid;
    gap: 15px;
    margin-bottom: auto;
    height: calc(100vh - 33vh);
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 12px;
    scrollbar-color: hsl(var(--white)/.1) transparent;

    svg {
        animation: placeholder-glow 2s ease-in-out infinite;
    }

    h6 {
        font-style: italic;
        animation: placeholder-glow 2s ease-in-out infinite;
    }
}

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

.dashboard .seo-content-wrapper__right .seo-content-view h6,
.dashboard .seo-content-wrapper__right .seo-content-view h5,
.dashboard .seo-content-wrapper__right .seo-content-view h4,
.dashboard .seo-content-wrapper__right .seo-content-view h3,
.dashboard .seo-content-wrapper__right .seo-content-view h2,
.dashboard .seo-content-wrapper__right .seo-content-view h1 {
    margin-bottom: 0;
    margin-top: 10px;
}

.dashboard .seo-content-wrapper__right .seo-content-view h6:first-child,
.dashboard .seo-content-wrapper__right .seo-content-view h5:first-child,
.dashboard .seo-content-wrapper__right .seo-content-view h4:first-child,
.dashboard .seo-content-wrapper__right .seo-content-view h3:first-child,
.dashboard .seo-content-wrapper__right .seo-content-view h2:first-child,
.dashboard .seo-content-wrapper__right .seo-content-view h1:first-child {
    margin-top: 0;
}

.dashboard .seo-content-wrapper__right .seo-content-view__footer {
    margin-top: auto;
    border-top: 1px solid hsl(var(--white)/0.05);
    padding-top: 20px;
}

.dashboard .seo-content-wrapper .btn--gray {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

.dashboard .seo-content-wrapper .quick-link-btn a,
.dashboard .seo-content-wrapper .quick-link-btn button {
    color: hsl(var(--white)/0.5);
}

.dashboard .seo-content-wrapper .quick-link-btn a:hover,
.dashboard .seo-content-wrapper .quick-link-btn button:hover {
    color: hsl(var(--base));
}

.dashboard .project-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.dashboard .project-wrapper .custom--card h6 {
    margin-bottom: 0;
}

.dashboard .project-wrapper .custom--card p {
    padding: 8px 0 14px;
}

.dashboard .project-wrapper .custom--card .text-muted {
    font-size: 14px;
}

.dashboard .project-wrapper .custom--card .project-btn a {
    color: hsl(var(--white)/0.4);
    font-size: 0.875rem;
}

.dashboard .project-wrapper .custom--card .project-btn a:hover {
    color: hsl(var(--base));
}

.dashboard .profile-wrapper {
    padding: 10px;
}

.dashboard .profile-wrapper .profile-thumb {
    position: relative;
}

.dashboard .profile-wrapper .profile-thumb img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard .profile-wrapper .profile-thumb .profile-thumb-btn {
    position: absolute;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 100px;
    border: 3px solid hsl(var(--white));
    width: 33px;
    height: 33px;
    font-size: 0.875rem;
    padding: 0;
    bottom: 1px;
    right: -12px;
}

.dashboard .profile-settings-wrapper {
    padding: 10px;
}

.dashboard .profile-setting-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--white)/0.09);
}

.dashboard .profile-setting-btn .nav-link {
    padding: 5px 15px;
    color: hsl(var(--white)/0.8);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 0.875rem;
    font-weight: 500;
}

.dashboard .profile-setting-btn .nav-link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .fa2-security-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media screen and (max-width: 1199px) {
    .dashboard .fa2-security-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.dashboard .fa2-security-wrapper__qr-code {
    border: 1px dashed hsl(var(--white)/0.1);
    padding: 40px;
}

@media screen and (max-width: 767px) {
    .dashboard .fa2-security-wrapper__qr-code {
        padding: 20px;
    }
}

.dashboard .fa2-security-wrapper__qr-code img {
    width: 100%;
    height: 100%;
}

.dashboard .fa2-security-wrapper__left {
    padding-right: 50px;
    border-right: 1px solid hsl(var(--white)/0.05);
}

@media screen and (max-width: 1199px) {
    .dashboard .fa2-security-wrapper__left {
        padding-right: 0;
        border-right: 0;
    }
}

.dashboard .fa2-security-wrapper__left p {
    max-width: 430px;
    padding-bottom: 20px;
}

.dashboard .fa2-security-wrapper__right {
    padding-left: 50px;
}

@media screen and (max-width: 1199px) {
    .dashboard .fa2-security-wrapper__right {
        padding-left: 0;
    }
}

.dashboard .contact-support-info {
    padding-top: 0;
    margin-top: 0;
    border: 0;
}

.dashboard .contact-support-info .contact-support-info-item {
    border-bottom: 1px solid hsl(var(--white)/0.09);
    width: 100%;
    padding-bottom: 30px;
}

.dashboard .contact-support-info .contact-support-info-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dashboard .active-project-form {
    position: relative;
    max-width: 180px;
}

.dashboard .active-project-form .form--control {
    background-color: hsl(var(--white)/0.05);
    color: hsl(var(--white)/0.8);
    border-color: hsl(var(--white)/0.05);
    padding: 8px;
    font-size: 14px;
    padding-right: 23px;
}

.dashboard .active-project-form button {
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    color: hsl(var(--white)/0.5);
    font-size: 0.75rem;
}

.dashboard .active-project-filter-btn {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard .active-project-list .active-project-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid hsl(var(--white)/0.09);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dashboard .active-project-list .active-project-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.dashboard .active-project-list .active-project-item .circle-proge {
    max-width: 200px;
}

/* ======================  Pages Design End  ======================*/
/*# sourceMappingURL=main.css.map */


label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}


/* payment */




.gateway-card {
    padding: 15px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: hsl(var(--section-bg));
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: hsl(var(--white));
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: hsl(var(--danger));
    --hover-border-color: hsl(var(--base));
    background-color: hsl(var(--section-bg));
    border-radius: 8px;
    height: 100%;

}


.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-left: 3px solid transparent;
}

.payment-item:not(:last-child) {
    border-bottom: 1px solid hsl(var(--base)/0.1);
}

.payment-item:first-child {
    border-top-color: hsl(var(--base)/0.1);
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid hsl(var(--base));
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid hsl(var(--base));
    display: inline-block;
    border-radius: 100%;

}

.payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;

    &:has(.text) {
        width: fit-content;
    }
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}


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

.deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
}



.deposit-info__input {
    max-width: 50%;
    text-align: right;
    width: 100%;
}

.deposit-info__input-select {
    border: 1px solid hsl(var(--border-color));
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;

    .deposit-info__input-group-text {
        align-self: center;
        padding-left: 5px;
    }

}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;

}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px
}

.total-amount {
    border-top: 1px solid hsl(var(--border-color));
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    border-block: 1px solid hsl(var(--border-color));
    border-bottom: 0;
    color: hsl(var(--base-l-800));
    background-color: hsl(var(--section-bg));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 700;
}

.payment-item:hover+.payment-item__btn {
    border-top-color: hsl(var(--base)/0.1);
}


/* end payment */


/* ======================  Select2 Start  ======================*/
.select2-wrapper {
    --s-height: 54px;
    --select-border: hsl(var(--border-color));
    --select-bg: var(--white);
    --select-shadow: none;
    --border-radius: 8px;
    --font-size: 1rem;
    --font-weight: 400;
    --select-width: 100%;
    --select-color: hsl(var(--heading-color));
    --arrow-color: hsl(var(--border-color));
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 0.875rem;
}

.select2-search--inline {
    display: inline-block;
}

.select2-group {
    position: relative;
}

.select2-group .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.select2-group .select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
    padding-left: 36px;
}

.selection {
    display: block;
}

.select2 .dropdown-wrapper {
    display: none;
}

.select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
    border: 1px solid var(--select-border);
    background: var(--select-bg);
    border-radius: var(--border-radius);
    min-height: var(--s-height);
    padding-inline: 4px;
    -webkit-box-shadow: var(--select-shadow);
    box-shadow: var(--select-shadow);
}

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

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--white)/0.05);
}

.select2-dropdown {
    border: 1px solid hsl(var(--white)/0.2) !important;
    min-width: 140px;
    border-radius: var(--border-radius) !important;
    margin-top: 4px !important;
    background-color: hsl(var(--section-bg));
}

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--white)/0.04) !important;
    color: hsl(var(--heading-color)) !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: hsl(var(--white)/0.03) !important;
    color: hsl(var(--heading-color)) !important;
}

.select2-results__option {
    padding: 6px 10px;
    color: hsl(var(--white));
    font-size: var(--font-size);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: hsl(var(--white) / .1);
    border: 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: hsl(var(--white));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: var(--s-height);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--arrow-color) transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--arrow-color) transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: var(--s-height);
    font-size: var(--font-size);
    color: var(--select-color);
    font-weight: var(--font-weight);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 6px;
    padding-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--select-border);
    outline: 0;
    border-radius: var(--border-radius);
    padding: 6px 16px;
    font-size: var(--font-size);
    color: hsl(var(--white));
    background-color: hsl(var(--black));
}

.select2-container:has(.select2-selection--multiple, .select2-selection--single) {
    width: var(--select-width) !important;
}

.img-flag-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.img-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.select2-results__options::-webkit-scrollbar-track {
    background-color: hsl(var(--select-border));
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: hsl(var(--white)/0.2);
}

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



.list-group--custom {
    border-radius: 0px;
}

.list-group--custom .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    color: hsl(var(--white));
    border-color: transparent;
    padding: 0;
}

.list-group--custom .list-group-item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom-color: hsl(var(--white)/0.1);
}

.list-group--custom .list-group-item strong {
    font-weight: 600;
    color: hsl(var(--dark));
}



.auth-user-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .auth-user-pic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 16px;
    }
}

.auth-user-pic__thumb {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.auth-user-pic__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.support-card__file:hover {
    color: hsl(var(--black)) !important;
}




/* loader */


.gallary-details-card-loader {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallary-details-card-loader__text {
    font-weight: 400;
    font-style: italic;
    color: hsl(var(--white)/0.6);
    font-size: 0.875rem;
    margin-top: 24px;
}

@media screen and (max-width: 374px) {
    .gallary-details-card-loader__text {
        margin-top: 16px;
    }
}

.gallary-details-card-loader .sparkle {
    --size: 250px;
    width: var(--size);
    height: var(--size);
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .gallary-details-card-loader .sparkle {
        margin-top: 16px;
    }
}

@media screen and (max-width: 424px) {
    .gallary-details-card-loader .sparkle {
        --size: 150px;
    }
}

@media screen and (max-width: 374px) {
    .gallary-details-card-loader .sparkle {
        --size: 120px;
    }
}



.gallary-details-card-loader .sparkle .path {
    fill: url(#starGradient);
    stroke: url(#starGradient);
    -webkit-transform-origin: center;
    transform-origin: center;
    transform-box: fill-box;
    color: hsl(var(--base));
    -webkit-animation: path 1.5s ease 0.5s infinite;
    animation: path 1.5s ease 0.5s infinite;
}

.gallary-details-card-loader .sparkle .path:nth-child(1) {
    --scale_path_1: 1.25;
}

.gallary-details-card-loader .sparkle .path:nth-child(2) {
    --scale_path_2: 1.25;
}

.gallary-details-card-loader .sparkle .path:nth-child(3) {
    --scale_path_3: 1.25;
}

.article-box {

    textarea::-webkit-scrollbar {
        width: 3px;
    }

    textarea::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: hsl(var(--white)/.3);
    }
}

.dashboard .meta_checker_wrapper {
    grid-template-columns: 350px 1fr;

    .table tbody tr td:first-child {
        font-weight: 600;
        color: hsl(var(--white));
        font-size: 16px;
    }
}

@media screen and (max-width: 1365px) {
    .dashboard .meta_checker_wrapper {
        grid-template-columns: 1fr;
    }

    .dashboard .meta_checker_wrapper .seo-content-wrapper__left {
        padding-right: 0;

    }

    .dashboard .meta_checker_wrapper .seo-content-wrapper__right {
        padding-left: 0;
    }

    .dashboard .meta_checker_wrapper .seo-content-wrapper__right::before {
        display: none;
    }

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

    .meta_checker_wrapper .table tbody tr td:last-child {
        text-align: left;
        padding-left: 8px;
    }

}


.ad-gen-attach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}


.ad-gen-attach-item {
    --item-size: clamp(4rem, 3.7498rem + 1.251vw, 5rem);
    width: var(--item-size);
    height: var(--item-size);
    aspect-ratio: 1/1;
    border-radius: clamp(0.375rem, 0.2812rem + 0.4691vw, 0.75rem);
    position: relative;
}

.ad-gen-attach-item::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-color: hsl(var(--dark)/0.25);
}

.ad-gen-attach-item__dropzone {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 2px dashed hsl(var(--base)/.1);
    background-color: hsl(var(--base)/.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: 0.3s ease;
}

.ad-gen-attach-item__dropzone:hover,
.ad-gen-attach-item__dropzone:focus-within {
    border-color: hsl(var(--base)/0.5);
}

.ad-gen-attach-item__dropzone .icon {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--size) * 0.6);
    background: var(--gradient-light-200);
}

.ad-gen-attach-item__dropzone .text {
    font-size: 0.625rem;
    font-weight: 500;
    color: hsl(var(--body-color));
}

.ad-gen-attach-item__preview {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
}

.ad-gen-attach-item__preview-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.ad-gen-attach-item__preview-close {
    --size: calc(var(--item-size) * 0.28);
    content: "";
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    color: hsl(var(--white)/0.75);
    background-color: hsl(var(--gray-three));
    position: absolute;
    top: calc(var(--item-size) * 0.08);
    right: calc(var(--item-size) * 0.08);
    z-index: 1;
}

.ad-gen-attach-item__preview-close::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: calc(var(--size) * 0.6);
}



/* end loader */

.error-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: fit-content;
    text-align: center;
}

.error-btn .icon svg {
    width: 20px;
    height: 20px;
    fill: hsl(var(--base));
    transition: all 0.3s;
}

.error-btn:hover .icon svg {
    fill: hsl(var(--dark)) !important;
}


.error .title {
    margin-top: 45px;
    margin-bottom: 20px;
}