@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
/*================ Css Variables Start ===============*/
:root {
  /* === Font Family === */
  --heading-font: "Inter", sans-serif;
  --body-font: "Inter", sans-serif;
  --button-font: "Roboto", sans-serif;
  /* === TypoGraphy ===*/
  --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
  --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
  --heading-three: clamp(1.25rem, 0.8vw + 1rem, 1.875rem);
  --heading-four: clamp(1.125rem, 0.5vw + 1rem, 1.5rem);
  --heading-five: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
  --heading-six: 1rem;
  /* ======================== Color Variables Start ===========================*/
  /*== White Color ==*/
  --white: 0 0% 100%;
  /*== Light Color ==*/
  --light-h: 0;
  --light-s: 0%;
  --light-l: 78%;
  --light: var(--light-h) var(--light-s) var(--light-l);
  /*== Black Color ==*/
  --black-h: 0;
  --black-s: 0%;
  --black-l: 0%;
  --black: var(--black-h) var(--black-s) var(--black-l);
  --heading-color: var(--white);
  --body-color: 0 0% 100%;
  --border-color: 0 0% 88%;
  --body-background: 234 79% 9%;
  --section-bg: 208 100% 97%;
  --mixed-color: hsl(calc((var(--black) + var(--base)) / 2));
  /*================================ Border-radius ===============================*/
  --border-radius: 15px;
  --border-radius-sm: 12px;
  /*================================ 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);
  /* ================================ Base Light Color =============================== */
  --base-light-h: 152;
  --base-light-s: 100%;
  --base-light-l: 50%;
  --base-light: var(--base-light-h) var(--base-light-s) var(--base-light-l);
  /*========================= Base Color =============================*/
  --base-h: 223;
  --base-s: 99%;
  --base-l: 61%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  /*== Base Darken ==*/
  --base-d-100: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-800: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.9);
  /*== Base Lighten ==*/
  --base-l-100: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --background-gradient: linear-gradient(
    45deg,
    hsl(var(--base)),
    hsl(var(--base-two))
  );
  /*========================= Base Two Color =============================*/
  --base-two-h: 142;
  --base-two-s: 100%;
  --base-two-l: 38%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  /*== Base Two Darken ==*/
  --base-two-d-100: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.05);
  --base-two-d-200: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-300: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-400: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-500: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-600: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-700: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-800: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-900: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  /*=== Base Two Lighten ===*/
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  /*=== Dark Color ===*/
  --dark-h: 228;
  --dark-s: 67%;
  --dark-l: 12%;
  --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  --dark-d-100: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.1);
  --dark-d-200: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.2);
  --dark-d-300: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.3);
  --dark-d-400: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.4);
  --dark-d-500: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.5);
  --dark-d-600: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.6);
  --dark-l-100: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
  --dark-l-200: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
  --dark-l-300: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
  --dark-l-400: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
  --dark-l-500: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
  --dark-l-600: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
  /*========================= Bootstrap Modifier Start ========================*/
  --primary-h: 211;
  --primary-s: 100%;
  --primary-l: 50%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  /*=== Primary Darken ===*/
  --primary-d-100: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.5);
  /*=== primary Lighten ===*/
  --primary-l-100: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  --primary-l-600: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
  /*=== Secondary Color ===*/
  --secondary-h: 210;
  --secondary-s: 11%;
  --secondary-l: 71%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  /*=== Secondary Darken ===*/
  --secondary-d-100: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  /*=== secondary Lighten ===*/
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  --secondary-l-600: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
  /*=== Success Color ===*/
  --success-h: 115;
  --success-s: 100%;
  --success-l: 47%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  /*=== Success Darken ===*/
  --success-d-100: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.5);
  /*=== Success Lighten ===*/
  --success-l-100: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  --success-l-600: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
  /*=== Danger Color ==*/
  --danger-h: 0;
  --danger-s: 96%;
  --danger-l: 63%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  /*=== Danger Darken ===*/
  --danger-d-100: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.5);
  /*=== danger Lighten ===*/
  --danger-l-100: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  --danger-l-600: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
  /*=== Warning Color ===*/
  --warning-h: 29;
  --warning-s: 88%;
  --warning-l: 59%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  /*=== Warning Darken ===*/
  --warning-d-100: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.5);
  /*===  Warning Lighten ===*/
  --warning-l-100: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  --warning-l-600: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
  /*=== Info Color ===*/
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  /*=== Info Darken ===*/
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.5);
  /*=== nfo Lighten ===*/
  --info-l-100: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  --info-l-600: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
  /*=== Violet Color ===*/
  --violet-h: 251;
  --violet-s: 96%;
  --violet-l: 63%;
  --violet: var(--violet-h) var(--violet-s) var(--violet-l);
  /*=== Violet Darken ===*/
  --violet-d-100: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.1);
  --violet-d-200: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.2);
  --violet-d-300: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.3);
  --violet-d-400: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.4);
  --violet-d-500: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.5);
  /*=== Violet Lighten ===*/
  --violet-l-100: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.1);
  --violet-l-200: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.2);
  --violet-l-300: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.3);
  --violet-l-400: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.4);
  --violet-l-500: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.5);
  --violet-l-600: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.6);
  /*=== Yellow Color ===*/
  --yellow-h: 50;
  --yellow-s: 100%;
  --yellow-l: 50%;
  --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
  /*=== Yellow Darken ===*/
  --yellow-d-100: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.1);
  --yellow-d-200: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.2);
  --yellow-d-300: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.3);
  --yellow-d-400: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.4);
  --yellow-d-500: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.5);
  /*=== yellow Lighten ===*/
  --yellow-l-100: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.1);
  --yellow-l-200: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.2);
  --yellow-l-300: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.3);
  --yellow-l-400: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.4);
  --yellow-l-500: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.5);
  --yellow-l-600: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.6);
  /*======================= Bootstrap Modifier End ==============================*/
}

/*==================== Color Variables End =====================*/
/*======================= Light variable ======================*/
.light {
  /*====== Common section Light color Start =====*/
  color: hsl(var(--black));
  background-color: hsl(var(--white));
  /** ====  Form   ===*/
  /* ==== Dashboard ==== */
  /* ===== Table  ====*/
  /*=========== Common section dark color End ==========*/
  /** ====================== Random section dark color ========================*/
  /*==============** Dashboard dark color start **==============*/
  /*====================== Modal Style ====================*/
  /*====================== Table Style dark to Light ====================*/
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
  color: hsl(var(--black));
}

.light h1 > a,
.light h2 > a,
.light h3 > a,
.light h4 > a,
.light h5 > a,
.light h6 > a {
  color: hsl(var(--black));
}

.light .banner-left__content h2 {
  color: hsl(var(--black));
}

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

.light p {
  color: hsl(var(--black) / 0.6);
}

.light .header.fixed-header {
  background-color: hsl(var(--white));
}

.light .nav-menu .nav-item .nav-link {
  color: hsl(var(--black)) !important;
}

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

.light .dropdown-menu li .dropdown-item {
  color: hsl(var(--black));
}

.light .header-wrapper .header-language-wrap .language-box .select {
  color: hsl(var(--black));
}

.light .nav-menu .nav-item:hover .dropdown-menu {
  background: hsl(var(--dark));
}

.light .dropdown-menu li .dropdown-item {
  color: hsl(var(--black));
}

.light .navbar-toggler.header-button {
  color: hsl(var(--black));
}

.light .header-wrapper .menu-wrapper ul.main-menu a {
  color: hsl(var(--black));
}

.light .btn--base.outline {
  color: hsl(var(--black));
}

.light .btn::before {
  border: 1px solid hsl(var(--black) / 0.1);
}

.light .header-wrapper .menu-right-wrapper ul li .btn.btn--base.fav-btn {
  background: hsl(var(--black) / 0.6);
}

.light .banner-section img.banner-shape.light-img {
  display: block;
}

.light .banner-section .banner-shape {
  display: none;
}

.light .svg-color {
  stroke: hsl(var(--dark) / 0.08);
}

.light .action-category-item:hover .action-category-item__icon i {
  color: hsl(var(--base));
}

.light .product {
  border: 1px solid hsl(var(--dark) / 0.08);
}

.light .product:hover {
  border: 1px solid hsl(var(--dark) / 0.15);
}

.light .product__top::before {
  background: hsl(var(--dark) / 0.08);
}

.light .contact-list__link {
  color: hsl(var(--black));
}

.light .language-box .select {
  color: hsl(var(--white));
}

.light .toggle-search-box i {
  color: hsl(var(--black));
}

.light .product__body .price-item .price-title {
  color: hsl(var(--black) / 0.8);
}

.light .product__bottom .product-btn:hover {
  background: hsl(var(--black) / 0.7);
}

.light .product__bottom .love-icon i {
  background: hsl(var(--black) / 0.08);
}

.light .footer-item__title {
  color: hsl(var(--black));
}

.light .footer-menu__link {
  color: hsl(var(--black));
}

.light .footer-contact-menu__item p {
  color: hsl(var(--black));
}

.light .footer-item__desc {
  color: hsl(var(--black));
}

.light .social-list__item .social-list__link {
  color: hsl(var(--black));
}

.light .social-list__item .social-list__link:hover {
  color: hsl(var(--black)) !important;
}

.light .custom--accordion .accordion-button {
  color: hsl(var(--black));
}

.light .custom--accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--black));
}

.light .custom--accordion .accordion-body {
  color: hsl(var(--black) / 0.6);
}

.light .custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f067";
  color: hsl(var(--black));
}

.light .custom--accordion .accordion-button[aria-expanded="true"]::after,
.light .custom--accordion .accordion-button[aria-expanded="false"]::after {
  color: hsl(var(--black));
}

.light .pagination .page-item .page-link {
  color: hsl(var(--black));
}

.light .form--control {
  color: hsl(var(--black));
}

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

.light .form--control:focus {
  color: hsl(var(--black) / 0.6);
  border-color: hsl(var(--black) / 0.2);
}

.light .form--control:disabled,
.light .form--control[readonly] {
  background-color: hsl(var(--white) / 0.6);
}

.light .form--control[type="password"] {
  color: hsl(var(--black) / 0.6);
}

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

.light .form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  background-color: hsl(var(--white) / 0.6);
  color: hsl(var(--white) / 0.6);
}

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

.light .form--label {
  color: hsl(var(--white) / 0.9);
}

.light .input-group-text {
  color: hsl(var(--white));
}

.light .choose-domain .input-group.country-code select.select.form--control {
  width: 120px;
  color: hsl(var(--white));
}

.light .breadcumb__link {
  color: hsl(var(--black) / 0.6);
}

.light .breadcumb__title {
  color: hsl(var(--base));
}

.light .breadcumb__item {
  color: hsl(var(--black) / 0.6);
}

.light .breadcumb__item-text {
  color: hsl(var(--black) / 0.6);
}

.light .breadcumb .breadcumb-bg.light {
  display: block;
}

.light .breadcumb .breadcumb-bg {
  opacity: 1;
}

.light img.breadcumb-bg.dark {
  display: none;
}

.light .blog-sidebar-wrapper.product-sidebar .blog-sidebar__title {
  color: hsl(var(--black)) !important;
}

.light .blog-sidebar__title {
  color: hsl(var(--black)) !important;
}

.light .contact-info__addres-wrap .single_wrapper .single-info .cont-text h6 a {
  color: hsl(var(--white) / 0.6);
}

.light .sidebar-menu-list__link {
  color: hsl(var(--white));
}

.light .sidebar-submenu-list__link {
  color: hsl(var(--white));
}

.light .dashboard .pricing-plan-item .pricing-plan-item__bottom button {
  font-size: 20px;
  font-weight: 700;
  color: hsl(var(--white));
}

.light .table thead tr th {
  background-color: hsl(var(--base) / 0.05);
  color: hsl(var(--white));
}

.light .table tbody tr td {
  color: hsl(var(--white));
  border: 1px solid hsl(var(--base) / 0.1);
}

.light .table tbody tr td a {
  color: hsl(var(--white));
}

.light .table tbody tr td::before {
  color: hsl(var(--white));
}

.light .modal-content {
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: hsl(var(--dark));
}

.light .btn-close {
  color: hsl(var(--white)) !important;
  filter: invert(1);
}

.light .password-show-hide {
  color: hsl(var(--black) / 0.5);
}

.light .banner-left__content .button-wrap .btn.btn--base.two {
  background-color: #414148;
}

.light .login-border-wrap .login-border {
  border-bottom: 1px dotted hsl(var(--black) / 0.1);
}

.light .how-work-area {
  background-color: hsl(var(--base) / 0.02);
}

.light .how-work__icon svg {
  stroke: hsl(var(--dark));
}

.light .winner {
  border: 1px solid hsl(var(--black) / 0.08);
  background: hsl(var(--base) / 0.02);
}

.light .winner__body-text {
  border: 1px dotted hsl(var(--black) / 0.08);
}

.light .winner__body-text .small {
  color: hsl(var(--black) / 0.9);
}

.light .product__body .price-item::before {
  background: hsl(var(--black) / 0.08);
}

.light .winner__bottom .item .title {
  color: hsl(var(--dark) / 0.9);
}

.light .winner__bottom .item::before {
  background: hsl(var(--black) / 0.08);
}

.light .love-users-area .love-user-bg-area {
  filter: invert(1);
}

.light .love-user {
  background: #f5f5f5;
}

.light .love-user__content .degination {
  color: hsl(var(--black) / 0.8);
}

