@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Zen+Dots&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Zen Dots", serif;
  --body-font: "Space Grotesk", serif;
  --header-h: 0px;
  /* Base Color */
  --base-h: 21;
  --base-s: 87%;
  --base-l: 51%;
  --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: 35;
  --base-two-s: 98%;
  --base-two-l: 49%;
  --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);
  --base-three-h: 1;
  --base-three-s: 79%;
  --base-three-l: 47%;
  --base-three: var(--base-three-h) var(--base-three-s) var(--base-three-l);
  --base-three-d-100: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.1);
  --base-three-d-200: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.2);
  --base-three-d-300: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.3);
  --base-three-d-400: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.4);
  --base-three-d-500: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.5);
  --base-three-d-600: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.6);
  --base-three-d-700: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.7);
  --base-three-d-800: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.8);
  --base-three-d-900: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.9);
  --base-three-d-1000: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 1);
  --base-three-l-100: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.1);
  --base-three-l-200: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.2);
  --base-three-l-300: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.3);
  --base-three-l-400: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.4);
  --base-three-l-500: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.5);
  --base-three-l-600: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.6);
  --base-three-l-700: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.7);
  --base-three-l-800: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.8);
  --base-three-l-900: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.9);
  --base-three-l-1000: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 1);
  --shape: var(--base-three-d-600);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --body-color: 0 0% 76%;
  --heading-color: 0 0% 100%;
  --black: 0 0% 0%;
  --common-bg: 0 0% 10%;
  --border-color: 0 0% 88%;
  --section-bg: 208 100% 97%;
  --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 =============================== */
  /* ================================ Gradient Color End =============================== */
  --gradient-bg: radial-gradient(circle,
      hsl(var(--base-two)) 0%,
      hsl(var(--base)) 77%);
  /* ================================ Gradient Color End =============================== */
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 253;
  --primary-s: 100%;
  --primary-l: 61%;
  --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-d-600: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.6);
  --primary-d-700: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.7);
  --primary-d-800: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.8);
  --primary-d-900: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.9);
  --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
  --primary-l-700: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.7);
  --primary-l-800: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.8);
  --primary-l-900: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.9);
  /* Secondary Color */
  --secondary-h: 229;
  --secondary-s: 7%;
  --secondary-l: 53%;
  --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-d-600: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.6);
  --secondary-d-700: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.7);
  --secondary-d-800: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.8);
  --secondary-d-900: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.9);
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
  --secondary-l-700: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.7);
  --secondary-l-800: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.8);
  --secondary-l-900: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9);
  /* Success Color */
  --success-h: 135;
  --success-s: 58%;
  --success-l: 49%;
  --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-d-600: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.6);
  --success-d-700: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.7);
  --success-d-800: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.8);
  --success-d-900: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.9);
  --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
  --success-l-700: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.7);
  --success-l-800: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.8);
  --success-l-900: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.9);
  /* Danger Color */
  --danger-h: 6;
  --danger-s: 81%;
  --danger-l: 58%;
  --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-d-600: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.6);
  --danger-d-700: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.7);
  --danger-d-800: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.8);
  --danger-d-900: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.9);
  --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
  --danger-l-700: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.7);
  --danger-l-800: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.8);
  --danger-l-900: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.9);
  /* Warning Color */
  --warning-h: 48;
  --warning-s: 100%;
  --warning-l: 50%;
  --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-d-600: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.6);
  --warning-d-700: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.7);
  --warning-d-800: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.8);
  --warning-d-900: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.9);
  --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
  --warning-l-700: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.7);
  --warning-l-800: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.8);
  --warning-l-900: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.9);
  /* Info Color */
  --info-h: 217;
  --info-s: 91%;
  --info-l: 60%;
  --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-d-600: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.6);
  --info-d-700: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.7);
  --info-d-800: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.8);
  --info-d-900: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.9);
  --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
  --info-l-700: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.7);
  --info-l-800: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.8);
  --info-l-900: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.9);
  /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= 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--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align,
.language-dropdown__list-item,
.language-dropdown__selected,
.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(--body-color));
  word-break: break-word;
  background-color: #070000;
  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;
}

p {
  font-size: 1rem;
  margin: 0;
  color: hsl(var(--body-color));
}

span {
  display: inline-block;
}

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

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

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

h1 {
  font-size: 3.75rem;
}

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

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

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

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

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

h2 {
  font-size: 2.5rem;
}

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

@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: 1.875rem;
}

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

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

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

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

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

h4 {
  font-size: 1.5rem;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

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

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

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

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

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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;
}

.mask-img {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-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);
}

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

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

.gradient-text,
.banner-heading__title span,
.section-heading__title .mark-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,
.banner-heading__title span::-moz-selection,
.section-heading__title .mark-text::-moz-selection {
  -webkit-text-fill-color: hsl(var(--white));
}

.gradient-text::selection,
.banner-heading__title span::selection,
.section-heading__title .mark-text::selection {
  -webkit-text-fill-color: hsl(var(--white));
}

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

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

.web-link {
  color: hsl(var(--white) / 0.6);
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  text-align: center;
  position: relative;
}

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

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

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

.section-heading__title {
  margin-bottom: 12px;
  color: hsl(var(--white));
  font-weight: 400;
  line-height: 120%;
}

.section-heading__title span {
  background: var(--Primary,
      linear-gradient(180deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%));
  background-clip: text;
  font-family: var(--heading-font);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.section-heading__desc {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: clamp(1rem, 0.8862rem + 0.4854vw, 1.25rem);
  color: hsl(var(--white));
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .section-heading__desc {
    font-size: 16px;
  }
}

.section-heading__sub-title {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: clamp(1rem, 0.8862rem + 0.4854vw, 1.25rem);
  color: hsl(var(--white));
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .section-heading__sub-title {
    font-size: 16px;
  }
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

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

.info-list__item:not(:last-child):not(:has(+ h6)):not(:has(+ p)) {
  border-bottom: 1px solid hsl(var(--white) / 0.15);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.info-list__label {
  color: hsl(var(--body-color));
  font-weight: 600;
  text-align: left;
}

.info-list__value {
  text-align: right;
  color: hsl(var(--white));
}

.upload-thumb-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.upload-thumb {
  max-width: max-content;
  margin: 0 auto;
  position: relative;
}

.upload-thumb-img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid hsl(var(--base));
}

.upload-thumb-btn {
  cursor: pointer;
  position: absolute;
  height: 32px;
  width: 32px;
  display: grid;
  place-content: center;
  bottom: 12px;
  right: 12px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 50%;
  outline: 2px solid hsl(var(--white));
}

.ticket-info-list__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.ticket-info-list__item:not(:last-child) {
  margin-bottom: 16px;
}

.ticket-info-list__item .label {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--white) / 0.6);
}

.ticket-info-list__item .value {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--white));
}

.chat-box {
  border: 1px solid hsl(var(--color));
  background-color: hsl(var(--color) / 0.1);
  padding: 16px;
  border-radius: 12px;
}

.chat-box--user {
  --color: var(--base);
}

.chat-box--admin {
  --color: var(--base-two);
}

.chat-box:not(:last-child) {
  margin-bottom: 16px;
}

.chat-box> :not(:last-child) {
  margin-bottom: 16px;
}

.chat-box__header {
  padding-bottom: 12px;
  border-bottom: 1px solid hsl(var(--white) / 0.2);
}

.chat-box__name {
  color: hsl(var(--color));
  margin-bottom: 0px;
}

.chat-box__date {
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(var(--white) / 0.6);
}

.chat-box__text {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--white) / 0.8);
}

.chat-box__attachments {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.chat-box__attachments a {
  font-size: 0.875rem;
  color: hsl(var(--color));
}

.chat-box__attachments a:hover,
.chat-box__attachments a:focus {
  outline: none;
  box-shadow: none;
  color: hsl(var(--color-d-300)) !important;
}

.search-form .form--control {
  font-size: 1rem;
}

.filter-form .btn {
  padding-left: 16px;
  padding-right: 16px;
}

/* ====================== 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 =========================== */
/* ================================= margin Css Start =========================== */
.my-100 {
  --p-tb: 50px;
  margin-block: var(--p-tb);
}

@media (min-width: 576px) {
  .my-100 {
    --p-tb: 60px;
  }
}

@media (min-width: 992px) {
  .my-100 {
    --p-tb: 100px;
  }
}

.mt-100 {
  --p-tb: 50px;
  margin-top: var(--p-tb);
}

@media (min-width: 576px) {
  .mt-100 {
    --p-tb: 60px;
  }
}

@media (min-width: 992px) {
  .mt-100 {
    --p-tb: 100px;
  }
}

.mb-100 {
  --p-tb: 50px;
  margin-bottom: var(--p-tb);
}

@media (min-width: 576px) {
  .mb-100 {
    --p-tb: 60px;
  }
}

@media (min-width: 992px) {
  .mb-100 {
    --p-tb: 100px;
  }
}

.my-50 {
  --p-tb: 24px;
  margin-block: var(--p-tb);
}

@media (min-width: 576px) {
  .my-50 {
    --p-tb: 32px;
  }
}

@media (min-width: 992px) {
  .my-50 {
    --p-tb: 50px;
  }
}

.mt-50 {
  --p-tb: 24px;
  margin-top: var(--p-tb);
}

@media (min-width: 576px) {
  .mt-50 {
    --p-tb: 32px;
  }
}

@media (min-width: 992px) {
  .mt-50 {
    --p-tb: 50px;
  }
}

.mb-50 {
  --p-tb: 24px;
  margin-bottom: var(--p-tb);
}

@media (min-width: 576px) {
  .mb-50 {
    --p-tb: 32px;
  }
}

@media (min-width: 992px) {
  .mb-50 {
    --p-tb: 50px;
  }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-100 {
  --p-tb: 50px;
  padding-block: var(--p-tb);
}

@media (min-width: 576px) {
  .py-100 {
    --p-tb: 60px;
  }
}

@media (min-width: 992px) {
  .py-100 {
    --p-tb: 100px;
  }
}

.pt-100 {
  --p-tb: 50px;
  padding-top: var(--p-tb);
}

@media (min-width: 576px) {
  .pt-100 {
    --p-tb: 60px;
  }
}

@media (min-width: 992px) {
  .pt-100 {
    --p-tb: 100px;
  }
}

.pb-100 {
  --p-tb: 50px;
  padding-bottom: var(--p-tb);
}

@media (min-width: 576px) {
  .pb-100 {
    --p-tb: 60px;
  }
}

@media (min-width: 992px) {
  .pb-100 {
    --p-tb: 100px;
  }
}

.py-50 {
  --p-tb: 24px;
  padding-block: var(--p-tb);
}

@media (min-width: 576px) {
  .py-50 {
    --p-tb: 32px;
  }
}

@media (min-width: 992px) {
  .py-50 {
    --p-tb: 50px;
  }
}

.pt-50 {
  --p-tb: 24px;
  padding-top: var(--p-tb);
}

@media (min-width: 576px) {
  .pt-50 {
    --p-tb: 32px;
  }
}

@media (min-width: 992px) {
  .pt-50 {
    --p-tb: 50px;
  }
}

.pb-50 {
  --p-tb: 24px;
  padding-bottom: var(--p-tb);
}

@media (min-width: 576px) {
  .pb-50 {
    --p-tb: 32px;
  }
}

@media (min-width: 992px) {
  .pb-50 {
    --p-tb: 50px;
  }
}

/* ================================= padding Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border-radius: 12px !important;
  border: 1px solid hsl(var(--base));
  background-color: transparent;
}

.custom--accordion .accordion-item:has(.accordion-button.collapsed) {
  border-color: hsl(var(--white) / 0.2);
}

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

.custom--accordion .accordion-body {
  padding: 0px 24px 16px 24px;
}

.custom--accordion .accordion-button {
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 700;
  line-height: 120%;
  padding: 16px;
  color: hsl(var(--white));
  background-color: transparent;
  gap: 8px;
}

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

.custom--accordion .accordion-button__icon {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 6px;
  border: 1px solid hsl(var(--white) / 0.15);
  background-color: hsl(var(--white) / 0.02);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button__icon {
    --size: 32px;
  }
}

.custom--accordion .accordion-button__icon:first-child {
  margin-right: 8px;
}

.custom--accordion .accordion-button__icon::after {
  content: "?";
  width: calc(var(--size) / 2);
  height: calc(var(--size) / 2);
  font-size: calc(var(--size) * 0.35);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: center;
  -webkit-mask-image: url("../images/icons/question-mark.png");
  mask-image: url("../images/icons/question-mark.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: var(--gradient-bg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.custom--accordion .accordion-button::after {
  --size: 24px;
  content: "";
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  background-image: url("../images/icons/plus-circle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button::after {
    --size: 20px;
  }
}

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

.custom--accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.custom--accordion .accordion-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--body-color));
  padding-top: 16px;
  border-top: 1px solid hsl(var(--white) / 0.15);
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-text {
    font-size: 0.875rem;
  }
}

/* ================================= 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(--white)) !important;
  font-weight: 400;
  padding: 16px 40px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--heading-font);
  display: inline-block !important;
  font-size: 1rem;
  line-height: 1;
}

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

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

.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--sm {
  padding: 7px 18px;
  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--base {
  position: relative;
}

.btn--base::before,
.btn--base::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--base-two))),
      to(hsl(var(--base))));
  background: linear-gradient(90deg,
      hsl(var(--base-two)) 0%,
      hsl(var(--base)) 100%);
  border-radius: inherit !important;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn--base::after {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--base))),
      to(hsl(var(--base-two))));
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 100%);
  visibility: hidden;
  opacity: 0;
}

.btn--base:hover::after,
.btn--base:focus::after,
.btn--base:focus-visible::after {
  visibility: visible;
  opacity: 1;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn-outline--base::before,
.btn-outline--base::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--base-two))),
      to(hsl(var(--base))));
  background: linear-gradient(90deg,
      hsl(var(--base-two)) 0%,
      hsl(var(--base)) 100%);
  border-radius: inherit !important;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

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

.btn-outline--base:hover::before,
.btn-outline--base:hover::after,
.btn-outline--base:focus::before,
.btn-outline--base:focus::after,
.btn-outline--base:focus-visible::before,
.btn-outline--base:focus-visible::after {
  visibility: visible;
  opacity: 1;
}

.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(--white)) !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(--white)) !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--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(--white)) !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--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(--white)) !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--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(--white)) !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(--white)) !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;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  background-color: hsl(var(--common-bg));
  border: 1px solid hsl(var(--white) / 0.2) !important;
  border: transparent;
  border-radius: 5px;
}

.custom--card .card-header {
  padding: 12px 24px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--white) / 0.2);
}

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

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

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

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

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

@media screen and (max-width: 575px) {
  .custom--card .card-footer {
    padding: 12px 16px;
  }
}

.custom--card .card-footer .title {
  color: hsl(var(--white));
  margin-bottom: 0px;
  font-size: 1.125rem;
}

.custom--card .card-title {
  color: hsl(var(--white));
  font-size: 1.125rem;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  font-size: 1rem;
  margin-bottom: 8px;
  color: hsl(var(--white));
  font-weight: 400;
  font-family: var(--heading-font);
}

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

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

/* Form Select End */
/* Form Control Start */
.form--control-wrapper {
  width: 100%;
  z-index: 1;
  position: relative;
  --carve: 12px;
}

.form--control-wrapper:has(a) {
  padding: 0;
}

.form--control-wrapper:has(.input-group-text,
  .deposit-info__input-group-text,
  .subscribe-btn) {
  display: flex;
  align-items: center;
}

.form--control-wrapper:has(.input-group-text.copyBoard) {
  padding-right: 0px !important;
  align-items: stretch;
}

.form--control-wrapper .input-group-text.copyBoard {
  padding: 8px 16px;
}

.form--control-wrapper:has(.input-group-text:first-child) {
  padding-left: 12px;
}

.form--control-wrapper:has(.input-group-text:last-child) {
  padding-right: 12px;
}

.form--control-wrapper a {
  padding: 15px;
  display: block;
  text-align: center;
  width: 100%;
}

.form--control-wrapper::after,
.form--control-wrapper::before {
  content: "";
  position: absolute;
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 27%);
}

.form--control-wrapper::after {
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--gradient-bg);
  z-index: -2;
}