.light .custom--accordion .accordion-item {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .faq-shape-bg {
  filter: invert(1);
}

.light .blog {
  background-color: hsl(var(--base) / 0.02);
}

.light .blog-item__content .desc {
  color: hsl(var(--black) / 0.8);
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.light .blog-item__bottom .item .text {
  color: hsl(var(--black) / 0.8);
}

.light .blog-item__bottom .item::before {
  background: hsl(var(--black) / 0.08);
}

.light .experience__content h3 {
  color: hsl(var(--black)) !important;
}

.light .footer-area {
  background-color: hsl(var(--base) / 0.03);
}

.light .client-logos img {
  filter: invert(1);
}

.light .order-wrapper__top h4 {
  color: hsl(var(--white));
}

.light .search-box .form--control {
  color: hsl(var(--black));
}

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

.light .latest-blog__title a {
  color: hsl(var(--black));
}

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

.light .contact-map iframe {
  filter: brightness(0.6);
}

.light .form--control {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.light .section-heading__subtitle-big {
  color: transparent;
  -webkit-text-stroke: 5px hsl(var(--white) / 0.06) !important;
}

.light .section-heading .subtitle {
  color: hsl(var(--base));
}

.light .why-choose-us__topic .item .why-title-cont .content h4 {
  color: hsl(var(--white));
}

.light .experience__icon h3 {
  color: hsl(var(--white));
}

.light .blog-item__title-link {
  color: hsl(var(--white));
}

.light .text-list__item {
  color: hsl(var(--white) / 0.6);
}

.light a.btn--simple {
  color: hsl(var(--white) / 0.6);
}

.light .blog-bottom-wrap .auth-name h5 span {
  color: hsl(var(--white) / 0.6);
}

.light .footer-area::after {
  background-color: hsl(var(--black) / 0.9);
}

.light .footer-border-bottom {
  background: hsl(var(--black) / 0.1);
}

.light .sidebar-menu-wrapper {
  background-color: hsl(var(--dark));
}

.light .social-list.blog-details a.social-list__link {
  color: hsl(var(--white) / 0.6) !important;
  background: hsl(var(--dark));
}

.light .social-list.blog-details {
  padding-right: 0px;
}

.light .dashboard_profile .sidebar-menu-list__link {
  color: hsl(var(--black));
}

.light .sidebar-menu-list__link .icon svg {
  fill: hsl(var(--black) / 0.8);
}

.light .sidebar-menu-list__item a:hover {
  color: hsl(var(--base));
}

.light .dashboard_profile {
  border: 1px solid hsl(var(--black) / 0.08);
  background-color: hsl(var(--white));
}

.light .action-category-item {
  box-shadow: 0 0 0 1px hsl(var(--dark) / 0.08);
}

.light .login-social-wrap .social-list__link {
  background: hsl(var(--black) / 0.6);
}

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

.light .experience__count .strocke-text {
  color: hsl(var(--white));
  -webkit-text-stroke: 1px hsl(var(--black) / 0.2);
}

.light .experience__count h3 {
  color: hsl(var(--black));
}

.light .banner-section.banner-two .banner-two-banner-shape {
  opacity: 0.04;
}

.light .banner-section.banner-three .banner-3-left-top {
  border: 1px solid hsl(var(--black) / 0.1);
}

.light .banner-section.banner-three .banner-3-right-top {
  border: 1px solid hsl(var(--black) / 0.1);
}

.light .banner-section.banner-three .banner-3-left-bottom {
  border: 1px solid hsl(var(--black) / 0.1);
}

.light .banner-section.banner-three .banner-3-right-bottom {
  border: 1px solid hsl(var(--black) / 0.1);
}

.light .blog-sidebar-wrapper.product-sidebar .blog-sidebar {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light
  .blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .form--check
  .form-check-input {
  border: 1px solid hsl(var(--black) / 0.2);
}

.light .blog-sidebar-wrapper.product-sidebar .side-bar-item {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.light input.first-slider-value:focus,
.light input.second-slider-value:focus,
.light input.first-slider-value,
.light input.second-slider-value {
  color: hsl(var(--black));
}

.light .comment-list__content {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.light
  .comment-list
  .comment-list.style-right
  .comment-list__item:last-child
  .comment-list__content {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

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

.light .contact-left-wrap {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .contact-left-wrap .contact-left-bottom {
  border: 1px dotted hsl(var(--black) / 0.08);
}

.light .product-details {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .product-details .product-box__content p {
  color: hsl(var(--black) / 0.8);
}

.light .product-details .product-box {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.light .custom--tab .nav-item .nav-link {
  color: hsl(var(--black));
  background: hsl(var(--black) / 0.04) !important;
}

.light .specification {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .specification__item {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.light .account-form {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .input-group.country-code .input-group-text {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
  color: hsl(var(--black));
}

.light .dashboard-header-wrap {
  border: 1px solid hsl(var(--black) / 0.08);
  background-color: hsl(var(--white));
}

.light .dashboard-header-wrap .header-left h3 {
  color: hsl(var(--black) / 0.8);
}

.light .f-dropdown > span:before,
.light .f-dropdown > span:after {
  background: hsl(var(--black));
}

.light .f-dropdown > span {
  color: hsl(var(--black)) !important;
}

.light .f-dropdown > span:before {
  background: hsl(var(--black));
}

.light .f-dropdown.open > span:before,
.light .f-dropdown.open > span:after {
  background: hsl(var(--black));
}

.light .responsive-lang-wrap .f-dropdown > span {
  color: hsl(var(--white)) !important;
}

.light .responsive-lang-wrap .f-dropdown > span:before {
  background: hsl(var(--white));
}

.light .responsive-lang-wrap .f-dropdown.open > span:before {
  background: hsl(var(--white));
}

.light .responsive-lang-wrap .f-dropdown > span:after {
  background: hsl(var(--white));
}

.light .f-dropdown ul li a span {
  color: hsl(var(--white));
}

.light .apexcharts-wrap {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .apexcharts-wrap .apexcharts-legend-text {
  color: hsl(var(--black)) !important;
}

.light .apexcharts-wrap .apexcharts-yaxis-texts-g text {
  fill: hsl(var(--black));
}

.light .apexcharts-wrap .apexcharts-xaxis-texts-g text {
  fill: hsl(var(--black)) !important;
}

.light .header-right i {
  background: hsl(var(--dark) / 0.1);
}

.light .deposit-item {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .dotted-btn {
  border: 1px dotted hsl(var(--black) / 0.08);
}

.light .deposit-item__thumb {
  background: hsl(var(--base));
}

.light .custom--modal .modal-header {
  border-bottom: 0px solid hsl(var(--black) / 0.08);
}

.light .custom--modal .modal-header .close {
  color: hsl(var(--black));
}

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

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

.light .custom--modal .modal-content {
  background-color: hsl(var(--white));
}

.light .custom--modal .modal-icon i {
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
}

.light .form-group.form-group.right .input-group-text {
  color: hsl(var(--black) / 0.5);
}

.light .attachments-box__item {
  background: hsl(var(--base) / 0.1);
}

.light .attachments-box__item .close-icon {
  background: hsl(var(--base) / 0.4);
  z-index: 1;
  color: hsl(var(--black));
}

.light .dashboard_profile_wrap {
  border: 0px solid hsl(var(--black) / 0.08);
}

.light .profile-right-wrap {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .two-fact-wrapper {
  border: 1px solid hsl(var(--black) / 0.08);
}

.light .two-fact-left__bottom .form-group.form-group.right .form--control {
  background: hsl(var(--black) / 0.1);
}

.light .two-fact-left {
  background-color: hsl(var(--black) / 0.02);
}

.light .dark-to-light-table .table thead tr th {
  background-color: hsl(var(--black) / 0.1);
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black) / 0.1);
}

.light .dark-to-light-table .table tbody tr td {
  color: hsl(var(--black) / 0.9);
  border: 1px solid hsl(var(--black) / 0.1);
}

.light .dark-to-light-table .table tbody tr td::before {
  color: hsl(var(--black) / 0.9);
}

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

.light .dark-to-light-table .table .table-btn i {
  color: hsl(var(--dark) / 0.9);
}

/*====================== Section Heading ====================*/
.section-heading {
  margin-bottom: 35px;
  position: relative;
  flex-wrap: wrap;
}

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

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

@media screen and (max-width: 424px) {
  .section-heading .btn {
    margin-top: -8px;
  }
}

.section-heading .left-wrap .border-triangle-right {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 74px solid hsl(var(--base));
  border-bottom: 0.8px solid transparent;
  display: block;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

.click-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.title-one {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: hsl(var(--white));
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 991px) {
  .title-one {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .title-one {
    font-size: 20px;
  }
}

.title-two {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1111;
  color: hsl(var(--white));
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 374px) {
  .title-two {
    font-size: 17px;
  }
}

.title-three {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1111;
  color: hsl(var(--white));
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 374px) {
  .title-three {
    font-size: 18px;
  }
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: hsl(var(--white));
  right: 0px;
  text-align: right;
  padding-right: 13px;
  width: 42px;
}

button.mfp-close {
  top: -15px;
  font-size: 21px;
  font-weight: 800;
  height: 35px;
  background: hsl(var(--base));
  line-height: 32px;
  padding: 0;
  opacity: 1;
  border-radius: 5px;
}

.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
  display: flex;
}

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

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

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s linear;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

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

.slick-next {
  right: -20px;
}

@media screen and (max-width: 991px) {
  .slick-next {
    right: -10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-next {
    right: 10px;
  }
}

.slick-prev {
  left: -20px;
}

@media screen and (max-width: 991px) {
  .slick-prev {
    left: -10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  width: 60px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: 0.4s;
  background-color: hsl(var(--dark));
  color: hsl(var(--white));
  top: -67px;
}

@media screen and (max-width: 1199px) {
  .slick-arrow {
    top: -69px;
  }
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    top: auto;
    bottom: -50px;
    right: 50%;
  }
}

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

.slick-next {
  right: 10px;
  background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .slick-next {
    top: auto;
    right: calc(50% - 37px);
  }
}

.slick-prev {
  right: 52px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    top: auto;
    right: calc(50% + 5px);
  }
}

.slick-dots {
  text-align: center;
  padding-top: 20px;
}

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

.slick-dots li button {
  border: none;
  background-color: hsl(var(--white));
  color: hsl(var(--white));
  margin: 0 3px;
  width: 45px;
  height: 7px;
  border-radius: 1px;
  text-indent: -9999px;
}

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

/*================= Text Underline Hover ================*/
.text-hover a {
  background-image: linear-gradient(
    to right,
    hsl(var(--base)) 0%,
    hsl(var(--base)) 100%
  );
  background-position: 0 calc(100% - 0.02em);
  background-size: 0 2px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0;
  display: inline;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.text-hover a:hover {
  background-size: 100% 2px;
}

.full-display {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header-transparent {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
}

.text-sm {
  font-size: 12px !important;
}

/*====================== Bg Variable ====================*/
.bg--white {
  background-color: hsl(var(--white)) !important;
}

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

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

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

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

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

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

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

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

.section-bg {
  background-color: hsl(var(--base) / 0.05);
}

.section-bg-to-right {
  background: linear-gradient(
    to right,
    hsl(var(--base) / 0.1) 0%,
    hsl(var(--white) / 0.08) 100%
  );
}

.section-bg-to-left {
  background: linear-gradient(
    to left,
    hsl(var(--base) / 0.1) 0%,
    hsl(var(--white) / 0.08) 100%
  );
}

/*====================== Color Variable ====================*/
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.mt-80 {
  margin-top: 40px;
}

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

.mb-80 {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

/*============= Padding  Start  =============*/
.py-140 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.pt-100 {
  padding-top: 50px;
}

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

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

.pb-100 {
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

.py-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

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

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

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

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

.pb-100 {
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: var(--heading-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-background));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

p {
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  word-break: break-word;
  color: hsl(var(--body-color));
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.2;
  word-break: break-word;
}

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

h1 {
  font-size: var(--heading-one);
  font-weight: 700;
}

h2 {
  font-size: var(--heading-two);
  font-weight: 600;
}

h3 {
  font-size: var(--heading-three);
  font-weight: 500;
}

h4 {
  font-size: var(--heading-four);
  font-weight: 500;
}

h5 {
  font-size: var(--heading-five);
  font-weight: 500;
}

h6 {
  font-size: var(--heading-six);
  font-weight: 500;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: 600;
  transition: 0.2s linear;
  line-height: 1.4;
  word-break: break-word;
  color: hsl(var(--heading-color));
}

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

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

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

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

select {
  cursor: pointer;
}

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

*:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
}

button:focus {
  outline: none;
}

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

.fs-14,
.table tbody tr td:first-child,
.table thead tr th,
.form--radio .form-check-label,
.form--check .form-check-label,
.form--control::placeholder {
  font-size: 0.875rem;
}

/*====================== Border Color ====================*/
.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--violet {
  border-color: hsl(var(--violet)) !important;
}

/*=========================== Accordion style start =============================*/
.accordion-area {
  position: relative;
}

.faq-shape-bg {
  position: absolute;
  width: fit-content;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  bottom: 67px;
}

.custom--accordion .accordion-item {
  background-color: transparent !important;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid hsl(var(--white) / 0.08);
}

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

.custom--accordion .accordion-body {
  padding: 20px;
  background-color: transparent;
  color: hsl(var(--white) / 0.8);
}

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

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

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

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

.custom--accordion .accordion-button {
  background-color: transparent;
  color: var(--heading-color);
  font-size: 18px;
  padding: 30px 25px;
  font-size: 20px;
}

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

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

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

.custom--accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--white));
  background-color: transparent !important;
  box-shadow: none;
  font-weight: 500;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: none;
  color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f107";
  display: inline-block;
  position: relative;
  margin-left: auto;
  width: 0 !important;
  right: 16px;
  color: hsl(var(--white)) !important;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button[aria-expanded="true"]::after,
  .custom--accordion .accordion-button[aria-expanded="false"]::after {
    right: -13px;
    font-size: 14px;
  }
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f106";
  color: hsl(var(--body-color));
}

.accordion-thumb__inner {
  text-align: start;
}

@media screen and (max-width: 991px) {
  .accordion-thumb__inner {
    text-align: center;
  }
}

.accordion-thumb__inner img {
  border-radius: var(--border-radius);
}

/*====================== Button Style ====================*/
button {
  border: none;
  transition: 0.2s linear;
}

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

.btn {
  color: hsl(var(--white));
  padding: 15px 34px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid transparent;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.5s;
  font-family: var(--button-font);
  font-size: 16px;
  transition: 0.5s;
  overflow: hidden;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0px;
  background-color: hsl(var(--base));
  top: 0;
  right: 50%;
  z-index: -1;
  border-radius: 6px;
  transition: 0.5s;
}

.btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0px;
  background-color: hsl(var(--base));
  top: 0;
  left: 50%;
  z-index: -1;
  border-radius: 6px;
  transition: 0.5s;
}

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

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

.btn:hover,
.btn:focus {
  color: hsl(var(--white));
  border-color: transparent;
  border-radius: 6px;
}

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

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

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

.btn--sm {
  padding: 6px 12px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.btn--sm:hover,
.btn--sm:focus {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
  border-radius: 15px 0px 15px;
}

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

.btn--ssm {
  padding: 4px 10px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 14px;
}

.btn--ssm:hover,
.btn--ssm:focus {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
}

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

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

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

.btn--base.style-1 {
  background-color: hsl(var(--white));
  color: hsl(var(--base));
}

.btn--base.style-1::before {
  background-color: hsl(var(--base));
}

.btn--base.style-1:hover {
  color: hsl(var(--white));
}

.btn--base:hover::before {
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
  left: 0;
}

.btn--base:hover::after {
  height: 100%;
  width: 100%;
  transform: rotate(180deg);
  right: 0;
}

.btn--base:hover,
.btn--base:focus {
  background-color: transparent;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 6px;
}

.btn--base.pill {
  border-radius: 35px;
}

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

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

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

.btn--simple__icon {
  font-size: 13px;
  margin-left: 5px;
}

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

.btn--primary:hover,
.btn--primary:focus {
  background-color: hsl(var(--primary-d-100));
}

.btn--primary.pill {
  border-radius: 35px;
}

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

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

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

.btn--secondary:hover,
.btn--secondary:focus {
  background-color: hsl(var(--secondary-d-100));
}

.btn--secondary.pill {
  border-radius: 35px;
}

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

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

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

.btn--success:hover,
.btn--success:focus {
  background-color: hsl(var(--success-d-100));
}

.btn--success.pill {
  border-radius: 35px;
}

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

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

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

.btn--danger:hover,
.btn--danger:focus {
  background-color: hsl(var(--danger-d-100));
}

.btn--danger.pill {
  border-radius: 35px;
}

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

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

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

.btn--warning:hover,
.btn--warning:focus {
  background-color: hsl(var(--warning-d-100));
}

.btn--warning.pill {
  border-radius: 35px;
}

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

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

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

.btn--info:hover,
.btn--info:focus {
  background-color: hsl(var(--info-d-100));
}

.btn--info.pill {
  border-radius: 35px;
}

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

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

.btn--violet {
  background-color: hsl(var(--violet));
}

.btn--violet:hover,
.btn--violet:focus {
  background-color: hsl(var(--violet-d-100));
}

.btn--violet.pill {
  border-radius: 35px;
}

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

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

/*========= Very small btn ======== */
.btn--small {
  color: hsl(var(--base));
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid hsl(var(--base));
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.5s;
  font-family: var(--heading-font);
  font-size: 13px;
  transition: 0.5s;
}

.btn--small:hover,
.btn--small .btn--small:focus {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 6px;
}

.custom--card {
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: transparent;
}

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 30px;
  border-radius: 5px;
}

.custom--card .card-body__icon {
  font-size: 26px;
  color: hsl(var(--white));
}

.custom--card .card-title {
  font-size: 25px;
}

/*====================== Form Style ====================*/
.search-box .input--group .form--control {
  color: hsl(var(--white));
  padding-right: 30px;
}

.search-box .form--control {
  color: hsl(var(--white));
  padding-right: 40px;
}

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

.form--label {
  margin-bottom: 6px;
  font-size: 16px;
  color: hsl(var(--white) / 0.9);
  font-weight: 400;
}

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

.form--control {
  font-weight: 400;
  outline: none;
  border: 0;
  width: 100%;
  padding: 14px 15px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  color: hsl(var(--white));
  line-height: 1;
  border-radius: 0px !important;
  padding-left: 0;
}

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

.form--control:focus {
  color: hsl(var(--white));
  box-shadow: none;
  border-color: hsl(var(--white) / 0.4);
  background-color: transparent;
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--white) / 0.1);
  opacity: 1;
  border: 0;
  padding: 17px 16px;
}

.form--control[type="password"] {
  color: hsl(var(--white) / 0.5);
}

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

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

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

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

.form-group.icon .form--control {
  padding-left: 25px;
}

.form--control.left-y-radius {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.form--control.right-y-radius {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

textarea.form--control {
  height: 150px;
  padding: 15px;
  padding-left: 0;
}

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

.input--group {
  position: relative;
}

.input--icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--base));
}

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

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

.login-border-wrap .login-border {
  border-bottom: 1px dotted hsl(var(--white) / 0.1);
  width: 30%;
  display: block;
  margin-top: 6px;
}

.login-border-wrap span {
  font-size: 24px;
  font-weight: 500;
  margin-right: 5px;
  margin-left: 5px;
}

.login-social-wrap {
  display: flex;
}

.login-social-wrap a.social-list__link {
  width: 51px;
  height: 51px;
  border: 0;
  background: hsl(var(--white) / 0.2);
  font-size: 20px;
  border-radius: 50%;
}

.login-social-wrap a.social-list__link:hover {
  background: hsl(var(--base));
}

#send-amount input[type="file"] {
  color: hsl(var(--base));
  cursor: pointer;
}

input #send-amount::file-selector-button {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

/*====== Country code ======*/
.input-group.country-code {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.input-group.country-code .input-group-text {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid hsl(var(--white) / 0.08);
  border-radius: 0;
  color: hsl(var(--white));
}

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

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

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

/*=========== Custom Checkbox Design ===========*/
.form--check {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

.form--check .form-check-label {
  width: calc(100% - 16px);
  padding-left: 15px;
}

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

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 15px;
  }
}
/*==========  Custom Radion Design ============*/
.form--radio .form-check-input {
  box-shadow: none;
  border: 2px solid hsl(var(--base));
  position: relative;
  margin-right: 10px;
}

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

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

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

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

/*  Custom Switch Design */
.form--switch .form-check-input {
  width: unset;
  border-radius: 3px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--base-two) / 0.5) !important;
  padding: 12px 30px !important;
  margin-left: 0;
  margin-bottom: 5px;
}

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

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

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

.form--switch .form-check-input:checked::before {
  left: calc(100% - 25px);
}

.form-check.form--switch {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}

.form-check.form--switch .form-check-label {
  margin-right: 10px;
  color: hsl(var(--white));
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2;
}

@media screen and (max-width: 424px) {
  .choose-domain .input-group.country-code {
    flex-direction: column;
  }

  .choose-domain .input-group.country-code .form--control {
    margin: 5px;
    border-radius: 10px !important;
  }

  .choose-domain .input-group.country-code .input-group-text {
    width: 70px;
    border-radius: 10px !important;
  }
}

.choose-domain .input-group.country-code select.select.form--control {
  width: 120px;
  color: hsl(var(--dark));
}

.form-group span.small-text {
  font-size: 13px;
  color: hsl(var(--black) / 0.6);
  margin-top: 10px;
  display: block;
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
  filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

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

.form-group.form-group.right .form--control {
  padding-right: 40px;
}

.form-group.form-group.right .input-group-text {
  background: transparent;
  border: 0;
  padding: 0;
  color: hsl(var(--white) / 0.5);
  position: absolute;
  top: 16px;
  right: 2px;
}

.deposit-modal-content p {
  font-size: 14px;
  display: flex;
  align-items: start;
}

.deposit-modal-content p i {
  font-size: 10px;
  color: hsl(var(--base));
  margin-right: 8px;
  margin-top: 10px;
}

.nice--select {
  color: hsl(var(--white));
  background-color: transparent !important;
  border: 1px solid hsl(var(--white) / 0.3);
  height: 50px;
  line-height: initial;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}

.nice--select .current {
  font-size: 14px;
  font-family: var(--body-font);
  color: hsl(var(--white) / 0.4);
}

.nice--select .list {
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--base-two));
  max-height: 200px;
  overflow-y: auto;
}

.nice--select .list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.nice--select:hover {
  border: 1px solid hsl(var(--white) / 0.4);
}

.nice--select:focus {
  border: 1px solid hsl(var(--base));
}

.nice--select:after {
  transform: rotate(0deg);
  width: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: hsl(var(--white) / 0.4) transparent transparent transparent;
  display: none;
}

.nice--select::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nice--select.open:after {
  transform: rotate(0deg);
}

.nice--select .option {
  color: hsl(var(--white) / 0.4);
  font-size: 14px;
  font-family: var(--body-font);
}

.nice--select .option.selected.focus {
  font-weight: 600;
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
}

.nice--select .option.selected.focus:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.nice--select .option:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.nice--select .wide {
  border: 1px solid hsl(var(--base-two) / 0.08);
  gap: 0px;
}

/*====================== Modal Style ====================*/
.custom--modal .modal-header {
  border-bottom: 0px solid hsl(var(--white) / 0.08);
  margin-bottom: 15px;
  padding: 25px 25px 0px 25px;
}

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

.custom--modal .modal-header .close i {
  font-size: 25px;
  line-height: 1;
  border-radius: 4px;
  transition: 0.2s linear;
}

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

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

.custom--modal .modal-content {
  background-color: #202028;
  border-radius: 10px !important;
}

.custom--modal .modal-body {
  padding: 0 25px 25px;
}

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

.custom--modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 10px 25px 15px;
  border-top: 0px solid hsl(var(--black) / 0.08);
  justify-content: flex-end;
}

/*====================== Pagination Style ====================*/
.pagination {
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--base) / 0.5);
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--white));
}

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

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

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

/*====================== Table Style Light ====================*/
.table {
  margin: 0;
  font-size: 15px;
  border-collapse: separate;
  border-spacing: 0px 0px;
  border-radius: 6px !important;
  overflow: hidden;
}

.table .table-btn i {
  color: hsl(var(--white));
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 0px solid hsl(var(--base));
  border-radius: 5px;
}

.table thead tr th {
  background-color: hsl(var(--base) / 0.1);
  text-align: center;
  font-size: 15px;
  padding: 15px 20px;
  color: hsl(var(--dark));
  font-family: var(--heading-font);
  font-weight: 500;
  border: 1px solid hsl(var(--base) / 0.1);
  max-width: 170px;
}

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

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

.table tbody {
  border: 0 !important;
  color: hsl(var(--dark));
  border: 1px solid hsl(var(--base) / 0.1);
}

.table tbody tr:nth-child(even) {
  background-color: hsl(var(--base) / 0.02);
  border-bottom: 1px solid hsl(var(--dark) / 0.06);
}

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

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

.table tbody tr td {
  vertical-align: middle;
  padding: 20px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--dark));
  max-width: 170px;
  text-align: center;
  border: 1px solid hsl(var(--base) / 0.1);
}

.table tbody tr td img {
  width: 100px;
}

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

.table tbody tr td:first-child {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: right;
    padding: 10px 10px;
    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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .table-wrapper .table--responsive--lg tbody tr td {
    display: block;
  }
}
/*====================== Table Style dark to Light ====================*/
.dark-to-light-table .table thead tr th {
  background-color: hsl(var(--white) / 0.1);
  color: hsl(var(--white));
  border: 1px solid hsl(var(--white) / 0.1);
  text-transform: uppercase;
}

.dark-to-light-table .table tbody tr td {
  color: hsl(var(--white) / 0.9);
  border: 1px solid hsl(var(--white) / 0.1);
}

.dark-to-light-table .table tbody tr td::before {
  color: hsl(var(--white) / 0.9);
}

.dark-to-light-table .table tbody tr:nth-child(even) {
  background-color: hsl(var(--white) / 0.02);
  border-bottom: 0px solid hsl(var(--dark) / 0.06);
}

.dark-to-light-table .table .table-btn i {
  color: hsl(var(--white) / 0.9);
  transition: 0.3s all;
}

.dark-to-light-table .table .table-btn i:hover {
  color: hsl(var(--base));
}

.table-item {
  display: flex;
  align-items: center;
}

.table-item__thumb {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  margin-right: 10px;
}

.table-item__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.table-item__content {
  width: calc(100% - 65px);
}

.table-item__content .title-two {
  font-size: 16px;
  line-height: 0;
  margin-bottom: 0;
}

.table-item__content .price {
  font-size: 18px;
  margin-bottom: 0;
}

/*================== Tab Content =============*/
.custom--tab {
  justify-content: start;
  border-radius: 6px;
  margin-bottom: 40px;
  border: 0;
}

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

.custom--tab .nav-item .nav-link {
  color: hsl(var(--white));
  padding: 10px 25px;
  border-radius: 5px;
  transition: 0.4s;
  border: 0;
  background: hsl(var(--white) / 0.04) !important;
}

@media screen and (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 12px 15px;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-200)) !important;
}

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

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

/*====================== Bage Color ====================*/
.badge {
  border-radius: 30px;
  padding: 4px 15px;
  font-size: 11px;
  font-weight: 500;
}

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

.badge--primary {
  background-color: hsl(var(--primary) / 0.1) !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.1) !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}

.badge--success {
  background-color: hsl(var(--success) / 0.1) !important;
  border: 1px solid hsl(var(--success)) !important;
  color: hsl(var(--success)) !important;
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.1) !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.1) !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}

.badge--info {
  background-color: hsl(var(--info) / 0.1) !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}

.badge--violet {
  background-color: hsl(var(--violet) / 0.1) !important;
  border: 1px solid hsl(var(--violet)) !important;
  color: hsl(var(--violet)) !important;
}

/* ================= Floting Input Start ================= */
.input--floating {
  position: relative;
}

.input--floating a {
  font-size: 15px;
  font-weight: 500;
}

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

.input--floating .form--control {
  height: 40px;
  background-color: transparent;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base-two));
  font-size: 14px;
  padding-left: 15px;
  width: 100%;
}

.input--floating .form--control:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid hsl(var(--base));
  outline: none;
  border: 1px solid hsl(var(--base));
}

.input--floating .form--control:focus ~ .form--label {
  top: 0;
  left: 15px;
  z-index: 5;
  font-size: 12px;
  font-weight: 500;
  color: hsl(var(--base-two));
  transition: all 0.2s ease-in-out;
}

.input--floating .form--control::placeholder {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  opacity: 0;
  visibility: hidden;
  color: transparent;
  font-size: 13px;
}

.input--floating
  .form--control:not(:placeholder-shown).form--control:not(:focus)
  ~ .form--label {
  top: 0;
  left: 15px;
  z-index: 9;
  transition: all 0.2s ease-in-out;
}

.input--floating .form--label {
  position: absolute;
  top: 20px;
  left: 15px;
  cursor: text;
  transform: translateY(-50%);
  color: hsl(var(--base-two));
  padding: 4px 4px;
  font-size: 12px;
  border-radius: 5px;
  transition: 0.2s ease;
  line-height: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: transparent;
}

.input--floating .form--label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 53%;
  background-color: hsl(var(--base-two));
  transform: translateY(-50%);
  z-index: -1;
}

select.form-control.form--control:has(option) ~ .form--label {
  top: 0% !important;
}

/* ================= Floting Input End ================= */
/*======== Image Select style Start =======*/
.f-dropdown {
  --max-scroll: 3;
  position: relative;
  z-index: 2;
}

.f-dropdown select {
  display: none;
}

.f-dropdown > span {
  cursor: pointer;
  padding: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  position: relative;
  border: 0px solid hsl(var(--black) / 0.1);
  background: transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  color: hsl(var(--white)) !important;
  padding-right: 25px;
}

.f-dropdown > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}

.f-dropdown > span img {
  width: 30px;
  margin-right: 10px;
}

.f-dropdown > span:before,
.f-dropdown > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: hsl(var(--white));
  transition: all 0.3s ease;
}

.f-dropdown > span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown > span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 46px);
  top: 40px;
  left: 0;
  z-index: 1;
  right: 0;
  background: hsl(var(--dark));
  border: 1px solid hsl(var(--base));
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: translate(0, 5px);
}

.f-dropdown ul li {
  padding: 0;
  margin: 0;
}

.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.f-dropdown ul li a img {
  width: 30px;
  margin-right: 10px;
}

.f-dropdown ul li a:hover {
  color: hsl(var(--base));
}

.f-dropdown ul li.active a {
  color: hsl(var(--white));
  background: hsl(var(--base));
}

.f-dropdown ul li.active a:before,
.f-dropdown ul li.active a:after {
  --scale: 0.6;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0;
  background: hsl(var(--white));
  transition: all 0.2s ease;
}

.f-dropdown ul li.active a:before {
  transform: rotate(45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:after {
  transform: rotate(-45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:hover:before,
.f-dropdown ul li.active a:hover:after {
  --scale: 0.9;
  opacity: 1;
}

.f-dropdown ul li:first-child a {
  border-radius: 6px 6px 0 0;
}

.f-dropdown ul li:last-child a {
  border-radius: 0 0 6px 6px;
}

.f-dropdown.disabled {
  opacity: 0.7;
}

.f-dropdown.disabled > span {
  cursor: not-allowed;
}

.f-dropdown.filled > span {
  color: #000;
}

.f-dropdown.open {
  z-index: 15;
}

.f-dropdown.open > span {
  border-color: #aaa;
}

.f-dropdown.open > span:before,
.f-dropdown.open > span:after {
  background: hsl(var(--white));
}

.f-dropdown.open > span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown.open > span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

/*============** Header area **============*/
/*== Sticky header ==*/
.header {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .header {
    top: 0px;
    padding: 16px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 7;
    max-height: 101vh;
    overflow-y: auto;
    background-color: transparent;
  }

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

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

.header.fixed-header {
  background-color: hsl(var(--body-background));
  position: fixed;
  transition: 0.4s linear;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
  box-shadow: rgba(9, 9, 9, 0.05) 0px 1px 0px;
  border-bottom: 1px solid hsl(var(--white) / 0.08);
}

.header.fixed-header .header-wrapper {
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .header.fixed-header .header-wrapper {
    padding: 18px 0px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 991px) {
  .header.fixed-header .header-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 1199px) and (max-width: 575px) {
  .header.fixed-header .header-wrapper {
    padding: 0 10px;
  }
}

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

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

.header-main-area .container-fluid {
  padding: 0 80px;
}

@media screen and (max-width: 1399px) {
  .header-main-area .container-fluid {
    padding: 0 60px;
  }
}

@media screen and (max-width: 575px) {
  .header-main-area .container-fluid {
    padding: 0 25px;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

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

@media screen and (max-width: 991px) {
  .header-wrapper {
    padding: 0px 10px;
  }
}

.header-wrapper .logo-wrapper img {
  max-width: 155px;
}

@media screen and (max-width: 991px) {
  .header-wrapper .logo-wrapper img {
    max-width: 120px;
  }
}

@media screen and (max-width: 575px) {
  .header-wrapper .logo-wrapper img {
    max-width: 120px;
  }
}

.header-wrapper .menu-wrapper {
  display: flex;
  align-items: center;
}

.header-wrapper .menu-wrapper .main-menu {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header-wrapper .menu-wrapper .main-menu {
    display: none;
  }
}

.header-wrapper .menu-wrapper .main-menu__menu-item {
  transition: all 0.4s;
  position: relative;
  padding: 0px 15px;
}

@media screen and (max-width: 1199px) {
  .header-wrapper .menu-wrapper .main-menu__menu-item {
    padding: 0;
  }
}

.header-wrapper .menu-wrapper .main-menu__menu-item.dropdown {
  margin-right: 18px;
}

.header-wrapper .menu-wrapper .main-menu__menu-item .menu-link.btn.btn--base {
  padding: 8px 22px;
  transition: 0.3s;
}

.header-wrapper
  .menu-wrapper
  .main-menu__menu-item
  .menu-link.btn.btn--base:hover {
  color: hsl(var(--white));
}

.header-wrapper .menu-wrapper .main-menu__menu-link {
  font-weight: 500;
  color: hsl(var(--white));
  font-size: 16px;
  padding: 30px 0;
}

.header-wrapper .menu-wrapper .main-menu__menu-link.active {
  color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .header-wrapper .menu-wrapper .main-menu__menu-link {
    padding: 0px 12px;
  }
}

.header-wrapper .menu-wrapper .main-menu__menu-link:hover {
  color: hsl(var(--base));
}

.header-wrapper .menu-wrapper .main-menu__menu-icon {
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
  right: -4px;
  font-size: 15px;
}

.header-wrapper .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  top: 100%;
  left: 0;
  padding: 0 !important;
  transform: scaleY(0);
  transform-origin: top center;
  transition: 0.2s linear;
  overflow: hidden;
  border-radius: 0;
  min-width: 190px;
  backdrop-filter: blur(7.9px);
  background: rgba(157, 151, 151, 0.1);
}

.header-wrapper .dropdown-menu__item {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.header-wrapper .dropdown-menu__item:last-child {
  border-bottom: 3px solid hsl(var(--base));
}

.header-wrapper .dropdown-menu__link {
  padding: 7px 20px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
  width: 100%;
  color: hsl(var(--white));
}

.header-wrapper .dropdown-menu__link:focus,
.header-wrapper .dropdown-menu__link:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.header-wrapper .menu-wrapper .main-menu__menu-item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100% !important;
  transform: scaleY(1);
}

.header-wrapper .header-language-wrap {
  margin-right: 55px;
}

@media screen and (max-width: 1399px) {
  .header-wrapper .header-language-wrap {
    margin-right: 20px;
  }
}

.header-wrapper .header-language-wrap .language-box .select {
  color: hsl(var(--white));
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .header-wrapper .header-language-wrap {
    display: none !important;
  }
}

.header-wrapper .cart-btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 50%;
  position: relative;
}

.header-wrapper .cart-btn .cart-count {
  position: absolute;
  right: -3px;
  top: -11px;
  background: hsl(var(--base));
  display: inline-block;
  height: 23px;
  width: 23px;
  line-height: 24px;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
  display: block;
  font-weight: 500;
}

.header-wrapper .cart-btn:hover .cart-count {
  color: hsl(var(--black));
}

.header-wrapper .menu-right-wrapper ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrapper .menu-right-wrapper ul li {
  margin-left: 20px;
}

.header-wrapper .menu-right-wrapper ul li .btn {
  padding: 8px 20px;
}

@media screen and (max-width: 991px) {
  .header-wrapper .menu-right-wrapper ul li:nth-child(2) {
    display: none;
  }

  .header-wrapper .menu-right-wrapper ul li:nth-child(3) {
    display: none;
  }
}

.header-wrapper .menu-right-wrapper ul li:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .header-wrapper .menu-right-wrapper ul li:nth-child(3) {
    display: none;
    visibility: hidden;
  }
}

.header-wrapper .menu-right-wrapper ul li:last-child {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .header-wrapper .menu-right-wrapper ul li:last-child {
    display: block;
    visibility: visible;
  }
}

.header-wrapper .menu-right-wrapper ul li .sidebar-menu-show-hide {
  background: hsl(var(--base));
  padding: 9px 12px;
  color: hsl(var(--white));
  border-radius: 4px;
  position: relative;
}

.header-wrapper .menu-right-wrapper ul li .sidebar-menu-show-hide.btn::after {
  position: absolute;
  content: "";
  height: 104%;
  width: 102%;
  background-color: transparent;
  top: 6px;
  left: -10px;
  z-index: -1;
  border-radius: 4px;
  transition: 0.5s;
  border: 3px solid hsl(var(--black) / 0.5);
}

.sidebar-menu-wrapper .sidebar-menu-list__link {
  padding-left: 20px;
}

/*============** Header Three area **============*/
.header-main-area.three {
  background: hsl(var(--white) / 0.05);
}

.header-main-area.three .header-wrapper {
  padding: 0;
}

.header-main-area.three .header-wrapper .logo-wrapper {
  height: 100%;
}

.header-main-area.three .header-wrapper .logo-wrapper .search-wrapper {
  margin-left: 50px;
  border-left: 1px solid hsl(var(--white) / 0.1);
  border-right: 1px solid hsl(var(--white) / 0.1);
  padding: 0 20px;
  position: relative;
  width: 220px;
}

@media screen and (max-width: 1399px) {
  .header-main-area.three .header-wrapper .logo-wrapper .search-wrapper {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1310px) {
  .header-main-area.three .header-wrapper .logo-wrapper .search-wrapper {
    display: none;
  }
}

.header-main-area.three
  .header-wrapper
  .logo-wrapper
  .search-wrapper
  .form--control {
  padding-left: 25px;
  border-bottom: 0;
  padding: 28px 34px;
}

.header-main-area.three .header-wrapper .logo-wrapper .search-wrapper button {
  position: absolute;
  top: 52%;
  left: 20px;
  transform: translateY(-50%);
}

.header-main-area.three .header-wrapper .logo-wrapper .search-wrapper button i {
  color: hsl(var(--white) / 0.5);
}

.header-main-area.three
  .header-wrapper
  .menu-wrapper
  .main-menu
  .main-menu__menu-link {
  padding: 25px 0;
}

@media screen and (max-width: 1199px) {
  .header-main-area.three
    .header-wrapper
    .menu-wrapper
    .main-menu
    .main-menu__menu-link {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .header-main-area.three .header-wrapper .menu-wrapper .main-menu__menu-icon {
    right: -15px;
  }
}
/*================ Top Header Start Here ================*/
.header-main-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s linear;
  padding-top: 0;
}

.header-top {
  border-bottom: 1px solid hsl(var(--base) / 0.08);
  padding: 10px 0px;
  position: relative;
  z-index: 2;
  background-color: hsl(var(--base) / 0.2);
}

@media screen and (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top .social-list.style-two .social-list__link {
  width: 30px;
  height: 30px;
  font-size: 12px;
}

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

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

@media screen and (max-width: 424px) {
  .top-header-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .latest-top.latest-slider {
    text-align: center;
  }
}

.latest-top.latest-slider p {
  color: hsl(var(--dark));
  line-height: 1.4;
}

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

@media screen and (max-width: 991px) {
  .contact-list {
    justify-content: center;
  }
}

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

.contact-list__item {
  padding: 2px 20px 0px;
  position: relative;
  color: hsl(var(--white));
}

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

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

.contact-list__item-icon {
  font-size: 16px;
  text-align: center;
  color: hsl(var(--base));
  display: inline-block;
  margin-right: 10px;
}

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

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

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

@media screen and (max-width: 991px) {
  .top-button {
    justify-content: center;
  }
}

.login-registration-list {
  margin: 0 -10px;
}

@media screen and (max-width: 991px) {
  .login-registration-list {
    padding-right: 0;
  }
}

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

.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%;
  transform: translateY(-50%);
  background-color: hsl(var(--dark) / 0.5);
}

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

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

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

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

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

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

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

.language-box {
  display: flex;
  align-items: center;
  position: relative;
}

.language-box .select {
  color: hsl(var(--white));
  background-color: transparent;
  border: 1px solid transparent;
  padding: 3px 0px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
}

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

li.login-registration-list__item .social-list__item .social-list__link {
  height: 30px;
  width: 30px;
  color: hsl(var(--base)) !important;
}

li.login-registration-list__item .social-list__item .social-list__link:hover {
  color: hsl(var(--white)) !important;
}

/*====================== Breadcumb Css Start ====================*/
.breadcumb {
  position: relative;
  padding: 120px 0 40px;
  z-index: 1;
  background: hsl(var(--white) / 0.04);
}

@media screen and (max-width: 991px) {
  .breadcumb {
    padding: 110px 0 50px;
  }
}

@media screen and (max-width: 575px) {
  .breadcumb {
    padding: 90px 0 40px;
  }
}

.breadcumb .breadcumb-bg {
  position: absolute;
  z-index: -1;
  opacity: 0.02;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.breadcumb .breadcumb-bg.light {
  display: none;
}

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

@media screen and (max-width: 575px) {
  .breadcumb__wrapper {
    flex-direction: column;
  }
}

.breadcumb__title {
  color: hsl(var(--white));
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0;
}

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

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

@media screen and (max-width: 575px) {
  .breadcumb__item {
    font-size: 15px;
  }
}

.breadcumb__item-text {
  color: hsl(var(--white));
}

.breadcumb__link {
  color: hsl(var(--white));
  font-weight: 500;
  font-size: 18px;
}

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

/*============= Footer Start Here =======================*/
.footer-area {
  background-color: hsl(var(--base) / 0.02);
  margin-top: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.footer-area .footer-effect-right {
  position: absolute;
  width: 504px;
  height: 546px;
  right: -330px;
  bottom: -75px;
  opacity: 0.2;
  filter: blur(79px);
  z-index: -1;
  position: absolute;
  width: 504px;
  height: 386px;
  right: -227px;
  top: -86px;
  opacity: 0.2;
  filter: blur(79px);
  z-index: -1;
  background-color: hsl(var(--base));
  border-top-right-radius: 14%;
  border-top-left-radius: 41%;
  border-bottom-left-radius: 25%;
}

@media screen and (max-width: 991px) {
  .footer-area .footer-effect-right {
    right: 86px;
  }
}

@media screen and (max-width: 767px) {
  .footer-area .footer-effect-right {
    right: 35px;
  }
}

@media screen and (max-width: 374px) {
  .footer-area .footer-effect-right {
    right: 0px;
    bottom: 70px;
  }
}

.footer-area .footer-effect-left {
  position: absolute;
  width: 540px;
  height: 462px;
  left: -150px;
  bottom: -107px;
  opacity: 0.3;
  filter: blur(104px);
  z-index: -1;
  background-color: #e41d59;
  border-top-right-radius: 40%;
  border-top-left-radius: 41%;
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 15%;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 0px solid hsl(var(--base) / 0.1);
}

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

.footer-item:first-child {
  width: 25%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer-item:first-child {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer-item:first-child {
    width: 100%;
  }
}

.footer-item:nth-child(2) {
  width: 15%;
}

@media screen and (max-width: 991px) {
  .footer-item:nth-child(2) {
    width: 50%;
  }
}

.footer-item:nth-child(3) {
  width: 12%;
}

@media screen and (max-width: 991px) {
  .footer-item:nth-child(3) {
    width: 50%;
  }
}

.footer-item:nth-child(4) {
  width: 30%;
}

@media screen and (max-width: 991px) {
  .footer-item:nth-child(4) {
    width: 50%;
  }
}

.footer-item:nth-child(4) {
  width: 12%;
}

@media screen and (max-width: 991px) {
  .footer-item:nth-child(4) {
    width: 50%;
  }
}

.footer-item:nth-child(5) {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .footer-item:nth-child(5) {
    width: 50%;
  }
}

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

@media screen and (max-width: 991px) {
  .footer-item__desc {
    padding-right: 15px;
  }
}

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

.footer-item__logo a img {
  width: 120px;
}

.footer-item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1111;
  color: hsl(var(--white));
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  position: relative;
  margin-bottom: 25px;
}

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

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

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

.instagram-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.instagram-wrapper .footer-menu__item {
  padding-right: 5px;
}

.instagram-wrapper .footer-menu__item img {
  border-radius: 4px;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  margin: -5px 0;
}

.footer-menu__item {
  display: block;
  padding: 10px 0;
  position: relative;
  margin-left: 20px;
}

.footer-menu__item::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  background: hsl(var(--white) / 0.9);
  border-radius: 50%;
  left: -20px;
  top: 19px;
}

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

.footer-menu__link:hover {
  color: hsl(var(--base));
  margin-left: 4px;
}

.search-box.footer-area .footer-email-btn {
  position: absolute;
  right: 18px;
  top: 18px;
  border: 0;
  color: hsl(var(--base));
}

.search-box.footer-area .footer-email-btn i {
  font-size: 20px;
}

.footer-contact-menu {
  margin: -6px 0;
}

.footer-contact-menu__item {
  display: flex;
  padding: 1px 0;
}

.footer-contact-menu__item p {
  color: hsl(var(--white));
}

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

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

.search-box.footer-area button {
  position: absolute;
  right: 8px;
  top: 9px;
  border: 1px solid hsl(var(--white) / 0.3);
}

.search-box.footer-area input.form--control {
  border-radius: 10px;
  border: 0;
  padding: 18px 20px;
  padding-right: 35px;
  color: hsl(var(--white));
  background: hsl(var(--white) / 0.1);
}

.search-box.footer-area input.form--control::placeholder {
  color: hsl(var(--white));
}

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

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

@media screen and (max-width: 424px) {
  .bottom-footer .bottom-footer-text {
    font-size: 14px;
  }
}

.bottom-footer-menu ul {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .bottom-footer-menu ul {
    justify-content: center;
  }
}

.bottom-footer-menu ul li {
  padding-left: 14px;
  margin-left: 14px;
  position: relative;
}

.bottom-footer-menu ul li::after {
  content: "";
  position: absolute;
  left: 0px;
  background: hsl(var(--white));
  height: 5px;
  width: 5px;
  bottom: 6px;
  border-radius: 50%;
}

.bottom-footer-menu ul li:first-child::after {
  content: none;
}

.bottom-footer-menu ul li a {
  color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
  .bottom-footer-menu ul li a {
    font-size: 14px;
  }
}

.search-box.footer-area {
  background: hsl(var(--black) / 0.2);
  border-radius: var(--border-radius);
  overflow: hidden;
}

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

/*====================== Preloader Style ====================*/
/*===== Default Style Start =====*/
#loading {
  background-color: hsl(var(--body-background));
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*===== Default Style End =====*/
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid hsl(var(--white));
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid hsl(var(--base));
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-overlay {
  position: relative;
  isolation: isolate;
}

.bg-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--base-two));
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-two {
  position: relative;
  isolation: isolate;
}

.bg-overlay-two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--base));
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*==================== Scroll to Top Start ======================*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-sm);
  font-size: 16px;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  bottom: -50px;
  animation: scroll_top 5s linear infinite;
  border: 1px solid hsl(var(--white) / 0.8);
}

@media screen and (max-width: 767px) {
  .scroll-top {
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--dark) / 0.7);
}

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