.form--control-wrapper::before {
  z-index: -1;
  background-color: hsl(var(--base-d-800));
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--control-wrapper-textarea::after,
.form--control-wrapper-textarea::before {
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 var(--carve));
}

.form--select2-wrapper {
  --carve: 12px;
  position: relative;
}

.form--select2-wrapper__shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
}

.form--select2-wrapper:has(.select2-container--focus) .form--select2-wrapper__shapes::after {
  background: hsl(var(--base-two));
}

.form--select2-wrapper .select2-container:has(.select2-dropdown--open) {
  transform: translateY(1px);
}

.form--select2-wrapper .select2-container:has(.select2-dropdown--above) {
  left: var(--carve) !important;
}

.form--select2-wrapper .select2-dropdown {
  width: calc(100% - var(--carve)) !important;
}

.form--select2-wrapper__shapes::after,
.form--select2-wrapper__shapes::before {
  content: "";
  position: absolute;
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 27%);
}

.form--select2-wrapper__shapes::after {
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--gradient-bg);
  z-index: -2;
}

.form--select2-wrapper__shapes::before {
  z-index: -1;
  background-color: hsl(var(--base-d-800));
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--control {
  border-radius: 5px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 16px 15px;
  background-color: transparent;
  color: hsl(var(--white));
  line-height: 1;
  font-size: 1.125rem;
  border: none;
}

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

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

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.2);
  opacity: 1;
  border: 0;
  color: hsl(var(--white) / 0.7) !important;
  border: 1px solid transparent !important;
}

.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(--white)) !important;
}

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

.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;
  resize: none;
}

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

/* --------------- 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 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: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid hsl(var(--base));
  cursor: pointer;
}

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

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

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

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form--radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsl(var(--base));
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.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: 12px;
  height: 12px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-check-label {
  font-weight: 500;
  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(--black) / 0.2) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 70px;
  height: 38px;
  cursor: pointer;
}

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

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

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

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

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

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

/*  Custom Switch End Design */

.custom-checkbox {
  padding: 40px 24px;
  border-radius: 14px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  color: hsl(var(--base-d-200));
  /* border: 1px solid hsl(var(--gray-l-300)); */
  border: 1px solid hsl(var(--white) / 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .custom-checkbox {
    padding: 32px 24px;
  }
}

@media screen and (max-width: 575px) {
  .custom-checkbox {
    padding: 24px 12px;
    font-size: 1.125rem;
    gap: 6px;
  }
}

@media screen and (max-width: 424px) {
  .custom-checkbox {
    padding: 24px;
  }
}

.custom-checkbox:has(:checked) {
  border-color: transparent;
  position: relative;
  z-index: 1;
}

.custom-checkbox:has(:checked) .custom-checkbox__input {
  border-color: hsl(var(--base-d-200));
}

.custom-checkbox:has(:checked) .custom-checkbox__input::after {
  background: var(--gradient-bg);
}

.custom-checkbox:has(:checked)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: var(--gradient-bg) border-box;
  -webkit-mask: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #fff)) padding-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.custom-checkbox__input {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid hsl(var(--white) / 0.2);
  position: relative;
  margin-right: 8px;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .custom-checkbox__input {
    --size: 18px;
    margin-right: 6px;
  }
}

.custom-checkbox__input::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 60%;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input-group-text {
  background: transparent !important;
  border: none;
  color: hsl(var(--white));
}

.input--group {
  border-radius: 5px;
  border: 1px solid hsl(var(--border-color));
}

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

.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;
}

.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;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */

.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  padding: 15px;
  color: hsl(var(--base)) !important;
}

.custom--modal .modal-header .modal-title {
  color: hsl(var(--white)) !important;
}

.custom--modal .modal-header .close {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  font-size: calc(var(--size) * 0.6);
  line-height: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--danger));
  border: 1px solid hsl(var(--danger) / 0.1);
  background-color: hsl(var(--danger) / 0.1);
}

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

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

.custom--modal .modal-content {
  border-radius: 10px !important;
  border: 1px solid hsl(var(--white) / 0.2);
  background-color: hsl(var(--common-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.2);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.custom--modal .modal-title {
  color: hsl(var(--base)) !important;
}

.custom--modal .btn-close {
  color: hsl(var(--danger));
  background-image: none !important;
}

#exampleModalLabel {
  color: hsl(var(--white));
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

@media screen and (max-width: 575px) {
  .pagination {
    margin: 0 auto;
  }
}

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

.pagination .page-item.disabled .page-link {
  color: hsl(var(--white) / 0.5);
  border-color: hsl(var(--white) / 0.15);
  background-color: hsl(var(--common-bg));
  pointer-events: none;
}

.pagination .page-item .page-link {
  padding: 6px 12px;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  color: hsl(var(--gray));
  border: 1px solid hsl(var(--white) / 0.2);
  background-color: hsl(var(--common-bg));
  border-radius: 6px;
  white-space: nowrap;
}

.pagination .page-item .page-link:has(i) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: hsl(var(--white));
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
}

.pagination .page-item .page-link i.las {
  font-size: 1.125rem;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: hsl(var(--white));
}

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

.pagination-wrapper {
  margin-top: 24px;
}

.pagination-wrapper nav>* {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.pagination-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: hsl(var(--body-color)) !important;
}

.pagination-wrapper p span {
  color: hsl(var(--white)) !important;
  font-weight: 500;
}

/* ================================= 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.875rem;
  color: hsl(var(--body-color));
  font-family: var(--body-font);
}

@media screen and (max-width: 374px) {
  .customer__name {
    font-size: 11px;
  }
}

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

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

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

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

/* Table Content Css end */
/* Table Css Start */
.table> :not(caption)>*>* {
  background-color: transparent;
}

.table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0px 0px;
  background-color: transparent;
  border-radius: 5px !important;
}

.table thead tr th {
  background-color: hsl(var(--shape)) !important;
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-weight: 400;
  border-bottom: 0;
  max-width: 170px;
  font-size: 1rem;
  border: 1px solid hsl(var(--black) / 0.08);
  vertical-align: middle;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .table thead tr th {
    padding: 15px 10px;
    font-size: 0.875rem;
  }
}


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

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

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

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

.table tbody {
  border: 0 !important;
  background-color: transparent;
}

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

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

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

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

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  font-weight: 400;
  max-width: 170px;
  font-size: 1rem;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  background-color: hsl(var(--common-bg));
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .table tbody tr td {
    padding: 10px 8px;
  }
}

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

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid hsl(var(--white) / 0.1);
  font-size: 1rem;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .table tbody tr td:first-child {
    font-size: 0.875rem;
  }
}

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



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

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

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

  .table--responsive--md tbody tr td {
    display: -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(--white) / 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: 1rem;
    color: hsl(var(--white) / 0.8);
  }
}

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

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

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

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

  .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;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    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: 1rem;
    color: hsl(var(--white) / 0.8);
  }
}

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

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

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

  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .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(--white) / 0.1);
    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: 1rem;
    color: hsl(var(--white) / 0.8);
  }
}

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

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

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

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

  .table--responsive--xxl tbody tr td {
    display: -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(--white) / 0.1);
    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: 1rem;
    color: hsl(var(--white) / 0.8);
  }
}

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

/* ================================= Table Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  padding: 4px 12px;
  border-radius: 250px;
  text-align: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

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

.badge-outline--base {
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  background-color: hsl(var(--base) / 0.15);
}

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

.badge-outline--base-two {
  color: hsl(var(--base-two));
  border: 1px solid hsl(var(--base-two));
  background-color: hsl(var(--base-two) / 0.15);
}

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

.badge-outline--primary {
  color: hsl(var(--primary));
  border: 1px solid hsl(var(--primary));
  background-color: hsl(var(--primary) / 0.15);
}

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

.badge-outline--secondary {
  color: hsl(var(--light));
  border: 1px solid hsl(var(--light));
  background-color: hsl(var(--light) / 0.15);
}

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

.badge-outline--success {
  color: hsl(var(--success));
  border: 1px solid hsl(var(--success));
  background-color: hsl(var(--success) / 0.15);
}

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

.badge-outline--danger {
  color: hsl(var(--danger));
  border: 1px solid hsl(var(--danger));
  background-color: hsl(var(--danger) / 0.15);
}

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

.badge-outline--warning {
  color: hsl(var(--warning));
  border: 1px solid hsl(var(--warning));
  background-color: hsl(var(--warning) / 0.15);
}

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

.badge-outline--info {
  color: hsl(var(--info));
  border: 1px solid hsl(var(--info));
  background-color: hsl(var(--info) / 0.15);
}

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

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

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

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

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

@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: 400;
  font-family: var(--heading-font);
  margin-bottom: 6px;
  color: hsl(var(--white));
}

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

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

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

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

.alert--success {
  border-color: hsl(var(--success) / 0.8);
}

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

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

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

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

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

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

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

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

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

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid hsl(var(--base));
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

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

.navbar-brand.logo img {
  max-width: 200px;
}

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

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

.header {
  position: relative;
  z-index: 999;
  background-color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
  .header {
    top: 0px;
    background-color: hsl(var(--black));
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 12;
  }

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

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

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

@media screen and (max-width: 991px) {
  .header.fixed-header {
    position: fixed;
  }
}

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

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

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

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

.navbar {
  padding: 0 !important;
}

.language-dropdown__icon {
  width: 10px;
  height: 10px;
  border-radius: 50px;
}

.language-dropdown__icon img {
  width: 100%;
  height: 100%;
}

.login-registration-list__link {
  font-size: 1.125rem;
  font-family: var(--body-font);
  font-weight: 700 !important;
  color: hsl(var(--base-two)) !important;
}

.login-link {
  color: hsl(var(--white)) !important;
}

.login-link:hover {
  color: hsl(var(--base-two)) !important;
}

.login-registration-list__icon i {
  border: 1px solid hsl(var(--base));
  padding: 7px 8.56px;
  background-color: hsl(var(--base-two));
  border-radius: 50px;
}

.login-registration-list__item::before {
  position: absolute;
  content: "";
  width: 2px !important;
  height: 20px !important;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white)) !important;
}

.language-dropdown {
  margin-right: 44px;
  position: relative;
  width: auto;
  padding-right: 8px;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .language-dropdown {
    margin-right: 16px;
  }
}

@media screen and (max-width: 991px) {
  .language-dropdown {
    width: 120px;
    border: 1px solid hsl(var(--border-color) / 0.3);
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 5px hsl(var(--dark) / 0.15);
    box-shadow: 0px 1px 5px hsl(var(--dark) / 0.15);
    padding: 10px;
  }
}

@media screen and (max-width: 374px) {
  .language-dropdown {
    margin-bottom: 20px;
  }
}

.language-dropdown.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.language-dropdown.open .language-dropdown__list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
}

.language-dropdown::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 0.75rem;
  color: hsl(var(--white));
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: auto;
  transition: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  .language-dropdown::after {
    right: 5px;
    font-size: 0.8125rem;
  }
}

.language-dropdown__selected {
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.language-dropdown__selected .thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .language-dropdown__selected .thumb {
    width: 18px;
    height: 18px;
  }
}

.language-dropdown__selected .thumb img {
  width: 100%;
  height: 100%;
}

.language-dropdown__selected .text {
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding-right: 8px;
}

@media screen and (max-width: 1199px) {
  .language-dropdown__selected .text {
    font-size: 0.9375rem;
    padding-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .language-dropdown__selected .text {
    font-size: 0.875rem;
  }
}

.language-dropdown__list {
  position: absolute;
  background-color: hsl(var(--black));
  border: 1px solid hsl(var(--base)) !important;
  width: 135px;
  border: 1px solid transparent;
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 22px;
  padding: 5px 0;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
  .language-dropdown__list {
    border-color: hsl(var(--border-color));
    margin-top: 2px;
    width: 100%;
    left: auto;
    right: 0;
  }
}

.language-dropdown__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: hsl(var(--base) / 0.12);
}

.language-dropdown__list::-webkit-scrollbar-thumb {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: hsl(var(--base) / 0.15);
}

.language-dropdown__list-item {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  border-bottom: 1px dashed hsl(var(--base));
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.language-dropdown__list-item:last-child {
  border-bottom: 0;
}

.language-dropdown__list-item .thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .language-dropdown__list-item .thumb {
    width: 16px;
    height: 16px;
  }
}

.language-dropdown__list-item .thumb img {
  width: 100%;
  height: 100%;
}

.language-dropdown__list-item .text {
  color: hsl(var(--white));
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .language-dropdown__list-item .text {
    font-size: 0.875rem;
  }
}

.language-dropdown__list-item:hover {
  background-color: hsl(var(--base) / 0.4);
}

/* ========================= Desktop Device Start ========================= */