@keyframes scroll_top {
  0%,
  to {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }
}
/*=================== Overlay Search Box Start =======================*/
.overlay-search-box .modal-header {
  border-bottom: 0;
  padding: 0;
}

.overlay-search-box .modal-content {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  pointer-events: auto;
  background-color: hsl(var(--dark));
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.search-box {
  width: 80%;
  margin: 0 auto;
}

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

.search-btn {
  background-color: transparent;
  color: hsl(var(--white));
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.2s linear;
  transform: translateY(-50%) rotate(-90deg);
}

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

.toggle-search-box {
  margin-left: 15px;
  order: 1;
  display: flex;
}

@media screen and (max-width: 991px) {
  .toggle-search-box {
    order: -1;
    margin-left: auto;
    margin-right: 16px;
  }
}

.toggle-search-box button {
  background-color: transparent;
  color: hsl(var(--white));
  transform: scaleX(-1);
}

.search-overlay-close {
  background-color: transparent;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  transition: 0.2s linear;
}

.search-overlay-close:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

/*====================== Selection Style ====================*/
::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base-d-100));
  border: 0px solid transparent;
  border-radius: 2px;
}

/*====================== Social Icon Style ====================*/
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

.social-list__link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
  border: 1px solid hsl(var(--white) / 0.4);
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white)) !important;
}

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

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

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

/*====================== List Style ====================*/
.text-list {
  margin: -8px 0px;
}

.text-list.inline {
  display: flex;
  align-items: center;
  margin: 0px -8px;
}

.text-list.inline .text-list__item {
  padding: 0px 8px;
}

.text-list__item {
  padding: 8px 0px;
  color: hsl(var(--body-color));
}

.text-list__item-icon {
  color: hsl(var(--base));
  font-size: 12px;
  margin-right: 5px;
}

.blog-sidebar-wrapper {
  position: sticky;
  top: 100px;
}
.latest-blog__date {
  color: hsl(var(--white) / 0.8);
}
/*============ Sidebar search box =============*/
.search-box {
  position: relative;
}

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

/*============ google-add-sidebar-1 =============*/
.google-add-sidebar-1 {
  height: 300px;
  overflow: hidden;
  max-width: 374px;
  border-radius: 6px;
}

.google-add-sidebar-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*============ Auth box =============*/
.blog-sidebar__auth-thumb {
  height: 120px;
  width: 120px;
  margin: auto;
  margin-bottom: 20px;
}

.blog-sidebar__auth-thumb img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-sidebar__auth-content .social-list {
  justify-content: center;
}

.blog-sidebar__auth-content h4 {
  margin-bottom: 10px;
}

.blog-sidebar__auth-content p {
  padding-bottom: 20px;
}

.social-list__item .social-list__link {
  border: 1px solid hsl(var(--base) / 0.4);
  color: hsl(var(--dark));
}

.social-list__item .social-list__link:hover {
  color: hsl(var(--white));
}

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

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

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

.blog-sidebar span.border {
  display: block;
  margin-bottom: 32px;
  width: 100%;
  height: 4px;
  background: hsl(var(--base) / 0.1);
  border-radius: 30px;
}

.blog-sidebar .hr-line {
  height: 4px;
  width: 60px;
  margin-top: 10px;
  margin-left: 6px;
  border-radius: 30px;
  background-color: hsl(var(--base));
  display: inline-block;
}

.blog-sidebar__title {
  position: relative;
  color: hsl(var(--dark)) !important;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 23px;
}

.blog-sidebar__sub-title {
  font-size: 19px;
  font-weight: 600;
}

/*========================= Category & Tags List Style ========================= */
.text-list {
  margin: 0;
  /*====================== Tag Style ====================*/
}

.text-list.style-category .text-list__item {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  transition: all 0.5s linear;
  border-radius: 5px;
}

.text-list.style-category .text-list__item:hover:before {
  opacity: 0.8;
}

.text-list.style-category .text-list__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: hsl(var(--dark));
  opacity: 0.6;
  z-index: 1;
  transition: all 0.5s linear;
}

.text-list.style-category .text-list__item .thumb {
  border-radius: 6px;
}

.text-list.style-category .text-list__item .thumb img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.text-list.style-category .text-list__item a {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding: 0 20px;
  color: hsl(var(--white)) !important;
  justify-content: space-between;
}

.text-list.style-category .text-list__item a span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-left: auto;
  background: hsl(var(--base));
  color: hsl(var(--white));
}

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

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

.text-list.style-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.latest-blog__title a {
  font-weight: 500;
  font-size: 16px;
}

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

/*============= Product Sidebar ============= */
.blog-sidebar-wrapper.product-sidebar .side-bar-item {
  border-bottom: 1px solid hsl(var(--white) / 0.08);
  padding: 30px;
}