@media (min-width: 992px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .nav-menu .nav-item.active .nav-link .arrow-icon {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu .nav-item.active .active {
    background-color: hsl(var(--base-l-300)) !important;
    color: hsl(var(--base));
  }

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

  .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--base-two)) !important;
  }

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

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .nav-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 1.125rem;
    color: hsl(var(--white)) !important;
    padding: 24px 0;
    position: relative;
    cursor: pointer;
    /* ======================== Style two ================ */
  }

  .nav-menu .nav-item .nav-link:hover .arrow-icon {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu .nav-item .nav-link .arrow-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

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

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

@media (min-width: 992px) {
  .nav-menu .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 0;
    min-width: 190px;
  }

  .nav-menu .dropdown-menu__list {
    border-bottom: 1px solid hsl(var(--black) / 0.08);
  }

  .nav-menu .dropdown-menu__list:last-child {
    border-bottom: 3px solid hsl(var(--base));
  }

  .nav-menu .dropdown-menu__link {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .nav-menu .dropdown-menu__link:focus,
  .dropdown-menu__link:hover {
    backgroundcolor: hsl(var(--white));
    background-color: hsl(var(--base));
  }

  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@media (min-width: 1400px) {
  .nav-menu .nav-item {
    padding-right: 30px !important;
  }
}

@media (min-width: 1200px) {
  .nav-menu .nav-item .nav-link {
    font-size: 1.25rem !important;
    padding: 25px 0 !important;
  }

  .nav-menu .nav-item {
    padding-right: 20px !important;
  }
}

.active {
  color: hsl(var(--base-two)) !important;
}

@media screen and (max-width: 1399px) {
  .nav-menu .nav-item .nav-link {
    font-size: 1.125rem !important;
  }
}

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

  .nav-menu .nav-item .nav-link,
  .login-registration-list__link {
    font-size: 1rem !important;
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
  .header .arrow-icon {
    display: none;
  }

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

  .nav-menu {
    margin-top: 20px;
  }

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

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

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

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

  .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    color: hsl(var(--white));
  }

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

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

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

  .nav-item:nth-last-child(2) .nav-link {
    border-bottom: none !important;
  }

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

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

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

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

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--white));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.5rem;
}

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

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

.language-box .select {
  color: hsl(var(--white) / 0.6) !important;
}

.language-box .select:focus {
  color: hsl(var(--white)) !important;
}

/* ================================= Header Css End =========================== */
/* ================ Top Header Start Here ================ */
.header-top {
  background-color: hsl(var(--black));
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  padding: 10px 0px;
  position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
}

.top-header-wrapper {
  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;
}

@media screen and (max-width: 991px) {
  .top-header-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

.contact-list__item {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

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

.contact-list__item:last-child::before {
  display: none;
}

.contact-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.4);
}

.contact-list__item-icon {
  font-size: 0.75rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.contact-list__link {
  color: hsl(var(--white));
  font-weight: 400;
  font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
  color: hsl(var(--white));
}

/* Login Registration */
.login-registration-list {
  gap: 8px;
}

.login-registration-list__item {
  color: hsl(var(--white));
  position: relative;
}

.login-registration-list__item:not(:last-child) {
  padding-right: 8px;
}

.login-registration-list__item:last-child::before {
  display: none;
}

.login-registration-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.5);
}

.login-registration-list__icon {
  color: hsl(var(--base));
  margin-right: 10px;
  font-size: 1rem;
}

.login-registration-list__link {
  color: hsl(var(--base));
  font-weight: 400;
  font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
  .login-registration-list__link {
    font-size: 0.9375rem;
  }
}

.login-registration-list__link:hover {
  color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
  color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .login-registration-list__link:hover {
    color: hsl(var(--base));
  }
}

/* Language Box */
.language-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.language-box .select {
  color: hsl(var(--white));
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.4);
  padding: 5px 8px;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 5px;
}

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

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer-area {
  margin-top: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer-area::before,
.footer-area::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.footer-area::before {
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -2;
  background-color: hsl(var(--shape));
  opacity: 0.2;
}

.footer-area::after {
  width: 379px;
  height: 1095px;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  border-radius: 1095px;
  background: hsl(var(--base-three));
  -webkit-filter: blur(150px);
  filter: blur(150px);
  bottom: -80px;
  left: 760px;
  opacity: 0.2;
  z-index: -1;
}

/* .footer-area::before,
.footer-area::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    inset: 0;
}

.footer-area::before {
    background: hsl(var(--shape)/0.5);
    z-index: -1;
}

.footer-area::after {
    background: hsl(var(--black)/0.5);
    z-index: -2;
}

.footer-area__light {
    position: absolute;
    width: 379px;
    height: 1095px;
    -webkit-transform: rotate(84deg);
    transform: rotate(84deg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 1095px;
    background: hsl(var(--base-three));
    -webkit-filter: blur(150px);
    filter: blur(150px);
    bottom: -80px;
    left: 760px;
    opacity: 0.15;
    z-index: 2;
}
*/

.footer-area__coin-left {
  position: absolute;
  top: 370px;
  left: 140px;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .footer-area__coin-left {
    left: 50px;
    top: 270px;
  }
}

@media screen and (max-width: 1399px) {
  .footer-area__coin-left {
    left: 100px;
    top: 500px;
  }
}

@media screen and (max-width: 424px) {
  .footer-area__coin-left {
    display: none;
  }
}

.footer-area__coin-right {
  position: absolute;
  top: 170px;
  right: 180px;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .footer-area__coin-right {
    top: 50px;
    right: 100px;
  }
}

@media screen and (max-width: 424px) {
  .footer-area__coin-right {
    display: none;
  }
}

.footer-item {
  position: relative;
  z-index: 2;
}

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

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

.footer-item__desc {
  color: hsl(var(--white));
  font-family: var(--body-font);
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 370px;
}

@media screen and (max-width: 767px) {
  .footer-item__desc {
    font-size: 16px;
  }
}

.footer-item__title {
  color: hsl(var(--white));
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer-item__title {
    margin-bottom: 16px;
    padding-bottom: 0px;
    font-size: 1.125rem;
  }
}

.share-btn__title {
  font-weight: 500;
}

/* 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(--white));
  font-family: var(--body-font);
  font-size: 1.25rem;
  font-weight: 500;
}

.footer-menu__link i {
  padding-right: 8px;
}

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

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

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

.footer-contact-menu__item-content p,
.footer-contact-menu__item-content a {
  font-family: var(--body-font);
  font-size: 1.25rem;
  font-weight: 500;
  color: hsl(var(--white));
}

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

  .footer-contact-menu__item-content p,
  .footer-contact-menu__item-content a {
    font-size: 1rem;
  }
}

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

  .footer-contact-menu__item-content p,
  .footer-contact-menu__item-content a {
    font-size: 1rem;
  }
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  border-top: 1px solid hsl(var(--base));
  padding-block: 32px;
  position: relative;
  z-index: 2;
}

.text-white {
  margin-top: 15px;
}

.top-footer {
  padding-block: 80px;
}

@media screen and (max-width: 424px) {
  .top-footer {
    padding-block: 24px;
  }
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
/* ========================= Scroll To Top Start ===================== */
.scroll-top {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  position: fixed;
  right: clamp(1.5rem, 1.196rem + 1.5199vw, 3rem);
  bottom: clamp(1.5rem, -3.2465rem + 13.3705vw, 4.5rem);
  z-index: 998;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: inset 0 0 0 2px hsl(var(--base) / 0.5);
  box-shadow: inset 0 0 0 2px hsl(var(--base) / 0.5);
  border: none;
  background-color: hsl(var(--white) / 0.02);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 575px) {
  .scroll-top {
    --size: 40px;
  }
}

.scroll-top::after {
  content: "\f062";
  position: absolute;
  inset: 0;
  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;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.125rem;
  color: hsl(var(--base));
}

.scroll-top-progress path {
  fill: none;
  stroke: hsl(var(--base));
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: stroke-dashoffset 10ms linear;
  transition: stroke-dashoffset 10ms linear;
  stroke-dasharray: 307.919px, 307.919px;
  stroke-dashoffset: 133.505px;
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

/* ===================== 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: 40px 0 51px;
  margin: 0;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
  .breadcrumb {
    width: 100%;
    padding: 40px 0 51px;
  }
}

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

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

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

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--white));
  font-weight: 400;
  font-size: 2.25rem;
}

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

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

.breadcrumb__list {
  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;
}

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

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

.breadcrumb__item-text {
  color: hsl(var(--white));
  font-size: 20px;
  font-weight: 400;
}

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

.breadcrumb__link {
  color: hsl(var(--white));
  font-size: 20px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.text-white {
  margin-top: 0;
}

.breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb::before {
  height: 100%;
  width: 100%;
  background-color: #180a02;
  opacity: 0.9;
  z-index: -2 !important;
}

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

/* ============ Sidebar search box ============= */
.search-box {
  position: relative;
}

.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--base));
}

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

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

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

.blog-sidebar__title {
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 400;
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
  /* Category */
  /* Style Tag */
}

.text-list.style-category .text-list__item {
  border-bottom: 1px dashed hsl(var(--black) / 0.2);
}

.text-list.style-category .text-list__item:last-child {
  border-bottom: 0;
}

.text-list.style-category .text-list__link {
  color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
  color: hsl(var(--base));
}

.text-list.style-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -7px;
}

.text-list.style-tag .text-list__item {
  padding: 7px;
}

.text-list.style-tag .text-list__link {
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 6px 20px;
  border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  --carve: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  background-color: hsl(var(--base-d-800));
  padding: 12px;
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 20px);
}

@media screen and (max-width: 1199px) {
  .latest-blog {
    clip-path: polygon(var(--carve) 0,
        100% 0,
        100% calc(100% - var(--carve)),
        calc(100% - var(--carve)) 100%,
        0 100%,
        0% 73%,
        0 20px);
  }
}

@media screen and (max-width: 991px) {
  .latest-blog {
    clip-path: unset;
    border-radius: 11px;
  }
}

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

.latest-blog__thumb {
  max-height: 135px;
  max-width: 135px;
  clip-path: polygon(14% 0, 100% 0, 100% 83%, 88% 100%, 0 100%, 0% 98%, 0 16%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .latest-blog__thumb {
    clip-path: unset;
    border-radius: 11px;
  }
}

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

.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;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  color: hsl(var(--white));
  font-size: 16px;
  font-weight: 400;
}

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

@media screen and (max-width: 1199px) {
  .latest-blog__title a {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .latest-blog__title a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .latest-blog__title a {
    font-size: 16px;
  }
}

@media screen and (max-width: 424px) {
  .latest-blog__title a {
    font-size: 14px;
  }
}

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

.latest-blog__desc {
  color: hsl(var(--white));
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .latest-blog__desc {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .latest-blog__desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .latest-blog__desc {
    font-size: 16px;
  }
}

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 200px 0 200px;
  overflow: hidden;
}

.banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: hsl(var(--black) / 0.5);
}