.blog-sidebar-wrapper.product-sidebar .side-bar-item:last-child {
  border: none;
  margin-bottom: 0px;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .form--check
  .form-check-input {
  border: 1px solid hsl(var(--white) / 0.4);
}

.blog-sidebar-wrapper.product-sidebar .blog-sidebar {
  background: transparent;
  border: 1px solid hsl(var(--white) / 0.08);
  padding: 0px;
}

.blog-sidebar-wrapper.product-sidebar .blog-sidebar__title {
  position: relative;
  color: hsl(var(--white)) !important;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 20px;
}

.blog-sidebar-wrapper.product-sidebar .blog-sidebar__sub-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.blog-sidebar-wrapper.product-sidebar .blog-sidebar__category-wrap .item {
  display: flex;
  justify-content: space-between;
}

.blog-sidebar-wrapper.product-sidebar .side-bar-item .user-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-sidebar-wrapper.product-sidebar .side-bar-item .user-wrap .item-box {
  background: transparent;
  border: 0;
  padding: 0;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .user-wrap
  .menu-sibar-right {
  background: hsl(var(--white) / 0.1);
  color: hsl(var(--white) / 0.5);
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s all;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .user-wrap
  .menu-sibar-right:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.blog-sidebar-wrapper.product-sidebar .side-bar-item .seller-box .title-one {
  margin-bottom: 10px;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .seller-box
  .cat-item-box__bottom {
  padding: 0;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .seller-box
  .cat-item-box__bottom
  .right {
  display: flex;
  align-items: center;
  margin-right: 29px;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .seller-box
  .cat-item-box__bottom
  .right
  .thumb {
  margin-right: 10px;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .seller-box
  .cat-item-box__bottom
  .left {
  display: flex;
  align-items: center;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .seller-box
  .cat-item-box__bottom
  .left
  .icon {
  margin-right: 10px;
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .seller-box
  .bottom
  .price {
  font-size: 30px;
  color: hsl(var(--base));
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .seller-box
  .bottom
  .button-wrap
  .btn.btn--base.two {
  background: transparent;
  border: 1px solid hsl(var(--white));
}

.blog-sidebar-wrapper.product-sidebar
  .side-bar-item
  .top-seller-wrap
  .item-box {
  background: transparent;
  border: 0;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  border-radius: 0;
  padding-bottom: 15px;
  margin-bottom: 8px;
}

.give-review-box .rating-wrap.rating-stars ul i {
  color: #ffc107;
}

/*====================== Comment Style ====================*/
.comment-list__item:last-child .comment-list__content {
  border-bottom: none;
}

.comment-list__thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .comment-list__thumb {
    width: 60px;
    height: 60px;
  }
}

.comment-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-list__content {
  width: calc(100% - 80px);
  padding-left: 15px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .comment-list__content {
    width: calc(100% - 60px);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .comment-list__content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.comment-list__name {
  font-size: 20px;
  margin-bottom: 5px;
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .comment-list__name {
    font-size: 17px;
  }
}

.comment-list__time {
  margin-bottom: 15px;
}

.comment-list__time-icon {
  color: hsl(var(--base));
  font-size: 15px;
  margin-right: 5px;
}

.comment-list__reply {
  margin-top: 10px;
}

.comment-list__reply-text {
  color: hsl(var(--base));
  font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
  color: hsl(var(--base));
}

.comment-list__reply-icon {
  font-size: 14px;
  transform: scaleX(-1);
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .comment-list__reply-icon {
    font-size: 12px;
  }
}

.comment-list .comment-list {
  margin-left: 70px;
}

.comment-list
  .comment-list.style-right
  .comment-list__item:last-child
  .comment-list__content {
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 575px) {
  .comment-list .comment-list {
    margin-left: 40px;
  }
}
/*==============** Dashboard Profile **==============*/
.dashboard-wrapper {
  overflow: hidden;
}

.dashboard-header-wrap {
  border: 1px solid hsl(var(--white) / 0.08);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: hsl(var(--body-background));
}

.dashboard-header-wrap .header-left h3 {
  font-size: 20px;
  font-weight: 700;
  color: hsl(var(--white) / 0.8);
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .dashboard-header-wrap .header-left h3 {
    display: none;
  }
}

.dashboard-header-wrap .header-left .dashboard-show-hide {
  padding: 8px 10px;
  background: hsl(var(--base));
  border-radius: 3px;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1199px) {
  .dashboard-header-wrap .header-left .dashboard-show-hide {
    display: block;
  }
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right .item {
  margin-left: 18px;
}

@media screen and (max-width: 424px) {
  .header-right .item:first-child {
    display: none;
  }
}

.header-right i {
  height: 30px;
  width: 30px;
  line-height: 29px;
  text-align: center;
  background: hsl(var(--white) / 0.1);
  color: hsl(var(--base)) !important;
  border-radius: 5px;
  cursor: pointer;
}

.dashboard_profile {
  border: 1px solid hsl(var(--white) / 0.08);
  width: 300px;
  max-height: 100vh;
  position: fixed;
  left: 0;
  top: 20px;
  border-radius: 4px;
  margin-left: 20px;
  background-color: hsl(var(--body-background));
  transition: 0.3s all;
}

@media screen and (max-width: 1199px) {
  .dashboard_profile {
    left: -320px;
    top: 0;
  }
}

@media screen and (max-width: 374px) {
  .dashboard_profile {
    width: 280px;
  }
}

.dashboard_profile.show {
  left: -20px;
  top: 0;
  z-index: 99;
}

.responsive-lang-wrap {
  width: 153px;
  margin-left: 20px;
  margin-top: -25px;
  margin-bottom: 25px;
  display: none;
}

@media screen and (max-width: 424px) {
  .responsive-lang-wrap {
    display: block;
  }
}

.dashboard-wrapper .dashboard-container-wrapper {
  margin: 20px;
  margin-left: 335px;
}

@media screen and (max-width: 1199px) {
  .dashboard-wrapper .dashboard-container-wrapper {
    margin-left: 0;
  }
}

.dashboard_profile_wrap {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding: 25px;
  padding-bottom: 0;
  border: 0px solid hsl(var(--white) / 0.08);
  border-radius: 4px;
  padding-top: 0;
}

@media screen and (max-width: 1199px) {
  .dashboard_profile_wrap {
    align-items: center;
    justify-content: space-between;
  }
}

.dashboard_profile_wrap .close-hide-show {
  display: none;
  padding: 7px 13px;
  background: hsl(var(--base));
  border-radius: 4px;
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .dashboard_profile_wrap .close-hide-show {
    display: block;
  }
}

.dashboard_profile_wrap h3 {
  font-size: 18px;
}

.dashboard_profile_wrap .sidebar-menu-list {
  padding: 20px;
}

.dashboard_profile_wrap .profile_photo {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
  border: 3px solid hsl(var(--base));
  margin-bottom: 35px;
}

.dashboard_profile_wrap .profile_photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: hsl(var(--dark));
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}

.dashboard_profile_wrap .profile_photo img {
  object-fit: cover;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.dashboard_profile_wrap .profile_photo .photo_upload {
  display: inline-block;
  padding: 0px 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: hsl(var(--white));
  transform: translate(-50%, -50%);
}

.dashboard_profile_wrap .profile_photo .photo_upload i {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.dashboard_profile_wrap .profile_photo .photo_upload .upload_file {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  display: none;
}

.dashboard_profile_wrap h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.dashboard_profile_wrap p {
  margin-bottom: 10px;
}

.dashboard_profile__details .sidebar-menu-list {
  padding: 0 20px 20px;
  max-height: 80vh;
  overflow-x: auto;
}

.dashboard_profile_wrap .profile_photo:hover::before {
  visibility: visible;
  opacity: 0.7;
}

.dashboard_profile_wrap .profile_photo:hover .photo_upload i {
  visibility: visible;
  opacity: 1;
}

.profile-left__contact .action-category-item {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  display: flex;
  padding: 20px;
}

.profile-left__contact .action-category-item__icon {
  margin-bottom: 0;
  margin-right: 15px;
}

.profile-left__contact .action-category-item__text .site-title {
  font-size: 17px;
  margin-top: 11px;
  color: hsl(var(--white) / 0.8);
}

.profile-right-wrap {
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: 8px;
  padding: 20px;
}

/*======= Two Factor Verification =======*/
.two-fact-wrapper {
  border: 1px solid hsl(var(--white) / 0.08);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.two-fact-left {
  background-color: hsl(var(--white) / 0.02);
  padding: 30px;
  border-radius: 8px;
}

.two-fact-left__thumb {
  margin: 50px auto;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  background: hsl(var(--black) / 0.08);
}

.two-fact-left__thumb svg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 53px;
  fill: hsl(var(--base));
}

.two-fact-left__content {
  text-align: center;
  margin-bottom: 50px;
}

.two-fact-left__bottom .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.two-fact-left__bottom .form-group.form-group.right .form--control {
  background: hsl(var(--white) / 0.1);
  padding: 12px;
  border-radius: 4px !important;
  overflow: hidden;
  border: 0;
}

.two-fact-left__bottom .form-group.form-group.right .input-group-text {
  right: 14px;
  font-size: 20px;
  top: 15px;
  cursor: pointer;
}

.dashboard-body {
  position: relative;
}

.dashboard-body__bar-icon {
  color: hsl(var(--white));
  font-size: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 40px;
  line-height: 40px;
  background-color: hsl(var(--base));
  text-align: center;
  border-radius: 5px;
}

/*======= Dashboard Card =======*/
.dashboard-card {
  padding: 20px 10px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(
    to right,
    hsl(var(--base) / 0.5) 0%,
    hsl(var(--white) / 0.08) 100%
  );
  border-radius: var(--border-radius-sm);
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  position: relative;
  transition: all 0.4s;
}

.dashboard-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.dashboard-card:hover::before {
  top: 0;
  left: 0;
}

.dashboard-card::before {
  position: absolute;
  content: "";
  height: 101%;
  width: 100%;
  background-color: transparent;
  top: 10px;
  left: -11px;
  z-index: -1;
  border-radius: var(--border-radius-sm);
  transition: 0.5s;
  border: 3px solid hsl(var(--black));
}

@media screen and (max-width: 767px) {
  .dashboard-card {
    padding: 20px 15px;
  }
}

.dashboard-card__link {
  position: absolute;
  right: 20px;
}

.dashboard-card__link a {
  color: hsl(var(--white));
  font-size: 14px;
  background: hsl(var(--base));
  padding: 1px 6px;
  border-radius: 5px;
}

.dashboard-card__link a:hover {
  text-decoration: underline;
}

.dashboard-card__icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.dashboard-card__title {
  margin-bottom: 10px;
  font-size: 14px;
}

.dashboard-card__content {
  text-align: left;
  width: calc(100% - 60px);
  padding-left: 10px;
}

.dashboard-card__amount {
  margin-bottom: 5px;
  margin-bottom: 0;
  font-size: 14px;
}

.selling-group-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid hsl(var(--base) / 0.2);
  padding: 6px 0;
}

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

.courier-summary-wrap ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid hsl(var(--white) / 0.4);
}

.courier-summary-wrap ul li:first-child {
  border-bottom: 0;
}

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

.form-group.form-group.right.attachments .input-group-text {
  background: hsl(var(--white) / 0.08);
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  right: 4px;
  cursor: pointer;
}

.form-group.form-group.right.attachments .input-group-text i {
  margin-left: 8px;
  display: block;
}

/*======= open Ticket =======*/
.attachments-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.attachments-box__item {
  margin-right: 25px;
  margin-bottom: 20px;
  position: relative;
  background: hsl(var(--white) / 0.08);
  padding: 20px;
  height: 60px;
  width: 100px;
  text-align: center;
}

.attachments-box__item:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 374px) {
  .attachments-box__item {
    margin-right: 10px;
    width: 80px;
  }
}

.attachments-box__item .close-icon {
  position: absolute;
  top: -9px;
  right: -8px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 100%;
  background: #202028;
  z-index: 1;
  cursor: pointer;
}

.attachments-box__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dashboard .pricing-plan-item .pricing-plan-item__top .title {
  padding: 0;
  margin-bottom: 12px;
  border: 0;
  color: hsl(var(--base));
}

.dashboard .pricing-plan-item .pricing-plan-item__top span {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  border-bottom: 2px dotted hsl(var(--base) / 0.4);
  padding-bottom: 14px;
}

.dashboard .pricing-plan-item .pricing-plan-item__top h5 {
  margin-bottom: 5px;
  font-size: 20px;
}

.dashboard .pricing-plan-item .pricing-plan-item__list {
  margin-bottom: 10px;
}

.dashboard .pricing-plan-item .pricing-plan-item__bottom button {
  font-size: 20px;
  font-weight: 700;
  color: hsl(var(--black));
}

.modal-dialog-centered {
  min-width: 580px;
}

@media screen and (max-width: 991px) {
  .modal-dialog-centered {
    min-width: inherit;
  }
}

.room-card {
  text-align: center;
  padding: 30px;
  background: hsl(var(--white) / 0.04);
  border-radius: 8px;
  position: relative;
}

.room-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.room-card__icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  font-size: 25px;
}

.room-card__text span {
  text-transform: uppercase;
  color: hsl(var(--white) / 0.6);
  font-weight: 500;
}

.room-card__text .title {
  font-size: 30px;
  font-weight: 600;
}

.card-primary {
  background-color: hsl(var(--primary) / 0.6);
}

.card-primary .dashboard-card__icon {
  background-color: hsl(var(--primary));
}

.card-violet {
  background-color: hsl(var(--violet) / 0.6);
}

.card-violet .dashboard-card__icon {
  background-color: hsl(var(--violet));
}

.card-success {
  background-color: hsl(var(--success) / 0.6);
}

.card-success .dashboard-card__icon {
  background-color: hsl(var(--success));
}

.card-danger {
  background-color: hsl(var(--danger) / 0.4);
}

.card-danger .dashboard-card__icon {
  background-color: hsl(var(--danger));
}

.card-warning {
  background-color: hsl(var(--warning) / 0.6);
}

.card-warning .dashboard-card__icon {
  background-color: hsl(var(--warning));
}

.card-info {
  background-color: hsl(var(--info) / 0.6);
}

.card-info .dashboard-card__icon {
  background-color: hsl(var(--info));
}

.card-success-1 {
  background-color: hsl(var(--success) / 0.3);
}

.card-success-1 .dashboard-card__icon {
  background-color: hsl(var(--success));
}

.card-primary-1 {
  background-color: hsl(var(--primary) / 0.4);
}

.card-primary-1 .dashboard-card__icon {
  background-color: hsl(var(--primary));
}

.card-violet-1 {
  background-color: hsl(var(--violet) / 0.3);
}

.card-violet-1 .dashboard-card__icon {
  background-color: hsl(var(--violet) / 0.8);
}

/*===== Domain check status   ==== */
.account-status.account-form .form--check {
  justify-content: center;
}

.account-status.account-form .form--check .form-check-label {
  width: inherit;
  display: flex;
  justify-content: center;
}

.account-status.account-form h3.account-form__title.mb-2 {
  font-size: 60px;
  color: hsl(var(--base));
  margin-bottom: 0;
}

.account-status.account-form .choose-domain {
  margin-bottom: 15px;
}

.account-status.account-form .choose-domain h3 {
  margin-bottom: 5px;
}

.account-status.account-form .choose-domain h4 {
  color: hsl(var(--base));
  margin-bottom: 0px;
}

.order-wrapper {
  border: 1px solid hsl(var(--base) / 0.05);
}

.order-wrapper__top h4 {
  background-color: hsl(var(--base) / 0.05);
  font-size: 19px;
  padding: 16px 20px;
  color: hsl(var(--dark));
  font-family: var(--heading-font);
  font-weight: 600;
  border: 1px solid hsl(var(--base) / 0.1);
}

.order-wrapper__body {
  padding: 20px;
}

.order-wrapper__body .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-wrapper__body .item:first-child {
  border-bottom: 1px solid hsl(var(--base) / 0.05);
}

/*======= Apex chart =========*/
.apexcharts-wrap {
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: 8px;
  margin-top: 20px;
  padding: 30px;
}

.apexcharts-wrap .apexcharts-legend-text {
  color: hsl(var(--white)) !important;
}

.apexcharts-wrap .apexcharts-yaxis-texts-g text {
  fill: hsl(var(--white));
}

.apexcharts-wrap .apexcharts-yaxis-title text {
  fill: hsl(var(--white)) !important;
}

.apexcharts-wrap .apexcharts-xaxis-texts-g text {
  fill: hsl(var(--white)) !important;
}

.apex-chart-top .language-box .select {
  border: 1px solid hsl(var(--white) / 0.08);
  padding: 7px;
  border-radius: 8px;
}

/* ======= Dashboard Deposit  ======= */
.deposit-item {
  padding: 20px;
  text-align: center;
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: 8px;
}

.deposit-item__thumb {
  border-radius: 8px;
  margin-bottom: 25px;
}

.deposit-item__body .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.dotted-btn {
  border: 1px dotted hsl(var(--white) / 0.08);
  width: 100%;
  border-radius: 4px;
  padding: 15px 10px;
  color: hsl(var(--base));
  font-weight: 500;
}

.border-wrapper {
  border: 1px dotted hsl(var(--white) / 0.08);
  margin: 20px;
  border-radius: 8px;
}

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

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

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

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

/*============== Search Form Start ==================*/
.search-form {
  margin-top: 50px;
  border: 12px solid hsl(var(--white) / 0.15);
  border-radius: 40px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .search-form {
    border-width: 7px;
  }
}

.search-form .form--control {
  background-color: hsl(var(--white));
  color: hsl(var(--base-two));
  border-radius: 0;
  font-weight: 500;
  border-radius: 40px;
  padding: 15px;
  padding-right: 150px;
}

.search-form .form--control::placeholder {
  color: hsl(var(--black) / 0.4) !important;
  font-weight: 500;
}

.search-form .btn--base {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  height: auto;
  align-items: center;
  border-radius: 40px !important;
  padding: 10px 20px;
  font-size: 15px;
}

.search-form .btn--base:hover,
.search-form .btn--base:focus {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

/*====================== Hexagon Design Css Start ====================*/
.hex {
  position: relative;
  margin: 20px auto;
  width: 185px;
  height: 300px;
  border-radius: 15px;
  background-color: hsl(var(--base));
  transform: rotate(30deg);
}

.hex:before,
.hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
}

.hex:before {
  transform: rotate(-60deg);
}

.hex:after {
  transform: rotate(60deg);
}

.shape {
  position: absolute;
}

.shape.one {
  left: 40%;
  bottom: 20%;
  max-width: 3%;
  animation: banner_shape_one 8s linear infinite;
}

.shape.two {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_two 15s linear infinite;
}

.shape.three {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_three 8s linear infinite;
}

.shape.four {
  bottom: 13%;
  left: 11%;
  max-width: 5%;
  animation: banner_shape_four 8s linear infinite;
}

.shape.five {
  right: 6%;
  bottom: 16%;
  transform: rotate(108deg);
  max-width: 4%;
  animation: banner_shape_five 8s linear infinite;
}

.shape.six {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_six 5s linear infinite;
}

.shape.seven {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_seven 8s linear infinite;
}

.shape.eight {
  bottom: 13%;
  left: 11%;
  max-width: 5%;
  animation: banner_shape_eight 3s linear infinite;
}

.shape.nine {
  right: 6%;
  bottom: 30%;
  max-width: 4%;
  transform: rotate(60deg);
  animation: banner_shape_nine 8s linear infinite;
}

.shape.ten {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_ten 10s linear infinite;
  transform: rotate(-60deg);
}

.shape.eleven {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_eleven 20s linear infinite;
}

.shape.thirteen {
  right: 0;
  bottom: 30%;
  max-width: 4%;
  animation: banner_shape_thirteen 30s linear infinite;
}

.shape.fourteen {
  right: 6%;
  bottom: 30%;
  max-width: 4%;
  transform: rotate(60deg);
  animation: banner_shape_fourteen 8s linear infinite;
}

@keyframes banner_shape_one {
  0% {
    transform: translate(0px);
  }

  50% {
    transform: translate(20px);
  }

  100% {
    transform: translate(0px);
  }
}

@keyframes banner_shape_two {
  0% {
    transform: translateX(0px) translateY(40px);
  }

  25% {
    transform: translateX(40px) translateY(0px);
  }

  50% {
    transform: translateX(0px) translateY(-40px);
  }

  75% {
    transform: translateX(-40px) translateY(0px);
  }

  100% {
    transform: translateX(0px) translateY(40px);
  }
}

@keyframes banner_shape_three {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  50% {
    transform: translateX(50px) rotate(180deg);
  }

  100% {
    transform: translateX(0px) rotate(360deg);
  }
}

@keyframes banner_shape_four {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes banner_shape_five {
  0% {
    transform: translateX(0px) rotate(108deg);
  }

  50% {
    transform: translateX(50px) rotate(130deg);
  }

  100% {
    transform: translateX(0px) rotate(108deg);
  }
}

@keyframes banner_shape_six {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes banner_shape_seven {
  0% {
    transform: scaleY(0);
  }

  50% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0);
  }
}

@keyframes banner_shape_eight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes banner_shape_nine {
  0% {
    transform: translateY(100px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(180deg);
  }

  100% {
    transform: translateY(100px) rotate(360deg);
  }
}

@keyframes banner_shape_ten {
  0% {
    transform: translateY(100px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(100px) rotate(360deg);
  }
}

@keyframes banner_shape_thirteen {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 50%;
  }

  100% {
    bottom: 0;
  }
}

@keyframes banner_shape_fourteen {
  0% {
    left: 10px;
    transform: rotate(0deg);
  }

  50% {
    left: 100px;
    transform: rotate(1000deg);
  }

  100% {
    left: 10px;
    transform: rotate(360deg);
  }
}

@keyframes banner_shape_eleven {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*====================== Star Rating Style ====================*/
.rating-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

/*====================== Range Style ====================*/
.custom--range__content {
  display: flex;
  flex-wrap: wrap;
  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-two) / 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(--white)) !important;
  border: 2px solid hsl(var(--base)) !important;
  border-radius: 50%;
}

/*============ ------ **  Range Slider **-------- ============*/
.range-slider label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid hsl(var(--base));
  cursor: w-resize;
  background: hsl(var(--base));
  outline: none;
  top: -8px;
  margin-left: -8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.range-slider .ui-widget-content {
  background-color: hsl(var(--white)) !important;
}

.range-slider .ui-widget-header {
  background-color: hsl(var(--base));
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height: 3px;
  border-radius: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
  color: hsl(var(--white));
}

input.first-slider-value {
  float: left;
  margin-left: -8px;
  width: 40%;
}

input.second-slider-value {
  float: right;
  width: 40%;
  text-align: right;
  margin-right: -8px;
}

.range-slider {
  line-height: 37px;
}

/*======== Sidebar Menu Start =======*/
.sidebar-menu {
  padding-bottom: 10px;
  padding-top: 0px;
  height: 100vh;
  min-height: 100%;
  overflow-y: auto;
  z-index: 999;
  transition: 0.2s linear;
  box-shadow: var(--box-shadow);
  /*============== Sidebar Show hide Css Start ===========*/
  /*============== Sidebar Show hide Css end ===========*/
}

.sidebar-menu.show-sidebar {
  transform: translateX(0);
  background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 320px;
    padding-top: 60px;
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
  }
}

.sidebar-menu__close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  transition: 0.2s linear;
  cursor: pointer;
  display: none;
  z-index: 9;
}

@media screen and (max-width: 1199px) {
  .sidebar-menu__close {
    display: block;
  }
}

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

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

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

.sidebar-menu-list__item:hover {
  color: hsl(var(--white));
}

.sidebar-menu-list__item a:hover {
  color: hsl(var(--base));
}

.sidebar-menu-list__item a:hover .icon svg {
  fill: hsl(var(--base));
}

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

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

.sidebar-menu-list__item.has-dropdown.active > a:after {
  transform: rotate(90deg);
  margin-left: 14px;
  color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  background: 0 0;
  position: absolute;
  top: 11px;
  transition: 0.1s linear;
  right: 4px;
}

.sidebar-menu-list__link {
  text-decoration: none;
  position: relative;
  width: 100%;
  color: hsl(var(--white) / 0.8);
  padding: 10px 0px 10px 0px;
  display: block;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid hsl(var(--white) / 0.06);
}

.sidebar-menu-list__link .icon {
  margin-right: 5px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-menu-list__link .icon svg {
  fill: hsl(var(--white) / 0.8);
}

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

li.sidebar-menu-list__item.active a.sidebar-menu-list__link svg {
  fill: hsl(var(--base));
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
  display: none;
  position: relative;
}

.sidebar-submenu::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 22px;
  left: 27px;
  border-left: 1px solid hsl(var(--base));
}

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

.sidebar-submenu-list {
  padding: 5px 0;
}

.sidebar-submenu-list__item {
  position: relative;
}

.sidebar-submenu-list__item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 27px;
  width: 16px;
  height: 1px;
  border-top: 1px solid hsl(var(--base));
}

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

.sidebar-submenu-list__link {
  padding: 8px 20px 4px 50px !important;
  display: block;
  color: hsl(var(--white));
  border-bottom: 0 !important;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
  width: 300px;
  height: 100vh;
  background-color: hsl(var(--body-background));
  position: fixed;
  z-index: 999;
  left: -320px;
  transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
  left: 0;
}

@media screen and (max-width: 374px) {
  .sidebar-menu-wrapper {
    width: 250px;
  }
}

.sidebar-menu-wrapper .top-close {
  margin-top: 21px;
  text-align: end;
  margin-right: 24px;
  margin-left: 20px;
}

.sidebar-menu-wrapper .top-close i {
  font-size: 22px;
  color: hsl(var(--white));
}

.sidebar-menu-wrapper .btn.btn--base.fav-btn {
  background: hsl(var(--white) / 0.1);
}

.sidebar-menu-list__item .language-box {
  padding: 7px 13px;
  padding-bottom: 9px;
  border-bottom: 1px solid hsl(var(--white) / 0.06);
}

.sidebar-menu-list__item .language-box .select {
  font-size: 16px;
}

/*============= Animation Play Video Button Pulse New ========== */
.mfp-iframe-holder .mfp-close {
  top: -52px;
  color: hsl(var(--white));
  font-size: 21px;
  font-weight: 800;
  width: 42px;
  height: 35px;
  background: hsl(var(--base));
  text-align: center;
  line-height: 32px;
  padding: 0;
  opacity: 1;
  border-radius: 5px;
}

.mfp-iframe-holder .mfp-close:hover {
  opacity: 0.9;
}

.play-video {
  height: 80px;
  width: 80px;
  background: hsl(var(--base));
  line-height: 80px;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
}

.video-main {
  position: relative;
  display: inline-block;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
  color: hsl(var(--white));
}

.waves {
  position: absolute;
  width: 140px;
  height: 140px;
  background: hsl(var(--base) / 0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -29px;
  bottom: -30px;
  z-index: 1;
  -webkit-animation: waves 9s ease-in-out infinite;
  animation: waves 9s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.wave-3 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

/*==================== Category Start Here ==================== */
.category-wrap {
  padding-right: 40px;
}

@media screen and (max-width: 1199px) {
  .category-wrap {
    padding-right: 0;
  }
}

.category-item {
  border-bottom: 1px solid hsl(var(--base) / 0.1);
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .category-item {
    flex-direction: column;
    margin-bottom: 37px;
  }
}

.category-item:hover .category-item__thumb img {
  transform: scale(1.2);
}

.category-item__thumb {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  border-radius: 17px;
  min-width: 280px;
  height: 200px;
}

.category-item__thumb img {
  min-width: 280px;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s linear;
}

.category-item__content {
  padding-left: 20px;
  margin-top: -7px;
}

@media screen and (max-width: 767px) {
  .category-item__content {
    padding-left: 0px;
  }
}

.category-item__content h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.category-item__content h3 a {
  background-image: linear-gradient(
    to right,
    hsl(var(--base)) 0%,
    hsl(var(--base)) 100%
  );
  background-position: 0 calc(100% - 0.02em);
  background-size: 0 2px;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0;
  display: inline;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.category-item__content h3 a:hover {
  background-size: 100% 2px;
  color: inherit;
}

.category-item__content p {
  margin-bottom: 10px;
}

.meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.meta-wrap .view-commetn-wrap li a {
  font-size: 14px;
}

.meta-wrap .view-commetn-wrap li a.right-dot {
  position: relative;
  margin-left: 20px;
}

.meta-wrap .view-commetn-wrap li a.right-dot::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  width: 7px;
  height: 7px;
  background: hsl(var(--black));
  border-radius: 50%;
}

/*============= Custom cursor  start  =============*/
.cursor-outer {
  margin-left: -18px;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background: hsl(var(--base));
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.2;
  transition: all 0.3s ease-out;
}

.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

[dir="rtl"] .mouseCursor {
  left: 0;
  right: auto;
}

.cursor-inner {
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 10000001;
  background-color: hsl(var(--base));
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: hsl(var(--white));
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
  margin-inline-start: -40px;
  margin-top: -40px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.mouseCursor.cursor-big.d-none {
  display: none;
}

.slider-drag .swiper-slide {
  cursor: none;
}

/*================== Dark Style Color ==================*/
/*===== Dark and light logo hide and show =====*/
.logo-wrapper .normal-logo {
  display: block;
}

.logo-wrapper .normal-logo.hidden {
  display: none;
}

.logo-wrapper .dark-logo {
  display: block;
}

.logo-wrapper .dark-logo.hidden {
  display: none;
}

.footer-item__logo .footer-logo-normal {
  display: block;
  position: relative;
}

.footer-item__logo .footer-logo-normal.hidden {
  display: none;
}

.footer-item__logo .footer-logo-dark {
  display: block;
}

.footer-item__logo .footer-logo-dark.hidden {
  display: none;
}

/* ========== light and dark button style ==========*/
.light-dark-btn-wrap {
  font-weight: 500;
  display: flex;
  align-items: center;
  z-index: 7;
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .light-dark-btn-wrap {
    margin-left: 20px;
  }
}

.light-dark-btn-wrap .light-dark-checkbox {
  display: none;
  opacity: 0;
}

.light-dark-btn-wrap .light-dark-label {
  width: 33px;
  height: 14px;
  background-color: hsl(var(--black));
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  transform: scale(1.5);
  cursor: pointer;
}

.light-dark-btn-wrap .fa-moon {
  color: hsl(var(--white));
  font-size: 9px;
  margin-bottom: 1px;
}

.light-dark-btn-wrap .ball {
  width: 12px;
  height: 12px;
  background-color: hsl(var(--white));
  position: absolute;
  top: 1px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

/* light and dark mood changes*/
.light-dark-checkbox:checked + .light-dark-label .ball {
  transform: translateX(15px);
}

.light-dark-btn-wrap .sun-icon {
  display: none;
  color: hsl(var(--black));
}

.light-dark-btn-wrap .sun-icon.show {
  display: block;
}

.light-dark-btn-wrap .mon-icon {
  font-size: 16px;
  color: hsl(var(--white));
}

.light-dark-btn-wrap .mon-icon.show {
  display: none;
}

/*============** Custom Animation **============*/
/*==== Animation y-axis ==== */
.animate-y-axis {
  -webkit-animation-name: y-axis;
  animation-name: y-axis;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes y-axis {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes y-axis {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.animate-y-axis-slider {
  -webkit-animation-name: y-axis-slider;
  animation-name: y-axis-slider;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes y-axis-slider {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes y-axis-slider {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
/*==== Animation x-axis ==== */
.animate-x-axis {
  -webkit-animation-name: x-axis;
  animation-name: x-axis;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes x-axis {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes x-axis {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
/*==== Animation Rotate ==== */
.animate-rotate {
  animation-name: rotate;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotate;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*==== Animate zoom-in-out  ====*/
.animate-zoom-in-out {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
/*=============== More Animation in here ============= */
.animate-square-zoom {
  position: relative;
  overflow: hidden;
}

.animate-square-zoom:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}

.animate-square-zoom:hover:before {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-name: circle;
  animation-name: circle;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 5;
  }
}

.animate-zoominout {
  animation-name: zoomInOut;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}

.animate-zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.animate-float-bob {
  animation-name: float-bob;
  animation-duration: 17s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 17s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 17s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 17s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 17s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
/*============= Banner area start  =============*/
.banner-section img.banner-shape.light-img {
  display: none;
}

.banner-section {
  position: relative;
  z-index: 1;
  padding: 245px 0 140px;
  overflow: hidden;
}

@media screen and (max-width: 1499px) {
  .banner-section {
    padding: 230px 0 110px;
  }
}

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

@media screen and (max-width: 991px) {
  .banner-section {
    padding: 170px 0 80px;
  }
}

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

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

.banner-section .popup-vide-wrap {
  position: absolute;
  right: 12%;
  top: 77%;
  z-index: -1;
}

@media screen and (max-width: 1620px) {
  .banner-section .popup-vide-wrap {
    right: 12%;
  }
}

@media screen and (max-width: 1599px) {
  .banner-section .popup-vide-wrap {
    right: 9%;
  }
}

@media screen and (max-width: 1499px) {
  .banner-section .popup-vide-wrap {
    right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section .popup-vide-wrap {
    right: -3%;
    top: 60%;
  }
}

@media screen and (max-width: 991px) {
  .banner-section .popup-vide-wrap {
    right: 31%;
    top: 87%;
  }
}

@media screen and (max-width: 575px) {
  .banner-section .popup-vide-wrap {
    right: 17%;
    top: 88%;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .popup-vide-wrap {
    right: 6%;
    top: 93%;
  }
}

.banner-section .popup-vide-wrap .waves {
  position: absolute;
  width: 550px;
  height: 550px;
  right: -14px;
  bottom: 40px;
  border-radius: 100%;
  background: hsl(var(--base) / 0.12);
}

@media screen and (max-width: 1599px) {
  .banner-section .popup-vide-wrap .waves {
    right: -66px;
  }
}

@media screen and (max-width: 1499px) {
  .banner-section .popup-vide-wrap .waves {
    width: 450px;
    height: 450px;
    right: 55px;
    bottom: 70px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section .popup-vide-wrap .waves {
    right: 70px;
    bottom: -65px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section .popup-vide-wrap .waves {
    width: 390px;
    height: 390px;
    right: -120px;
    bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .popup-vide-wrap .waves {
    width: 390px;
    height: 390px;
    right: 5px;
    bottom: 226px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section .popup-vide-wrap .waves {
    width: 390px;
    height: 390px;
    right: 5px;
    bottom: 198px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section .popup-vide-wrap .waves {
    width: 250px;
    height: 250px;
    right: 24px;
    bottom: 280px;
  }
}

.banner-section .banner-shape {
  position: absolute;
  right: 125px;
  top: 40px;
  z-index: -3;
}

@media screen and (max-width: 1800px) {
  .banner-section .banner-shape {
    right: 70px;
  }
}

@media screen and (max-width: 1700px) {
  .banner-section .banner-shape {
    right: 44px;
  }
}

@media screen and (max-width: 1599px) {
  .banner-section .banner-shape {
    right: -52px;
  }
}

@media screen and (max-width: 1499px) {
  .banner-section .banner-shape {
    right: -166px;
  }
}

@media screen and (max-width: 1399px) {
  .banner-section .banner-shape {
    right: -185px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-shape {
    right: -161px;
    top: -82px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section .banner-shape {
    top: 29%;
    right: 6%;
  }
}

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

.banner-section .banner-effect-right {
  position: absolute;
  width: 504px;
  height: 572px;
  right: -330px;
  bottom: 60px;
  background-color: #e41d59;
  opacity: 0.2;
  filter: blur(79px);
  z-index: -1;
  border-top-right-radius: 14%;
  border-top-left-radius: 41%;
  border-bottom-left-radius: 25%;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .banner-section .banner-effect-right {
    right: 86px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .banner-effect-right {
    right: 35px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section .banner-effect-right {
    right: 0px;
    bottom: 70px;
  }
}

.banner-section .banner-effect-left {
  position: absolute;
  width: 504px;
  height: 243px;
  left: -470px;
  bottom: 100px;
  background-color: hsl(var(--base));
  opacity: 0.18;
  filter: blur(79px);
  z-index: -1;
  border-top-right-radius: 40%;
  border-top-left-radius: 41%;
  border-bottom-left-radius: 25%;
  border-bottom-right-radius: 15%;
}

.banner-left__content .video-button-wrap .waves {
  width: 100px;
  height: 100px;
  right: -79px;
  bottom: -45px;
  border-radius: 100%;
}

.banner-left__content {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .banner-left__content {
    margin-bottom: 30px;
  }
}

.banner-left__content .video-button-wrap {
  display: flex;
}

.banner-left__content a.video-button.popup_video {
  background: hsl(var(--white)) !important;
  position: relative;
  z-index: 1;
  border-radius: 100%;
}

.banner-left__content a.video-button i {
  height: 48px;
  width: 48px;
  text-align: center;
  border: 3px solid hsl(var(--base));
  line-height: 42px;
  border-radius: 100%;
  display: block;
}

.banner-left__content .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: hsl(var(--base));
  display: inline-block;
  margin-bottom: 11px;
}

@media screen and (max-width: 575px) {
  .banner-left__content .subtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.banner-left__content h2 {
  font-size: 60px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 800;
  color: hsl(var(--white));
  line-height: 1.358;
}

.banner-left__content h2 .border-bottom-after {
  position: relative;
}

.banner-left__content h2 .border-bottom-after::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 9px;
  width: 99%;
  height: 8px;
  background-color: hsl(var(--base));
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .banner-left__content h2 .border-bottom-after::after {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 4px;
    width: 99%;
    height: 6px;
    background-color: hsl(var(--base));
    z-index: -1;
  }
}

.banner-left__content h2 .stock {
  color: transparent;
  -webkit-text-stroke: 20px hsl(var(--white) / 0.95);
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  font-size: 60px;
}

@media screen and (max-width: 1199px) {
  .banner-left__content h2 .stock {
    font-size: 50px;
  }
}

@media screen and (max-width: 424px) {
  .banner-left__content h2 .stock {
    font-size: 40px;
  }
}

@media screen and (max-width: 1399px) {
  .banner-left__content h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-left__content h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .banner-left__content h2 {
    font-size: 50px;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .banner-left__content h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 424px) {
  .banner-left__content h2 {
    font-size: 34px;
  }
}

.banner-left__content p {
  margin-bottom: 38px;
  width: 83%;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 991px) {
  .banner-left__content p {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 575px) {
  .banner-left__content p {
    margin-bottom: 38px;
    width: 100%;
  }
}

.banner-left__content .button-wrap .btn.btn--base.two {
  background: transparent;
  border: 1px solid hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .banner-left__content .btn {
    padding: 12px 15px;
  }
}

@media screen and (max-width: 374px) {
  .banner-left__content .btn {
    padding: 8px 10px;
  }
}

.banner-right-wrap {
  text-align: right;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -60px;
}

@media screen and (max-width: 991px) {
  .banner-right-wrap {
    margin-left: 0px;
    text-align: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .banner-right-wrap .main-banner-img {
    width: 90%;
  }
}

.main-banner-img {
  transition: all 0.4s;
  position: relative;
}

.main-banner-img .banner-shape-left {
  position: absolute;
  left: -60px;
  top: 120px;
}

@media screen and (max-width: 1199px) {
  .main-banner-img .banner-shape-left {
    left: -45px;
    top: 170px;
  }
}

@media screen and (max-width: 991px) {
  .main-banner-img .banner-shape-left {
    left: -60px;
    top: 120px;
  }
}

@media screen and (max-width: 575px) {
  .main-banner-img .banner-shape-left {
    left: 20px;
    display: none;
  }
}

@media screen and (max-width: 424px) {
  .main-banner-img .banner-shape-left {
    left: -11px;
  }
}

.main-banner-img .banner-shape-top {
  position: absolute;
  top: -10px;
  right: 25px;
}

@media screen and (max-width: 991px) {
  .main-banner-img .banner-shape-top {
    right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .main-banner-img .banner-shape-top {
    right: 0;
  }
}

@media screen and (max-width: 374px) {
  .main-banner-img .banner-shape-top {
    right: -20px;
    top: 15px;
  }
}

.main-banner-img .banner-shape-bottom {
  position: absolute;
  top: 25rem;
  left: 103px;
  z-index: 2;
}

/*============= Prompts area start =============*/
.prompts-logo-area-wrapper {
  overflow: hidden;
}

.prompts-logo-area {
  background: hsl(var(--base));
  padding: 32px 0 25px;
}

.prompts-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prompts-logo-item__thumb {
  height: 45px;
  width: 45px;
  border: 2px solid hsl(var(--white) / 0.1);
  border-radius: 50%;
  background: hsl(var(--dark));
}

.prompts-logo-item__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.prompts-logo-item__content {
  margin-right: 25px;
}

.prompts-logo-item__content .title-one {
  margin-bottom: 0;
  font-size: 19px;
  margin-left: 14px;
}

/*============= Banner two area start  =============*/
.banner-section.banner-two {
  padding: 215px 0 0;
}

@media screen and (max-width: 1199px) {
  .banner-section.banner-two {
    padding: 170px 0 80px;
  }
}

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

@media screen and (max-width: 424px) {
  .banner-section.banner-two {
    padding: 130px 0 70px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section.banner-two {
    padding: 120px 0 60px;
  }
}

.banner-section.banner-two .banner-effect-right {
  width: 500px;
  height: 683px;
  right: -330px;
  bottom: 45px;
}

.banner-section.banner-two .banner-left__content h2 {
  font-size: 52px;
  font-weight: 600;
}

@media screen and (max-width: 1399px) {
  .banner-section.banner-two .banner-left__content h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section.banner-two .banner-left__content h2 {
    font-size: 39px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.banner-two .banner-left__content h2 {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section.banner-two .banner-left__content h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 510px) {
  .banner-section.banner-two .banner-left__content h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 570px) {
  .banner-section.banner-two .banner-left__content h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section.banner-two .banner-left__content h2 {
    font-size: 30px;
  }
}

.banner-section.banner-two .banner-left__content h2 .two-title {
  color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .banner-section.banner-two .banner-left__content h2 img {
    width: 80px;
  }
}

@media screen and (max-width: 424px) {
  .banner-section.banner-two .banner-left__content h2 img {
    width: 60px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section.banner-two .banner-left__content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section.banner-two .banner-left__content p {
    font-size: 17px;
  }
}

.banner-section.banner-two .banner-left__content .button-wrap {
  display: flex;
  align-items: center;
}

.banner-section.banner-two
  .banner-left__content
  .button-wrap
  .popup-vide-wrap- {
  position: relative;
  margin-bottom: 12px;
}

.banner-section.banner-two
  .banner-left__content
  .button-wrap
  .popup-vide-wrap-
  .video-button {
  position: relative;
  background: #0a113c !important;
  border: 1px solid hsl(var(--white) / 0.2);
}

.banner-section.banner-two
  .banner-left__content
  .button-wrap
  .popup-vide-wrap-
  .video-button
  i {
  border: 0px solid hsl(var(--base));
  height: 58px;
  width: 58px;
  line-height: 58px;
  background-color: var(--body-color) !important;
  background-color: var(--body-color) !important;
}

.banner-section.banner-two
  .banner-left__content
  .button-wrap
  .popup-vide-wrap-
  .waves {
  width: 100px;
  height: 100px;
  right: -83px;
  bottom: -45px;
  border-radius: 100%;
}

/*============= Banner Three area start  =============*/
.banner-section.banner-three {
  position: relative;
  z-index: 1;
  padding: 150px 0 30px;
}

@media screen and (max-width: 1499px) {
  .banner-section.banner-three {
    padding: 150px 0 25px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section.banner-three {
    padding: 150px 0 25px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.banner-three {
    padding: 110px 0 25px;
  }
}

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

@media screen and (max-width: 424px) {
  .banner-section.banner-three {
    padding: 90px 0 25px;
  }
}

.banner-section.banner-three .banner-left__content h2 {
  font-size: 80px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 800;
  color: hsl(var(--white));
  line-height: 1.358;
}

@media screen and (max-width: 1399px) {
  .banner-section.banner-three .banner-left__content h2 {
    font-size: 61px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.banner-three .banner-left__content h2 {
    font-size: 52px;
  }
}

@media screen and (max-width: 424px) {
  .banner-section.banner-three .banner-left__content h2 {
    font-size: 40px;
  }
}

.banner-section.banner-three .banner-left__content h2 .stock {
  color: transparent;
  -webkit-text-stroke: 20px hsl(var(--base));
  font-weight: 800;
  -webkit-text-stroke-width: 1px;
  font-size: 80px;
}

@media screen and (max-width: 1399px) {
  .banner-section.banner-three .banner-left__content h2 .stock {
    font-size: 61px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section.banner-three .banner-left__content h2 .stock {
    font-size: 52px;
  }
}

.banner-section.banner-three .banner-left__content p {
  margin-left: auto;
  margin-right: auto;
  width: 88%;
}

@media screen and (max-width: 1399px) {
  .banner-section.banner-three .banner-left__content p {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .banner-section.banner-three .banner-left__content p {
    width: 93%;
    font-size: 18px;
  }
}
/*============= Banner Bottom Three area start  =============*/
.banner-bottom.banner-three .container-fluid {
  padding: 0 80px;
}

@media screen and (max-width: 1399px) {
  .banner-bottom.banner-three .container-fluid {
    padding: 0 60px;
  }
}

@media screen and (max-width: 575px) {
  .banner-bottom.banner-three .container-fluid {
    padding: 0 15px;
  }
}

.banner-bottom.banner-three .col-xl-55:first-child {
  flex: 0 0 auto;
  width: 30%;
}

@media screen and (max-width: 1399px) {
  .banner-bottom.banner-three .col-xl-55:first-child {
    width: 35%;
  }
}

@media screen and (max-width: 1199px) {
  .banner-bottom.banner-three .col-xl-55:first-child {
    width: 44%;
  }
}

@media screen and (max-width: 991px) {
  .banner-bottom.banner-three .col-xl-55:first-child {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .banner-bottom.banner-three .col-xl-55:first-child {
    width: 100%;
  }
}

.banner-bottom.banner-three .col-xl-55:nth-child(2),
.banner-bottom.banner-three .col-xl-55:nth-child(4) {
  flex: 0 0 auto;
  width: 24%;
}
.banner-bottom.banner-three .col-xl-55:nth-child(3) {
  flex: 0 0 auto;
  width: 21%;
}
@media screen and (max-width: 1399px) {
  .banner-bottom.banner-three .col-xl-55:nth-child(3) {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .banner-bottom.banner-three .col-xl-55:nth-child(3) {
    display: none;
  }
}


/* .banner-bottom.banner-three
.col-xl-55:nth-child(2)
  .small-wrapper
  .cat-item-box.three.small,
.banner-bottom.banner-three
  .col-xl-55:nth-child(4)
  .small-wrapper
  .cat-item-box.three.small {
  height: 238px;
} */
.banner-bottom.banner-three
  .col-xl-55:nth-child(2)
  .small-wrapper
  .cat-item-box.three.small
  .cat-item-box__thumb {
  height: 213px;
}

@media screen and (max-width: 767px) {
  .banner-bottom.banner-three
  .col-xl-55:nth-child(2)
  .small-wrapper
  .cat-item-box.three.small
  .cat-item-box__thumb {
  height: 450px;
}
}
@media screen and (max-width: 420px) {
  .banner-bottom.banner-three
  .col-xl-55:nth-child(2)
  .small-wrapper
  .cat-item-box.three.small
  .cat-item-box__thumb {
  height: 400px;
}
}


.banner-bottom.banner-three
  .col-xl-55:nth-child(4)
  .small-wrapper
  .cat-item-box.three.small
  .cat-item-box__thumb {
  height: 213px;
}
.banner-bottom.banner-three
  .col-xl-55:nth-child(4)
  .small-wrapper
  .cat-item-box.three.small
  .cat-item-box__thumb
  img {
  height: 100%;
}
.banner-bottom.banner-three
  .col-xl-55:nth-child(2)
  .small-wrapper
  .cat-item-box.three.small
  .cat-item-box__thumb
  img {
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .banner-bottom.banner-three .col-xl-55:nth-child(2),
  .banner-bottom.banner-three .col-xl-55:nth-child(4) {
    width: 35%;
  }
}

@media screen and (max-width: 1199px) {
  .banner-bottom.banner-three .col-xl-55:nth-child(2),
  .banner-bottom.banner-three .col-xl-55:nth-child(4) {
    width: 25.7%;
  }
}

@media screen and (max-width: 991px) {
  .banner-bottom.banner-three .col-xl-55:nth-child(2),
  .banner-bottom.banner-three .col-xl-55:nth-child(4) {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .banner-bottom.banner-three .col-xl-55:nth-child(2),
  .banner-bottom.banner-three .col-xl-55:nth-child(4) {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .banner-bottom.banner-three .col-xl-55:nth-child(2),
  .banner-bottom.banner-three .col-xl-55:nth-child(4) {
    width: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .banner-bottom.banner-three .col-xl-55:nth-child(4) {
    display: none;
  }
}

.cat-item-box__thumb {
  border-top-left-radius: var(--border-radius-sm);
  border-top-right-radius: var(--border-radius-sm);
  height: 260px;
}

.cat-item-box.three .cat-item-box__thumb::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 20%;
  border-radius: 12px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    hsl(var(--black) / 0.85) 100%
  );
}

.cat-item-box.three .cat-item-box__thumb img {
  border-radius: 12px;
}

.cat-item-box.three .cat-item-box__thumb .cat-item-box__content-wrap {
  border: 0;
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.cat-item-box.three
  .cat-item-box__thumb
  .cat-item-box__content-wrap
  .cat-item-box__content {
  border-bottom: 0;
  padding-right: 0;
}

.cat-item-box.three
  .cat-item-box__thumb
  .cat-item-box__content-wrap
  .title-two {
  font-size: 18px;
}

.cat-item-box.three .cat-item-box__thumb .cat-item-box__content-wrap .price {
  color: hsl(var(--white));
}

.banner-bottom.banner-three .col-xl-55 .cat-item-box.three {
  height: inherit;
}

.banner-bottom.banner-three
  .col-xl-55
  .cat-item-box.three
  .cat-item-box__thumb {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 420px) {
    .banner-bottom.banner-three
    .col-xl-55
    .cat-item-box.three
    .cat-item-box__thumb {
    height: 400px;
  }
}

.banner-bottom.banner-three
  .col-xl-55
  .cat-item-box.three
  .cat-item-box__thumb
  img {
  height: 100%;
  border-top-left-radius: var(--border-radius-sm);
  border-top-right-radius: var(--border-radius-sm);
}

/*========= Top Sellers area start  ==========*/
@media screen and (min-width: 1400px) {
  .col-xl-55 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.item-box {
  display: flex;
  align-items: center;
  padding: 12px;
  background: hsl(var(--white) / 0.03);
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 43px;
  position: relative;
}

.item-box:hover .title-two {
  color: hsl(var(--base));
}

.item-box .link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.item-box .count {
  font-family: var(--button-font);
  font-size: 42px;
  display: block;
  position: absolute;
  font-weight: 700;
  color: hsl(var(--white) / 0.08);
  z-index: -1;
  right: 10px;
}

.item-box__thumb {
  margin-right: 15px;
  position: relative;
}

.item-box__thumb .verify {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  background: hsl(var(--base-two));
  border-radius: 50%;
  border: 1px solid hsl(var(--black));
  color: hsl(var(--black));
  right: -3px;
  bottom: 1px;
}

.item-box__content .title-two {
  margin-bottom: 5px;
}

.item-box__content .icon {
  display: flex;
  align-items: center;
}

.item-box__content .icon i {
  margin-right: 10px;
  color: hsl(var(--base-two));
  font-size: 14px;
}

.item-box__content .icon p {
  font-size: 14px;
}

/*========= Seller page Design ==========*/
.item-box.seller {
  flex-direction: column;
  justify-content: center;
  border-radius: var(--border-radius-sm);
  padding: 20px;
}

.item-box.seller .item-box__thumb {
  margin-right: 0;
  margin-bottom: 17px;
}

.item-box.seller .item-box__content {
  text-align: center;
}

.item-box.seller .item-box__content .icon {
  justify-content: center;
}

/*========= single seller  ==========*/
.seller-banner-area .seller-bg-wrapper {
  position: relative;
  padding: 82px 0;
  border-radius: var(--border-radius-sm);
}

.seller-banner-area .item-box.seller {
  background: transparent;
  border: 0;
  top: -63px;
  padding: 0;
}

.seller-banner-area .item-box.seller .verify {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  background: hsl(var(--base-two));
  border-radius: 50%;
  border: 1px solid hsl(var(--black));
  color: hsl(var(--black));
  right: 5px;
  bottom: 17px;
}

.seller-banner-area .item-box.seller .item-box__thumb {
  height: 125px;
  width: 125px;
}

.seller-banner-area .item-box.seller .item-box__thumb img {
  height: 100%;
  width: 100%;
  border: 10px solid hsl(var(--black));
  border-radius: 50%;
}

/*============= Featured Prompts start  =============*/
.cat-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cat-menu-item {
  display: flex;
  align-items: center;
  border: 1px solid hsl(var(--white) / 0.1);
  padding: 8px 19px;
  border-radius: 40px;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.4s all;
}

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

.cat-menu-item.active {
  background: hsl(var(--base));
}

.cat-menu-item:hover {
  background: hsl(var(--base));
}

.cat-menu-item__thumb {
  height: 18px;
  width: 18px;
  margin-right: 7px;
}

.cat-menu-item__thumb img {
  width: 100%;
  height: 100%;
  margin-top: -7px;
}

.cat-menu-item__text {
  width: calc(100% - 23px);
}

.cat-menu-item__text p {
  font-size: 14px;
}

.cat-item-box {
  border-radius: var(--border-radius-sm);
  transition: 0.4s all;
}

.cat-item-box:hover .cat-item-box__content-wrap {
  border-color: hsl(var(--base));
}

.cat-item-box__thumb img {
  width: 100%;
  height: 100%;
  border-top-left-radius: var(--border-radius-sm);
  border-top-right-radius: var(--border-radius-sm);
  object-fit: cover;
}

.cat-item-box__content-wrap {
  padding-top: 20px;
  border: 1px solid hsl(var(--white) / 0.1);
  border-top: 0;
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
  transition: 0.4s all;
}

.cat-item-box__content {
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 2px;
  border-bottom: 1px dashed hsl(var(--white) / 0.1);
  position: relative;
}

.cat-item-box__content .top .title-two {
  margin-bottom: 6px;
}

.cat-item-box__content .top .price {
  font-size: 20px;
  font-weight: 500;
  color: hsl(var(--base));
}

.cat-item-box__content .thumb {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid hsl(var(--black));
  margin-top: -62px;
  position: absolute;
}

.cat-item-box__content .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.cat-item-box__content .thumb .verify {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  background: hsl(var(--base-two));
  border-radius: 50%;
  border: 1px solid hsl(var(--black));
  color: hsl(var(--black));
  right: -3px;
  bottom: 1px;
}

.cat-item-box__bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.cat-item-box .right {
  display: flex;
  align-items: center;
}

.cat-item-box .right p {
  font-size: 14px;
}

.cat-item-box .right .thumb {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  margin-right: 8px;
}

.cat-item-box .right .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  margin-top: -7px;
}

.cat-item-box .right .text {
  width: calc(100% - 19px);
}

.cat-item-box .left {
  display: flex;
  align-items: center;
}

.cat-item-box .left .icon {
  background: hsl(var(--white) / 0.1);
  font-size: 12px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  margin-right: 6px;
}

/*======= Blog Card Style =======*/
.cat-item-box.blog {
  background: transparent;
}

.cat-item-box.blog .cat-item-box__content-wrap {
  padding-top: 0;
}

.cat-item-box.blog .cat-item-box__content {
  padding: 20px;
  padding-top: 25px;
}

.cat-item-box.blog .cat-item-box__content .top .title-three {
  margin-bottom: 11px;
}

.cat-item-box.blog .cat-item-box__content-wrap .cat-item-box__bottom .icon {
  background: transparent;
  color: hsl(var(--base));
  font-size: 14px;
}

.cat-item-box.blog .cat-item-box__content-wrap .cat-item-box__bottom .text p {
  font-size: 15px;
}

/*============= Hot Collections Start  =============*/
.cat-item-box.hot-collections .cat-item-box__content-wrap {
  padding-top: 0;
}

.cat-item-box.hot-collections
  .cat-item-box__content-wrap
  .cat-item-box__content {
  padding-bottom: 20px;
}

.cat-item-box.hot-collections .cat-item-box__content-wrap .samall-thumb {
  display: flex;
  justify-content: space-between;
}

.cat-item-box.hot-collections
  .cat-item-box__content-wrap
  .cat-item-box__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.cat-item-box.hot-collections
  .cat-item-box__content-wrap
  .cat-item-box__bottom
  .top
  .count {
  font-size: 14px;
  margin-bottom: 4px;
  color: hsl(var(--white) / 0.8);
}

.cat-item-box.hot-collections
  .cat-item-box__content-wrap
  .cat-item-box__bottom
  .top
  .title-three {
  margin-bottom: 5px;
}

.cat-item-box.hot-collections
  .cat-item-box__content-wrap
  .cat-item-box__bottom
  .thumb {
  position: relative;
  margin-bottom: 5px;
  height: 45px;
  width: 45px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 2px solid hsl(var(--black));
}

.cat-item-box.hot-collections
  .cat-item-box__content-wrap
  .cat-item-box__bottom
  .thumb
  img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.cat-item-box.hot-collections
  .cat-item-box__content-wrap
  .cat-item-box__bottom
  .thumb
  .verify {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  background: hsl(var(--base-two));
  border-radius: 50%;
  border: 2px solid hsl(var(--white) / 0.3);
  color: hsl(var(--black));
  right: -3px;
  bottom: 1px;
}

/*============= Product Details ===========*/
.product-details-left {
  overflow: hidden;
  display: flex;
  border: 1px dashed hsl(var(--white) / 0.08);
  padding: 30px;
  border-radius: var(--border-radius-sm);
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .product-details-left {
    flex-direction: column;
  }
}

@media screen and (max-width: 374px) {
  .product-details-left {
    padding: 15px;
  }
}

.product-details-left:hover .product-details-left {
  width: 100%;
}

.product-details-left:hover .product-details-left__thumb img {
  transform: scale(1);
}

.product-details-left__nav .nav-tabs {
  flex-direction: column;
  border: 0;
  margin-right: 10px;
  padding-right: 0px;
}

.product-details-left__nav:last-child {
  margin-right: 0;
}

.product-details-left__nav .nav-tabs {
  flex-direction: column;
  border: 0;
}

@media screen and (max-width: 991px) {
  .product-details-left__nav .nav-tabs {
    flex-direction: row;
  }
}

.product-details-left__nav .nav-tabs .nav-item {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .product-details-left__nav .nav-tabs .nav-item {
    padding-right: 10px;
  }
}

@media screen and (max-width: 485px) {
  .product-details-left__nav .nav-tabs .nav-item {
    padding-right: 10px;
  }
}

.product-details-left__nav .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.product-details-left__nav .nav-tabs .nav-item .nav-link {
  border: 2px solid transparent;
  border-radius: var(--border-radius-sm);
  padding: 0px;
  width: 132px;
  height: 132px;
}

@media screen and (max-width: 767px) {
  .product-details-left__nav .nav-tabs .nav-item .nav-link {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 435px) {
  .product-details-left__nav .nav-tabs .nav-item .nav-link {
    width: 70px;
    height: 70px;
  }
}

.product-details-left__nav .nav-tabs .nav-item .nav-link.active {
  border: 2px solid hsl(var(--base));
}

.product-details-left__nav .nav-tabs .nav-item .nav-link img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-sm);
  object-fit: cover;
}

.product-details-left__content {
  width: calc(100% - 132px);
}

@media screen and (max-width: 991px) {
  .product-details-left__content {
    width: 100%;
  }
}

.product-details-left__thumb {
  position: relative;
  width: 100%;
  height: 465px;
  border-radius: var(--border-radius-sm);
  object-fit: none;
  position: relative;
  width: fit-content;
  transition: 1s;
}

.product-details-left__thumb img {
  height: 100%;
  border-radius: var(--border-radius-sm);
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .product-details-left__thumb {
    height: 420px;
  }
}

@media screen and (max-width: 575px) {
  .product-details-left__thumb {
    height: 100%;
  }
}

.product-details-left__thumb a {
  display: block;
}

.product-details-left__nav {
  margin-right: 15px;
  height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-details-left__nav::-webkit-scrollbar {
  width: 5px;
}

/* Handle */
.product-details-left__nav::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.15);
  border-radius: 6px;
}

.product-details-left__nav::-webkit-scrollbar-track {
  background-color: transparent;
}

.product-details-left__nav::-webkit-scrollbar-corner {
  display: none;
}
.blog-sidebar__filter-wrap.scrollbar-style::-webkit-scrollbar {
  width: 5px;
}

/* Handle */
.blog-sidebar__filter-wrap.scrollbar-style::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.15);
  border-radius: 6px;
}

.blog-sidebar__filter-wrap.scrollbar-style::-webkit-scrollbar-track {
  background-color: transparent;
}

.blog-sidebar__filter-wrap.scrollbar-style::-webkit-scrollbar-corner {
  display: none;
}

.blog-sidebar__filter-wrap.scrollbar-style {
  max-height: 280px;
  margin-bottom: 20px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}

.product-details-left__thumb i {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 2;
  color: hsl(var(--white));
  background: hsl(var(--base));
  height: 30px;
  width: 30px;
  line-height: 30px;
  transition: all 0.5s;
  text-align: center;
  border-radius: var(--border-radius-sm);
}

.product-details border-radius:var(--border-radius-sm) .product-box {
  display: flex;
  padding-bottom: 35px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .product-details border-radius:var(--border-radius-sm) .product-box {
    flex-direction: column;
  }
}

.product-details border-radius:var(--border-radius-sm) .product-box__thumb {
  margin-right: 24px;
  width: 345px;
}

@media screen and (max-width: 767px) {
  .product-details border-radius:var(--border-radius-sm) .product-box__thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-details
    border-radius:var(--border-radius-sm)
    .product-box__thumb
    img {
    width: 100%;
  }
}

.product-details border-radius:var(--border-radius-sm) .product-box__right {
  width: calc(100% - 345px);
}

@media screen and (max-width: 767px) {
  .product-details border-radius:var(--border-radius-sm) .product-box__right {
    width: 100%;
  }
}

.product-details border-radius:var(--border-radius-sm) .product-box__top {
  margin-bottom: 20px;
}

.product-details border-radius:var(--border-radius-sm) .product-box__top h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-details
  border-radius:var(--border-radius-sm)
  .product-box__top
  .rating-list__item
  i {
  font-size: 18px;
  color: #ffcc4a;
}

.product-details
  border-radius:var(--border-radius-sm)
  .product-box__top
  .rating-list__item
  span {
  margin-left: 5px;
  display: inline-block;
  color: hsl(var(--white));
}

.product-details border-radius:var(--border-radius-sm) .product-box__content p {
  color: hsl(var(--white) / 0.8);
  padding-right: 35px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .product-details
    border-radius:var(--border-radius-sm)
    .product-box__content
    p {
    padding: 0;
  }
}

.product-details border-radius:var(--border-radius-sm) .product-box__bottom h4 {
  font-size: 24px;
  font-weight: 400;
  color: hsl(var(--base));
}

.product-details
  border-radius:var(--border-radius-sm)
  .product-box__bottom
  .input-wrapper {
  position: relative;
}

.product-details
  border-radius:var(--border-radius-sm)
  .product-box__bottom
  .input-wrapper
  .form--control {
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: var(--border-radius-sm) !important;
  padding: 16px;
  padding-right: 112px;
}

.product-details
  border-radius:var(--border-radius-sm)
  .product-box__bottom
  .input-wrapper
  .product-btn {
  position: absolute;
  right: 11px;
  top: 11px;
}

.review-wrap {
  border-bottom: 1px solid hsl(var(--white) / 0.08);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.review-wrap:last-child {
  border-bottom: 0;
}

.review-wrap__top {
  display: flex;
  margin-bottom: 15px;
}

.review-wrap__thumb {
  margin-right: 20px;
  height: 80px;
  width: 80px;
}

.review-wrap__thumb img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.review-wrap__content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.review-wrap__content p {
  margin-bottom: 7px;
}

.review-wrap__content .rating-list__item i {
  color: #ffcc4a;
}

.list-item li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.list-item li i {
  margin-right: 10px;
  color: hsl(var(--base));
}

/*============= Cart ===========*/
.project-details {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.project-details a {
  margin-right: 10px;
}

.project-details .quantity_box {
  border-radius: 0px;
  display: flex;
  align-items: center;
  height: 60px;
  margin-right: 10px;
  margin-top: 0px;
}

.project-details .quantity_box input {
  width: 50px;
  border-radius: 0px;
  height: 33px;
  border: 0px solid hsl(var(--base) / 0.1);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  padding-left: 22px;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  color: hsl(var(--white));
}

.project-details .quantity_box button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  font-size: 16px;
  background-color: hsl(var(--white) / 0.05);
  border: none;
  border: 1px solid hsl(var(--white) / 0.1);
  border-top-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  display: block;
  border-radius: 50%;
}

.project-details .quantity_box button:hover {
  background-color: hsl(var(--base));
}

.sub-total-wrapper {
  padding: 25px;
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: var(--border-radius-sm);
}

.cart-total ul {
  border: 0px solid hsl(var(--white) / 0.1);
}

.cart-total ul li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 0px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  font-weight: 400;
  color: hsl(var(--white) / 0.9);
}

.cart-total ul li span {
  float: right;
}

.cart-total ul li.total {
  font-size: 18px;
  font-weight: 500;
  color: hsl(var(--base));
}

/*=================== Blog Details =========*/
.blog-details {
  overflow: hidden;
  padding-right: 50px;
}

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

.blog-details .blog-item {
  box-shadow: none;
}

.blog-details .blog-item__thumb {
  height: inherit;
  width: 100%;
  max-height: 100%;
}

.blog-details .blog-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-sm);
}

.blog-details .blog-item__content {
  padding-bottom: 0;
}

.blog-details__content {
  padding: 20px 25px;
  padding-left: 0;
  margin-top: 18px;
}

@media screen and (max-width: 575px) {
  .blog-details__content {
    padding: 15px 15px;
    padding-left: 0;
    margin-top: 15px;
  }
}
.blog-details__content .date-wrap {
  margin-bottom: 20px;
}

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

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

.blog-details .blog-bottom-wrap {
  border-top: 0;
  padding: 20px 25px 0px;
}

blockquote {
  background-color: hsl(var(--base) / 0.05);
  padding: 20px 20px 20px;
  border-radius: 5px;
  border-left: 3px solid hsl(var(--base));
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-top: 30px;
}

blockquote::before {
  content: "\f100";
  position: absolute;
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 141px;
  top: -95px;
  right: 50%;
  z-index: -1;
  opacity: 0.4;
  transform: translateX(39%);
  display: none;
}

/*=================== Contact top Start =========*/
.contact-info__addres-wrap .single_wrapper {
  padding: 30px;
  margin-bottom: 44px;
  border-radius: var(--border-radius);
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
  position: relative;
  transition: all 0.4s;
  background: linear-gradient(
    to right,
    hsl(var(--base) / 0.5) 0%,
    hsl(var(--white) / 0.08) 100%
  );
}

.contact-info__addres-wrap .single_wrapper:hover::before {
  left: 0;
  top: 0;
}

.contact-info__addres-wrap .single_wrapper::before {
  position: absolute;
  content: "";
  height: 101%;
  width: 100%;
  background-color: transparent;
  top: 10px;
  left: -11px;
  z-index: -1;
  border-radius: var(--border-radius);
  transition: 0.5s;
  border: 3px solid hsl(var(--black));
}

.contact-info__addres-wrap .single_wrapper h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
  color: hsl(var(--black));
}

.contact-info__addres-wrap .single_wrapper .single-info {
  display: flex;
  align-items: center;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-icon {
  margin-right: 25px;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-icon i {
  font-size: 40px;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-text h6 {
  font-size: 16px;
  font-weight: 400;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-text h6 a {
  color: hsl(var(--black) / 0.9);
}

.contact-map {
  width: 100%;
  min-height: 300px;
  height: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
}

.contactus-form {
  background-color: hsl(var(--white) / 0.1);
  padding: 40px 30px;
  border-radius: var(--border-radius);
  box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
}

@media screen and (max-width: 767px) {
  .contactus-form {
    padding: 30px 20px;
  }
}

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

.contact-left-wrap {
  padding: 30px;
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: 8px;
}

.contact-left-wrap .title-three {
  margin-bottom: 20px;
}

.contact-left-wrap .item-contact {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsl(var(--white) / 0.08);
}

.contact-left-wrap .item-contact:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.contact-left-wrap .item-contact__icon {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  background: hsl(var(--white) / 0.05);
  border-radius: 50%;
  color: hsl(var(--base));
  font-size: 18px;
  margin-right: 15px;
}

.contact-left-wrap .item-contact__icon span {
  font-size: 14px;
  color: hsl(var(--white) / 0.8);
}

.contact-right-wrap textarea.form--control {
  height: 125px;
}

.google-map-wrap iframe {
  border-radius: 0px;
}

/*=================== Account =========*/
.account-close-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.account-close-wrap .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background: transparent;
  border: 1px solid hsl(var(--base) / 0.7);
  border-radius: 50%;
  font-size: 40px;
}

.account-close-wrap .icon:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base) / 0.7);
}

.account {
  overflow: hidden;
}

.account .banner-effect-left {
  position: absolute;
  width: 504px;
  height: 546px;
  left: -100px;
  top: -91px;
  bottom: 0px;
  background-color: hsl(var(--base));
  opacity: 0.3;
  filter: blur(79px);
  z-index: 1;
  border-radius: 50%;
}

@media screen and (max-width: 1399px) {
  .account .banner-effect-left {
    width: 404px;
    height: 446px;
  }
}

@media screen and (max-width: 1199px) {
  .account .banner-effect-left {
    width: 304px;
    height: 346px;
  }
}

@media screen and (max-width: 767px) {
  .account .banner-effect-left {
    width: 254px;
    height: 256px;
  }
}

.account .banner-effect-right {
  position: absolute;
  width: 504px;
  height: 546px;
  right: -100px;
  top: -91px;
  bottom: 0px;
  background-color: #e41d59;
  opacity: 0.3;
  filter: blur(79px);
  z-index: 1;
  border-radius: 50%;
}

@media screen and (max-width: 1399px) {
  .account .banner-effect-right {
    width: 404px;
    height: 446px;
  }
}

@media screen and (max-width: 1199px) {
  .account .banner-effect-right {
    width: 304px;
    height: 346px;
  }
}

@media screen and (max-width: 767px) {
  .account .banner-effect-right {
    width: 254px;
    height: 256px;
  }
}

.account .login-bg-img {
  position: absolute;
  width: 48%;
  height: 100%;
  border-radius: 0;
  top: 0;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .account .login-bg-img {
    display: none;
  }
}

.account-inner {
  position: relative;
}

.account-form {
  border: 1px solid hsl(var(--white) / 0.08);
  padding: 30px;
  overflow: hidden;
  border-radius: var(--border-radius-sm);
  background-color: #0f1231;
}

@media screen and (max-width: 374px) {
  .account-form {
    padding: 15px;
  }
}

.account-form__content {
  padding: 15px 0px;
  border-radius: 8px;
  text-align: center;
}

.account-form__title {
  font-size: 42px;
}

@media screen and (max-width: 991px) {
  .account-form__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 575px) {
  .account-form__title {
    font-size: 30px;
  }
}

.account-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1199px) {
  .account-thumb {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 47%;
  }

  .account-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
/*=================== Left Css =========*/
.policy-left {
  position: sticky;
  top: 100px;
}

.policy-left__wrapper {
  background-color: hsl(var(--white) / 0.2);
  padding: 45px 20px !important;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .policy-left__wrapper {
    padding: 30px 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .policy-left__wrapper {
    padding: 35px 15px !important;
  }
}

.policy-left .nav-link {
  padding: 0px;
  margin: 5px 0;
}

.policy-left .nav-link:hover {
  color: hsl(var(--base));
}

.policy-left__list {
  color: hsl(var(--white));
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 10px !important;
}

.policy-left__list.active {
  background-color: transparent !important;
  color: hsl(var(--base)) !important;
}

.policy-left__list.active::before {
  background-color: hsl(var(--base));
}

.policy-left__list::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 70%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--white));
}

.policy-left__item {
  color: hsl(var(--body-color));
}

.policy-left__item span {
  font-size: 13px;
  margin-right: 10px;
}

.policy-left__item.active {
  color: hsl(var(--base)) !important;
  background-color: transparent !important;
}

.policy-right__list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .policy-right__list {
    margin-top: 20px;
  }
}

.policy-card {
  background-color: hsl(var(--white) / 0.2);
  padding: 25px;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .policy-card {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .policy-card {
    padding: 15px;
  }
}

.policy-card:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .policy-card:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .policy-card:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .policy-card:not(:last-child) {
    margin-bottom: 30px;
  }
}

.policy-card__title {
  margin-bottom: 10px;
}

.policy-card__desc {
  margin-bottom: 30px;
}

@media (max-width: 757px) {
  .policy-card__desc {
    margin-bottom: 20px;
  }
}

.policy-card__desc:last-of-type {
  margin-bottom: 0;
}

/*============** Term Of Service **============*/
.single-terms h3 {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid hsl(var(--base));
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.single-terms p {
  margin-bottom: 15px;
}

.error-wrap img {
  background: hsl(var(--danger));
}

.error-wrap__title {
  margin-bottom: 0;
}

.error-wrap__desc {
  margin-bottom: 30px;
  font-size: 18px;
}

.error__text span {
  font-size: 75px;
  font-weight: 800;
}

.error__text span:nth-child(2) {
  color: red;
}

.cookies-card {
  position: fixed;
  bottom: 16px;
  padding: 10px;
  background: hsl(var(--dark));
  border: 1px solid hsl(var(--white)/.1);
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 99;
  margin: auto 10px;
}

.cookies-card .cookies-card__content a {
  color: hsl(var(--base));
}
.cookies-card .cookies-card__content a:hover {
  color: hsl(var(--white));
}
.cookies-card .btn.btn--base.btn--sm {
  color: hsl(var(--white));
}
.form-check-width {
  width: 150px;
}

.custom-border {
  border: 1px solid #1e213f;
  border-radius: 8px;
}

.custom-border-radius {
  border-radius: 5px;
}

.custom-height {
  height: fit-content;
}

.image-upload .thumb .profilePicPreview {
  width: 100%;
  height: 210px;
  display: block;
  border-radius: 10px;
  background-size: cover !important;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .image-upload .thumb .profilePicPreview {
    height: 152px;
  }
}

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

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

.image-upload .thumb .avatar-edit label {
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 25px;
  width: 100%;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 16%);
  transition: all 0.3s;
  margin-top: 6px;
}

.image-upload .thumb .profilePicPreview .remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  width: 34px;
  height: 34px;
  font-size: 23px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #ffffff;
  display: none;
  opacity: 0.8;
}

.image-upload .thumb .profilePicPreview .remove-image:hover {
  opacity: 1;
}

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

.bg-background {
  background-color: hsl(var(--body-background));
}

.seller-radius {
  border-radius: 45px;
}

.prompt-detail-profile {
  width: 60px;
  border-radius: 48px;
}

.custom-font-size {
  font-size: 16px;
}
.custom-img-width {
  width: 45px !important;
}

.learn-more:hover {
  color: hsl(var(--dark));
}
.item-box__thumb.small-image-round {
  height: 46px;
  width: 46px;
  border-radius: 50%;
}

.item-box__thumb.small-image-round img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.profile-left .contact-left-wrap {
  padding-bottom: 22px;
}
.header-right select.select.form--control {
  border-bottom: 0;
}
.promt-bottom-wrap {
  border: 1px solid hsl(var(--white) / 0.08);
  border-radius: 10px;
  padding: 25px;
}

/* ck editor dark style  */
.dashboard-wrapper
  .dashboard-container-wrapper
  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
  background: transparent;
  min-height: 200px;
}
.dashboard-container-wrapper
  .ck-rounded-corners
  .ck.ck-editor__main
  > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-color: hsl(var(--white) / 0.08);
  min-height: 200px;
}
.dashboard-wrapper
  .dashboard-container-wrapper
  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred
  p.ck-placeholder {
  color: hsl(var(--white)) !important;
}
.dashboard-wrapper
  .dashboard-container-wrapper
  .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
  background: transparent;
}
.dashboard-wrapper
  .dashboard-container-wrapper
  .ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover {
  background: hsl(var(--white) / 0.1);
}
.dashboard-container-wrapper .ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset_all {
  color: hsl(var(--white));
  background: hsl(var(--dark));
}
.dashboard-container-wrapper
  .ck.ck-editor__main
  > .ck-editor__editable:not(.ck-focused) {
  border-color: hsl(var(--white) / 0.3);
}
.dashboard-container-wrapper
  .ck-rounded-corners
  .ck.ck-editor__top
  .ck-sticky-panel
  .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-color: hsl(var(--white) / 0.08);
}
.dashboard-wrapper .dashboard-container-wrapper .cat-item-box__thumb {
  width: inherit;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -12px;
  top: 24px;
}
.mfp-image-holder .mfp-iframe-scaler .mfp-close , .mfp-iframe-holder .mfp-iframe-scaler .mfp-close {
  color: hsl(var(--white));
  right: -1px;
  text-align: right;
  padding-right: 13px;
  width: 41px;
  top: -40px;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.form-group.multipul-selected
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.06);
  margin-top: 11px;
  margin-left: 10px;
}

.form-group.multipul-selected
  span.select2-selection.select2-selection--multiple {
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.2);
  min-height: 50px;
}

.form-group.multipul-selected
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: 1px solid hsl(var(--white) / 0.08);
  margin-right: 3px;
  padding: 2px 5px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: hsl(var(--base) / 0.1);
}

.select2-container--default .select2-results > .select2-results__options {
  background: hsl(var(--dark));
  border: 1px solid hsl(var(--white) / 0.1);
}

.select2-container--default .select2-results__option--selected {
  background: hsl(var(--base) / 0.1);
}

span.select2-dropdown.select2-dropdown--below {
  border: hsl(var(--dark) / 0.1);
}
.blog-details__content p {
  color: hsl(var(--white) / 0.9);
}
.btn.btn--base.btn--sm.ms-2.custom-height.rounded-0 {
  padding: 12px;
}

.dashboard-wrapper .dashboard-container-wrapper .modal-content {
  background-color: #2a2e35;
  border: 1px solid hsl(var(--white) / 0.3);
}

.dashboard-wrapper .dashboard-container-wrapper .modal-content .modal-header {
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.dashboard-wrapper .dashboard-container-wrapper .modal-content .modal-footer {
  border-top: 1px solid hsl(var(--white) / 0.1);
}

.dashboard-wrapper .dashboard-container-wrapper .modal-content .modal-body {
  background: #2a2e35;
}

.dashboard-wrapper
  .dashboard-container-wrapper
  .modal-content
  .modal-body
  .list-group.userData
  .list-group-item {
  background: hsl(var(--white) / 0.1);
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.dashboard-wrapper
  .dashboard-container-wrapper
  .modal-content
  .modal-body
  .list-group.userData
  .list-group-item
  span {
  color: hsl(var(--white) / 0.9);
}
.dashboard-wrapper
  .dashboard-container-wrapper
  .ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button.ck-on:not(.ck-disabled):hover {
  background: hsl(var(--dark)) !important;
}

.apexcharts-toolbar {
  margin-right: 23px;
}

.apex-container-wrap {
  padding: 20px;
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 10px;
}

.apexcharts-menu {
  background: hsl(var(--dark)) !important;
  border: 1px solid hsl(var(--white) / 0.1) !important;
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: hsl(var(--white) / 0.1) !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid hsl(var(--white) / 0.1) !important;
  background: hsl(var(--dark)) !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: hsl(var(--dark)) !important;
  border-bottom: 1px solid hsl(var(--white) / 0.1) !important;
}
.dashboard-view-wrap {
  border: 1px solid hsl(var(--white) / 0.08);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: hsl(var(--body-background));
}
.dashboard-view-wrap .view-item {
  border-bottom: 1px solid hsl(var(--white) / 0.08);
  padding-top: 12px;
}
.dashboard-view-wrap .view-item {
  border-bottom: 1px solid hsl(var(--white) / 0.08);
  padding: 14px 12px 6px 12px;
}
.dashboard-view-wrap .view-item:last-child {
  border-bottom: 0px solid hsl(var(--white) / 0.08);
  padding: 14px 12px 6px 12px;
}
.view-data.preview-img {
  width: 110px;
}
.view-img {
  width: 250px;
  height: auto;
}

.card-loader {
  width: 215px;
  height: 260px;
  background: linear-gradient(0.25turn, transparent, #222328, transparent),
    linear-gradient(#343437, #343437), linear-gradient(#5e5e63, #5e5e63),
    linear-gradient(#5e5e63, #5e5e63);
  background-color: #d8d8d8;
  border-radius: var(--border-radius-sm);
  background-repeat: no-repeat;
  background-size: 215px 260px, 215px 130px, 100px 15px, 150px 15px;
  background-position: -215px 0, 0 0, 15px 150px, 15px 180px;
  animation: loading 1.5s infinite;
}
.cat-item-box {
  background-position: -215px 0, 0 0, 15px 150px, 15px 180px;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  to {
    background-position: 215px 0, 0 0, 15px 150px, 15px 180px;
  }
}

/* card loader style  */

.prompt-card-loader .cat-item-box__thumb {
  background: hsl(var(--white) / 0.02);
  position: relative;
}
.prompt-card-loader .cat-item-box__thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: hsl(var(--white) / 0.2);
  border-top-left-radius: var(--border-radius-sm);
  border-top-right-radius: var(--border-radius-sm);
  animation: slideLeft 3s ease forwards;
}

@keyframes slideLeft {
  from {
    transform: translateX(-0%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.prompt-card-loader .cat-item-box__content .thumb {
  border: 2px solid #2b2b2b;
  background: hsl(var(--black) / 0.6);
}
.prompt-card-loader .cat-item-box__content .thumb .verify {
  background: hsl(var(--base-two) / 0.2);
}

.prompt-card-loader .cat-item-box__content .top .title-two {
  background: hsl(var(--white) / 0.06);
  border-radius: 10px;
  height: 15px;
}
.prompt-card-loader .cat-item-box__content .top .title-three {
  background: hsl(var(--white) / 0.06);
  border-radius: 10px;
  height: 15px;
  width: 50%;
  margin-top: 11px;
}

.prompt-card-loader .cat-item-box .right {
  height: 30px;
  width: 30px;
  background: hsl(var(--white) / 0.05);
  border-radius: 50%;
}

.prompt-card-loader .cat-item-box .left {
  opacity: 0.08;
}
.prompt-card-loader .cat-item-box__content {
  border-bottom: 1px dashed hsl(var(--white) / 0.05);
}
.prompt-card-loader .cat-item-box:hover .cat-item-box__content-wrap {
  border-color: hsl(var(--white) / 0.1);
}
.policy {
  position: relative;
  overflow: hidden;
}
.policy .shape1 {
  position: absolute;
  top: 10rem;
  left: 3rem;
  filter: opacity(250) drop-shadow(0 0 0 hsl(var(--base)));
  animation: banner_shape_three 50s linear infinite;
}
.policy .shape2 {
  position: absolute;
  top: 33rem;
  right: 3rem;
  filter: opacity(250) drop-shadow(0 0 0 hsl(var(--base)));
  animation: banner_shape_three 50s linear infinite;
}
.hot_collections-area .item img {
  width: 55px;
  height: 55px;
  margin-top: 10px;
  border-radius: 5px;
  object-fit: cover;
}
.dashboard-wrapper
  .dashboard-container-wrapper
  .ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover {
  background-color: hsl(var(--base) / 0.02) !important;
}
.ck.ck-button:active,
.ck.ck-button:focus,
a.ck.ck-button:active,
a.ck.ck-button:focus {
  border: none !important;
  box-shadow: none !important;
}
.dashboard-wrapper
  .dashboard-container-wrapper
  .ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover {
  background-color: hsl(var(--base) / 0.02) !important;
}
.ck.ck-list__item .ck-button.ck-on {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}
.dashboard-wrapper
  .dashboard-container-wrapper
  .ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button.ck-on:not(.ck-disabled):hover {
  background-color: hsl(var(--base)) !important;
}
.ck.ck-list__item .ck-button .ck-button__label {
  background-color: transparent !important;
}
.ck.ck-button.ck-on,
a.ck.ck-button.ck-on {
  background-color: transparent !important;
}

.video-player {
  top: -9px;
  right: -11px;
}
.verify-page {
  background-color: hsl(var(--base) / 0.05);
  padding: 20px;
  width: fit-content;
  margin: 60px 0;
}