.banner-section::after {
  position: absolute;
  content: "";
  background: hsl(var(--shape) / 0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

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

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

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

@media screen and (max-width: 991px) {
  .banner-section.bg-img {
    background-position: center right;
  }
}

.banner-section__coin-top {
  position: absolute;
  top: -19px;
  z-index: 2;
}

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

.banner-section__coin-left {
  position: absolute;
  bottom: 82px;
  left: 150px;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .banner-section__coin-left {
    bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section__coin-left {
    bottom: 20px;
  }
}

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

.banner-section__coin-right {
  position: absolute;
  bottom: 87px;
  left: 760px;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .banner-section__coin-right {
    bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section__coin-right {
    bottom: 150px;
    left: 630px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section__coin-right {
    bottom: 40px;
    left: 400px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section__coin-right {
    bottom: 40px;
    left: 287px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section__coin-right {
    display: none;
  }
}

.banner-section__shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-section__shape-two {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}

.banner-section__light {
  position: absolute;
  width: 488px;
  height: 1217px;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 121px;
  background: hsl(var(--base-three));
  mix-blend-mode: color-dodge;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  top: -680px !important;
  left: -120px !important;
}

.banner-section__light-two {
  right: -937px;
  top: 607px;
  position: absolute;
  width: 1257px;
  height: 380px;
  -webkit-transform: rotate(355deg);
  transform: rotate(6deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 121px;
  background: hsl(var(--base-three));
  -webkit-filter: blur(150px);
  filter: blur(159);
  top: calc(100% - 710px);
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .banner-section__light-two {
    display: none;
  }
}

.banner-section__light-three {
  position: absolute;
  width: 1217px;
  height: 380px;
  -webkit-transform: rotate(355deg);
  transform: rotate(355deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 121px;
  background: hsl(var(--base-three));
  -webkit-filter: blur(150px);
  filter: blur(159);
  top: calc(100% - 130px);
  opacity: 0.3;
}

.banner-heading__subtitle {
  color: hsl(var(--white));
  border: 2px solid hsl(var(--base));
  font-family: var(--body-font);
  display: inline;
  border-radius: 9px;
  padding: 4px 16px;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .banner-heading__subtitle {
    font-size: 14px;
  }
}

.banner-heading__title {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 3rem;
  font-weight: 400;
  color: hsl(var(--white));
  line-height: normal;
}

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

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

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

.banner-heading__desc {
  margin-left: 0;
  color: hsl(var(--white));
  font-size: 1.5rem;
  font-family: var(--body-font);
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .banner-heading__desc {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .banner-heading__desc {
    font-size: 1.125rem;
    line-height: unset;
  }
}

.banner-btn {
  --carve: 20px;
  padding: 16px 55px;
  margin-top: 40px !important;
  border-radius: unset;
  position: relative;
}

.btn:active {
  border: 1px solid transparent !important;
}

.banner-btn::before,
.banner-btn::after {
  clip-path: polygon(calc(100% - var(--carve)) 0,
      100% var(--carve),
      100% 67%,
      100% 100%,
      var(--carve) 100%,
      0 calc(100% - var(--carve)),
      0 0);
}

@media screen and (max-width: 767px) {
  .banner-btn {
    padding: 16px 40px;
    margin-top: 30px;
  }
}

.banner-btn__button-text {
  color: hsl(var(--white));
  padding: 0px;
  margin: 0px;
  font-family: var(--body-font);
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .banner-btn__button-text {
    font-size: 18px;
    font-weight: 500;
  }
}

.banner-btn__light {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .banner-btn__light {
    width: 185px;
    top: -19px;
    left: 2px;
  }
}

@media screen and (max-width: 424px) {
  .banner-btn__light {
    width: 170px;
    top: -19px;
    left: 2px;
  }
}

.btn-text {
  position: relative;
  z-index: 1;
}

.banner-image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1599px) {
  .banner-image {
    max-width: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .banner-image {
    max-width: 500px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-image {
    max-width: 450px;
  }
}

.banner-image__coinone {
  position: absolute;
  left: 532px;
  top: -59px;
}

@media screen and (max-width: 1499px) {
  .banner-image__coinone {
    width: 150px;
    left: 443px;
    top: -66px;
  }
}

@media screen and (max-width: 1399px) {
  .banner-image__coinone {
    width: 150px;
    left: 303px;
    top: -66px;
  }
}

.banner-image__cointwe {
  position: absolute;
  right: -40px;
  top: 102px;
  -webkit-animation: cardAnimate 3s linear infinite;
  animation: cardAnimate 3s linear infinite;
}

.banner-image__cointhree {
  position: absolute;
  left: 133px;
  bottom: 43px;
  -webkit-animation: spining 3s linear infinite;
  animation: spining 3s linear infinite;
}

.banner-image__coinfour {
  position: absolute;
  left: 443px;
  bottom: -68px;
  -webkit-animation: hero-circle-1 7s linear 0s infinite;
  animation: hero-circle-1 7s linear 0s infinite;
}

.banner-image__coinfive {
  position: absolute;
  right: 255px;
  top: 80px;
}

@media screen and (max-width: 1599px) {
  .banner-image__coinfive {
    right: 205px;
    top: 50px;
  }
}

@media screen and (max-width: 1399px) {
  .banner-image__coinfive {
    right: 172px;
    top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-image__coinfive {
    right: 152px;
    top: 15px;
  }
}

.background-image {
  position: relative;
}

.background-image::after {
  position: absolute;
  content: "";
  background-color: hsl(var(--black) / 0.7);
}

.background-image::before {
  position: absolute;
  content: "";
  background-color: hsl(var(--shape) / 0.4);
}

/* =========================== Banner Section End Here ========================= */
/* =========================== How It works Section Start Here ========================= */
.how-it-works {
  overflow: hidden;
  position: relative;
}

.how-it-works-bg__light {
  position: absolute;
  transform: rotate(84deg);
  border-radius: 1217px;
  filter: blur(150px);
  opacity: 0.18;
}

@media screen and (max-width: 991px) {
  .how-it-works-bg__light {
    display: none;
  }
}

.how-it-works-bg__light.one {
  width: 488px;
  height: 1217px;
  right: -494px;
  bottom: -60px;
  background: hsl(var(--base-three));
}

.how-it-works-bg__light.two {
  width: 499px;
  height: 1444px;
  top: -20px;
  left: 210px;
  z-index: -1;
  background: hsl(var(--base-three));
}

.how-it-works-bg__light.three {
  width: 488px;
  height: 1217px;
  right: -683px;
  top: 100px;
  background: hsl(var(--base-three));
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}

.how-it-works-grid::before {
  content: "";
  width: 96.064814814%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("../images/shape/htw-grid-shape.png");
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}

@media screen and (max-width: 1399px) {
  .how-it-works-grid::before {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .how-it-works-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .how-it-works-grid> :last-child {
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  .how-it-works-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (max-width: 424px) {
  .how-it-works-grid {
    grid-template-columns: repeat(1, 85%);
    justify-content: center;
  }
}

.how-it-works-card {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .how-it-works-card {
    padding: 32px 40px;
  }
}

@media screen and (max-width: 1199px) {
  .how-it-works-card {
    padding: 24px 58px;
  }
}

@media screen and (max-width: 991px) {
  .how-it-works-card {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 575px) {
  .how-it-works-card {
    gap: 12px;
    padding: 16px 32px;
    aspect-ratio: 1/0.7;
  }
}

@media screen and (max-width: 424px) {
  .how-it-works-card {
    padding: 24px 48px;
  }
}

.how-it-works-card.reverse {
  flex-direction: column-reverse;
}

.how-it-works-card::before,
.how-it-works-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.how-it-works-card::before {
  aspect-ratio: 1/0.28;
  mask-image: url("../images/shape/htw-card-shape-1.png");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: linear-gradient(90deg,
      hsl(var(--base-two)) 0%,
      hsl(var(--base)) 100%);
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .how-it-works-card::before {
    aspect-ratio: 1/0.24;
  }
}

@media screen and (max-width: 991px) {
  .how-it-works-card::before {
    aspect-ratio: 1/0.3;
  }
}

@media screen and (max-width: 767px) {
  .how-it-works-card::before {
    aspect-ratio: 1/0.28;
  }
}

.how-it-works-card::after {
  top: 0;
  display: none;
  aspect-ratio: 1/0.365;
  background-image: url("../images/shape/htw-card-shape-2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1399px) {
  .how-it-works-card::after {
    display: inline-block;
  }
}

@media screen and (max-width: 1199px) {
  .how-it-works-card::after {
    aspect-ratio: 1/0.32;
  }
}

@media screen and (max-width: 991px) {
  .how-it-works-card::after {
    aspect-ratio: 1/0.365;
  }
}

.how-it-works-card.reverse::before {
  top: 0;
  bottom: auto;
  transform: rotate(180deg);
}

.how-it-works-card.reverse::after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 424px) {
  .how-it-works-card.reverse {
    flex-direction: column;
  }

  .how-it-works-card:not(.reverse)::before,
  .how-it-works-card:not(.reverse)::after {
    transform: scaleY(-1);
  }

  .how-it-works-card:not(.reverse)::before {
    top: 0;
  }

  .how-it-works-card:not(.reverse)::after {
    top: auto;
    bottom: 0;
  }
}

.how-it-works-card__content {
  width: 100%;
  text-align: center;
}

.how-it-works-card__icon {
  font-size: 40px;
  color: hsl(var(--white));
  line-height: 100%;
}

@media screen and (max-width: 1399px) {
  .how-it-works-card__icon {
    font-size: 32px;
  }
}

@media screen and (min-width: 425px) and (max-width: 525px) {
  .how-it-works-card__icon {
    display: none;
  }
}

.how-it-works-card__title {
  color: hsl(var(--white));
  font-family: var(--body-font);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}

@media screen and (max-width: 1399px) {
  .how-it-works-card__title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .how-it-works-card__title {
    font-size: 1.25rem;
  }
}

.how-it-works-card__desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 1399px) {
  .how-it-works-card__desc {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .how-it-works-card__desc {
    font-size: 0.875rem;
  }
}

/* =========================== How it works Section End Here ========================= */

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

.about-section::before,
.about-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-section::before {
  z-index: -1;
  background-color: hsl(var(--shape) / 0.4);
}

.about-section::after {
  z-index: -2;
  background-color: hsl(var(--black) / 0.9);
}

.about-section-thumb {
  position: relative;
  transform: translateX(-60px);
}

@media screen and (max-width: 1599px) {
  .about-section-thumb {
    transform: translateX(-40px);
  }
}

@media screen and (max-width: 1499px) {
  .about-section-thumb {
    transform: translateX(-30px);
  }
}

@media screen and (max-width: 1399px) {
  .about-section-thumb {
    transform: translateX(-20px);
  }
}

@media screen and (max-width: 1199px) {
  .about-section-thumb {
    transform: translateX(0px);
  }
}

.about-section-thumb__main {
  width: 100%;
  -webkit-mask-image: url("../images/main/about-thumb-mask.png");
  mask-image: url("../images/main/about-thumb-mask.png");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  object-fit: cover;
  display: block;
}

.about-section-thumb__coin {
  position: absolute;
  z-index: 1;
}

.about-section-thumb__coin.one {
  top: 3.11850312%;
  right: 6.28930818%;
  width: 13.67924528%;
  height: 18.08731809%;
}

.about-section-thumb__coin.two {
  top: 79.002079%;
  left: 22.16981132%;
  width: 29.55974843%;
  height: 34.0956341%;
}

.about-section-thumb__coin.three {
  left: 12.89308176%;
  top: 41.58004158%;
  width: 12.57861635%;
  height: 18.71101871%;
}

.about-section-thumb__coin.four {
  right: 24.68553459%;
  bottom: 24.94802495%;
  width: 5.50314465%;
  height: 9.14760915%;
}

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

@media screen and (max-width: 991px) {
  .about-section-content {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about-section-content {
    margin-top: 16px;
  }
}

@media screen and (max-width: 575px) {
  .about-section-content {
    margin-top: 0px;
  }
}

.about-section-info__icon {
  --size: 1.58em;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  flex-shrink: 0;
  background: var(--gradient-bg);
}

.about-section-info__title {
  font-size: 1.5rem;
  color: hsl(var(--base-three));
  font-weight: 400;
  font-family: var(--heading-font);
  margin: 0px;
}

.about-section-info__title:has(.about-section-info__icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .about-section-info__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .about-section-info__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 424px) {
  .about-section-info__title {
    font-size: 16px;
  }
}

.about-section-info__desc {
  font-size: 1.25rem;
  font-weight: 400;
  color: hsl(var(--body-color));
  padding-top: 16px;
  line-height: normal;
}

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

@media screen and (max-width: 1199px) {
  .about-section-info__desc {
    font-size: 1rem;
    max-width: 320px;
  }
}

/* ======================  About End  ======================*/
/* ======================  Choose-plan Start  ======================*/
.choose-section {
  position: relative;
  z-index: 1;
}

.choose-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.12;
}

@media screen and (max-width: 767px) {
  .choose-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.choose-items__wrapper-border {
  position: absolute;
  width: 100%;
  height: calc(100% - (68px + var(--shape-bottom-height)));
  border-inline: 3px solid hsl(var(--base-two));
  top: 71px;
  left: 0;
  z-index: 1;
  display: block;
}

@media screen and (max-width: 1399px) {
  .choose-items__wrapper-border {
    height: calc(100% - (61px + var(--shape-bottom-height)));
    top: 61px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-items__wrapper-border {
    height: calc(100% - (80px + var(--shape-bottom-height)));
    top: 72px;
  }
}

@media screen and (max-width: 991px) {
  .choose-items__wrapper-border {
    height: calc(100% - (70px + var(--shape-bottom-height)));
    top: 58px;
  }
}

@media screen and (max-width: 767px) {
  .choose-items__wrapper-border {
    margin-bottom: 24px !important;
    display: none;
  }
}

.choose-items {
  --shape-bottom-height: 137px;
  padding: 18px 32px 68px 46px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .choose-items {
    padding: 30px;
  }
}

@media screen and (max-width: 424px) {
  .choose-items {
    padding: 40px 20px 20px 20px;
  }
}

.choose-items::after,
.choose-items::before {
  content: "";
  position: absolute;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

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

  .choose-items::after,
  .choose-items::before {
    --shape-bottom-height: 150px;
  }
}

.choose-items::after {
  -webkit-mask-image: url(../images/shape/post-shape-bottom.png);
  mask-image: url(../images/shape/post-shape-bottom.png);
  background-color: hsl(var(--base-two));
  width: 100%;
  height: var(--shape-bottom-height);
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .choose-items::after {
    height: var(--shape-bottom-height);
  }
}

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

.choose-items::before {
  -webkit-mask-image: url(../images/shape/post-shape-top.png);
  mask-image: url(../images/shape/post-shape-top.png);
  background-color: hsl(var(--base-two));
  width: 100%;
  height: 72px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1199px) {
  .choose-items::before {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .choose-items::before {
    display: none;
  }
}

.choose-items__title {
  background: var(--Primary,
      linear-gradient(180deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%));
  background-clip: text;
  font-family: var(--heading-font);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media screen and (max-width: 1399px) {
  .choose-items__title {
    font-size: 1.5rem;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-items__title {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 991px) {
  .choose-items__title {
    font-size: 1.375rem !important;
  }
}

@media screen and (max-width: 424px) {
  .choose-items__title {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 374px) {
  .choose-items__title {
    font-size: 1.125rem;
  }
}

.choose-items__subtitle {
  font-size: 1.75rem;
  font-family: var(--body-font);
  font-weight: 700;
  line-height: 1.6;
  color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
  .choose-items__subtitle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .choose-items__subtitle {
    font-size: 1.875rem;
  }
}

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

@media screen and (max-width: 374px) {
  .choose-items__subtitle {
    font-size: 1rem;
  }
}

.choose-items__bottom-subtitle {
  color: hsl(var(--base-three));
  font-size: 1.25rem;
  font-family: var(--heading-font);
  line-height: 1.6;
  margin-bottom: 36px;
}

@media screen and (max-width: 1399px) {
  .choose-items__bottom-subtitle {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-items__bottom-subtitle {
    font-size: 1.5625rem;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .choose-items__bottom-subtitle {
    font-size: 1.125rem;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 374px) {
  .choose-items__bottom-subtitle {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 991px) {
  .choose-items .btn {
    padding: 16px 20px;
  }
}

.choose-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  border-bottom: 1px solid hsl(var(--base));
  margin-bottom: 13px;
}

.choose-point__list {
  width: 100%;
}

.choose-point__desc {
  font-size: 1.125rem;
  font-weight: 500;
  color: hsl(var(--white));
  padding-bottom: 13px;
  border-bottom: 1px solid hsl(var(--base));
  margin-bottom: 13px;
}

.choose-point__desc:last-child {
  border-bottom: unset;
  margin-bottom: unset;
}

@media screen and (max-width: 374px) {
  .choose-point__desc {
    font-size: 1rem;
  }
}

.choose-point i {
  color: hsl(var(--base));
  font-size: 1rem !important;
  padding-right: 8px;
}

.choose-point:last-child {
  border: unset;
}

.choose-money {
  text-align: center;
  margin-top: 30px;
}

.choose-money__min {
  font-size: 1.25rem;
  font-weight: 400;
  color: hsl(var(--white));
  margin-bottom: 8px;
}

@media screen and (max-width: 1399px) {
  .choose-money__min {
    margin-top: unset;
  }
}

@media screen and (max-width: 1199px) {
  .choose-money__min {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .choose-money__min {
    margin-top: 0px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .choose-money__min {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .choose-money__min {
    font-size: 0.875rem;
  }
}

.choose-money__max {
  font-size: 1.25rem;
  font-weight: 400;
  color: hsl(var(--white));
  margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
  .choose-money__max {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

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

@media screen and (max-width: 374px) {
  .choose-money__max {
    font-size: 0.875rem;
  }
}

.choose-section {
  position: relative;
}

.choose-image__coinone {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .choose-image__coinone {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .choose-image__coinone {
    top: 782px;
    left: 0;
  }
}

.choose-image__cointwe {
  position: absolute;
  top: 272px;
  right: 171px;
}

@media screen and (max-width: 1199px) {
  .choose-image__cointwe {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .choose-image__cointwe {
    top: 222px;
    right: 31px;
  }
}

.choose-image__cointhree {
  position: absolute;
  top: 280px;
  left: 480px !important;
}

@media screen and (max-width: 1199px) {
  .choose-image__cointhree {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .choose-image__cointhree {
    top: 260px;
    left: 410px;
  }
}

.choose-image__coinfour {
  position: absolute;
  bottom: 76px;
  right: 780px;
}

@media screen and (max-width: 1199px) {
  .choose-image__coinfour {
    display: none;
  }
}

@media screen and (max-width: 1399px) {
  .choose-image__coinfour {
    bottom: 116px;
    right: 490px;
  }
}

.choose-wrapper {
  margin-top: 64px;
}

.choose-wrapper:last-child {
  margin: 0px !important;
}

@media screen and (max-width: 767px) {
  .choose-wrapper {
    border: 2px solid hsl(var(--base-two));
    border-radius: 11px;
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper {
    margin-top: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper {
    margin-top: 24px !important;
  }
}

.choose-wrapper .choose-top {
  padding-top: 64px;
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .choose-top {
    padding-top: unset !important;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper .choose-top .btn {
    padding: 13px 18px !important;
  }
}

.choose-wrapper .best-button {
  --this-w: 120px;
  position: absolute;
  font-size: 1rem !important;
  font-weight: 400;
  color: hsl(var(--white));
  border: 1px solid hsl(var(--base));
  display: inline-block;
  padding: 6px 22px;
  border-radius: 12px;
  right: -2px;
  top: -2px;
  margin-bottom: 4px;
  background-color: hsl(var(--base-two-d-700));
  font-family: var(--body-font);
  min-width: var(--this-w);
  text-align: center;
}

@media screen and (max-width: 1399px) {
  .choose-wrapper .best-button {
    font-size: 1.125rem !important;
    padding: 3px 8px;
    --this-w: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .best-button {
    font-size: 1.125rem !important;
    padding: 7px 22px;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper .best-button {
    font-size: 0.875rem !important;
    padding: 5px 15px;
    --this-w: 98px;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .best-button {
    top: 8px;
    right: 7px;
    font-size: 1.125rem;
    border-radius: 7px;
    --this-w: unset;
  }
}

@media screen and (max-width: 424px) {
  .choose-wrapper .best-button {
    top: 7px;
    right: 7px;
    font-size: 0.75rem;
    border-radius: 7px;
  }
}

@media screen and (max-width: 374px) {
  .choose-wrapper .best-button {
    padding: 6px 6px;
    font-size: 0.625rem;
    border-radius: 7px;
  }
}

.choose-wrapper .choose-card {
  margin-top: 115px;
}

@media screen and (max-width: 991px) {
  .choose-wrapper .choose-card {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .choose-card {
    margin-top: 20px !important;
  }
}

.choose-wrapper .section-coins__one {
  position: absolute;
  top: 250px;
  right: 140px;
}

@media screen and (max-width: 1399px) {
  .choose-wrapper .section-coins__one {
    top: 250px;
    right: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .section-coins__one {
    top: 220px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .section-coins__one {
    display: none;
  }
}

.choose-wrapper .section-coins__two {
  position: absolute;
  top: 580px;
  left: 140px;
}

@media screen and (max-width: 1399px) {
  .choose-wrapper .section-coins__two {
    top: 500px;
    left: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .section-coins__two {
    top: 300px;
    left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .section-coins__two {
    display: none;
  }
}

.choose-wrapper .section-coins__three {
  position: absolute;
  top: 1080px;
  left: 0;
}

@media screen and (max-width: 1399px) {
  .choose-wrapper .section-coins__three {
    top: 1500px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .section-coins__three {
    top: 2187px;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper .section-coins__three {
    top: 2000px;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .section-coins__three {
    display: none;
  }
}

.choose-wrapper .section-coins__four {
  position: absolute;
  top: 1760px;
  right: 480px;
}

@media screen and (max-width: 1399px) {
  .choose-wrapper .section-coins__four {
    right: 286px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .section-coins__four {
    right: 176px;
    top: 2320px;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .section-coins__four {
    display: none;
  }
}

.choose-wrapper .choose-items__wrapper-border {
  position: absolute;
  width: 100%;
  height: calc(100% - (68px + var(--shape-bottom-height)));
  border-inline: 3px solid hsl(var(--base-two));
  top: 71px;
  left: 0;
  z-index: 1;
  display: block;
}

@media screen and (max-width: 1399px) {
  .choose-wrapper .choose-items__wrapper-border {
    height: calc(100% - (61px + var(--shape-bottom-height)));
    top: 61px;
  }
}

@media screen and (max-width: 1199px) {
  .choose-wrapper .choose-items__wrapper-border {
    height: calc(100% - (80px + var(--shape-bottom-height)));
    top: 72px;
  }
}

@media screen and (max-width: 991px) {
  .choose-wrapper .choose-items__wrapper-border {
    height: calc(100% - (70px + var(--shape-bottom-height)));
    top: 58px;
  }
}

@media screen and (max-width: 767px) {
  .choose-wrapper .choose-items__wrapper-border {
    display: none;
  }
}

/* ======================  Choose-plan End  ======================*/
/* ======================  Features Start  ======================*/
.why-choose {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.why-choose::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.why-choose__light {
  position: absolute;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1217px;
  background: hsl(var(--base-three));
  -webkit-filter: blur(150px);
  filter: blur(150px);
  z-index: 1;
  top: 230px;
  left: -581px;
  opacity: 0.5;
}

.why-choose__light.one {
  width: 470px;
  height: 1217px;
  z-index: -2;
}

.why-choose__light.two {
  width: 470px;
  height: 1217px;
  z-index: -3;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 28px;
}

@media screen and (max-width: 1199px) {
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .why-choose-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.why-choose-grid>.why-choose-list.line-right {
  order: 1;
}

.why-choose-grid>.why-choose-thumb {
  order: 2;
}

.why-choose-grid>.why-choose-list.line-left {
  order: 3;
}

.why-choose-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .why-choose-thumb {
    display: none;
  }
}

.why-choose-list {
  --wc-list-gap: 30px;
  --wc-list-item-first-height: 0px;
  --wc-list-item-last-: 0px;
  --wc-list-item-line-width: 28px;
  --wc-list-item-line-height: 2px;
  display: flex;
  flex-direction: column;
  gap: var(--wc-list-gap);
  margin-block: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .why-choose-list {
    --wc-list-gap: 24px;
  }
}

.why-choose-list.line-right {
  padding-right: var(--wc-list-item-line-width);
}

.why-choose-list.line-left {
  padding-left: var(--wc-list-item-line-width);
}

.why-choose-list.line-left::after {
  left: calc((var(--wc-list-item-line-width) * 1) * -1);
}

.why-choose-list.line-right .why-choose-list-line {
  right: 0;
}

.why-choose-list.line-left .why-choose-list-line {
  left: 0;
}

.why-choose-list-item {
  --carve: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .why-choose-list-item {
    gap: 16px;
    padding: 16px;
  }
}

.why-choose-list-item::before,
.why-choose-list-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: var(--gradient-bg);
}

.why-choose-list.line-right .why-choose-list-item::before,
.why-choose-list.line-right .why-choose-list-item::after {
  right: calc(var(--wc-list-item-line-width) * -1);
}

.why-choose-list.line-left .why-choose-list-item::before,
.why-choose-list.line-left .why-choose-list-item::after {
  left: calc(var(--wc-list-item-line-width) * -1);
}

.why-choose-list-item::before {
  width: var(--wc-list-item-line-width);
  height: var(--wc-list-item-line-height);
  top: 50%;
  transform: translateY(-50%);
}

.why-choose-list-item:nth-child(even)::before {
  width: calc(var(--wc-list-item-line-width) * 2);
}

.why-choose-list.line-left .why-choose-list-item:nth-child(even)::before {
  left: calc((var(--wc-list-item-line-width) * 2) * -1);
}

.why-choose-list.line-right .why-choose-list-item:nth-child(even)::before {
  right: calc((var(--wc-list-item-line-width) * 2) * -1);
}

.why-choose-list-item::after {
  width: var(--wc-list-item-line-height);
  height: calc(100% + var(--wc-list-gap));
  top: 0;
  bottom: 0;
  margin: auto;
}

.why-choose-list-item:first-child::after,
.why-choose-list-item:last-child::after {
  height: calc(50% + var(--wc-list-gap));
}

.why-choose-list-item:first-child::after {
  top: auto;
  bottom: calc(var(--wc-list-gap) * -1);
}

.why-choose-list-item:last-child::after {
  top: calc(var(--wc-list-gap) * -1);
  bottom: auto;
}

.why-choose-list-item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: hsl(var(--shape));
  clip-path: polygon(calc(100% - var(--carve)) 0,
      100% var(--carve),
      100% 67%,
      100% 100%,
      var(--carve) 100%,
      0 calc(100% - var(--carve)),
      0 0);
}

.why-choose-list.line-right .why-choose-list-item__bg::before {
  top: -450px;
  left: -410px;
}

.why-choose-list.line-left .why-choose-list-item__bg::before {
  top: 230px;
  right: -581px;
}

.why-choose-list-item__icon {
  --size: 45px;
  width: var(--size);
  height: var(--size);
  display: inline-block;
  flex-shrink: 0;
  background: var(--gradient-bg);
}

@media screen and (max-width: 991px) {
  .why-choose-list-item__icon {
    --size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .why-choose-list-item__icon {
    --size: 32px;
  }
}

.why-choose-list-item__content {}

.why-choose-list-item__title {
  color: hsl(var(--white));
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--heading-font);
  margin-bottom: 12px;
}

@media screen and (max-width: 424px) {
  .why-choose-list-item__title {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .why-choose-list-item__title {
    font-size: 0.875rem;
    margin-bottom: 2px;
  }
}

.why-choose-list-item__desc {
  color: var(--body-color);
  font-size: 1rem;
  font-family: var(--body-font);
}

@media screen and (max-width: 424px) {
  .why-choose-list-item__desc {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .why-choose-list {
    margin-block: 0px;
  }

  .why-choose-list.line-right {
    padding-right: 0px;
  }

  .why-choose-list.line-left {
    padding-left: 0px;
  }

  .why-choose-list-item::before,
  .why-choose-list-item::after {
    display: none;
  }
}

/* ======================  Features End  ======================*/
/* ======================  Calculate Start  ======================*/
.calculate-section {
  z-index: 1;
}

.calculate-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: hsl(var(--black) / 0.8);
  top: 0;
  z-index: -2;
}

.form--control__input {
  position: relative;
}

.form--control__input::after,
.form--control__input::before {
  --carve: 12px;
  content: "";
  position: absolute;
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 12px);
  z-index: 3;
}

.form--control__input::after {
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: var(--gradient-bg);
  z-index: -2;
}

.form--control__input::before {
  z-index: -1;
  background-color: hsl(var(--base-d-800));
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-check-label {
  font-size: 1.5rem !important;
  color: hsl(var(--white)) !important;
}

@media screen and (max-width: 767px) {
  .form-check-label {
    font-size: 1.125rem !important;
  }
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .form-radio {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    gap: 24px;
  }
}

.range-option__subtitle {
  font-size: 1rem;
  color: hsl(var(--white));
  margin-bottom: 16px;
}

.range-option__slider {
  width: 290px;
  background: hsl(var(--base));
}

.submit {
  font-size: 1rem;
  --carve: 12px;
  border-radius: unset !important;
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 12px);
}

.calculate-item {
  border-radius: 15px;
  overflow: hidden;
  background-color: hsl(var(--base-d-800));
  border: 1px solid hsl(var(--base));
  padding: 10px;
  margin-left: 60px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .calculate-item {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .calculate-item {
    margin-top: 30px;
  }
}

.calculate-item__content {
  border-bottom: 1px double hsl(var(--white));
  margin: 20px;
}

.calculate-item__subtitle {
  font-size: 1rem;
  color: hsl(var(--white));
  margin: 0;
}

.calculate-item__title {
  font-size: 1.875rem;
  font-weight: 60px;
  color: hsl(var(--base-two));
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .calculate-item__title {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 424px) {
  .calculate-item__title {
    font-size: 1.125rem;
  }
}

.ui-state-default {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: none;
  border-radius: 50%;
  background-color: hsl(var(--base));
  outline: none;
  cursor: pointer;
  top: -7px;
  position: absolute;
  z-index: 1;
}

.ui-state-default::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: hsl(var(--white));
  top: 3px;
  left: 3px;
  display: block;
}

.ui-widget.ui-widget-content {
  position: relative;
  height: 18px;
  border: none;
  margin-right: 20px;
  margin-bottom: 25px;
}

.ui-widget.ui-widget-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 6px;
  background: hsl(var(--white));
  width: calc(100% + 20px);
  border-radius: 15px;
}

.ui-slider-range {
  height: 6px;
  background: hsl(var(--base));
  position: relative;
  z-index: 1;
}

#slider-range {
  cursor: pointer;
}

#slider-range .ui-corner-all:nth-child(2):not(:last-child) {
  display: none !important;
}

.price-range__title {
  font-family: var(--heading-font);
}

/* ======================  Calculate End  ======================*/
.apexcharts-legend-text {
  color: #ffffff !important;
}

@media screen and (max-width: 991px) {
  .form--radio {
    margin-bottom: 10px;
  }
}

/* ======================  Invest Start  ======================*/
.invest-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.invest-section__light {
  position: absolute;
  width: 351px;
  height: 1217px;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1217px;
  background: hsl(var(--base-three));
  mix-blend-mode: color-dodge;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  top: -790px;
  left: 790px;
}

.invest-items {
  --carve: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: hsl(var(--shape));
  padding: 10px;
  clip-path: polygon(calc(100% - var(--carve)) 0,
      100% var(--carve),
      100% 67%,
      100% 100%,
      var(--carve) 100%,
      0 calc(100% - var(--carve)),
      0 0);
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1499px) {
  .invest-items {
    padding: 8px 20px 7px 9px;
    gap: 15px;
  }
}

@media screen and (max-width: 1399px) {
  .invest-items {
    padding: 8px 20px 7px 9px;
  }
}

@media screen and (max-width: 374px) {
  .invest-items {
    padding: 8px 10px 8px 9px;
    gap: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .invest-items {
    padding: 8px 15px 8px 9px;
  }
}

.invest-items__subtitle {
  color: hsl(var(--body-color));
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 374px) {
  .invest-items__subtitle {
    font-size: 0.875rem;
  }
}

.invest-items_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.invest-items__title {
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 400;
  color: hsl(var(--white));
  margin-bottom: -4px;
}

@media screen and (max-width: 1499px) {
  .invest-items__title {
    font-size: 1.125rem;
  }
}

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

@media screen and (max-width: 374px) {
  .invest-items__title {
    font-size: 0.625rem !important;
  }
}

@media screen and (max-width: 991px) {
  .invest-items__title {
    font-size: 0.875rem;
    padding: 4px 0px;
  }
}

.invest-items__title-bottom {
  font-family: var(--heading-font);
  font-size: 1.125rem;
  font-weight: 400;
  background: var(--gradient-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

@media screen and (max-width: 1499px) {
  .invest-items__title-bottom {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 1399px) {
  .invest-items__title-bottom {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .invest-items__title-bottom {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .invest-items__title-bottom {
    font-size: 0.75rem;
  }
}

.invest-items__light {
  position: absolute;
  width: 470px;
  height: 530px;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 530px;
  background: hsl(var(--base-three));
  mix-blend-mode: color-dodge;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  top: -400px;
  left: -490px;
  z-index: -1;
}

.invest-items__icons {
  position: absolute;
  top: 6px;
  right: 8px;
}

.invest-items__point {
  font-family: var(--heading-font);
  font-size: 0.75rem;
  color: hsl(var(--white));
  font-weight: 400;
  padding: 2px 3px 3px 5px;
  background-color: hsl(var(--base));
  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;
  border-radius: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media screen and (max-width: 1399px) {
  .invest-items__point {
    right: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .invest-items__point {
    width: 32px;
    height: 32px;
    font-size: 0.625rem;
  }
}

.invest-items__image {
  clip-path: polygon(calc(100% - var(--carve)) 0,
      100% var(--carve),
      100% 67%,
      100% 100%,
      var(--carve) 100%,
      0 calc(100% - var(--carve)),
      0 0);
}

@media screen and (max-width: 1199px) {
  .invest-items__image {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .invest-items__image {
    width: 100px;
  }
}

@media screen and (max-width: 575px) {
  .invest-items__image {
    width: 90px;
  }
}

.invest-items__button {
  border: 1px solid hsl(var(--base));
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--white)) !important;
  text-align: center;
  border-radius: 11px;
  padding: 16px 40px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.invest-items__stamp {
  font-size: 1.25rem;
  font-weight: 800;
  color: hsl(var(--black));
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.invest-items:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.investor-button {
  margin-top: 15px;
  margin-bottom: unset;
}

/* ======================  Invest End  ======================*/
/* ======================  Transation Start  ======================*/
.transation-section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.transation-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: hsl(var(--black) / 0.8);
  inset: 0;
  z-index: -1;
}

.transation-section__light {
  position: absolute;
  width: 470px;
  height: 1217px;
  -webkit-transform: rotate(91deg);
  transform: rotate(91deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1217px;
  background: hsl(var(--base-three));
  -webkit-filter: blur(150px);
  filter: blur(150px);
  z-index: 1;
  left: 659px;
  opacity: 0.4;
  bottom: 490px;
}

.transation-card {
  -webkit-mask-image: url("../images/main/transation-shape.png");
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  background-color: transparent;
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 557px;
  z-index: 1;
}

@media screen and (max-width: 1499px) {
  .transation-card {
    height: 557px;
  }
}

@media screen and (max-width: 1399px) {
  .transation-card {
    height: 478px;
  }
}

@media screen and (max-width: 1199px) {
  .transation-card {
    -webkit-mask: unset;
    mask: unset;
    margin-top: 0px;
    border: 3px solid hsl(var(--base-two));
    margin-bottom: 24px;
    border-radius: 11px;
    height: 441px;
  }
}

@media screen and (max-width: 767px) {
  .transation-card {
    height: 430px;
  }
}

@media screen and (max-width: 575px) {
  .transation-card {
    height: 362px;
  }
}

.transation-card::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/main/tr-border.png);
  background: var(--gradient-bg);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1199px) {
  .transation-card::after {
    background-image: unset;
    -webkit-mask: unset;
    mask: unset;
  }
}

.transation-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
}

.transation-card__icon {
  position: absolute;
  bottom: 0px;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .transation-card__icon {
    left: 8px;
    bottom: -4px;
  }
}

@media screen and (max-width: 1199px) {
  .transation-card__icon {
    display: none;
  }
}

.transation-card__title {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  font-weight: 400;
  color: hsl(var(--white));
  margin-bottom: 17px;
  padding-left: 33px;
  padding-top: 12px;
}

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

.transation-card__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 4px;
}

@media screen and (max-width: 1499px) {
  .transation-card__subtitle {
    font-size: 1.125rem;
  }
}

.transation-card__subtitle-el {
  flex: 1 1 calc(33.3333333333% - 4px);
  color: hsl(var(--base));
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 0px;
  padding: 16px;
}

@media screen and (max-width: 1199px) {
  .transation-card__subtitle-el {
    background: none;
  }
}

.transation-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  gap: 32px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  align-items: center;
}

@media screen and (max-width: 575px) {
  .transation-card__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px;
  }
}

.transation-card__item:not(:last-child) {
  margin-bottom: 4px;
}

.transation-card__item-desc {
  flex: 1 1 33.3333333333%;
  font-size: 1rem;
  font-family: var(--body-font);
  font-weight: 400;
  color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
  .transation-card__item-desc {
    flex: 1 1 100%;
    font-size: 1.125rem;
    width: 100%;
    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;
  }

  .transation-card__item-desc:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 374px) {
  .transation-card__item-desc {
    font-size: 0.875rem;
  }
}

.transation-card__icon img {
  width: 63px;
}

.transation-section__coins__coinone {
  position: absolute;
  top: 190px;
  left: 214px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .transation-section__coins__coinone {
    top: 120px;
    left: 72px;
  }
}

@media screen and (max-width: 767px) {
  .transation-section__coins__coinone {
    top: 170px;
    left: 44px;
  }
}

@media screen and (max-width: 575px) {
  .transation-section__coins__coinone {
    display: none;
  }
}

.transation-section__coins__cointwe {
  position: absolute;
  top: 180px;
  right: 216px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .transation-section__coins__cointwe {
    top: 170px;
    right: 46px;
  }
}

@media screen and (max-width: 991px) {
  .transation-section__coins__cointwe {
    top: 110px;
    right: 66px;
  }
}

@media screen and (max-width: 575px) {
  .transation-section__coins__cointwe {
    display: none;
  }
}

.transation-section__coins__cointhree {
  position: absolute;
  bottom: 0px;
  right: 150px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .transation-section__coins__cointhree {
    right: 17px;
  }
}

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

.transation-section__coins__coinfour {
  position: absolute;
  bottom: 30px;
  left: 210px;
  z-index: 2;
}

.transation-card__item-title {
  display: none;
}

@media screen and (max-width: 575px) {
  .transation-card__item-title {
    display: block;
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .transation-card__subtitle {
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  .transation-card__subtitle {
    display: none;
  }
}

.transation-card__item-desc {
  font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
  .transation-card__item-desc {
    font-size: 0.875rem;
  }
}

.transation-card__footer {
  background-color: red;
  min-height: 76px;
  /* aspect-ratio: 1/0.125; */
  /* aspect-ratio: 1/1; */
}

.transation-card__thumb img {
  width: 100%;
  max-height: 75px;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 1499px) {
  .transation-card__thumb img {
    width: 100%;
    max-height: 76px;
  }
}

@media screen and (max-width: 1399px) {
  .transation-card__thumb img {
    max-height: 64px;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .transation-card__thumb img {
    display: none;
  }
}

.table-list {
  height: 344px;
  overflow-y: auto;
  scrollbar-width: none;
}

.table-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.table-list::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}

@media screen and (max-width: 1399px) {
  .table-list {
    height: 296px;
  }
}

/* ======================  Transation End  ======================*/
/* ======================  Subscribe Section Start  ======================*/
.subscribe-section {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.subscribe-section+ :is(.footer-area) {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .subscribe-section+ :is(.footer-area) {
    padding-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .subscribe-section+ :is(.footer-area) {
    padding-top: 60px;
  }
}

.subscribe-section:has(+ :is(.footer-area)) {
  margin-bottom: -120px;
}

@media screen and (max-width: 991px) {
  .subscribe-section:has(+ :is(.footer-area)) {
    margin-bottom: -80px;
  }
}

@media screen and (max-width: 424px) {
  .subscribe-section:has(+ :is(.footer-area)) {
    margin-bottom: -60px;
  }
}

.subscribe-section__light {
  position: absolute;
  width: 379px;
  height: 1095px;
  -webkit-transform: rotate(266deg);
  transform: rotate(266deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1095px;
  background: hsl(var(--base-three));
  opacity: 0.4;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  bottom: -708px;
  left: 415px;
  display: none;
}

.subscribe-section__inner {
  padding: 60px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

@media screen and (max-width: 1199px) {
  .subscribe-section__inner {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 991px) {
  .subscribe-section__inner {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 374px) {
  .subscribe-section__inner {
    padding: 30px 20px;
  }
}

.subscribe-section__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: hsl(var(--black));
  inset: 0;
  opacity: 0.6;
  z-index: -1;
}

.subscribe-section__content,
.subscribe-section .subscribe-form {
  max-width: 450px;
  flex-grow: 1;
}

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

  .subscribe-section__content,
  .subscribe-section .subscribe-form {
    max-width: 400px;
  }
}

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

  .subscribe-section__content,
  .subscribe-section .subscribe-form {
    max-width: 100%;
    flex-grow: 1;
  }

  .subscribe-section__content {
    text-align: center;
  }
}

.subscribe-section .subscribe-form .form--control-wrapper .btn {
  border-radius: 0px;
  padding: 16px 24px;
}

.subscribe-section .subscribe-form .form--control-wrapper .btn::before,
.subscribe-section .subscribe-form .form--control-wrapper .btn::after {
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 var(--carve));
}

.subscribe-section .subscribe-form .form--control-wrapper::before,
.subscribe-section .subscribe-form .form--control-wrapper::after {
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 var(--carve));
}

/* ======================  Subscribe Section End  ======================*/
/* ======================  Program Start  ======================*/
.program-items {
  display: flex;
  flex-direction: column;
  gap: 24px 16px;
}

@media screen and (max-width: 991px) {
  .program-items {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .program-items>* {
    flex: 1 1 calc(50% - 16px);
  }
}

@media screen and (max-width: 767px) {
  .program-items>* {
    flex: 1 1 100%;
  }

  .program-items>* {
    flex: 1 1 100%;
  }
}

.program-items__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}

.program-items__content:nth-child(odd) {
  margin-left: 114px;
}

@media screen and (max-width: 1399px) {
  .program-items__content {
    gap: 16px;
  }

  .program-items__content:nth-child(odd) {
    margin-left: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .program-items__content {
    align-items: flex-start;
  }

  .program-items__content:nth-child(odd) {
    margin-left: 0px;
  }
}

.program-items__image {
  --size: 120px;
  width: var(--size);
  height: var(--size);
  object-fit: cover;
  flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
  .program-items__image {
    --size: 100px;
  }
}

@media screen and (max-width: 991px) {
  .program-items__image {
    --size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .program-items__image {
    --size: 60px;
  }
}

.program-items__para {
  max-width: 373px;
  font-family: var(--body-font);
  font-size: 1.25rem;
  color: hsl(var(--white));
  font-weight: 500;
}

.program-items__para span {
  color: hsl(var(--base-two));
}

@media screen and (max-width: 1199px) {
  .program-items__para {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .program-items__para {
    margin: auto;
    max-width: unset;
    font-size: 1rem;
  }
}

@media screen and (max-width: 424px) {
  .program-items__para {
    font-size: 0.875rem;
  }
}

.program-items__thum__image {
  width: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .program-items__thum__image {
    margin-left: 0;
  }
}

/* ======================  Program End  ======================*/

/* ======================  Testimonial Section Start  ====================== */
.testimonial {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonial::before,
.testimonial::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.testimonial::before {
  background-color: hsl(var(--shape) / 0.7);
}

.testimonial::after {
  background-color: hsl(var(--black) / 0.7);
}

.testimonial__light {
  position: absolute;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  background: hsl(var(--base-three));
  -webkit-filter: blur(150px);
  filter: blur(150px);
  z-index: -2;
}

.testimonial__light.one {
  width: 412px;
  height: 1160px;
  border-radius: 1160px;
  top: 290px;
  left: -490px;
}

.testimonial__light.two {
  width: 470px;
  height: 1217px;
  border-radius: 1217px;
  bottom: 230px;
  right: -421px;
  z-index: -1;
  opacity: 0.7;
}

.testimonial-card {
  position: relative;
  z-index: 1;
  height: 486px;
  padding: 64px 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.testimonial-card::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0;
  z-index: -1;
  mask-image: url(../images/main/testimonial-border.png);
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
  background: var(--gradient-bg);
}

@media screen and (max-width: 1399px) {
  .testimonial-card {
    height: 414px;
    padding: 48px 24px 16px;
    gap: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial-card {
    height: 345px;
    padding: 48px 24px 16px;
    gap: 16px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-card {
    height: 391px;
    padding: 48px 24px 12px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-card {
    height: 100%;
    border: 2px solid hsl(var(--base-two));
    border-radius: 12px;
    gap: 24px;
    padding: 32px;
  }

  .testimonial-card::before {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-card {
    padding: 32px 16px;
  }
}

.testimonial-card__body {
  flex: 1 1 auto;
}

.testimonial-card__desc {
  color: hsl(var(--white));
  font-size: 1.25em;
  font-weight: 400;
  line-height: normal;
}

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

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

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

.testimonial-card__position {
  color: hsl(var(--white));
  text-align: center;
  font-family: var(--heading-font);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1199px) {
  .testimonial-card__position {
    font-size: 0.75rem;
  }
}

.testimonial-card__logo {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .testimonial-card__logo {
    --size: 20px;
  }
}

.testimonial-card-user {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 280px;
}

@media screen and (max-width: 1399px) {
  .testimonial-card-user {
    max-width: 220px;
    gap: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial-card-user {
    max-width: 200px;
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-card-user {
    max-width: 100%;
    justify-content: center;
  }
}

.testimonial-card-user__thumb {
  --size: 76px;
  width: var(--size);
  height: var(--size);
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (max-width: 1399px) {
  .testimonial-card-user__thumb {
    --size: 56px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial-card-user__thumb {
    --size: 48px;
  }
}

.testimonial-card-user__content {
  margin-block: auto;
}

.testimonial-card-user__name {
  color: hsl(var(--white));
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1399px) {
  .testimonial-card-user__name {
    font-size: 1.25rem;
  }
}

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

.testimonial-card-user__username {
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  color: hsl(var(--body-color));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.testimonial-card-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-left: 50px;
  padding-right: 84px;
}

.testimonial-card-info__item {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid hsl(var(--base-two));
}

.testimonial-card-info__item:has(.testimonial-card__position) {
  flex-grow: 1;
}

.testimonial-card-info__item:has(.testimonial-card__logo) {
  padding: 11px;
  max-width: 58px;
}

@media screen and (max-width: 1199px) {
  .testimonial-card-info {
    padding-left: 36px;
    padding-right: 56px;
  }

  .testimonial-card-info__item {
    padding: 12px;
  }

  .testimonial-card-info__item:has(.testimonial-card__logo) {
    padding: 9px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-card-info {
    padding-left: 48px;
    padding-right: 72px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-card-info {
    max-width: max-content;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
  }
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .slick-arrow {
  position: absolute;
  z-index: 12;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 58px;
  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: 12px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base-three));
  font-size: calc(var(--size) * 0.4);
}

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

.testimonial-slider .slick-arrow.slick-prev {
  left: -60px;
}

.testimonial-slider .slick-arrow.slick-next {
  right: -60px;
}

@media screen and (max-width: 1599px) {
  .testimonial-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base));
  }

  .testimonial-slider .slick-arrow.slick-prev {
    left: -18px;
  }

  .testimonial-slider .slick-arrow.slick-next {
    right: -18px;
  }
}

@media screen and (max-width: 1399px) {
  .testimonial-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .testimonial-slider .slick-arrow.slick-prev {
    left: -12px;
  }

  .testimonial-slider .slick-arrow.slick-next {
    right: -12px;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial-slider .slick-arrow {
    width: 32px;
    height: 32px;
  }

  .testimonial-slider .slick-arrow.slick-prev {
    left: -8px;
  }

  .testimonial-slider .slick-arrow.slick-next {
    right: -8px;
  }
}

.testimonial-slider .slick-dots {
  text-align: center;
  padding-top: 20px;
}

.testimonial-slider .slick-dots li {
  display: inline-block;
}

.testimonial-slider .slick-dots li button {
  border: none;
  background-color: hsl(var(--white) / 0.7);
  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;
}

.testimonial-slider .slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 5px;
  color: hsl(var(--base));
}

/* ======================  Testimonial Section End  ======================== */

/* ================================= Blog Section Css Start Here ============================= */
.blog {
  position: relative;
}

.blog-coins__coin-one {
  position: absolute;
  top: 157px;
  left: 1140px;
}

@media screen and (max-width: 1599px) {
  .blog-coins__coin-one {
    left: 890px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-coins__coin-one {
    display: none;
  }
}

.blog-coins__coin-twe {
  position: absolute;
  top: 701px;
  left: 100px;
}

@media screen and (max-width: 1599px) {
  .blog-coins__coin-twe {
    left: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-coins__coin-twe {
    display: none;
  }
}

.blog-coins__coin-three {
  position: absolute;
  top: 871px;
  right: 100px;
}

@media screen and (max-width: 1599px) {
  .blog-coins__coin-three {
    right: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-coins__coin-three {
    display: none;
  }
}

.blog-item {
  --carve: 20px;
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.blog-item::after,
.blog-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(10% 0, 100% 0, 100% 94%, 92% 100%, 0 100%, 0% 69%, 0 7%);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

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

  .blog-item::after,
  .blog-item::before {
    clip-path: polygon(11% 0, 100% 0, 100% 95%, 92% 100%, 0 100%, 0% 58%, 0 7%);
  }
}

.blog-item::before {
  width: 100%;
  height: 100%;
  background: hsl(var(--shape));
  z-index: -2;
}

.blog-item::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--gradient-bg);
  opacity: 0;
  visibility: hidden;
  z-index: -3;
}

.blog-item:focus,
.blog-item:hover {
  outline: none;
  box-shadow: none;
}

.blog-item:hover::before,
.blog-item:focus::before {
  background: #070000;
}

.blog-item:hover::after,
.blog-item:focus::after {
  opacity: 1;
  visibility: visible;
}

.blog-item:hover .blog-item__title,
.blog-item:focus .blog-item__title {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  color: hsl(var(--base-three));
}

.blog-item__wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 16px;
  overflow: hidden;
  clip-path: polygon(10% 0, 100% 0, 100% 94%, 92% 100%, 0 100%, 0% 69%, 0 7%);
}

.blog-item__wrapper::before {
  content: '';
  position: absolute;
  width: 198.585px;
  height: 445.05px;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 445px;
  background: hsl(var(--base-three));
  mix-blend-mode: color-dodge;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  top: 300px;
  left: -10px;
  z-index: -1;

}

@media screen and (max-width: 1399px) {
  .blog-item__wrapper {
    clip-path: polygon(11% 0, 100% 0, 100% 95%, 92% 100%, 0 100%, 0% 58%, 0 7%);
  }
}

.blog-item__title {
  font-family: var(--heading-font);
  color: hsl(var(--white));
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 24px;
}

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

@media screen and (max-width: 991px) {
  .blog-item__title {
    margin-bottom: 4px;
  }
}

.blog-item__desc {
  font-size: 1rem;
  color: hsl(var(--white));
}

.blog-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
}

.blog-item__name {
  margin-bottom: 0px;
  font-family: var(--heading-font);
  font-size: 1.0625rem;
  color: hsl(var(--white));
  font-weight: 400;
}

@media screen and (max-width: 374px) {
  .blog-item__name {
    font-size: 0.875rem !important;
  }
}

.blog-item__subdesc {
  color: hsl(var(--body-color));
  font-family: var(--white) !important;
  font-size: 1.25rem;
}

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


.blog-item__image {
  width: 100%;
  display: block;
  object-fit: cover;
  clip-path: polygon(9% 0, 100% 0, 100% 89%, 90% 100%, 0 100%, 0% 58%, 0 10%);
}

.see-more {
  font-family: var(--heading-font);
  color: hsl(var(--white)) !important;
  border-radius: 11px;
  padding: 16px 40px;
}

.see-more:hover {
  background-color: hsl(var(--base-tow));
}

@media screen and (max-width: 767px) {
  .see-more {
    margin-top: 24px;
  }
}

/* ================================= Blog Section Css End Here ================================= */
/* ======================  Ranking Start  ======================*/
.ranking-section {
  position: relative;
  overflow: hidden;
}

.ranking-section::before {
  position: absolute;
  content: "";
  background: hsl(var(--shape) / 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ranking-section::after {
  position: absolute;
  content: "";
  background: hsl(var(--black) / 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ranking-section__light {
  position: absolute;
  width: 470px;
  height: 1217px;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  border-radius: 1217px;
  background: hsl(var(--base-three));
  -webkit-filter: blur(150px);
  filter: blur(150px);
  z-index: 1;
  top: 230px;
  left: -581px;
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .ranking-section__light {
    z-index: -1;
  }
}

.ranking-section__light-two {
  position: absolute;
  width: 470px;
  height: 1217px;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  border-radius: 1217px;
  background: hsl(var(--base-three));
  -webkit-filter: blur(151px);
  filter: blur(151px);
  z-index: 1;
  bottom: 230px;
  right: -581px;
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  .ranking-section__light-two {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ranking-heading {
  text-align: center;
}

.ranking-heading__title {
  font-family: var(--heading-font);
  font-size: 2.25rem;
  color: hsl(var(--white));
  margin-bottom: 12px;
}

.ranking-heading__desc {
  font-family: var(--body-font);
  font-size: 1.25rem;
  color: hsl(var(--white));
  max-width: 484px;
  margin: auto;
}

.ranikng-wrapper {
  --gap: 24px;
  --count: 8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: var(--gap);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 24px;
}

@media screen and (max-width: 991px) {
  .ranikng-wrapper {
    --gap: 12px;
  }
}

@media screen and (max-width: 575px) {
  .ranikng-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ranking-main {
  position: relative;
  z-index: 2;
}

.renikng-item {
  position: relative;
  width: calc(100% / var(--count) - (var(--gap) - var(--gap) / var(--count)));
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 575px) {
  .renikng-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 40px);
    height: 60px;
  }
}

.renikng-item:hover .renikng-item__info {
  visibility: visible;
  opacity: 1;
  bottom: calc(var(--this-parcent) + 50px);
}

@media screen and (max-width: 575px) {
  .renikng-item:hover .renikng-item__info {
    bottom: calc(var(--this-parcent) + 10px);
  }
}

@media (min-width: 576px) {
  .renikng-item:last-child .renikng-item__info {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .renikng-item:last-child .renikng-item__info .arrow-icon {
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 16px;
  }
}

@media (min-width: 576px) {
  .renikng-item:first-child .renikng-item__info {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .renikng-item:first-child .renikng-item__info .arrow-icon {
    left: 16px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.renikng-item__info {
  width: 190px;
  position: absolute;
  bottom: var(--this-parcent);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  z-index: 3;
  border-radius: 5px;
  background-color: hsl(var(--base-d-700));
}

@media screen and (max-width: 575px) {
  .renikng-item__info {
    left: 20%;
  }
}

.renikng-item__info .arrow-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.renikng-item__info .renikng-list {
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: var(--gradient-bg);
}

.renikng-item__info .renikng-list__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;
}

.renikng-item__info .renikng-list__item:not(:last-child) {
  margin-bottom: 4px;
}

.renikng-item__info .renikng-list__item .title,
.renikng-item__info .renikng-list__item .value {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--white));
}

.renikng-item__value {
  text-align: center;
  font-family: var(--heading-font);
  background: var(--gradient-bg);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: var(--this-parcent);
}

@media screen and (max-width: 1399px) {
  .renikng-item__value {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .renikng-item__value {
    font-size: 8px;
  }
}

@media screen and (max-width: 575px) {
  .renikng-item__value {
    left: var(--this-parcent);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}

.renikng-item__bar {
  position: relative;
  height: 474px;
}

@media screen and (max-width: 575px) {
  .renikng-item__bar {
    height: 50px;
    width: 100%;
  }
}

.renikng-item__bar::after {
  content: "";
  position: absolute;
  height: var(--this-parcent);
  width: 100%;
  bottom: 0;
  background-color: hsl(var(--shape));
}

@media screen and (max-width: 575px) {
  .renikng-item__bar::after {
    height: 100%;
    width: var(--this-parcent);
  }
}

.renikng-item__image {
  --img-h: 100px;
  height: var(--img-h);
  margin-top: calc(-1 * var(--img-h) / 2);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1399px) {
  .renikng-item__image {
    --img-h: 60px;
  }
}

@media screen and (max-width: 575px) {
  .renikng-item__image {
    margin-top: 0px;
    width: var(--img-h);
    margin-right: 10px;
  }
}

.renikng-item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.renikng-item__name {
  font-family: var(--heading-font);
  color: hsl(var(--white));
  text-align: center;
  margin-top: 6px;
}

@media screen and (max-width: 1399px) {
  .renikng-item__name {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .renikng-item__name {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .renikng-item__name {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 10px;
    display: none;
  }
}

/* ======================  Ranking End  ======================*/
/* ======================  Payment Start  ======================*/
.payment-section {
  overflow: hidden;
}

.payment-section__light {
  position: absolute;
  width: 379px;
  height: 1095px;
  -webkit-transform: rotate(266deg);
  transform: rotate(266deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1095px;
  background: hsl(var(--base-three));
  opacity: 0.4;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  bottom: -708px;
  left: 415px;
  opacity: 0.15;
}

@media screen and (max-width: 1199px) {
  .payment-coins {
    display: none;
  }
}

.payment-coins_one {
  position: absolute;
  top: 100px;
  left: 303px;
}

@media screen and (max-width: 1399px) {
  .payment-coins_one {
    left: 173px;
  }
}

.payment-coins_two {
  position: absolute;
  top: 60px;
  right: 243px;
}

@media screen and (max-width: 1399px) {
  .payment-coins_two {
    right: 133px;
    top: 70px;
  }
}

/* ======================  Payment End  ======================*/
/* ======================  Blog-details Start  ======================*/
.blog-details_content__title {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  color: hsl(var(--white));
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 32px;
}

.blog-details_content__desc {
  font-family: var(--body-font);
  font-size: 1.25rem;
  color: hsl(var(--white));
  font-weight: 400;
  width: 760px;
}

.blog-details_content__desc span {
  font-family: var(--body-font);
  font-size: 1.25rem;
  color: hsl(var(--white));
  font-weight: 400;
  margin-top: 38px;
}

.blog-details_content__subdesc {
  margin-top: 32px;
  font-family: var(--body-font);
  font-size: 1.25rem;
  color: hsl(var(--white));
  font-weight: 400;
  width: 760px;
  padding: 32px 32px 48px 32px;
  background-color: hsl(var(--base-three));
  clip-path: polygon(4% 0,
      100% 0,
      100% 30%,
      100% 86%,
      96% 100%,
      30% 100%,
      0 100%,
      0 14%);
  margin-bottom: 32px;
  border: 3px solid hsl(var(--base));
}

.blog-details_content__bottom-desc {
  font-family: var(--body-font);
  font-size: 1.25rem;
  color: hsl(var(--white));
  font-weight: 400;
  width: 760px;
}

.blog-details_content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
}

.blog-details_content__name {
  margin: 0px;
  font-family: var(--heading-font);
  font-size: 17.349px;
  color: hsl(var(--white));
  font-weight: 400;
}

.blog-details_content__subdescs {
  color: hsl(var(--body-color));
  font-family: var(--body-font);
  font-size: 0.75rem;
  font-weight: 500;
}

.blog-details__thumb {
  clip-path: polygon(6% 0, 100% 0, 100% 89%, 95% 100%, 0 100%, 0% 89%, 0 11%);
}

.blog-details__title {
  font-family: var(--heading-font);
  font-size: 1.25rem;
  color: hsl(var(--white));
  font-weight: 400;
  margin-top: 32px;
}

.blog-details__desc {
  margin-top: 24px;
  font-family: var(--body-font);
  font-size: 1.25rem;
  color: hsl(var(--white));
}

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

.blog-details__desc-shape {
  margin-top: 35px;
  font-family: var(--body-font);
  font-size: 1.25rem;
  font-weight: 500;
  color: hsl(var(--white));
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 991px) {
  .blog-details__desc-shape {
    clip-path: unset;
  }
}

.blog-details__desc-shape::after {
  z-index: -3;
  background-color: #311303;
  background: hsl(var(--shape));
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px;
}

.blog-details-bottom__desc {
  color: var(--White, #fff);
  font-family: var(--body-font);
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 32px;
}

@media screen and (max-width: 1199px) {
  .blog-details-bottom__desc {
    font-size: 16px;
  }
}

.blog-details-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 42px;
}

.blog-details__user-title {
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-size: 1.0625rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.blog-details__user-subtitle {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .main-details__page {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ====================== Blog-details End  ======================*/
/* ====================== Contact Start  ======================*/
.contact-section {
  position: relative;
}

.contact-card {
  margin-top: 80px;
}

@media screen and (max-width: 575px) {
  .contact-card {
    margin-top: 25px;
  }
}

.contact-card-title {
  line-height: 100%;
  letter-spacing: -2px;
  margin-bottom: 0px;
}

.contact-card-thumb {
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  z-index: 1;
}

.contact-card-thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0;
  background-color: hsl(var(--black) / 0.25);
  border-radius: inherit;
}

.contact-card-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.contact-card-thumb .contact-card-title {
  max-width: 350px;
  background: var(--gradient-bg);
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px transparent;
  color: hsl(var(--common-bg) / 0.9);
  position: absolute;
  top: 32px;
  left: 32px;
}

@media screen and (max-width: 1199px) {
  .contact-card-thumb .contact-card-title {
    top: 24px;
    left: 24px;
  }
}

@media screen and (max-width: 991px) {
  .contact-card-thumb .contact-card-title {
    display: none;
  }
}

.contact-card-form {
  position: relative;
}

.contact-card-form .contact-card-title {
  display: none;
  background: var(--gradient-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .contact-card-form .contact-card-title {
    display: block;
  }
}

.contact-card-form textarea.form--control {
  min-height: 150px;
  resize: none;
}

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

  .contact-card-form .g-recaptcha>div,
  .contact-card-form .g-recaptcha iframe {
    width: 100% !important;
  }
}

.contact-info {
  --carve: 12px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 24px;
  flex-direction: column;
  background-color: hsl(var(--base) / 0.05);
  border: 1px solid hsl(var(--base-three)/0.5);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

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

.contact-info:hover,
.contact-info:focus-within {
  border-color: hsl(var(--base-three));
}

.contact-info:hover .contact-info__value,
.contact-info:focus .contact-info__value {
  color: hsl(var(--base));
}


.contact-info__icon {
  --size: 60px;
  --carve: 12px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
  color: black;
}

@media screen and (max-width: 1199px) {
  .contact-info__icon {
    --size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .contact-info__icon {
    --size: 40px;
    --carve: 10px;
  }
}

.contact-info__icon svg,
.contact-info__icon img {
  width: 50%;
  height: 50%;
}

.contact-info__icon::after,
.contact-info__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 12px);
}

.contact-info__icon::before {
  width: 100%;
  height: 100%;
  background-color: hsl(var(--base-d-800));
  z-index: -1;
}

.contact-info__icon::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: var(--gradient-bg);
  z-index: -2;
}

.contact-info__value {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  color: hsl(var(--white));
  text-align: center;
  transition: .3s ease-in-out;
}

.contact-info__value:hover,
.contact-info__value:focus {
  outline: none;
  box-shadow: none;
  color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .contact-info__value {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .contact-info__value {
    font-size: 1rem;
  }
}

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

/* ======================  Contact End  ======================*/
.faq-section {
  position: relative;
  z-index: 1;
}

.faq-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: hsl(var(--black) / 0.8);
  inset: 0;
  z-index: -1;
}

/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
  text-align: center;
  margin: 24px 0;
}

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

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

.dashboard .sidebar-menu {
  background-color: hsl(var(--common-bg));
  overflow-y: auto;
  border-radius: 5px;
  position: sticky;
  top: 100px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .dashboard .sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    border-radius: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9992;
    height: 100vh;
  }
}

.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%;
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .dashboard .sidebar-menu__inner {
    padding: 0px 15px;
  }
}

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

.dashboard .sidebar-menu__close {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white) / 0.8);
  font-size: calc(var(--size) * 0.5);
  border: 1px solid hsl(var(--white) / 0.1);
  background-color: hsl(var(--white) / 0.1);
  transition: 0.2s linear;
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 9;
  cursor: pointer;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
  outline: none;
  border-color: hsl(var(--danger) / 0.1);
  background-color: hsl(var(--danger) / 0.1);
  color: hsl(var(--danger));
}

.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) / 0.1);
  color: hsl(var(--base));
}

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

.dashboard .sidebar-menu-list__item.has-dropdown.active>.sidebar-submenu {
  display: block;
}

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

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  background: 0 0;
  right: 16px;
  top: 17px;
  -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.8);
  font-weight: 400;
  font-size: 1.125rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

.dashboard .sidebar-submenu-list {
  padding: 5px 0;
}

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

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

.dashboard .sidebar-submenu-list__item.active>a::before {
  border-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link {
  padding: 12px 15px;
  display: block;
  color: hsl(var(--body-color));
  color: hsl(var(--white) / 0.8);
  font-weight: 400;
  font-size: 1rem;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
  padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.8);
  border-radius: 50%;
}

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

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

.dashboard .sidebar-submenu-list__link .icon {
  margin-right: 8px;
  font-size: 0.875rem;
  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) / 0.8);
  -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 {
  width: 100%;
}

.select2-container,
.select2-container>.selection {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: auto;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20.5px 16px;
  border: none !important;
}

.select2-container--focus .select2-selection--single {
  outline: none;
  box-shadow: none;
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: hsl(var(--white));
  padding-left: 0px;
  padding-right: 0px;
  line-height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  right: 0;
}

.select2-dropdown {
  border-radius: 0px;
  border-color: hsl(var(--base-two));
  background-color: hsl(var(--base-d-800));
}

.select2-container--default .select2-results>.select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--base-two) / 0.2) hsl(var(--base-two) / 0.1);
}

.select2-results__option--selectable.select2-results__option--selected {
  background-color: hsl(var(--white) / 0.05) !important;
}

.select2-results__option--selectable.select2-results__option--highlighted {
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--base-two)) !important;
}

.select2-results__option.select2-results__message {
  text-align: center;
}

.select2-search--dropdown {
  padding: 8px;
}

.select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-color: hsl(var(--border-color));
}

.select2-search--dropdown .select2-search__field {
  border-color: hsl(var(--base)) !important;
  border-radius: 4px;
  padding: 8px;
  color: hsl(var(--white));
  background-color: transparent;
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: hsl(var(--base)) !important;
  outline: none;
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin-inline: -12px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding-inline: 12px;
}

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

/* ================= 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  ======================*/
/* =========================================== Account Css Start =========================*/
.account-inner {
  position: relative;
}

.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-section {
  overflow: hidden;
}

.account-section__light {
  position: absolute;
  width: 379px;
  height: 1095px;
  -webkit-transform: rotate(84deg);
  transform: rotate(84deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1095px;
  background: hsl(var(--base-three));
  mix-blend-mode: color-dodge;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  top: 260px;
  left: 810px;
  z-index: -1;
}

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

.account-section__items {
  padding-right: 50px;
}

@media screen and (max-width: 1199px) {
  .account-section__items {
    padding-right: 0px;
  }
}

.auth-devide {
  padding-block: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.auth-devide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base-two) / 0.5);
  z-index: -1;
}

.auth-devide span {
  padding-inline: 6px;
  background-color: #070000;
  color: hsl(var(--base-two));
}

.check-text {
  font-size: 18px;
  color: hsl(var(--body-color)) !important;
  font-weight: 400;
}

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

.form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 1rem;
  color: hsl(var(--body-color));
}

.forgot a {
  font-size: 18px;
  font-weight: 500;
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .forgot a {
    font-size: 16px;
  }
}

@media screen and (max-width: 424px) {
  .forgot a {
    font-size: 13px;
  }
}

.create-account_content {
  color: hsl(var(--white));
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .create-account_content {
    font-size: 14px;
  }
}

.create-account_account {
  color: hsl(var(--white));
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid hsl(var(--white));
}

.create-account_account:hover,
.create-account_account:focus {
  border-bottom-color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
  .create-account_account {
    font-size: 14px;
  }
}

.fa-eye-slash {
  color: hsl(var(--body-color));
}

.login-image {
  height: 100%;
  position: relative;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  max-width: 636px;
  margin-inline: auto;
}

.login-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .login-image {
    display: none;
  }
}

.register {
  color: hsl(var(--white));
  text-align: center;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border: 1px solid hsl(var(--base));
  padding: 16px 71px;
  text-align: left;
  margin-top: 32px;
  margin-bottom: 16px;
  border-radius: 11px;
}

@media screen and (max-width: 424px) {
  .register {
    padding: 16px 56px;
  }
}

.register-image {
  position: relative;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  max-width: 636px;
  margin-inline: auto;
}

.register-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .register-image {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .Password-form {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

@media screen and (max-width: 991px) {
  .form-name {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

.chack-text {
  color: hsl(var(--white));
}

.form-check-input:checked {
  color: hsl(var(--white));
  background: hsl(var(--base));
  border: 1px solid hsl(var(--base));
}

/* ============================================ Account Css End ====================================*/
/* ================================= Dashboard Css Start =========================== */
.dashboard {
  position: relative;
}

.dashboard .notice {
  position: relative;
  z-index: 1;
}

.dashboard__shapes {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.dashboard__shapes::before {
  position: absolute;
  content: "";
  background: hsl(var(--shape) / 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.dashboard__shapes:after {
  position: absolute;
  content: "";
  background: hsl(var(--black) / 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.dashboard__right {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

.dashboard .dashboard-header {
  padding: 0 56px;
  background-color: hsl(var(--shape));
  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: block;
  }
}

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

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

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

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

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

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

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

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

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

.dashboard .dashboard-body {
  position: relative;
  min-height: 100vh;
}

.dashboard .dashboard-body .calculate-item {
  margin-left: 0px;
}

.dashboard .dashboard-body__bar-icon {
  --size: 40px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white) / 0.8);
  font-size: calc(var(--size) * 0.55);
  border: 1px solid hsl(var(--white) / 0.1);
  background-color: hsl(var(--white) / 0.1);
  transition: 0.2s linear;
  cursor: pointer;
}

.dashboard .dashboard-body__bar-icon:hover,
.dashboard .dashboard-body__bar-icon:focus {
  outline: none;
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.dashboard .dashboard-widget {
  --carve: 20px;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: hsl(var(--shape));
  clip-path: polygon(var(--carve) 0,
      100% 0,
      100% calc(100% - var(--carve)),
      calc(100% - var(--carve)) 100%,
      0 100%,
      0% 73%,
      0 20px) !important;
  color: hsl(var(--body-color));
  height: 100%;
}

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

.dashboard .dashboard-widget::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 100px;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #d51d19;
  -webkit-filter: blur(40.0500030518px);
  filter: blur(40.0500030518px);
}

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

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

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

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

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

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

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

.dashboard .dashboard-widget__number {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 1.125rem;
  color: hsl(var(--white));
}

.dashboard .dashboard-widget__text {
  color: hsl(var(--body-color)) !important;
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: 500;
}

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

/* User Info Css Start */
.user-info {
  position: relative;
  text-align: center;
}

.user-info__button {
  position: relative;
  padding-right: 20px;
}

.user-info__button::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--white) / 0.7);
  font-size: 0.875rem;
  pointer-events: none;
}

.user-info .user-info-dropdown {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: hsl(var(--shape));
  -webkit-box-shadow: 0px 5px 25px hsl(var(--shape) / 0.1);
  box-shadow: 0px 5px 25px hsl(var(--shape) / 0.1);
  width: 200px;
  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;
}

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

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

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

.user-info .user-info-dropdown__link {
  padding: 8px 16px !important;
  color: hsl(var(--white) / 0.8) !important;
  margin-left: 0 !important;
  width: 100%;
  font-weight: 400;
  text-align: left;
  font-size: 0.9375rem;
  border-radius: 5px;
}

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

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

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

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

.user-info__name {
  color: hsl(var(--white));
  margin-left: 10px;
  font-size: 0.9375rem;
}

/* User Info Css End */
/* ======================  Pages Design End  ======================*/
/*# sourceMappingURL=main.css.map */

.list-group .list-group-item {
  background-color: transparent;
  color: hsl(var(--white));
  padding: 7px 0px;
}

.list-group .list-group-item:not(:last-child) {
  border-bottom: 1px dashed hsl(var(--white) / 0.2);
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

.input-popup {
  background-color: #240d4d !important;
}

@media screen and (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

.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(--white));
  transition: all 0.3s;
}

.error-btn:hover .icon svg {
  fill: hsl(var(--white)) !important;
}

.error .description,
.error .title {
  color: hsl(var(--black));
}

.error .title {
  margin-top: 45px;
  margin-bottom: 20px;
}