@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Lato&family=Outfit:wght@100..900&display=swap");
/*================ Css Variables Start ===============*/
:root {
  /* === Font Family === */
    --heading-font: "Outfit", sans-serif;
    --body-font: "Outfit", 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, .8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, .3vw + 1rem, 1.25rem);
    --heading-six: 1.2rem;
  /* ======================== 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: 224, 78%, 20%;
    --body-color: 237, 84%, 10%;
    --border-color: 0 0% 88%;
    --background: 0, 0%, 97%;
    --footer-bg: 237, 45%, 17%;
    --green: 101, 68%, 44%;
    --yellow: 45, 100%, 51%;
    --red: 354, 78%, 51%;
    --purple: 264, 100%, 50%;
    --sky: 198, 100%, 50%;
    --pink: 302, 100%, 50%;
  /*================================ Border-radius ===============================*/
    --border-radius: 16px;
    --border-radius-sm: 4px;
  /*================================ Box Shadow Start ===============================*/
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    --gradient-bg: linear-gradient( 95.26deg, hsl(var(--base)) 0%, hsl(var(--secondary)) 100%);
    --card-bg: hsl(240, 1%, 15%);
    --section-bg: hsl(240, 1%, 15%);
    --header-bg: hsl(240, 1%, 15%);
    --header--bg: hsl(0, 0%, 11.8%);
  /* ================================ 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 component Color =============================*/
    --base-component-h: 213;
    --base-component-s: 100%;
    --base-component-l: 17%;
    --base-component: var(--base-component-h) var( --base-component-s) var(--base-component-l);
  /*========================= Base Color =============================*/
    --base-h: 306;
    --base-s: 100%;
    --base-l: 50%;
    --base: var(--base-h) var( --base-s) var(--base-l);
  /*=== Secondary Color ===*/
    --secondary-h: 232;
    --secondary-s: 87%;
    --secondary-l: 34%;
    --secondary: var(--secondary-h) var( --secondary-s) var(--secondary-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: 177;
    --base-two-s: 96%;
    --base-two-l: 42%;
    --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 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 ==============================*/
  /*=== yellow Lighten ===*/
    --dark-card-bg: rgba(148, 148, 148, 0.1);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--base)/0.2);
}

::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

/*==================== Color Variables End =====================*/
/*====================== Section Heading ====================*/
.section-heading {
    margin-bottom: 50px;
    position: relative;
}

@media screen and (max-width: 374px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

.section-heading .section-title-top {
    font-size: 26px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: hsl(var(--white));
    z-index: 1;
    margin: 5px 0px 20px 20px;
}

.section-heading .section-title-top::before {
    position: absolute;
    left: -9px;
    top: -6px;
    height: 50px;
    width: 50px;
    background: hsl(var(--base));
    content: "";
    z-index: -1;
    border-radius: 25px 10px 25px 10px;
}

.section-heading .subtitle {
    font-size: 20px;
    font-weight: 800;
    color: hsl(var(--base));
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.section-heading__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
    position: relative;
}

.section-heading__title .animate-shape {
    position: relative;
    width: 70%;
    top: 0;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 770px) {
    .section-heading__title .animate-shape {
        width: 65%;
    }
}

.section-heading__title .animate-shape img {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

@media screen and (max-width: 770px) {
    .section-heading__title .animate-shape img {
        top: 19px;
    }
}

.section-heading__title .animate-shape.center {
    left: 37%;
    width: 50%;
}

@media screen and (max-width: 770px) {
    .section-heading__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 374px) {
    .section-heading__title {
        font-size: 25px;
    }
}

.section-heading__desc {
    max-width: 750px;
    left: 0px;
}

.item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: hsl(var(--black)/0.8);
}

.text-center .section-heading__subtitle-big {
    right: 0;
}

.text-center .section-heading__desc {
    margin: auto;
}

.slick-initialized.slick-slider {
    margin: 0;
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0px 12px 0px 0px;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: hsl(var(--base/0.1));
    color: hsl(var(--black));
    font-size: 16px;
    margin: 0px;
}

@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));
}

.slick-next {
    right: 0px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: 0px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

.slick-slide img {
    display: inline-block;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.3);
    color: hsl(var(--white));
    background: hsl(var(--base));
}
.slick-list{
    padding-bottom: 20px;
}

/* @media screen and (max-width: 770px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
} */

.slick-arrow:hover {
    color: hsl(var(--white));
}

.slick-next {
    right: 0px;
}

/* @media screen and (max-width: 770px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
} */

.slick-prev {
    right: 0px;
}

/* @media screen and (max-width: 770px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
} */

.slick-dots {
    text-align: center;
    padding-top: 36px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--white)/0.5);
    color: hsl(var(--white));
    margin: 0 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -9999px;
    transform: rotate(45deg);
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--white));
    width: 8px;
    height: 8px;
}

/*================= 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;
}

/*========== Magnific Popup button style ========*/
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;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: hsl(var(--white));
    right: 0px;
    text-align: right;
    padding-right: 13px;
    width: 42px;
}



.bg--img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bg--img-2 {
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
}

.w-20 {
    width: 20% !important;
}

/* ANIMATIONS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.fa-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base))), to(hsl(var(--secondary))));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}

.card-bg {
    background: var(--card-bg-2);
}

.header-bg {
    background: var(--header-bg);
}

.border-top {
    border-top: 1px solid hsl(var(--black)/0.1) !important;
}

.border-left {
    border-left: 1px solid hsl(var(--black)/0.1) !important;
}

.border-right {
    border-right: 1px solid hsl(var(--black)/0.1) !important;
}

.border-bottom {
    border-bottom: 1px solid hsl(var(--black)/0.1) !important;
}

.global-card {
    padding: 30px;
    border: 1px solid hsl(var(--black)/0.3);
    border-radius: 4px;
    background: hsl(var(--white));
}

.bg--transparent {
    background: transparent !important;
}

/* drag and drop box */
.photo_upload .drag_area {
    height: 400px;
    border-radius: 8px;
    border: 1px dashed hsl(var(--white)/0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    user-select: none;
    --webkit-user-select: none;
}

.photo_upload .drag_area .visible {
    font-size: 18px;
}

.photo_upload .select {
    cursor: pointer;
    transition: 0.4s;
}

.photo_upload .select:hover {
    opacity: 0.6;
}

.photo_upload .container_area {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 30px;
}

.photo_upload .container_area .image {
    height: 75px;
    margin-left: 5px;
    width: 75px;
    position: relative;
    margin-bottom: 8px;
}

.photo_upload .container_area .image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.photo_upload .container_area .image .delete {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: hsl(var(--white)/0.5);
    top: 0px;
    right: 0px;
    font-size: 12px;
    cursor: pointer;
    color: hsl(var(--base));
    z-index: 9;
}

.photo_upload input,
.photo_upload .drag_area .on-drop,
.photo_upload .drag_area.dragover .visible {
    display: none;
}

.drag_drop_content {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drag_drop_content .icon_wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: hsl(var(--white)/0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drag_drop_content .icon_wrap i {
    font-size: 30px;
    color: hsl(var(--white));
}

.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;
}
.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%;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 16%);
    transition: all 0.3s;
    margin-top: 6px;
}
.image-upload .thumb .profilePicPreview.has-image .remove-image {
    display: block;
}
.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: hsl(var(--base));
    color: #FFFFFF;
    display: none;
    opacity: 1;
}


/* xxxl breakpoints */
@media (max-width: 1920px) and (min-width: 1799px) {
    .xxxl {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (max-width: 1800px) and (min-width: 1562px) {
    .xxxl {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1563px) and (min-width: 1440px) {
    .xxxl {
        width: 25% !important;
    }
}

.red {
    background: hsl(var(--red));
}

.green {
    background: hsl(var(--green));
}

.yellow {
    background: hsl(var(--yellow));
}

.purple {
    background: hsl(var(--purple));
}

.sky {
    background: hsl(var(--sky));
}

.pink {
    background: hsl(var(--pink));
}

.side-bar {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-image: linear-gradient(-90deg, rgb(4, 6, 47) 0%, rgb(85, 190, 36) 45.5000013113%, rgb(5, 7, 47) 100%);
    border-image-slice: 1;
    width: 271px;
    height: 0px;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(90deg) scale(1, 1);
}

.active-section .scrolldown {
    visibility: visible;
    opacity: 1;
}

.active-section .scrolldown1 {
    visibility: visible;
    opacity: 1;
}

.active-section .scrolldown2 {
    visibility: visible;
    opacity: 1;
}

.active-section .scrolldown3 {
    visibility: visible;
    opacity: 1;
}

.scrolldown {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s linear, opacity 0.1s linear;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: #333;
}

.scrolldown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(4, 6, 47) 0%, rgb(85, 190, 36) 45.5000013113%, rgb(85, 190, 36) 100%, rgb(4, 6, 47) 100%);
    animation: lineAnimate 1.5s linear infinite;
}

.scrolldown1 {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s linear, opacity 0.1s linear;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: #333;
}

.scrolldown1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(4, 6, 47) 0%, rgb(255, 193, 7) 45%, rgb(255, 193, 7) 100%, rgb(4, 6, 47) 100%);
    animation: lineAnimate 1.5s linear infinite;
}

.scrolldown2 {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s linear, opacity 0.1s linear;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: #333;
}

.scrolldown2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(4, 6, 47) 0%, rgb(228, 32, 50) 45%, rgb(228, 32, 50) 100%, rgb(4, 6, 47) 100%);
    animation: lineAnimate 1.5s linear infinite;
}

.scrolldown3 {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s linear, opacity 0.1s linear;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background-color: #333;
}

.scrolldown3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(4, 6, 47) 0%, rgb(102, 0, 255) 45%, rgb(102, 0, 255) 100%, rgb(4, 6, 47) 100%);
    animation: lineAnimate 1.5s linear infinite;
}

@keyframes lineAnimate {
    0% {
        transform-origin: top;
        transform: scaleY(0);
    }

    50% {
        transform-origin: top;
        transform: scaleY(1);
    }

    51% {
        transform-origin: bottom;
        transform: scaleY(1);
    }

    100% {
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

.feature-section {
    position: relative;
}

.feature-section .blur-effect {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 400px;
    width: 400px;
    filter: blur(250px);
    -webkit-filter: blur(250px);
    background: hsl(var(--base));
    z-index: -1;
}

.gaming-section {
    position: relative;
}

.gaming-section .blur-effect {
    position: absolute;
    top: 117px;
    left: 288px;
    height: 400px;
    width: 400px;
    filter: blur(250px);
    -webkit-filter: blur(250px);
    background: hsl(var(--base));
    z-index: -1;
}

.blog-section {
    position: relative;
}

.blog-section .blur-effect {
    position: absolute;
    top: 0px;
    right: 288px;
    height: 400px;
    width: 400px;
    filter: blur(250px);
    -webkit-filter: blur(250px);
    background: hsl(var(--base));
    z-index: -1;
}

@media (max-width: 575px) {
    .scrolldown{
        display: none;
    }
    .scrolldown2{
        display: none;
    }

    .scrolldown3{
        display: none;
    }

    .scrolldown1{
        display: none;
    }

    .ps-5{
        padding-left:1rem !important;
    }
}

@media (max-width: 768px) {
    .feature-section .blur-effect {
        top: 0px;
        right: 140px !important;
        height: 200px;
        width: 200px;
    }

    .blog-section .blur-effect {
        top: 0px;
        right: 140px !important;
        height: 200px;
        width: 200px;
    }

    .gaming-section .blur-effect {
        top: 0px;
        left: 0px;
        right: 140px !important;
        height: 200px;
        width: 200px;
    }
}

.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--black {
    background-color: hsl(var(--black)) !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: var(--section-bg);
}

/*====================== 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: 60px;
}

@media (max-width: 992px) {
    .mt-60 {
        margin-top: 30px;
    }
}

.mt-25 {
    margin-top: 25px;
}

@media (max-width: 992px) {
    .mt-25 {
        margin-top: 20px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

.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;
}

.mb-20 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .mb-20 {
        margin-bottom: 10px;
    }
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1399px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 576px) {
    .py-120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

@media (max-width: 576px) {
    .py-115 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

@media (max-width: 1399px) {
    .py-115 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 1399px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 576px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 576px) {
    .py-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 1399px) {
    .py-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media (max-width: 1399px) {
    .py-110 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 576px) {
    .py-110 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

@media (max-width: 1399px) {
    .py-155 {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 576px) {
    .py-155 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.py-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}

@media (max-width: 1399px) {
    .py-290 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 576px) {
    .py-290 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

@media (max-width: 1399px) {
    .py-180 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 576px) {
    .py-180 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
}

@media (max-width: 1399px) {
    .py-175 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 576px) {
    .py-175 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.pb-115 {
    padding-bottom: 115px;
}

@media (max-width: 576px) {
    .pb-115 {
        padding-bottom: 70px;
    }
}

@media (max-width: 1399px) {
    .pb-115 {
        padding-bottom: 80px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media (max-width: 576px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

@media (max-width: 1399px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1399px) {
    .py-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .py-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 992px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 992px) {
    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.py--80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 576px) {
    .py--80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .py--80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.pt-80 {
    padding-top: 80px;
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .pt-80 {
        padding-top: 60px;
    }
}

@media (max-width: 576px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

.pb-80 {
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.pb-100 {
    padding-bottom: 50px;
}

@media (max-width: 576px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 992px) {
    .pb-100 {
        padding-bottom: 100px;
    }
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 992px) {
    .py-60 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.pt-60 {
    padding-top: 60px !important;
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .pt-60 {
        padding-top: 50px;
    }
}

@media (max-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

.pt-40 {
    padding-top: 30px;
}

@media (max-width: 576px) {
    .pt-40 {
        padding-top: 35px;
    }
}

@media (max-width: 992px) {
    .pt-40 {
        padding-top: 40px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media (max-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .pb-60 {
        padding-bottom: 50px;
    }
}

.pb-30 {
    padding-bottom: 20px;
}

@media (max-width: 576px) {
    .pb-30 {
        padding-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .pb-30 {
        padding-bottom: 30px;
    }
}

.pt-md-60 {
    padding-top: 60px;
}

@media (max-width: 576px) {
    .pt-md-60 {
        padding-top: 80px;
    }
}

@media (max-width: 992px) {
    .pt-md-60 {
        padding-top: 60px;
    }
}

.pb-md-60 {
    padding-bottom: 60px;
}

@media (max-width: 576px) {
    .pb-md-60 {
        padding-bottom: 80px;
    }
}

@media (max-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-color));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

p {
    font-family: var(--body-font);
    font-size: 17px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    color: hsl(var(--white)/0.7);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font);
    color: hsl(var(--white));
    line-height: 1.1;
    word-break: break-word;
}

@media screen and (max-width: 770px) {
    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;
    margin: 0px;
}

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: 20px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    h6 {
        font-size: 14px !important;
    }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: 400;
    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(--white)/0.8);
}

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;
}

button:focus {
    outline: none;
}

label{
    color: hsl(var(--white));
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

/*====================== 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;
}

/*=========================== Accodion style start =============================*/
.accordion-area {
    position: relative;
    z-index: 1;
}

.custom--accordion .accordion-item {
    background-color: hsl(var(--white)/0.02) !important;
    overflow: hidden;
    border: 1px solid hsl(var(--black)/0.2) !important;
    border-radius: 8px;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-body {
    background-color: hsl(var(--white)/0.02);
    color: hsl(var(--black)/0.7);
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 0px;
    font-weight: 500;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
    color: hsl(var(--body-color));
    background: hsl(var(--white)/0.02);
}

.custom--accordion .accordion-button {
    background-color: hsl(var(--white));
    color: hsl(var(--black)) !important;
    font-size: 20px;
    padding: 16px 28px;
    border-radius: 8px;
}

.custom--accordion .accordion-button .number {
    margin: 0px !important;
    margin-right: 12px !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.29;
    -webkit-text-fill-color: hsl(var(--white));
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(var(--black));
}

@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: hsl(var(--white)/0.02) !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--black));
}

.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: "\f077";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 16px;
    color: hsl(var(--black)) !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: "\f078";
    color: hsl(var(--body-color));
}

.custom--accordion2 .accordion-item {
    background-color: hsl(var(--white)/0.02) !important;
    overflow: hidden;
    border: 1px solid hsl(var(--black)/0.05) !important;
    border-radius: 8px;
}

.custom--accordion2 .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion2 .accordion-body {
    background-color: hsl(var(--white)/0.02);
    color: hsl(var(--black)/0.7);
    padding: 0px 16px 0px 16px;
}

.custom--accordion2 .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion2 .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion2:first-of-type .accordion-button.collapsed {
    border-radius: 0px;
    font-weight: 500;
}

.custom--accordion2:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
    color: hsl(var(--body-color));
    background: hsl(var(--white)/0.02);
}

.custom--accordion2 .accordion-button {
    background-color: hsl(var(--black)/0.01) !important;
    color: hsl(var(--black)) !important;
    font-size: 20px;
    padding: 16px 28px;
    border-radius: 8px;
    border-bottom: 1px solid hsl(var(--black)/0.05);
}

.custom--accordion2 .accordion-button .number {
    margin: 0px !important;
    margin-right: 12px !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.29;
    -webkit-text-fill-color: hsl(var(--white));
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(var(--black));
}

@media screen and (max-width: 575px) {
    .custom--accordion2 .accordion-button {
        font-size: 18px;
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion2 .accordion-button::after {
    background-image: none;
}

.custom--accordion2 .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion2 .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.02) !important;
    box-shadow: none;
}

.custom--accordion2 .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--black));
}

.custom--accordion2 .accordion-button[aria-expanded=true]::after, .custom--accordion2 .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    content: "\f077";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 16px;
    color: hsl(var(--black)) !important;
}

@media screen and (max-width: 575px) {
    .custom--accordion2 .accordion-button[aria-expanded=true]::after, .custom--accordion2 .accordion-button[aria-expanded=false]::after {
        right: -13px;
        font-size: 14px;
    }
}

.custom--accordion2 .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    content: "\f078";
    color: hsl(var(--body-color));
}

@media (max-width: 1023px) {
    .custom--accordion2:last-of-type .accordion-button.collapsed {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom--accordion2 .accordion-button[aria-expanded=false]::after {
        content: none;
    }

    .custom--accordion2 .accordion-button[aria-expanded=true]::after, .custom--accordion2 .accordion-button[aria-expanded=false]::after {
        content: none;
    }

    .custom--accordion2 .accordion-button:not(.collapsed) {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1023px) {
    .custom--accordion:last-of-type .accordion-button.collapsed {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom--accordion .accordion-button[aria-expanded=false]::after {
        content: none;
    }

    .custom--accordion .accordion-button[aria-expanded=true]::after, .custom--accordion .accordion-button[aria-expanded=false]::after {
        content: none;
    }

    .custom--accordion .accordion-button:not(.collapsed) {
        flex-direction: column;
        align-items: flex-start;
    }
}
/*====================== Button Style ====================*/
button {
    border: none;
    transition: 0.2s linear;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    color: hsl(var(--white));
    font-weight: 500;
    padding: 11px 17px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.5s;
    font-family: var(--heading-font);
    font-size: 16px;
    transition: 0.5s;
    overflow: hidden;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1025px) {
    .btn {
        padding: 10px 18px;
    }
}

@media screen and (max-width: 770px) {
    .btn {
        padding: 11px 20px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 3px 4px;
    }
}

.btn:hover, .btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
    border-radius: 4px;
}

.btn--lg {
    padding: 15px 35px;
}

@media screen and (max-width: 770px) {
    .btn--lg {
        padding: 13px 30px;
    }
}

@media screen and (max-width: 575px) {
    .btn--lg {
        padding: 11px 25px;
    }
}

.btn--sm {
    padding: 4px 8px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 14px;
}

.btn--sm:hover, .btn--sm:focus {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 770px) {
    .btn--sm {
        padding: 5px 8px;
    }
}

.btn--ssm {
    padding: 2px 10px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 12px;
}

.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: 770px) {
    .btn--ssm {
        padding: 3px 8px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0;
}

.btn--base {
    background: hsl(var(--base));
    background-size: cover;
    background-repeat: no-repeat;
    color: hsl(var(--white));
    border-radius: 4px;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 32px;
    text-transform: uppercase;
    line-height: 1.5;
    max-width: 170px;
  }

.btn--base:hover {
    background: hsl(var(--base)/0.8);
}

.btn--base:focus {
    background: hsl(var(--white)/0.8);
}

.btn--base.pill {
    border-radius: 35px;
}

.btn--base.outline {
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    color: hsl(var(--black));
    border-radius: 4px;
    border: 1px solid hsl(var(--black)/0.05) !important;
}

.btn--base.outline.hover-white-c:hover, .btn--base.outline.hover-white-c:focus {
    color: hsl(var(--white));
}

.btn--base.outline:hover, .btn--base.outline:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--base.outline-2 {
    background-color: hsl(var(--base)/0.6);
    border: none !important;
    color: hsl(var(--white));
    border-radius: 4px;
    font-weight: 500;
}

.btn--base.outline-2.hover-white-c:hover, .btn--base.outline-2.hover-white-c:focus {
    color: hsl(var(--white));
}

.btn--base.outline-2:hover, .btn--base.outline-2:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--copy {
    background: var(--gradient-bg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    color: hsl(var(--white));
    border-radius: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.btn--copy:hover, .btn--copy:focus {
    color: hsl(var(--white)/0.8) !important;
    border-radius: 12px;
}

.btn--copy.pill {
    border-radius: 35px;
}

.btn--copy.outline {
    background: var(--gradient-bg);
    background-size: cover;
    background-repeat: no-repeat;
    border: none !important;
    color: hsl(var(--base));
    border-radius: 8px;
}

.btn--copy.outline.hover-white-c:hover, .btn--copy.outline.hover-white-c:focus {
    color: hsl(var(--white));
}

.btn--copy.outline:hover, .btn--copy.outline:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--copy.outline-2 {
    background-color: hsl(var(--black)/0.6);
    border: none !important;
    color: hsl(var(--base));
    border-radius: 8px;
}

.btn--copy.outline-2.hover-white-c:hover, .btn--copy.outline-2.hover-white-c:focus {
    color: hsl(var(--white));
}

.btn--copy.outline-2:hover, .btn--copy.outline-2:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--base-2 {
    background: hsl(var(--base-two));
    background-size: cover;
    background-repeat: no-repeat;
    color: hsl(var(--white));
    padding: 6px 12px;
}

.btn--base-2:hover, .btn--base-2:focus {
    color: hsl(var(--white)) !important;
    background: hsl(var(--base-two)/0.7);
}

.btn--base-2.pill {
    border-radius: 35px;
}

.btn--base-2.outline {
    background: var(--gradient-bg);
    background-size: cover;
    background-repeat: no-repeat;
    border: none !important;
    color: hsl(var(--base));
    border-radius: 8px;
}

.btn--base-2.outline.hover-white-c:hover, .btn--base-2.outline.hover-white-c:focus {
    color: hsl(var(--white));
}

.btn--base-2.outline:hover, .btn--base-2.outline:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--base-2.outline-2 {
    background-color: hsl(var(--black)/0.06);
    border: none !important;
    color: hsl(var(--base));
    border-radius: 8px;
}

.btn--base-2.outline-2.hover-white-c:hover, .btn--base-2.outline-2.hover-white-c:focus {
    color: hsl(var(--white));
}

.btn--base-2.outline-2:hover, .btn--base-2.outline-2:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--base-3 {
    background: hsl(var(--base-two));
    background-size: cover;
    background-repeat: no-repeat;
    color: hsl(var(--white));
}

.btn--base-3:hover, .btn--base-3:focus {
    color: hsl(var(--white)) !important;
    background: hsl(var(--base-two)/0.7);
}

.btn--base-3.pill {
    border-radius: 35px;
}

.btn--base-3.outline {
    background: var(--gradient-bg);
    background-size: cover;
    background-repeat: no-repeat;
    border: none !important;
    color: hsl(var(--base));
    border-radius: 8px;
}

.btn--base-3.outline.hover-white-c:hover, .btn--base-3.outline.hover-white-c:focus {
    color: hsl(var(--white));
}

.btn--base-3.outline:hover, .btn--base-3.outline:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--base-3.outline-2 {
    background-color: hsl(var(--black)/0.06);
    border: none !important;
    color: hsl(var(--base));
    border-radius: 8px;
}

.btn--base-3.outline-2.hover-white-c:hover, .btn--base-3.outline-2.hover-white-c:focus {
    color: hsl(var(--white));
}

.btn--base-3.outline-2:hover, .btn--base-3.outline-2:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.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;
}

.copytext {
    border-radius: 0px 6px 6px 0px !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.grp-btn-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.base-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    width: 100%;
    padding: 10px 10px 24px 10px;
    position: relative;
    border: 1px solid hsl(var(--white)/0.2);
}

.base-card:hover {
    border: 1px solid hsl(var(--base));
    box-shadow: hsl(var(--base)) 0px 25px 20px -20px;
    color: hsl(var(--white));
}

.base-card .thumb-wrap {
    width: 100%;
    height: 118px;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 4px;
    position: relative;
}
.base-card .thumb-wrap .featured{
    position: absolute;
    background: hsl(var(--yellow));
    padding: 4px;
    border-radius: 4px;
    color: hsl(var(--black));
    top: 6px;
    left: 6px;
    font-size: 12px;
    line-height: 1;
}

.base-card .thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.base-card .content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.base-card .content-wrap .category {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.5;
    margin-bottom: 0px;
}

.base-card .content-wrap .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.87;
    margin-bottom: 0px;
    color: hsl(var(--white));
}

.base-card .platform {
    display: flex;
    align-items: center;
    gap: 8px;
}

.base-card .platform p {
    color: hsl(var(--white)/0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 2.14;
}

.base-card .btn-wrap {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0px;
    bottom: -22px;
}

.base-card .btn-wrap .card-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 4px solid hsl(var(--body-color));
    display: flex;
    justify-content: center;
    align-items: center;
}

.base-card .btn-wrap .card-btn:hover {
    background: hsl(var(--base));
}

.base-card .btn-wrap .card-btn:hover i {
    color: hsl(var(--white));
}

.blog-card1 {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.blog-card1 .thumb {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px;
    height: 230px;
    position: relative;
    margin-bottom: 58px;
    border: 1px solid hsl(var(--white)/0.2);
}

.blog-card1 .thumb .date-time-wrap {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 7px solid hsl(var(--body-color));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.blog-card1 .thumb .date-time-wrap .date {
    color: hsl(var(--white));
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
}

.blog-card1 .thumb .date-time-wrap .month {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 600;
}

.blog-card1 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.blog-card1 .blog-content .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    color: hsl(var(--white));
}

.blog-card1 .blog-content .title:hover {
    text-decoration: underline;
    text-decoration-color: hsl(var(--base));
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-card .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-card .user-info .thumb-wrap {
    width: 49.51px;
    height: 49.51px;
    border-radius: 50%;
    overflow: hidden;
}

.review-card .user-info .thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-card .user-info .user-name .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
    margin: 0px;
}

.review-card .user-info .user-name .rating-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}

.review-card .user-info .user-name .rating-wrap li i {
    color: hsl(var(--yellow));
}

.review-card .user-info .user-name .rating-wrap li:last-child {
    margin-left: 8px;
}

.review-card .user-info .user-name .rating-wrap li:last-child p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.details-card1 {
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 8px;
    background: hsl(var(--white));
}

.details-card1 .thumb-wrap {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
}

.details-card1 .thumb-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24);
}

.details-card1 .thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-card1 .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 24px 20px;
}

.details-card1 .content-wrap .cart-btn {
    color: hsl(var(--base));
    font-size: 16px;
    font-weight: 600;
    line-height: 1.87;
}

.details-card2 {
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 12px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

.details-card2 .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    margin: 0px;
}

.details-card2 .key-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.details-card2 .key-wrap li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.details-card2 .key-wrap li i {
    color: hsl(var(--base));
}

.ad-card {
    background: hsl(var(--footer-bg));
    border-radius: 12px;
    overflow: hidden;
}

.dashboard-product {
    display: flex;
    align-items: center;
    flex-shrink: 0px;
    gap: 20px;
}

.dashboard-product .thumb {
    width: 65px;
    height: 65px;
    border-radius: 12px;
    overflow: hidden;
}

.dashboard-product .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-product .content {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    flex-direction: column;
}

.dashboard-product .content .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin: 0px;
    color: hsl(var(--white));
}

.dashboard-product .content .tag {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: hsl(var(--base-two));
}

.dashboard-product .content ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dashboard-product .content ul li {
    font-size: 10px;
}

.dashboard-product .content ul li:last-child {
    color: hsl(var(--white));
}

.dashboard-product .content ul li i {
    font-size: 10px;
    color: hsl(var(--yellow));
}

.base--card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid hsl(var(--white)/0.2);
    padding: 30px;
    border-radius: 12px;
}

/*====================== Form Style ====================*/
.search-box .input--group .form--control {
    color: hsl(var(--white));
    padding-right: 30px;
}

.search-box .form--control {
    color: hsl(var(--dark));
    padding-right: 40px;
}

.search-box .form--control::placeholder {
    color: hsl(var(--black)/0.5);
}

.form--label {
    color: hsl(var(--white));
}

.form--control {
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 17px 10px;
    border-radius: 0px;
    background-color: transparent;
    color: hsl(var(--white));
    line-height: 1;
    border: none;
    border-bottom: 1px solid hsl(var(--white)/0.5);
}

.form--control::placeholder {
    color: hsl(var(--white)/0.5) !important;
    font-size: 16px;
}

.form--control:focus {
    color: hsl(var(--white));
    box-shadow: none;
    border-bottom: 1px solid hsl(var(--base));
    border-radius: 0px;
}
.form-control:focus {
    color: hsl(var(--white));
    box-shadow: none;
    border-bottom: 1px solid hsl(var(--base));
    border-radius: 0px;
    background: transparent !important;
}

.form--control:disabled, .form--control[readonly] {
    background-color: hsl(var(--white)/0.1);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--white));
}

.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.3);
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.form--control:focus ~ .form--label,
.form--control:not(:placeholder-shown).form--control:not(:focus) ~ .form--label {
    top: -14px;
    left: 8px;
    font-size: 14px;
    background: hsl(var(--white));
    z-index: 9;
}

.search-form--control {
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 20px 44px;
    background-color: hsl(var(--body-color)/0.1);
    border: 1px solid hsl(var(--base)/0.2);
    color: hsl(var(--dark)) !important;
    line-height: 1;
    border-radius: 0px !important;
    padding-right: 160px !important;
}

.search-form--control::placeholder {
    color: hsl(var(--black)/0.5);
    font-size: 16px;
}

.search-form--control:focus {
    color: hsl(var(--white));
    box-shadow: none;
    border-color: hsl(var(--base));
    background-color: hsl(var(--body-color)/0.05);
}

.search-form--control:disabled, .search-form--control[readonly] {
    background-color: hsl(var(--base)/0.5);
    opacity: 1;
    border: 0;
}

.search-form--control[type=password] {
    color: hsl(var(--dark)/0.5);
}

.search-form--control[type=password]:focus {
    color: hsl(var(--dark));
}

.search-form--control[type=file] {
    line-height: 60px;
    padding: 0;
    position: relative;
}

.search-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));
}

.search-form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

textarea.form--control {
    height: 220px;
    padding: 15px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: hsl(var(--white)) !important;
    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);
}

#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: hsl(var(--base)/0.5);
    border: 1px solid hsl(var(--base)/0.7);
    border-radius: 10px 0 0 10px;
}

.select {
    color: hsl(var(--white));
}

.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;
    align-items: center;
}

.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(--white));
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)/0.3) !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(--base));
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    padding-left: 12px;
    color: hsl(var(--white));
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

.form--check label {
    color: hsl(var(--white));
}

@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 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form--radio .form-check-input {
    box-shadow: none;
    border: 2px solid hsl(var(--base));
    position: relative;
    margin: 0px;
    height: 20px;
    width: 20px;
}

.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: 9px;
    height: 9px;
    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));
}

/*  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>');
}

.f-dropdown {
    --max-scroll: 3;
    position: relative;
    z-index: 2;
}

.f-dropdown select {
    display: none;
}

.f-dropdown > span {
    cursor: pointer;
    padding: 12px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid hsl(var(--black)/0.1);
    background: hsl(var(--white));
    transition: color 0.2s ease, border-color 0.2s ease;
}

.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: #000;
    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: #FFF;
    border: 1px solid #CCC;
    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: #5C6BC0;
}

.f-dropdown ul li.active a {
    color: #FFF;
    background: #303F9F;
}

.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: #FFF;
    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: #000;
}

.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);
}

/* --------------------------- */
.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: 1px solid hsl(var(--black)/0.08);
    margin-bottom: 25px;
    padding: 25px 25px 15px 25px;
}

.custom--modal .modal-header .modal-title {
  color: hsl(var(--white));
}

.modal-header .btn-close{
    color: hsl(var(--base)) !important;
    background: none;
    font-size: 24px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 25px;
    line-height: 1;
    border-radius: 4px;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
    box-shadow: none;
}

.custom--modal .modal-content {
    text-align: center;
    background-color: hsl(var(--dark));
    border-radius: 10px !important;
    border: 1px solid hsl(var(--white));
}

.custom--modal .modal-body {
    padding: 0 25px 25px;
    color: hsl(var(--black));
}

.custom--modal .modal-body .text {
    color: hsl(var(--white));
}

.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: 1px solid hsl(var(--black)/0.08);
    justify-content: flex-end;
}

.modal-btn-wrap button {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}

.modal-btn-wrap button i {
    color: hsl(var(--base));
    font-size: 28px;
}

.modal-btn-wrap button:hover {
    background: hsl(var(--black)/0.08);
}

.coustom-modal-body {
    padding: 0px;
}

.coustom-modal-body .title {
    padding: 0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: hsl(var(--black));
    margin: 12px;
}

.modal-width {
    --bs-modal-width: 1040px;
}

.modal-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.modal-btn:hover {
    background: hsl(var(--black)/0.07);
}

.modal-body .user-actn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.modal-body .modal--header {
    padding: 12px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid hsl(var(--black)/0.2);
}

.modal-body .modal--header h6 {
    margin: 0px;
    font-weight: 700;
}

.modal-body .modal--header P span {
    color: hsl(var(--base));
}

/*====================== Pagination Style ====================*/
.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--base));
    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 {
    color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    color: hsl(var(--white));
}

/*====================== Table Style ====================*/
.table {
    margin: 0;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 0px 0px;
    border-radius: 8px;
    border: 1px solid hsl(var(--dark)/0.03);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid hsl(var(--white)/0.2);
}

.table thead tr th {
    background: var(--card-bg-2);
    text-align: center;
    font-size: 16px;
    padding: 15px;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 500;
    border-right: 1px solid hsl(var(--dark)/0.06);
    max-width: 170px;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 0px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 0px 0 0;
    text-align: right;
    border-left: 0;
}

.table thead tr .tbl-text-right {
    text-align: right !important;
}

.table thead tr .tbl-text-center {
    text-align: center !important;
}

.table thead tr .tbl-text-left {
    text-align: left !important;
}

.table thead tr .tbl-text-center:last-child {
    text-align: center;
}

.table tbody {
    border: 0 !important;
    color: hsl(var(--white));
}

.table tbody tr{
    margin-bottom: 20px;
}

.table tbody tr:nth-child(odd) {
    background: hsl(var(--white)/0.07);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0px 5px;
}
.table tbody tr td:last-child {
    border-radius: 0 0 5px 0;
    border-left: 0;
    text-align: end;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    border-left: 0;
    text-align: end;
}

.table tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 0;
    font-family: var(--body-font);
    font-size: 14px;
    color: hsl(var(--white));
    max-width: 170px;
    text-align: left;
    border-bottom: 1px solid hsl(var(--dark)/0.06);
    border-right: 1px solid hsl(var(--dark)/0.06);
    padding: 30px 13px;
    text-align: center;
}

.table tbody tr td span {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

/* .table tbody tr td i {
    color: hsl(var(--heading-color));
} */

.table tbody tr td p {
    font-size: 14px;
}

.table tbody tr td img {
    width: 100px;
    border-radius: 4px;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: hsl(var(--white));
    font-weight: 600;
    display: none;
    width: 50% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td button {
    color: hsl(var(--white));
}

.table tbody tr td button i {
    color: hsl(var(--white));
    margin-right: 4px;
}

.table tbody tr .tbl-text-right {
    text-align: right;
}

.table tbody tr .tbl-text-center {
    text-align: center;
}

.table tbody tr .tbl-text-left {
    text-align: left;
}

.table tbody tr .tbl-text-center:last-child {
    text-align: center !important;
}

@media screen and (max-width: 770px) {
    .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: 770px) {
    .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;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--white)/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) {
    .footer-item{
        margin-bottom: 30px;
    }
    .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;
    }
}

.copy-script {
    position: relative;
}

.copy-script .script-copy-btn {
    position: absolute;
    top: 4px;
    right: 4px;
}

.action-clm {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 4px;
}

@media (max-width: 992px) {
    .table tbody tr:nth-child(even) {
        border-bottom: 1px solid hsl(var(--dark)/0.03);
        background: hsl(var(--base)/0.03);
    }
}
/*================== Tab Content =============*/
.coustome-tabs {
    border-color: hsl(var(--base));
    width: 100%;
    padding: 12px 0px;
    border-radius: 12px;
}

.coustome-tabs li {
    margin: 0px 8px 8px 0px;
}

.coustome-tabs li .nav-link {
    color: hsl(var(--white));
    border-radius: 4px 4px 0px 0px;
}

@media screen and (max-width: 1199px) {
    .coustome-tabs li .nav-link {
        padding: 8px 8px !important;
    }
}

.coustome-tabs li :hover {
    border-color: hsl(var(--base)) !important;
}

.nav-tabs {
    border-bottom: 1px solid transparent !important;
}

.btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:active {
    color: hsl(var(--white)) !important;
    background: hsl(var(--base-two)) !important;
}

.btn--base.outline-2:hover, .btn--base.outline-2:focus {
    background-color: hsl(var(--base-two)/0.5);
    color: hsl(var(--black));
}

.btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:active:hover {
    color: hsl(var(--base));
    background: hsl(var(--white));
}

/*====================== Bage Color ====================*/
.badge {
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 500;
}

.badge--base {
    color: hsl(var(--base)) !important;
}

.badge--primary {
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    color: hsl(var(--success)) !important;
}

.badge--danger {
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    color: hsl(var(--warning)) !important;
}

.badge--info {
    color: hsl(var(--warning)) !important;
}

.badge--violet {
    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 ================= */
/*============** 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: 2s;
    animation-duration: 2s;
    -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);
    }
}
/*==== Animation Play Video Button Pulse New ==== */
@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";
}

/*==== Animation Play Video Button Pulse old ==== */
.round-animated {
    position: relative;
    z-index: 1;
}

.round-animated-2 {
    position: relative;
    z-index: 1;
}

.round-animated::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    background: #0d6efd;
    border-radius: 50%;
    -webkit-animation: round-border 1500ms ease-out infinite;
    animation: round-border 1500ms ease-out infinite;
    z-index: -1;
}

.round-animated-2::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 9px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(210, 81, 81, 0.5);
    border-radius: 50%;
    -webkit-animation: round-border 1500ms ease-out infinite;
    animation: round-border 1500ms ease-out infinite;
    z-index: -1;
}

@-webkit-keyframes round-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes round-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*==== 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.5;
    }

    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.5;
    }
}

@keyframes zoomInOut {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7);
        transform: rotate(0deg) scale(0.7);
        opacity: 0.5;
    }

    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.5;
    }
}

.animate-zoom-inout {
    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.5;
    }

    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.5;
    }
}
/*=============== 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-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: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 7s;
    -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);
    }
}

.header-area {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
    background: hsl(var(--background));
}

.header-area .main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 10px 24px 10px;
    transition: 0.6s;
}

.header-area .main-nav .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-area .main-nav .ham__menu {
    display: none;
    font-size: 24px;
}

.header-area .main-nav .logo img {
    max-width: 160px;
}

.header-area .main-nav nav {
    display: flex;
    justify-content: center;
}

.header-area .main-nav nav .nav-link {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: center;
}

.header-area .main-nav nav .nav-link li a {
    font-size: 20px;
    font-weight: 400;
}

.header-area .main-nav nav .menu-right-wrapper ul {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-sticky {
    background: hsl(var(--base));
}

.offcanvas {
    background: hsl(var(--black)) !important;
    width: 300px !important;
}

.offcanvas .offcanvas-header .btn-close {
    opacity: 1;
}

.offcanvas .offcanvas-header .logo {
    max-width: 50%;
}

.offcanvas .offcanvas-body {
    padding: 32px 0px;
}

.offcanvas .offcanvas-body .user-info {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.offcanvas .offcanvas-body .user-info a h4 {
    margin: 0px;
    color: hsl(var(--white));
}

.offcanvas .offcanvas-body .user-info .user-thumb {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    z-index: 99;
}

.offcanvas .offcanvas-body .user-info .user-thumb img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.offcanvas .offcanvas-body .side-Nav {
    padding: 0px 24px;
}

.offcanvas .offcanvas-body .side-Nav li {
    position: relative;
    border-bottom: 1px solid hsl(var(--base)/0.2);
}

.offcanvas .offcanvas-body .side-Nav li button {
    color: hsl(var(--white));
    height: 50px;
}

.offcanvas .offcanvas-body .side-Nav li:last-child a {
    border-bottom: none !important;
}

.offcanvas .offcanvas-body .side-Nav li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 16px;
    height: 50px;
    color: hsl(var(--white));
}

.offcanvas .offcanvas-body .side-Nav li a p {
    font-size: 16px;
}

.offcanvas .offcanvas-body .side-Nav li .active {
    color: hsl(var(--base));
}

.offcanvas .search-box {
    padding: 24px 0px;
    display: flex;
    justify-content: center;
}

.offcanvas .search-box .form--control {
    font-weight: 500;
    outline: none;
    width: 70%;
    padding: 10px 44px;
    line-height: 1;
}

.offcanvas .search-box .search-btn {
    padding: 10px 20px;
}

@media (max-width: 770px) {
    .offcanvas .search-box {
        padding: 16px 12px;
        display: flex;
        justify-content: center;
    }

    .offcanvas .search-box .form--control {
        font-weight: 500;
        outline: none;
        width: 70%;
        padding: 10px !important;
        background-color: hsl(var(--body-color)/0.1);
        border: 1px solid hsl(var(--base));
        padding-right: 0px !important;
        line-height: 1;
    }

    .offcanvas .search-box .search-btn {
        border: 1px solid hsl(var(--base));
        padding: 10px 10px !important;
        color: hsl(var(--base));
    }
}

.menu-right-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 424px) {
    .menu-right-wrapper ul li {
        margin-left: 15px;
    }
}

.menu-right-wrapper ul li:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 991px) {
    .menu-right-wrapper ul li:nth-child(3) {
        display: block;
        visibility: visible;
    }
}

.menu-right-wrapper ul li:last-child {
    display: block;
    visibility: visible;
}

@media screen and (max-width: 991px) {
    .menu-right-wrapper ul li:last-child {
        display: block;
        visibility: visible;
    }
}

.menu-right-wrapper ul li .sidebar-menu-show-hide {
    background: hsl(var(--base));
    padding: 9px 12px;
    color: hsl(var(--white));
    border-radius: 3px;
}

@media screen and (max-width: 991px) {
    .menu-right-wrapper ul li a i {
        margin-top: 8px;
    }
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {
    50%, from, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    from, to {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from, to {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from, to {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    from, to {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    11.1%, from, to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}


@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/************ animate style ************/
.top_image_bounce {
    -webkit-animation: top-image-bounce 3s infinite ease-in-out;
    animation: top-image-bounce 4s infinite ease-in-out;
}

.top_image_bounce_2 {
    -webkit-animation: top-image-bounce-2 6s infinite ease-in-out;
    animation: top-image-bounce-2 6s infinite ease-in-out;
}

.left_image_bounce {
    -webkit-animation: left-image-bounce 3s infinite ease-in-out;
    animation: left-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce-1 {
    -webkit-animation: left-image-bounce 6s infinite ease-in-out;
    animation: left-image-bounce 6s infinite ease-in-out;
}

.right_image_bounce {
    -webkit-animation: right-image-bounce 3s infinite ease-in-out;
    animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
    -webkit-animation: spin 3s infinite ease-in-out;
    animation: spin 3s infinite ease-in-out;
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes top-image-bounce-2 {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes left-image-bounce {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@keyframes left-image-bounce {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}

@-webkit-keyframes ripple-white3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
    }
}

.square {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px rgb(26, 117, 206) inset;
}

.gelatine {
    animation: gelatine 0.5s infinite;
}

@keyframes gelatine {
    from, to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.spin {
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.elastic-spin {
    animation: elastic-spin 1s infinite ease;
}

@keyframes elastic-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(720deg);
    }
}

.pulse {
    animation: pulse 5s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

.flash {
    animation: flash 500ms ease infinite alternate;
}

@keyframes flash {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.hithere {
    animation: hithere 7s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.grow {
    animation: grow 2s ease infinite;
}

@keyframes grow {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.fade-in {
    animation: fade-in 2s linear infinite;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-out {
    animation: fade-out 2s linear infinite;
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.shake {
    animation: shake 2s ease infinite;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(10px);
    }
}

.flip {
    backface-visibility: visible !important;
    animation: flip 2s ease infinite;
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}

.swing {
    transform-origin: top center;
    animation: swing 7s ease infinite;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.wobble {
    animation: wobble 2s ease infinite;
}

@keyframes wobble {
    0% {
        transform: translateX(0%);
    }

    15% {
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        transform: translateX(0%);
    }
}

.fade-in-down {
    animation: fade-in-down 2s ease infinite;
}

@keyframes fade-in-down {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-left {
    animation: fade-in-left 2s ease infinite;
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-out-down {
    animation: fade-out-down 2s ease infinite;
}

@keyframes fade-out-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.fade-out-right {
    animation: fade-out-right 2s ease infinite;
}

@keyframes fade-out-right {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

.bounce-in {
    animation: bounce-in 2s ease infinite;
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.bounce-in-right {
    animation: bounce-in-right 2s ease infinite;
}

@keyframes bounce-in-right {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.bounce-out {
    animation: bounce-out 2s ease infinite;
}

@keyframes bounce-out {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}

.bounce-out-down {
    animation: bounce-out-down 2s ease infinite;
}

@keyframes bounce-out-down {
    0% {
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.rotate-in-down-left {
    animation: rotate-in-down-left 2s ease infinite;
}

@keyframes rotate-in-down-left {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.rotate-in-up-left {
    animation: rotate-in-up-left 2s ease infinite;
}

@keyframes rotate-in-up-left {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}

.hinge {
    animation: hinge 2s ease infinite;
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.roll-in {
    animation: roll-in 2s ease infinite;
}

@keyframes roll-in {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }
}

.roll-out {
    animation: roll-out 2s ease infinite;
}

@keyframes roll-out {
    0% {
        opacity: 1;
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg);
    }
}

.bottom-app-bar {
    position: absolute;
    display: none;
}

.bottom-app-bar .botton-bar {
    position: fixed !important;
    height: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: hsl(var(--base));
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 12px 0px 12px;
}

.bottom-app-bar .botton-bar .bottom-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: white;
}

.bottom-app-bar .botton-bar .bottom-item a p {
    color: white;
}

.bottom-app-bar .botton-bar .tapTo-hom {
    position: absolute;
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    top: -32px;
    border-radius: 50%;
    box-shadow: 1px 5px 14px 1px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

.bottom-app-bar .botton-bar .tapTo-hom .tap-box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-app-bar .botton-bar .tapTo-hom .tap-box a i {
    font-size: 18px;
    color: white;
}

.bottom-app-bar .bottom-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 430px) {
    .bottom-app-bar {
        display: block !important;
    }
}

@media (max-width: 425px) {
    .bottom-app-bar {
        font-size: 18px !important;
    }

}

@media (max-width: 575px) {

    .base-card .thumb-wrap{
        height: 200px;
    }
}

.category-section {
    padding: 60px 0px 0px;
}

.category-section2 {
    padding: 188px 0px 120px;
}

.category-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid hsl(var(--white)/0.2);
    gap: 24px;
    padding: 20px 14px;
    background: rgba(255, 255, 255, 0.08);
}

.category-card:hover {
    border: 1px solid hsl(var(--base));
    box-shadow: hsl(var(--base)) 0px 25px 20px -20px;
}

.category-card:hover .content-wrap .title {
    color: hsl(var(--base));
}

.category-card .icon-wrap {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: auto;
}

.category-card .icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-card .content-wrap .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.category-card .content-wrap .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: hsl(var(--white)/0.5);
}

.tree-view {
    list-style: none;
    margin-top: 20px;
}

.tree-view li {
    margin-left: 30px;
    padding: 12px 0px;
}

.tree-view .ref-name {
    position: relative;
}

.tree-view .ref-name::after {
    content: "";
    top: 19px;
    left: -14px;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: hsl(var(--base));
}

.tree-view:first-child {
    border-left: none;
}

#ul {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
    position: relative;
}

.caret::after {
    content: none !important;
}

.caret::before {
    position: absolute;
    content: "â–¶";
    top: 0;
    left: -20px;
    color: black;
    display: inline-block;
}

.caret-down::before {
    transform: rotate(90deg);
}

.nested {
    display: none;
    border-left: 2px dashed hsl(var(--black)/0.1);
}

.active {
    display: block;
}

/*====================== Preloader Style ====================*/
#loading {
    background-color: hsl(var(--body-color));
    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%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    height: 30px;
    width: 10px;
    border-radius: 4px;
    color: #fff;
    background: currentColor;
    position: relative;
    animation: ht 1s ease-in infinite alternate;
    box-shadow: 15px 0 0 -1px, -15px 0 0 -1px, 30px 0 0 -2px, -30px 0 0 -2px, 45px 0 0 -3px, -45px 0 0 -3px;
}

@keyframes ht {
    100% {
        height: 0px;
    }
}

.hero {
    padding-top: 310px;
    padding-bottom: 200px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    width: 117%;
    height: 260px;
    bottom: -180px;
    left: 0px;
    background: hsl(var(--body-color));
    rotate: 176deg;
}

.hero .horo-bg-element1 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    right: 500px;
    top: 0px;
    width: 300px;
    height: 300px;
    display: block;
    background: hsl(var(--pink));
    z-index: -1;
}

.hero .horo-bg-element6 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    right: 300px;
    bottom: 0px;
    width: 300px;
    height: 300px;
    display: block;
    background: hsl(var(--pink));
    z-index: -1;
}

.hero .horo-bg-element7 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    left: 200px;
    bottom: 0px;
    width: 300px;
    height: 300px;
    display: block;
    background: hsl(var(--pink));
    z-index: -1;
}

.hero .horo-bg-element2 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    right: 300px;
    top: 205px;
    width: 180px;
    height: 180px;
    display: block;
    background: hsl(var(--yellow));
    z-index: -1;
}

.hero .horo-bg-element3 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    left: 400px;
    top: 0px;
    width: 300px;
    height: 300px;
    display: block;
    background: hsl(var(--sky));
    z-index: -1;
}

.hero .horo-bg-element8 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    left: 570px;
    top: 175px;
    width: 300px;
    height: 300px;
    display: block;
    background: hsl(var(--purple));
    z-index: -1;
}

.hero .horo-bg-element9 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
    left: 500px;
    bottom: 0px;
    width: 300px;
    height: 300px;
    display: block;
    background: hsl(var(--purple));
}

.hero .horo-bg-element4 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    right: 0px;
    bottom: 0px;
    width: 300px;
    height: 300px;
    display: block;
    background: hsl(var(--purple));
    z-index: -1;
}

.hero .horo-bg-element5 {
    position: absolute;
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(70px);
    left: 50%;
    bottom: -146px;
    width: 300px;
    height: 300px;
    display: block;
    background: hsl(var(--purple));
    z-index: -1;
}

.hero .horo-bg-element10 {
    position: absolute;
    left: 0px;
    bottom: 300px;
    display: block;
    z-index: -1;
}

.hero .horo-bg-element11 {
    position: absolute;
    right: 0px;
    bottom: 200px;
    display: block;
    z-index: -1;
}

.hero .horo-bg-element12 {
    position: absolute;
    right: 2%;
    bottom: 200px;
    display: block;
    z-index: -1;
}

.hero .horo-bg-element13 {
    position: absolute;
    left: 4%;
    bottom: 200px;
    display: block;
    z-index: -1;
}

.hero .horo-bg-element14 {
    position: absolute;
    left: 20%;
    top: 200px;
    display: block;
    z-index: -1;
}

.hero .horo-bg-element15 {
    position: absolute;
    right: 30%;
    top: 250px;
    display: block;
    z-index: -1;
}

.hero .horo-bg-element16 {
    position: absolute;
    right: 20%;
    top: 200px;
    display: block;
    z-index: -1;
}

.hero .cell2 {
    display: block;
    position: absolute;
    left: 12px;
    top: 114px;
}

.hero .circle2 {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px hsl(var(--purple)) inset;
}

.hero .cell3 {
    display: block;
    position: absolute;
    left: 300px;
    top: 314px;
}

.hero .circle3 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px hsl(var(--purple)) inset;
}

.hero .cell4 {
    display: block;
    position: absolute;
    right: 300px;
    top: 314px;
}

.hero .circle4 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px hsl(var(--pink)) inset;
}

.hero .cell5 {
    display: block;
    position: absolute;
    right: 0px;
    top: 314px;
}

.hero .circle5 {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px hsl(var(--pink)) inset;
}

.hero-left-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-left-content .hero-title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.27;
    text-align: center;
    margin-bottom: 20px !important;
    color: hsl(var(--white));
}

.hero-left-content .hero-subtitle {
    color: hsl(var(--white)/0.8);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 48px;
    width: 67%;
}

.hero-left-content .hero-search {
    background: rgba(255, 255, 255, 0.08);
    padding: 20px 20px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid hsl(var(--white)/0.2);
    position: relative;
}

.hero-left-content .hero-search .hero-search-btn {
    position: absolute;
    right: 25px;
    top: 22px;
}

.hero-left-content .hero-search .hero-search-btn i {
    font-size: 20px;
    color: hsl(var(--white));
}

.hero-left-content .hero-search .input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    position: relative;
}

.hero-left-content .hero-search .input i{
    color: hsl(var(--white));
    position: absolute;
    left: 102px;
    top: 13px;
    font-size: 14px;
}

.hero-left-content .hero-search .input input {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    color: hsl(var(--white));
    border-right: 1px solid hsl(var(--white)/0.2);
}

.hero-left-content .hero-search .input input::placeholder {
    color: hsl(var(--white));
}

.hero-left-content .hero-search .input select {
    background: transparent;
    border: none;
    color: hsl(var(--white));
    width: 100%;
}


.hero-left-content .hero-search .input selectoption {
    background: hsl(var(--base)/0.3);
}

@media (max-width: 1199px) {
    .how-work-banner {
        bottom: -162px;
    }
}

@media (max-width: 992px) {
    .banner-info-box {
        justify-content: space-evenly;
    }
    .hero{
        padding-top: 156px;
        padding-bottom: 200px;
    }
    .hero .horo-bg-element12{
        display: none;
    }
}

@media (max-width: 768px) {
    .how-work-banner {
        display: none;
    }
   
    .horo-bg-element12{
        display: none !important;
    }
    .horo-bg-element13{
        display: none !important;
    }
    .horo-bg-element14{
        display: none !important;
    }
    .horo-bg-element15{
        display: none !important;
    }
    .horo-bg-element16{
        display: none !important;
    }
    .cell2{
        display: none !important;
    }
    .cell3{
        display: none !important;
    }
    .cell4{
        display: none !important;
    }
    .cell5{
        display: none !important;
    }
    .hero-left-content .hero-search .input input{
        padding-left: 12px;
    }
    .hero-left-content .hero-search .input select {
        background: transparent;
        border: none;
        color: hsl(var(--white));
        width: 100%;
    }
    .hero-left-content .hero-search .hero-search-btn {
        position: absolute;
        right: 25px;
        top: 20px;
    }
    .hero-left-content .hero-search .hero-search-btn i{
       font-size: 24px;
    }
    .hero .horo-bg-element11{
        display: none;
    }
    .hero .horo-bg-element10{
        display: none;

    }
    
}

@media (max-width: 767px) {
    .hero-left-content .hero-search .input input{
        padding-left: 12px;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-right: none;
        border-bottom: 1px solid hsl(var(--white)/0.2);
    }
    .hero-left-content .hero-search .hero-search-btn {
        position: absolute;
        right: 25px;
        top: 70px;
    }

}

@media (max-width: 680px) {
    .hero-element-1 {
        display: none !important;
    }

    .hero-element-4 {
        left: 0;
    }

    .hero-element-4 svg {
        width: 300px;
    }
}

@media (max-width: 425px) {
    .hero-left-content .hero-title {
        font-size: 40px;
    }
    .hero-left-content .hero-search .input select {
        width: 60% !important;
    }
    .hero-left-content .hero-subtitle{
        width: 100%;
    }
}
@media (max-width: 767px) {
   
    .hero-left-content .hero-search .input select {
        width: 50%;
    }
    /* .popular-section .product-details-bg5{
        display: none;
    } */
}

.price-cardBody {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 1px;
    overflow: hidden;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-cardBody .price-card-head {
    display: flex;
    flex-direction: column;
    justify-content: left;
    z-index: 1;
}

.price-cardBody .price-card-head p {
    font-size: 28px;
    font-weight: 600;
}

.price-cardBody .price-card-head h2 {
    color: hsl(var(--base));
}

.price-cardBody .price-card-head h2 sup {
    font-size: 20px;
    color: #BDBDBD;
    font-weight: 400;
}

.price-cardBody ul li {
    font-size: 18px;
    margin-bottom: 8px;
}

.price-cardBody ul li i {
    margin-right: 4px;
}

/*============= Footer Start Here =======================*/
.footer-area {
    position: relative;
    background: hsl(var(--footer-bg));
}

.footer-item .latest-blog__title a {
    color: hsl(var(--white));
}

.footer-item .latest-blog {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.footer-item span.latest-blog__date {
    color: hsl(var(--black)/0.6);
}

.footer-item__desc {
    color: hsl(var(--white)/0.8);
    margin-bottom: 36px;
    width: 100%;
}

.footer-item__logo {
    margin-bottom: 20px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 64px;
    filter: brightness(1);
}

.footer-item__title {
    color: hsl(var(--white));
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.footer-item .social-list {
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}

.footer-item .social-list__item .social-list__link {
    font-size: 20px;
    border: 0px;
    color: hsl(var(--base));
}

.footer-item .social-list__item .social-list__link:hover {
    color: hsl(var(--white)) !important;
}

.icon-wrapper .icon {
    background: hsl(var(--white)/0.2);
}

.icon-wrapper .icon:hover {
    background: hsl(var(--base));
}

.icon-wrapper div {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: hsl(var(--base)/0.06);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: -5px 0;
}

.footer-menu__item {
    display: block;
    padding: 8px 0;
}

.footer-menu__link {
    position: relative;
    color: hsl(var(--white)/0.7);
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-menu__link i {
    font-size: 14px;
    color: hsl(var(--base));
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    margin-left: 4px;
}

.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 button {
    position: absolute;
    right: 9px;
    top: 9px;
    border: 1px solid transparent;
}

.search-box.footer input.form--control {
    padding-right: 135px;
    border-radius: 10px;
    border: 0;
    padding: 16px;
    color: hsl(var(--white));
}

.search-box.footer input.form--control::placeholder, .search-box.footer input.form--control :focus {
    color: hsl(var(--white));
}

.footer-subscribe-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-subscribe-box form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-subscribe-box .footer-input {
    width: 376px;
    border: 1px solid hsl(var(--base));
    background: hsl(var(--white));
    color: hsl(var(--white)) !important;
}

.footer-subscribe-box .footer-input::placeholder {
    color: hsl(var(--white)/0.7) !important;
    font-size: 14px;
}

.footer-subscribe-box .search-btn {
    padding: 7px 20px;
    border-radius: 4px;
}

.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(--body-color));
    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(--body-color));
}

@media screen and (max-width: 424px) {
    .bottom-footer-menu ul li a {
        font-size: 14px;
    }
}

.mobile-app-link-items {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.mobile-app-link-items .app-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: 1px solid hsl(var(--base)/0.2);
    padding: 4px 20px;
}

.mobile-app-link-items .app-link .icon-sprite {
    font-size: 24px;
}

.mobile-app-link-items .app-link-text {
    display: flex;
    flex-direction: column;
}

.mobile-app-link-items .app-link-text .download {
    font-size: 14px;
    color: rgb(138, 138, 138);
}

.subscribe-box {
    position: relative;
}

.subscribe-box form {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.subscribe-box input {
    background-color: hsl(var(--white)/0.2);
    outline: none;
    padding-right: 52px;
    color: hsl(var(--white)) !important;
    border-radius: 6px;
}

.subscribe-box input::placeholder {
    color: hsl(var(--white)/0.7) !important;

}

.subscribe-box input:focus {
    border: 1px solid hsl(var(--base)/0.3);
    border-radius: 6px;

}

.subscribe-box .sub-btn {
    position: absolute;
    right: 6px;
    padding: 8px 16px;
}

.subscribe-box .sub-btn i {
    color: hsl(var(--base));
}

.footer-contact-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.footer-contact-info p {
    color: hsl(var(--white)/0.8);
    width: 100%;
}

.footer-contact-info p a {
    color: hsl(var(--white)/0.8);
}

.footer-contact-info i {
    font-size: 20px;
    color: hsl(var(--base));
}

.stay-tune-box {
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 2px 1px;
    border-radius: 12px;
    margin: -320px 0px 20px;
    padding: 60px 0px;
    position: relative;
    border: 1px solid transparent;
}

.stay-tune-box .tune-box-title {
    color: hsl(var(--white));
}

.stay-tune-box .tune-box-subtitle {
    color: hsl(var(--white));
}

.stay-tune-box::after {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 12px;
    content: "";
    background-color: hsl(var(--dark)/0.6);
    width: 100%;
    height: 100%;
    z-index: -99;
}

@media (max-width: 376px) {
    .footer-subscribe-box .footer-input {
        width: 100%;
    }
}

@media (max-width: 426px) {
    .footer-subscribe-box .footer-input {
        border: 1px solid hsl(var(--base));
    }

    .footer-subscribe-box .footer-input::placeholder {
        color: hsl(var(--white)/0.7) !important;
        font-size: 14px;
    }

    .footer-subscribe-box .search-btn {
        margin: 16px 0 0 0px;
    }

    .footer-item__title {
        padding-bottom: 0px;
        margin-bottom: 22px;
    }
}
/*====================== Breadcumb Css Start ====================*/
.breadcumb {
    position: relative;
    padding: 170px 0 50px;
}

@media screen and (max-width: 991px) {
    .breadcumb {
        padding: 150px 0px 60px 0px;
    }
}

@media screen and (max-width: 770px) {
    .breadcumb {
        padding: 100px 0px 60px 0px;
    }
    .reg{
        margin-top: 160px;
    }
}

.breadcumb .banner-effect-1 {
    content: "";
    position: absolute;
    top: 67%;
    left: 0%;
    width: 151px;
    height: 173px;
    background-color: hsl(var(--base)/0.9);
    opacity: 0.8;
    filter: blur(93px);
    border-radius: 1% 50% 50% 0%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.breadcumb__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.breadcumb__title {
    font-weight: 800;
    font-size: 40px;
    margin: 0px !important;
    color: hsl(var(--white));
    text-align: center;
}

.breadcumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcumb__item {
    color: hsl(var(--white));
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    .breadcumb__item {
        font-size: 15px;
    }
}

.breadcumb__item-text {
    color: hsl(var(--white)/0.5);
    margin-left: 8px;
}

.breadcumb__icon i {
    color: hsl(var(--white)/0.5);
    rotate: 80deg;
    font-size: 12px !important;
}

.breadcumb__link {
    color: hsl(var(--white)/0.5);
    font-weight: 600;
}

.breadcumb__link:hover {
    color: hsl(var(--base));
}

.breadcumb-2 {
    position: relative;
    padding: 24px 0px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .breadcumb-2 {
        padding: 100px 0px 40px 0px;
    }
}

.breadcumb-2 .banner-effect-1 {
    content: "";
    position: absolute;
    top: 67%;
    left: 0%;
    width: 151px;
    height: 173px;
    background-color: hsl(var(--base)/0.9);
    opacity: 0.8;
    filter: blur(93px);
    border-radius: 1% 50% 50% 0%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.breadcumb-2__wrapper-2 {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 16px;
}

.breadcumb-2__title {
    font-weight: 800;
    font-size: 40px;
    margin: 0px !important;
    color: hsl(var(--black));
}

.breadcumb-2__lists {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcumb-2__item {
    color: hsl(var(--black));
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    .breadcumb-2__item {
        font-size: 15px;
    }
}

.breadcumb-2__item-text {
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 600;
    line-height: 1.18;
}

.breadcumb-2__icon i {
    color: hsl(var(--black));
    rotate: 80deg;
    font-size: 12px !important;
}

.breadcumb-2__link {
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 600;
    line-height: 1.18;
}

.breadcumb-2__link:hover {
    color: hsl(var(--base));
}

@media (max-width: 375px) {
    .breadcumb-2 {
        padding: 70px 0px 30px 0px;
    }
}

.counter-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.counter-content .counter-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 20px;
}

.counter-content .counter-box h2 {
    margin: 0;
    font-size: 32px;
}

.counter-content .counter-box .counter-icon i {
    font-size: 36px;
    margin-bottom: 8px;
}

.counter-content .counter-box .circle {
    position: absolute;
    bottom: 20%;
    right: 10%;
    height: 60px;
    width: 60px;
    background-color: #f6ffa1;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    border-radius: 50%;
    z-index: 1;
}

.counter-content .counter-box:hover::before {
    transform: scale(2);
}

.counter-content .counter-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: hsl(var(--base));
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.counter-section {
    padding-bottom: 120px;
}

.counter-section .circle-1 {
    position: absolute;
    height: 600px;
    width: 600px;
    top: -10%;
    left: 0%;
    background-color: hsl(var(--base));
    filter: blur(300px);
    -webkit-filter: blur(300px);
    border-radius: 50%;
    z-index: -2;
    transform: translateX(-50%);
}

.counter-section .circle-2 {
    position: absolute;
    height: 450px;
    width: 376px;
    bottom: -38%;
    right: -9%;
    background-color: hsl(var(--secondary));
    filter: blur(323px);
    -webkit-filter: blur(323px);
    border-radius: 50%;
    z-index: -2;
    transform: translateX(-50%);
}

.key-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.key-card .count-number-wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--gradient-bg);
    height: 70px;
    width: 70px;
    margin-bottom: 40px;
}

.key-card .count-number-wraper span {
    color: hsl(var(--white));
    font-size: 40px;
}

.key-card .title {
    margin-bottom: 24px;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.29;
}

.key-card .subtitle {
    width: 80%;
    text-align: center;
}

@media (max-width: 425px) {
    .key-card .title {
        margin-bottom: 12px;
    }
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 42px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scroll-top svg {
    color: hsl(var(--base));
    border-radius: 50%;
    background: hsl(var(--white));
}

.scroll-top svg path {
    fill: none;
}

.scroll-top::after {
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: hsl(var(--base));
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid hsl(var(--base)/0.5);
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top .progress-circle path {
    stroke: hsl(var(--base));
    stroke-width: 10px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 430px) {
    .scroll-top {
        right: 20px;
        bottom: 70px;
    }
}
/*======== Sidebar Menu Start =======*/
.dashboard_profile .sidebar-menu-list__link {
    color: hsl(var(--black));
}

.dashboard_profile .sidebar-menu-list__link:hover {
    background: hsl(var(--base)/0.1);
}

.sidebar-menu-list__link.active {
    position: relative;
}

.sidebar-menu-list__link.active::after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    height: 100%;
    width: 6px;
    background: hsl(var(--base));
    border-radius: 0px 30px 30px 0px;
}

.sidebar-menu-list__link.active .icon {
    color: hsl(var(--base));
}

.sidebar-menu-list__link.active .text {
    color: hsl(var(--base));
}

.sidebar-menu {
    padding: 20px 0px 10px 0px;
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    transition: 0.2s linear;
    box-shadow: 0px 1px 5px rgba(1, 9, 17, 0.14);
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid hsl(var(--white)/0.2);
  /*============== Sidebar Show hide Css Start ===========*/
  /*============== Sidebar Show hide Css end ===========*/
}

.sidebar-menu.show-sidebar {
    transform: translateX(0);
    background-color: hsl(var(--black));
}

@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;
    border-radius: 3px;
}

@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(--black));
}

.sidebar-menu-list {
    padding: 20px 0px;
}

.sidebar-menu-list__item:nth-child(5) {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.sidebar-menu-list__item.has-dropdown.active > a {
    color: hsl(var(--base));
}

.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: 20px;
    right: 20px;
    transition: 0.1s linear;
    margin-left: 14px;
    color: hsl(var(--white));
}

.sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 16px 20px 16px 30px;
    width: 100%;
    color: hsl(var(--black)/0.6) !important;
    margin-top: 12px;
}

.sidebar-menu-list__link:hover {
    background: hsl(var(--white)/0.3);
    color: hsl(var(--base));
    border-radius: 0px;
}

.sidebar-menu-list__link .icon {
    margin-right: 5px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
    color: hsl(var(--white));
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
    display: none;
    position: relative;
}

.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: 20px;
    left: 27px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: hsl(var(--base));
}

.sidebar-submenu-list__item.active::before {
    background: hsl(var(--base)) !important;
}

.sidebar-submenu-list__item.active > a {
    color: hsl(var(--base));
}

.sidebar-submenu-list__link {
    padding: 8px 20px 4px 50px !important;
    display: block;
    color: hsl(var(--base));
    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(--dark));
    position: fixed;
    z-index: 15;
    left: -320px;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
    left: 0;
}

.sidebar-menu-wrapper .top-close {
    margin-top: 21px;
    text-align: end;
    margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
    font-size: 22px;
    color: hsl(var(--white));
}

.sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    width: 130px;
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 6px;
    }
}

.sidebar-menu-list__item .btn.btn--base {
    border: 1px solid hsl(var(--white));
}

.sidebar-menu-list__item a {
    color: hsl(var(--white));
}

.sidebar-menu-list__item a span {
    color: hsl(var(--white));
}

/*== Sticky header ==*/
.header {
    position: relative;
    z-index: 5;
    padding: 0px;
    background: transparent;
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        padding: 18px 36px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 7;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

@media screen and (max-width: 575px) {
    .header {
        padding: 12px 0px;
    }
}

.header.fixed-header {
    background: hsl(var(--body-color));
    position: fixed;
    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);
    padding: 0px;
    z-index: 99;
}

.header.fixed-header .header-wrapper {
    padding: 22px 0px;
}

.header.fixed-header .header-wrapper .menu-wrapper ul.main-menu li a {
    color: hsl(var(--white));
}

.header-main-area .container-fluid {
    padding: 0 100px;
}

@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-two {
    position: relative !important;
}

.header-two .header-wrapper {
    padding: 22px 0px !important;
}

.header-two .header-wrapper .menu-wrapper ul.main-menu a.active {
    color: hsl(var(--white));
}

.header-two .header-wrapper .menu-wrapper ul.main-menu a {
    color: hsl(var(--white));
}

.header-two .language-box .select {
    color: hsl(var(--white));
}

.header-two .language-box i {
    color: hsl(var(--white));
}

.header-two .header.fixed-header {
    background: hsl(var(--body-color));
}

.header-two .header.fixed-header .header-wrapper .menu-wrapper ul.main-menu a {
    color: hsl(var(--white));
}

.header-two .header-wrapper .ham__menu {
    color: hsl(var(--white));
}

.scrolled {
    display: none !important;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 34px 0px;
}

@media screen and (max-width: 991px) {
    .header-wrapper {
        padding: 0px 0;
    }
}

@media screen and (max-width: 575px) {
    .header-wrapper {
        padding: 14px 15px !important;
    }
}

.header-wrapper .ham__menu {
    color: hsl(var(--base));
    display: none;
}

@media screen and (max-width: 991px) {
    .header-wrapper .ham__menu {
        display: block !important;
    }
}

.header-wrapper .logo-wrapper img {
    max-width: 200px;
    filter: brightness(1);
}

@media screen and (max-width: 991px) {
    .header-wrapper .logo-wrapper img {
        width: 160px;
    }
}

@media screen and (max-width: 424px) {
    .header-wrapper .logo-wrapper img {
        width: 112px;
    }
}

.header-wrapper .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .header-wrapper .menu-wrapper {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper .menu-wrapper {
        margin-left: 0px;
    }
}

.header-wrapper .menu-wrapper ul.main-menu {
    display: flex;
}

.header-wrapper .menu-wrapper ul.main-menu li {
    transition: all 0.4s;
}

.header-wrapper .menu-wrapper ul.main-menu a {
    font-size: 16px;
    color: hsl(var(--white));
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    margin-right: 22px;
}

.header-wrapper .menu-wrapper ul.main-menu a:before {
    position: absolute;
    bottom: -6px;
    content: "";
    width: 100%;
    height: 3px;
    background: hsl(var(--base));
    transform: translateX(-100%);
    opacity: 0;
}

.header-wrapper .menu-wrapper ul.main-menu a.active {
    color: hsl(var(--white));
}

.header-wrapper .menu-wrapper ul.main-menu a.active:before {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1199px) {
    .header-wrapper .menu-wrapper ul.main-menu a {
        padding: 0px 12px;
    }
    .header-wrapper .menu-wrapper ul.main-menu a:before {
        width: 67%;
    }
}

.header-wrapper .menu-wrapper ul.main-menu a:hover:before {
    opacity: 1;
    transition: 0.5s transform ease, 0.8s opacity ease;
    transform: translateX(0);
}

.header-wrapper .search-box-wrap {
    width: 648px;
}

.header-wrapper .search-box-wrap form {
    width: 100%;
    display: flex;
}

.header-wrapper .search-box-wrap form .header-input {
    background: var(--header-bg);
    border-radius: 4px 0px 0px 4px;
    padding: 12px 10px;
    border: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--white)) !important;
}

.header-wrapper .search-box-wrap form .header-input::placeholder {
    color: hsl(var(--white)/0.6) !important;
}

.header-wrapper .search-box-wrap form .header-select {
    background: var(--header-bg);
    border-radius: 0px;
    border: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--white)/0.6) !important;
}

.header-wrapper .search-box-wrap form .header-select option {
    background: hsl(var(--base));
    color: hsl(var(--black));
}

.header-wrapper .search-box-wrap form .header-select option:hover {
    background-color: hsl(var(--base)/0.5) !important;
}

.header-wrapper .search-box-wrap form .header-sub-btn {
    padding: 0 14px;
    border-radius: 0px 4px 4px 0px;
}

.header-wrapper .search-box-wrap form .header-sub-btn i {
    font-size: 23px;
}

.header-wrapper .menu-right-wrapper {
    display: flex;
}

.header-wrapper .menu-right-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    gap: 12px;
}

.header-wrapper .menu-right-wrapper ul li {
    margin-left: 12px;
}

.header-wrapper .menu-right-wrapper ul li a {
    color: hsl(var(--white));
}

.header-wrapper .menu-right-wrapper ul li .cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: hsl(var(--white)/0.08);
}

.header-wrapper .menu-right-wrapper ul li .cart-btn i {
    color: hsl(var(--white));
    font-size: 23px;
    margin: 0px !important;
}

@media screen and (max-width: 424px) {
    .header-wrapper .menu-right-wrapper ul li {
        margin-left: 15px;
    }
}

.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: 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: 3px;
}

@media screen and (max-width: 991px) {
    .header-wrapper .menu-right-wrapper ul li a i {
        margin-top: 8px;
    }
}

@media (max-width: 770px) {
    .header-wrapper .menu-right-wrapper {
        display: block !important;
    }

    .header-wrapper .menu-right-wrapper ul {
        gap: 0px;
    }
}

@media (max-width: 620px) {
    .header-wrapper .menu-right-wrapper ul:last-child {
        display: none;
    }
}

.header-wrapper .count-item {
    position: absolute;
    height: 19px;
    width: 19px;
    background: hsl(var(--base));
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    color: hsl(var(--white));
    top: -7px;
    right: 7px;
    font-weight: 600;
    line-height: 19px;
}

@media screen and (max-width: 991px) {
    .header-wrapper .count-item {
        top: -4px;
    }
}

.header-wrapper-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: var(--header-bg);
}

@media screen and (max-width: 991px) {
    .header-wrapper-2 {
        padding: 0px 0;
    }
}

@media screen and (max-width: 575px) {
    .header-wrapper-2 {
        padding: 0px 15px !important;
    }
}

.header-wrapper-2 .ham__menu {
    color: hsl(var(--base));
    display: none;
}

@media screen and (max-width: 991px) {
    .header-wrapper-2 .ham__menu {
        display: block !important;
    }
}

.header-wrapper-2 .logo-wrapper img {
    max-width: 160px;
    filter: brightness(1);
}

@media screen and (max-width: 991px) {
    .header-wrapper-2 .logo-wrapper img {
        width: 160px;
    }
}

@media screen and (max-width: 424px) {
    .header-wrapper-2 .logo-wrapper img {
        width: 112px;
    }
}

.header-wrapper-2 .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .header-wrapper-2 .menu-wrapper {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper-2 .menu-wrapper {
        margin-left: 0px;
    }
}

.header-wrapper-2 .menu-wrapper ul.main-menu {
    display: flex;
}

.header-wrapper-2 .menu-wrapper ul.main-menu li {
    transition: all 0.4s;
}

.header-wrapper-2 .menu-wrapper ul.main-menu a {
    font-size: 16px;
    color: hsl(var(--white));
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    margin-right: 48px;
}

.header-wrapper-2 .menu-wrapper ul.main-menu a:before {
    position: absolute;
    bottom: -6px;
    content: "";
    width: 100%;
    height: 3px;
    background: hsl(var(--base));
    transform: translateX(-100%);
    opacity: 0;
}

.header-wrapper-2 .menu-wrapper ul.main-menu a.active {
    color: hsl(var(--white));
}

.header-wrapper-2 .menu-wrapper ul.main-menu a.active:before {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1199px) {
    .header-wrapper-2 .menu-wrapper ul.main-menu a {
        padding: 0px 12px;
    }
}

.header-wrapper-2 .menu-wrapper ul.main-menu a:hover:before {
    opacity: 1;
    transition: 0.5s transform ease, 0.8s opacity ease;
    transform: translateX(0);
}

.header-wrapper-2 .menu-right-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
}

.header-wrapper-2 .menu-right-wrapper ul li {
    margin-left: 12px;
}

.header-wrapper-2 .menu-right-wrapper ul li:last-child a::after {
    content: none;
}

.header-wrapper-2 .menu-right-wrapper ul li a {
    color: hsl(var(--white));
    position: relative;
    padding-right: 12px;
}

.header-wrapper-2 .menu-right-wrapper ul li a:hover {
    color: hsl(var(--white));
}

.header-wrapper-2 .menu-right-wrapper ul li a::after {
    content: "";
    right: 0;
    bottom: 2px;
    position: absolute;
    width: 1px;
    height: 14px;
    background: hsl(var(--white)/0.2);
}

@media screen and (max-width: 424px) {
    .header-wrapper-2 .menu-right-wrapper ul li {
        margin-left: 15px;
    }
}

.header-wrapper-2 .menu-right-wrapper ul li:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 991px) {
    .header-wrapper-2 .menu-right-wrapper ul li:nth-child(3) {
        display: block;
        visibility: visible;
    }
}

.header-wrapper-2 .menu-right-wrapper ul li .sidebar-menu-show-hide {
    background: hsl(var(--base));
    padding: 9px 12px;
    color: hsl(var(--white));
    border-radius: 3px;
}

@media screen and (max-width: 991px) {
    .header-wrapper-2 .menu-right-wrapper ul li a i {
        margin-top: 8px;
    }
}

@media (max-width: 770px) {
    .header-wrapper-2 .menu-right-wrapper {
        display: block !important;
    }

    .header-wrapper-2 .menu-right-wrapper ul {
        gap: 0px;
    }
}

@media (max-width: 620px) {
    .header-wrapper-2 .menu-right-wrapper ul:last-child {
        display: none;
    }
}

.header-wrapper-2 .count-item {
    position: absolute;
    height: 19px;
    width: 19px;
    background: hsl(var(--base));
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    color: hsl(var(--white));
    top: -7px;
    right: 7px;
    font-weight: 600;
    line-height: 19px;
}

@media screen and (max-width: 991px) {
    .header-wrapper-2 .count-item {
        top: -4px;
    }
}

.mobile-search-box {
    display: none;
}

.mobile-search-box .mobile-search-wrap {
    display: flex;
    gap: 12px;
}

.mobile-search-box .input-show {
    display: block !important;
}

.mobile-search-box .input-wrap {
    display: none;
}

.mobile-search-box .mobile-search-input {
    border: 1px solid hsl(var(--white));
    padding: 8px 10px;
    width: 340px;
    color: hsl(var(--white)) !important;
}

.mobile-search-box .mobile-search-input:focus {
    border: 1px solid hsl(var(--base)/0.5);
}

.mobile-search-box .mobile-search-input::placeholder {
    color: hsl(var(--white)) !important;
}

.mobile-search-box button i {
    color: hsl(var(--base));
    font-size: 22px;
}

.profile-option {
    position: relative;
}

.profile-option:hover .profile-dropdown-menu {
    display: block;
}

.profile-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
}

.profile-dropdown-menu ul {
    background: hsl(var(--white));
    display: flex;
    flex-direction: column;
    width: 200px;
    border-radius: 4px;
    justify-content: left !important;
    align-items: flex-start !important;
    padding: 12px;
}

.profile-dropdown-menu ul li {
    margin: 0px 0px 8px 0px !important;
}

.profile-dropdown-menu ul li:last-child {
    margin: 0px !important;
}

.profile-dropdown-menu ul li a {
    color: hsl(var(--black)) !important;
    display: flex !important;
    position: relative;
    padding-bottom: 6px;
    border-bottom: 1px solid hsl(var(--base)/0.3);
}

.profile-dropdown-menu ul li a:hover {
    margin-left: 4px;
}

.menu-search-wrap {
    position: relative;
    width: 10px;
}

.menu-search-wrap .menu-search-wrap--search-icon {
    cursor: pointer;
}

.menu-search-wrap .menu-search-wrap--search-icon i {
    font-size: 17px;
    color: hsl(var(--black));
}

.menu-search-wrap .header-search-hide-show {
    display: none;
    transition: all 0.4s ease-in-out;
}

.menu-search-wrap .header-search-hide-show.show {
    display: block;
    right: -18px;
    transition: all 0.4s ease-in-out;
}

.menu-search-wrap .close-hide-show {
    display: none;
}

.menu-search-wrap .close-hide-show.show {
    display: block;
    position: relative;
    z-index: 2;
}

.search-box.header-search {
    width: 260px;
    position: absolute;
    right: -7px;
    top: 35px;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 424px) {
    .search-box.header-search {
        width: 170px;
    }
}

.search-box.header-search input.form--control {
    padding-right: 52px;
    border: 1px solid hsl(var(--base)/0.2);
}

.search-box.header-search input.form--control::placeholder {
    color: hsl(var(--dark));
}

.search-box.header-search button.search-box__button {
    top: 27px;
    right: 0;
    background: hsl(var(--base));
    height: 100%;
    color: hsl(var(--dark));
    padding: 14px;
    border-radius: 0 10px 10px 0px;
    border: 1px solid hsl(var(--white)/0.5);
}

.search-box.header-search button.search-box__button i {
    color: hsl(var(--white));
}

.search-box.header-search .form--control {
    background: hsl(var(--base));
}

.menu-search-wrap .menu-search-wrap--search-icon i {
    font-size: 17px;
    color: hsl(var(--black));
    margin-top: 4px;
    position: absolute;
    margin-left: 13px;
}

/*========== Sticky Menu Css ========*/
.header.fixed-header .header-wrapper .menu-wrapper ul.main-menu a {
    color: hsl(var(--white));
}

.header.fixed-header .header-wrapper .menu-wrapper ul.main-menu a:hover {
    color: hsl(var(--base));
}

.header.fixed-header .header-wrapper .menu-wrapper ul.main-menu a.active {
    color: hsl(var(--base));
}

.header.fixed-header .light-dark-btn-wrap .mon-icon {
    color: hsl(var(--black));
}

.header.fixed-header .menu-search-wrap .menu-search-wrap--search-icon i {
    font-size: 17px;
    color: hsl(var(--black));
}

.language {
    position: relative;
}

.is-open-language-dropdown .language-dropdown {
    display: block;
}

.language-dropdown {
    position: absolute;
    top: 28px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: none;
}

.language-dropdown .language-dropdown-menu {
    width: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: hsl(var(--base));
    padding: 4px 0px;
    gap: 8px;
    border-radius: 4px;
}

.language-dropdown .language-dropdown-list {
    margin: 0px !important;
    padding: 0px 6px;
}

.language-dropdown .language-dropdown-list:hover {
    background-color: hsl(var(--white));
    transition: 0.2s ease-in-out;
    border-radius: 4px;
}

.home:hover {
    transition: 2s linear;
}

.home:hover .dropdown-homemenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-homemenu {
    position: absolute;
    top: 68px;
    padding: 15px 0px;
    transition: 2s linear;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base));
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(14, 41, 50, 0.17);
    min-width: 178px;
    opacity: 0;
    transition-duration: 0.2s;
    visibility: hidden;
}

.dropdown-homemenu a {
    margin: 0 !important;
    font-size: 14px !important;
}

@media (max-width: 1199px) {
    .header-wrapper .menu-wrapper ul.main-menu a {
        margin: 0px;
    }

    .header-wrapper .menu-right-wrapper ul {
        gap: 0px;
    }

    .header-wrapper .search-box-wrap {
        width: 500px;
    }
}

@media (max-width: 992px) {
    .header-wrapper .search-box-wrap {
        display: none;
    }

    .header-wrapper-2 {
        display: none;
    }

    .scrolled {
        display: flex !important;
    }
}

@media (max-width: 769px) {
    .ham__menu {
        display: block !important;
    }

    .header-wrapper .menu-right-wrapper ul li .notification-dropdown {
        width: 312px;
        position: fixed;
        top: 48px;
        z-index: 9;
    }

    .header-wrapper .menu-right-wrapper ul li .message-dropdown {
        position: fixed;
        top: 48px;
        width: 312px;
        z-index: 9;
    }

    .language-dropdown {
        width: 90px;
        position: fixed;
        top: 44px;
        right: 74px !important;
    }
}

@media (max-width: 620px) {
    .mobile-search-box {
        display: block;
    }

    .input-show {
        display: none !important;
    }
}

@media (max-width: 450px) {
    .mobile-search-input {
        width: 100% !important;
    }
}

@media (max-width: 426px) {
    .header-menu-wrapper {
        margin-left: 14px;
    }

    .mobile-search-input {
        padding: 2px 10px !important;
    }
}

@media (max-width: 321px) {
    .language-dropdown {
        right: 52px !important;
    }
}
/*================ Top Header Start Here ================*/
.header-main-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s linear;
    padding-top: 0;
}

.header-top {
    padding: 10px 0px;
    position: relative;
    z-index: 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: right;
    }
}

@media screen and (max-width: 424px) {
    .top-header-wrapper {
        justify-content: center;
    }
}

.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: 770px) {
    .contact-list {
        display: none;
    }
}

.contact-list__item {
    position: relative;
    color: hsl(var(--black));
    margin-left: 25px;
}

.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(--white)/0.4);
}

.contact-list__item-icon {
    font-size: 16px;
    text-align: center;
    color: hsl(var(--black));
    display: inline-block;
    margin-right: 10px;
}

.contact-list__link {
    color: hsl(var(--black));
    font-size: 15px;
    font-weight: 400;
    font-family: var(--body-font);
}

.contact-list__link:hover {
    color: hsl(var(--black)/0.8);
}

.top-button {
    display: flex;
    flex-wrap: wrap;
    color: hsl(var(--dark));
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .top-button {
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-right: 0;
    }
}

.login-registration-list__item {
    padding-right: 8px;
    color: hsl(var(--black));
    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(--black));
    margin-right: 10px;
    font-size: 16px;
}

.login-registration-list__icon i {
    color: hsl(var(--black));
}

.login-registration-list__link {
    color: hsl(var(--black));
    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(--black));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--black));
    }
}

.language-box {
    display: flex;
    align-items: center;
    position: relative;
}

.language-box i {
    color: hsl(var(--white));
    font-size: 17px;
    margin-right: 5px;
}

.language-box .select {
    color: hsl(var(--white));
    background-color: transparent;
    border: 1px solid transparent;
    padding: 3px 0px;
    font-size: 16px;
}

.language-box .select option {
    background-color: hsl(var(--dark));
}

.login-registration-list__item a {
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 32px;
    border: 1px solid transparent;

}

.login-registration-list__item a:hover {
    background: hsl(var(--white));
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
}
.login-registration-list__item a:focus{
    background: hsl(var(--base)/0.8);
    color: hsl(var(--white));

}

li.login-registration-list__item .social-list__item .social-list__link {
    height: 26px;
    width: 26px;
    color: hsl(var(--black)) !important;
    border: 0px !important;
}

li.login-registration-list__item .social-list__item .social-list__link:hover {
    color: hsl(var(--base)) !important;
}

li.login-registration-list__item .social-list__item .social-list__link i {
    font-size: 15px;
    padding-right: 12px !important;
}

@media (max-width: 470px) {


    .menu-wrapper {
        display: none;
    }
}

.section-content {
    margin-bottom: 34px;
}

.section-content .title-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 40px;
}

.section-content .title-wrap .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.section-content .title-wrap .title {
    color: hsl(var(--white));
    font-size: 32px;
    font-weight: 600;
    line-height: 1.18;
    margin: 0px !important;
}

.section-content .title-wrap .subtitle {
    color: hsl(var(--white)/0.5);
    margin-top: 12px;
}

.section-content-2 {
    margin-bottom: 34px;
}

.section-content-2 .title-wrap {
    display: flex;
    justify-content: space-between;
}

.section-content-2 .title-wrap .title {
    color: hsl(var(--white));
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.16;
    margin: 0px;
}

.section-content-3 {
    margin-bottom: 34px;
}

.section-content-3 .title {
    color: hsl(var(--white));
    font-size: 36px !important;
    font-weight: 700;
    margin: 0px;
}

.section-content-4 {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-content-4 .title {
    color: hsl(var(--white));
    text-align: center;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.16;
}

.section-content-4 .subtitle {
    color: hsl(var(--white)/0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.section-content-5 {
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-content-5 .title {
    color: hsl(var(--white));
    text-align: center;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.16;
    margin: 0px;
}

@media (max-width: 990px) {
    .section-content .title-wrap .title {
        font-size: 18px !important;
    }

    .section-content .title-wrap .title-2 {
        font-size: 26px !important;
    }

    .section-content-2 .title-wrap .title {
        font-size: 18px !important;
    }

    .section-content-3 .title {
        font-size: 26px !important;
    }

    .section-content-4 .title {
        font-size: 26px !important;
    }

    .section-content-5 .title {
        font-size: 26px !important;
    }
}

.how-work .thumb-wrap {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.how-work .thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how-work-box {
    display: flex;
    align-items: center;
    gap: 24px;
}

.how-work-box .number {
    width: 64px;
    height: 64px;
    background: hsl(var(--white));
    border-radius: 50%;
    box-shadow: 0px 5px 42.3px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.how-work-box .number .title {
    margin: 0px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.18;
    -webkit-text-fill-color: hsl(var(--white));
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(var(--base));
}

.how-work-box .content-wrap .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: hsl(var(--black));
}

.how-work-box .content-wrap .sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: hsl(var(--black)/0.5);
}

.popup-video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
}

.popup-video-wrap .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
}

.popup-video-wrap .play-video:hover {
    color: hsl(var(--black));
}

.popup-video-wrap .play-video i {
    font-size: 24px;
    color: hsl(var(--base));
}

.waves {
    position: absolute;
    width: 96px;
    height: 96px;
    background: hsl(var(--white));
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: -37px;
    left: -41px;
    z-index: 1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@media (max-width: 545px) {
    .waves {
        left: -39px;
        bottom: 0px;
    }
}

.faq-section {
    position: relative;
    overflow: hidden;
}

.faq-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.faq-right .thumb-wrap {
    position: absolute;
    bottom: -72px;
    left: 34px;
}

.faq-right .faq-bg {
    width: 500px;
    height: 500px;
    background: hsl(var(--base)/0.1);
    border-radius: 50%;
}

.faq-right .blob {
    position: absolute;
    margin: auto;
    top: 180px;
    left: 140px;
}

.faq-right .blob svg {
    animation: move 24s ease-in-out infinite;
    height: 70px;
    width: 70px;
}

.faq-right .block {
    position: absolute;
    top: 124px;
    left: 152px;
}

.faq-right .block .element-1 {
    width: 70px;
    height: 24px;
    display: block;
    border: 1px solid hsl(var(--base)/0.1);
}

.faq-right .block .element-2 {
    width: 70px;
    height: 24px;
    display: block;
    border: 1px solid hsl(var(--base)/0.1);
    margin-left: 20px;
}

.faq-right .main-thumb {
    position: absolute;
    width: 176px;
    height: 300px;
}

.faq-right .main-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes move {
    0% {
        transform: scale(1) translate(0, 0) rotate(0);
        fill: hsl(var(--base)/0.7);
        filter: drop-shadow(20px 14px 10px rgba(0, 0, 0, 0.1));
    }

    25% {
        transform: scale(0.8) translate(20px, 30px) rotate(55deg);
        fill: hsl(var(--base)/0.9);
        filter: drop-shadow(14px 14px 6px rgba(0, 0, 0, 0.1));
    }

    50% {
        transform: scale(0.6) translate(40px, 45px) rotate(180deg);
        fill: hsl(var(--base-two)/0.4);
        filter: drop-shadow(-16px -16px 16px rgba(0, 0, 0, 0.1));
    }

    75% {
        transform: scale(0.8) translate(70px, 80px) rotate(55deg);
        fill: hsl(var(--base-two));
        filter: drop-shadow(14px 14px 6px rgba(0, 0, 0, 0.1));
    }

    100% {
        transform: scale(1) translate(0, 0) rotate(0);
        fill: hsl(var(--base));
        filter: drop-shadow(20px 14px 10px rgba(0, 0, 0, 0.1));
    }
}

@media (max-width: 1199px) {
    .faq-right .faq-bg {
        width: 420px;
        height: 420px;
    }
}

@media (max-width: 991px) {
    .faq-right {
        display: none;
    }
    li.login-registration-list__item {
        display: none;
    }
}

.login-box {
	background: rgba(32, 32, 32, 0.68);
	border-radius: 26px;
	padding: 40px;
	top: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	border: 1px solid hsl(var(--white)/0.2);
}

.login-box .close--btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: hsl(var(--black));
    font-size: 18px;
    background: hsl(var(--white)/0.09);
    position: absolute;
    top: 14px;
    right: 17px;
    /* display: none; */
}

.login-box .close--btn .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box .title {
    font-size: 46px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    color: hsl(var(--white));
}

.login-box .login-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.login-box .login-meta .condition-text {
    margin-left: 8px;
}

.login-box .login-meta .condition-text p {
    font-size: 16px;
    color: hsl(var(--white));
}

.login-box .login-meta .condition-text p a {
    color: hsl(var(--base));
}

.login-box .social-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 42px;
}

.login-box .social-option .text {
    display: inline-flex;
    align-items: center;
}

.login-box .social-option .text h6 {
    margin: 0px 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.29;
    color: hsl(var(--white));
}

.login-box .social-option .text::before {
    content: "";
    width: 230px;
    height: 1px;
    border: 1px dashed hsl(var(--white));
}

.login-box .social-option .text::after {
    content: "";
    width: 230px;
    height: 1px;
    border: 1px dashed hsl(var(--white));
}

.login-box .social-option ul {
    display: flex;
    margin: 20px 0px;
    gap: 12px;
}

.login-box .social-option ul li a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white)/0.09);
    color: hsl(var(--white));
}

.login-box .social-option p {
    margin-top: 8px;
    color: hsl(var(--white));
}

.login-box .social-option p a {
    color: hsl(var(--base));
}

.login-box .req--box {
    height: 123px;
}

.login-section {
    position: relative;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookiee-section{
    position: relative;
    overflow-x: hidden;

}

.sec-bg .product-details-bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.sec-bg .product-details-bg2 {
    position: absolute;
    bottom: 0px;
    left: 20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.sec-bg .product-details-bg3 {
    position: absolute;
    top: 15%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.sec-bg .product-details-bg4 {
    position: absolute;
    top: 0px;
    left: 60%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.sec-bg .product-details-bg5 {
    position: absolute;
    bottom: 10%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.sec-bg .product-details-bg6 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}


.login-container {
    padding: 0px !important;
    margin: 0px !important;
}

.login-left-section {
    height: 100vh;
    background: linear-gradient(120deg, hsl(var(--base)/0.3) 0%, hsl(var(--base-two)/0.2) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.login-left-section .login-bg-img {
    border-radius: 11px;
    overflow: hidden;
    border: 5px solid hsl(var(--white));
    width: 169px;
    height: 161.34px;
    background: hsl(var(--white));
    box-shadow: 10px 8px 20.1px 0px rgba(0, 0, 0, 0.25);
}

.login-left-section .login-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.login-left-section .login-element1 {
    position: absolute;
    top: 135px;
    left: 300px;
}

.login-left-section .login-element1 {
    position: absolute;
    top: 135px;
    left: 300px;
}

.login-left-section .login-element6 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.login-left-section .login-element7 {
    position: absolute;
    bottom: 40px;
    left: 0px;
}

.login-left-section .login-element8 {
    position: absolute;
    top: 100px;
    left: 60%;
}

.login-left-section .login-element9 {
    position: absolute;
    bottom: 200px;
    right: 0px;
}

.login-left-section .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.login-left-section .content-wrap .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.16;
    color: hsl(var(--white));
}

.login-left-section .content-wrap .title span {
    color: hsl(var(--base));
}

.login-left-section .content-wrap .subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: hsl(var(--white)/0.7);
    text-align: center;
    width: 74%;
}

@media (max-width: 1500px) {
    .social-option .text::before {
        content: "";
        width: 120px !important;
    }

    .social-option .text::after {
        content: "";
        width: 120px !important;
    }
}

@media (max-width: 1870px) {
    .login-box {
        padding: 20px 60px;
    }
}

@media (max-width: 768px) {
    .login-box {
        padding: 20px 14px;
    }
    .discover-wrap .discover-content .title{
        font-size: 30px !important;
    }
    .login-section .product-details-bg1{
        display: none;
    }
    .login-section .product-details-bg3{
        display: none;
    }
    .login-section .product-details-bg5{
        display: none;
    }
    .login-section .product-details-bg6{
        display: none;
    }
    .login-box .close--btn{
        display: block;
    }

}

@media (max-width: 425px) {
    .signin-box {
        width: 100%;
    }

    .login-box .title {
        font-size: 25px;
    }

    .social-option .text h6 {
        margin: 0px 7px !important;
    }

    .social-option .text::before {
        width: 100px !important;
    }

    .social-option .text::after {
        width: 100px !important;
    }
}

.product-info {
    padding: 114px 0 40px 0;
    margin-top: 92px;
    background: hsl(var(--base)/0.1);
}

.product-info .info-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.product-info .info-wrap .product-tag {
    background: hsl(var(--black)/0.8);
    display: block;
    color: hsl(var(--white));
    border-radius: 4px;
    padding: 3px 7px 3px 7px;
    position: absolute;
    top: -44px;
    left: 0px;
}

.product-info .info-wrap .product-tag .tag-name {
    color: hsl(var(--white));
}

.product-info .info-wrap .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: hsl(var(--black));
    margin: 0px;
    width: 85%;
}

.product-info .info-wrap .rating-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.product-info .info-wrap .rating-wrap li i {
    color: hsl(var(--yellow));
}

.product-info .info-wrap .rating-wrap li:last-child {
    margin-left: 12px;
}

.product-info .info-wrap .key-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.product-info .info-wrap .key-wrap li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-info .info-wrap .key-wrap li i {
    color: hsl(var(--base));
}

.product-details {
    padding: 90px 0 90px 0px;
    position: relative;
    overflow: hidden;
}
.popular-section{
    position: relative;
}

.blog-section .product-details-bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.blog-section .product-details-bg2 {
    position: absolute;
    bottom: 0px;
    left: 20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.blog-section .product-details-bg3 {
    position: absolute;
    top: 15%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.blog-section .product-details-bg4 {
    position: absolute;
    top: 0px;
    left: 60%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.blog-section .product-details-bg5 {
    position: absolute;
    bottom: 10%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.blog-section .product-details-bg6 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.popular-section .product-details-bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.popular-section .product-details-bg2 {
    position: absolute;
    bottom: 0px;
    left: 20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.popular-section .product-details-bg3 {
    position: absolute;
    top: 15%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.popular-section .product-details-bg4 {
    position: absolute;
    top: 0px;
    left: 60%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}


.popular-section .product-details-bg5 {
    position: absolute;
    bottom: 10%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}


.popular-section .product-details-bg6 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}


.product-details .product-details-bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.product-details .product-details-bg2 {
    position: absolute;
    bottom: 0px;
    left: 20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.product-details .product-details-bg3 {
    position: absolute;
    top: 15%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.product-details .product-details-bg4 {
    position: absolute;
    top: 0px;
    left: 60%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.product-details .product-details-bg5 {
    position: absolute;
    bottom: 10%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.product-details .product-details-bg6 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.details-wrap {
    position: relative;
    top: -252px;
}

.product-item-wrap {
    border-radius: 12px;
    padding-bottom: 40px;
    background: hsl(var(--body-color));
}

.product-item-wrap .title {
    color: hsl(var(--white));
}

.product-item-wrap .discription .title {
    color: hsl(var(--white));
}

.product-item-wrap .discription .text {
    color: hsl(var(--white)/0.5);
}

.product-item-wrap .group-info {
    position: relative;
    margin-top: -128px;
    background: hsl(var(--body-color));
    padding: 40px;
    border-radius: 24px 24px 0px 0px;
    z-index: 2;
}

.product-item-wrap .group-info .meta-wraper {
    border-bottom: 1px solid hsl(var(--white)/0.2);
    padding-bottom: 24px;
}

.product-item-wrap .group-info .group-meta {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 26px;
    flex-wrap: wrap;
}

.product-item-wrap .group-info .group-meta .thumb-wrap {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.product-item-wrap .group-info .group-meta .thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item-wrap .group-info .group-meta .content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-item-wrap .group-info .group-meta .content .tag {
    color: hsl(var(--purple));
}

.product-item-wrap .group-info .group-meta .content .name {
    font-size: 32px;
    line-height: 0.93;
    font-weight: 500;
    color: hsl(var(--white));
    margin: 0px;
}

.product-item-wrap .group-info .group-meta .content .platform {
    color: hsl(var(--white)/0.5);
    margin-bottom: 4px;
}

@media (max-width: 1024px) {
    .product-item-wrap .group-info {
        padding: 12px; /* my code */
        margin-top: 0px;
    }
    .section-content-4{
        margin-bottom: 50px;
    }
}

.search-section {
    background: hsl(var(--white));
    border-top: 1px solid hsl(var(--black)/0.2);
}

.browse-search-box-wrap {
    padding: 12px;
    background: hsl(var(--white));
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.browse-search-box-wrap form {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.browse-search-box-wrap form input::placeholder {
    color: hsl(var(--black)) !important;
}

.browse-search-box-wrap form .hero-input-group {
    width: 300px;
    position: relative;
}

.browse-search-box-wrap form .hero-input-group::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0px;
    width: 1px;
    height: 50px;
    background: hsl(var(--black)/0.1);
}

.browse-search-box-wrap form .hero-input-group:nth-child(3)::after {
    content: none;
}

.browse-search-box-wrap form .hero-input-group label {
    margin-left: 12px;
    color: hsl(var(--black)/0.5);
}

.browse-search-box-wrap form .hero-input-group .hero-search-input {
    border-radius: 0;
    border: none;
    padding-top: 4px;
    position: relative;
}

.browse-search-box-wrap .btn_wrap {
    position: absolute;
    right: 0;
}

.browse-search-box-wrap .btn_wrap .hero-serch-btn {
    border-radius: 5px;
    color: hsl(var(--white));
    padding: 16px 38px;
    font-weight: 400;
}

.browse-search-box-wrap .content-wrap .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.browse-search-box-wrap .content-wrap ul {
    display: flex;
    gap: 30px;
}

.browse-search-box-wrap .content-wrap ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.browse-search-box-wrap .content-wrap ul li::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -18px;
    height: 12px;
    width: 1px;
    background: hsl(var(--black)/0.5);
}

.browse-search-box-wrap .content-wrap ul li:last-child::after {
    content: none;
}

.browse-search-box-wrap .content-wrap ul li p {
    color: hsl(var(--black)/0.5);
}

.browse-search-box-wrap .content-wrap ul li i {
    color: hsl(var(--black)/0.5);
}

.property-type-box {
    border: 1px solid hsl(var(--black)/0.2);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.property-type-box i {
    font-size: 28px;
}

.more-filter-item {
    display: none;
}

.more-filter-item.show-all {
    display: block;
}

.show-all-tgl-btn {
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .browse-search-box-wrap {
        padding: 12px;
        background: hsl(var(--white));
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 92px;
    }

    .browse-search-box-wrap .btn_wrap {
        position: absolute;
        left: 0;
        bottom: -60px;
    }
}

@media (max-width: 588px) {
    .browse-search-box-wrap form .hero-input-group {
        width: 100%;
        margin-bottom: 12px;
    }

    .browse-search-box-wrap form .hero-input-group::after {
        content: none;
    }

    .browse-search-box-wrap form .hero-input-group .hero-search-input {
        border-radius: 8px;
        border: 1px solid hsl(var(--black)/0.2);
        padding: 14px 12px;
        position: relative;
    }

    .browse-search-box-wrap form .hero-input-group label {
        margin-left: 0px;
        margin-bottom: 12px;
        color: hsl(var(--black)/0.5);
    }

    .browse-search-box-wrap form {
        flex-wrap: wrap;
    }

    .browse-search-box-wrap .content-wrap ul li {
        flex-wrap: wrap;
    }

    .browse-search-box-wrap .content-wrap ul {
        gap: 8px;
        flex-wrap: wrap;
    }
}

.key-item {
    background: hsl(var(--base)/0.2);
    padding: 60px;
    position: relative;
}

.key-item .key-element1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.key-item .key-element1 svg path {
    fill: hsl(var(--base)/0.5);
}

.key-item .key-element2 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.key-item .key-element2 svg path {
    fill: hsl(var(--base-two)/0.3);
}

.key-item .key-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}

.key-item .key-box .icon-wrap {
    width: 76px;
    height: 76px;
    background: hsl(var(--white));
    box-shadow: 0px 5px 42.3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.key-item .key-box .icon-wrap img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.key-item .key-box .content-wrap .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px;
}

.testimonial-wrap {
    background: hsl(var(--base)/0.05);
    padding: 120px 0px;
    position: relative;
}

.testimonial-wrap .bg-elemet1 {
    position: absolute;
    top: 100px;
    left: 0px;
}

.testimonial-wrap .bg-elemet2 {
    position: absolute;
    bottom: 60px;
    left: 300px;
}

.testimonial-wrap .bg-elemet3 {
    position: absolute;
    right: 420px;
    bottom: 100px;
}

.testimonial-card {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.testimonial-card .title {
    font-size: 36px;
    font-weight: 400;
    line-height: 68px;
    text-align: center;
}

.testimonial-card .user-thumb {
    width: 79.6px;
    height: 79.6px;
    border-radius: 50%;
    border: 5px solid hsl(var(--white));
}

.testimonial-card .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.filter-box {
    padding: 20px 0px;
    border-bottom: 1px solid hsl(var(--black)/0.05);
}

.discover-box {
    padding: 36px 20px;
    background: hsl(var(--black));
    border-radius: 8px;
    margin-top: 32px;
    position: relative;
}

.discover-box .close-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: hsl(var(--white));
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discover-box .title {
    color: hsl(var(--white));
    margin: 0px;
}

.discover-wrap {
    background-color: #181a40;
    border-radius: 15px;
    padding: 105px 0px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.discover-wrap .discover-element-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.discover-wrap .discover-element-2 {
    position: absolute;
    right: 0px;
    top: 32px;
    z-index: -1;
}

.discover-wrap .discover-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 42px;
    z-index: 1;
}

.discover-wrap .discover-content .title {
    color: hsl(var(--white));
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.64;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.discover-wrap .discover-content .discover-btn {
    color: hsl(var(--white));
    padding: 8px 16px;
    border-radius: 30px;
    background: hsl(var(--base));
    font-size: 16px;
    font-weight: 600;
}

/*=================== Blog Details =========*/
.blog-details {
    overflow: hidden;
    margin-right: 50px;
}

@media screen and (max-width: 991px) {
    .blog-details {
        margin-right: 0px;
    }
    .discover-wrap .discover-element-2 {
       display: none;
    }
    .discover-wrap .discover-element-1{
        width: 180px;
    }
}

.blog-details .blog-item__content {
    padding: 35px 0px;
    margin-top: 10px;
}

.blog-details .text-list.inline .text-list__item {
    padding: 0px 12px;
}

.blog-details .blog-item__content {
    background-color: transparent;
}

.blog-details .blog-item {
    box-shadow: none;
}

.blog-details .blog-item__thumb {
    height: 450px;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .blog-details .blog-item__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 770px) {
    .blog-details .blog-item__thumb {
        height: 300px;
    }
}

.blog-details .blog-item__thumb img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details .blog-item__content {
    padding-bottom: 0;
}

.blog-details__content {
    padding: 20px 0px;
}
.blog-details__content ul{
    color: hsl(var(--white) / 0.7);
}
.blog-details__content ul li::marker {
    color: hsl(var(--base));
  }
  .blog-details__content ul li {
    list-style: disc;
    color: hsl(var(--white) / 0.7);
    margin-left: 20px;
}
@media screen and (max-width: 770px) {
    .blog-details__content {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding: 15px 15px;
    }
}

.blog-details__title {
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details .blog-bottom-wrap {
    border-top: 0;
    padding: 20px 25px 0px;
}

.blog-details__share ul li {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-details__share ul li:hover {
    background: hsl(var(--base));
}

.blog-details__share ul li a i {
    color: hsl(var(--white));
}

blockquote {
    background-color: hsl(var(--base)/0.1);
    padding: 60px 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;
    color: hsl(var(--white)/0.5);
}

blockquote::before {
    content: "\f10e";
    position: absolute;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 141px;
    top: -95px;
    right: 50%;
    z-index: -1;
    opacity: 0.4;
    transform: translateX(39%);
}

.social-list.blog-details a.social-list__link {
    color: hsl(var(--dark)) !important;
}

/*====================== Product Section ====================*/
.ecommerce-product {
    border-radius: 20px;
    border: 1px solid hsl(var(--base)/0.3);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.ecommerce-product:hover {
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
    border: 1px solid hsl(var(--base)/0.6);
    transform: translateY(-3px);
}

.ecommerce-product:hover .ecommerce-product__thumb {
    border-radius: 10px;
}

.ecommerce-product:hover .ecommerce-product__thumb img {
    transform: scale(1.07);
}

.ecommerce-product:hover .product-action-wrap {
    right: 15px;
    opacity: 1;
    visibility: visible;
}

.ecommerce-product__thumb {
    border-radius: 10px;
    position: relative;
}

.ecommerce-product__thumb a {
    display: block;
    z-index: 99;
}

.ecommerce-product__thumb img {
    border-radius: 10px 10px 0 0;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.ecommerce-product__thumb .product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0px 10px;
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
}

.ecommerce-product__thumb .product-badge p {
    color: hsl(var(--white));
    font-size: 14px;
}

.ecommerce-product__thumb .product-action-wrap {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 1px 3px rgba(1, 15, 28, 0.14);
    transition: all ease-in-out 0.3s;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
}

.ecommerce-product__thumb .product-action-wrap .cart-btn {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid hsl(var(--base)/0.5);
    border-bottom: 0;
    transition: all ease-in-out 0.3s;
}

.ecommerce-product__thumb .product-action-wrap .cart-btn i {
    transition: all ease-in-out 0.3s;
}

.ecommerce-product__thumb .product-action-wrap .cart-btn:last-child {
    border-bottom: 1px solid hsl(var(--base)/0.5);
}

.ecommerce-product__thumb .product-action-wrap .cart-btn:hover {
    background-color: hsl(var(--base));
}

.ecommerce-product__thumb .product-action-wrap .cart-btn:hover i {
    color: hsl(var(--white));
}

.ecommerce-product__thumb .product-action-wrap .cart-btn button {
    color: hsl(var(--black));
}

.ecommerce-product__thumb .product-action-wrap .cart-btn .tooltip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    font-weight: 500;
    font-size: 12px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    display: inline-block;
    width: max-content;
    line-height: 1;
    padding: 5px 11px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.ecommerce-product__thumb .product-action-wrap .cart-btn .tooltip::before {
    position: absolute;
    content: "";
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid hsl(var(--base));
    border-bottom: 8px solid transparent;
}

.ecommerce-product__thumb .product-action-wrap .cart-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(-8px) translateY(-50%);
}

.ecommerce-product__content {
    padding: 30px 0 30px 30px;
}

.ecommerce-product__content .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: hsl(var(--black)/0.8);
}

.ecommerce-product__content .review-wrap p.review-count {
    font-size: 14px;
}

.ecommerce-product__content .price-wrap .product-price {
    font-weight: 500;
    display: inline-block;
    color: hsl(var(--base));
}

.ecommerce-product__content .price-wrap .product-price.old {
    text-decoration: line-through;
    margin-right: 5px;
}

.ecommerce-product__price-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid hsl(var(--base)/0.2);
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.ecommerce-product__price-title span {
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.ecommerce-product__price-title span i {
    color: hsl(var(--base));
    font-size: 16px;
    font-weight: 800;
}

.ecommerce-product__price-title span:last-child {
    font-size: 20px;
}

.ecommerce-product__rating-view {
    display: flex;
    justify-content: space-between;
}

.ecommerce-product__rating-view .social-list__item {
    margin-right: 5px;
    font-size: 14px;
    color: hsl(var(--base));
}

.ecommerce-product__rating-view a {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid hsl(var(--base)/0.5);
    padding: 3px 7px;
    border-radius: 5px;
}

.ecommerce-product__rating-view a:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.product-price.old {
    text-decoration: line-through;
    margin-right: 5px;
}

.product-deatils-meta {
    display: flex;
    justify-content: space-between;
}

.product-deatils-meta .actn-btn_group {
    display: flex;
    gap: 16px;
}

.social-list {
    display: flex;
}

.social-list li {
    font-size: 20px;
}

.about-bottom ul li {
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
    gap: 8px;
}

.about-bottom ul li p {
    font-size: 14px;
}

.about-bottom ul li p span {
    color: hsl(var(--base));
}

.tab-review-wrap .comment-list .user-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.tab-review-wrap .comment-list__thumb {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.tab-review-wrap .comment-list__thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tab-review-wrap .comment-list__content {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: left;
    gap: 8px;
}

.tab-review-wrap .comment-list__content .rating-list {
    color: #faca51;
}

/*====================== Products Details ====================*/
.product-info .product-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-info .product-title h3 {
    margin-bottom: 4px;
}

.product-info .ratings-box {
    margin-bottom: 4px;
}

.product-info .ratings-box i {
    color: #faca51;
}

.product-info .add-to-cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 24px 24px;
}

.product-info .add-to-cart h5 {
    margin: 0;
}

.product-info .key-feature li h5 {
    font-weight: 200 !important;
}

.product-info .border-bottom {
    border-bottom: 1px solid hsl(var(--base)/0.2) !important;
}

.product-info .border-bottom h5 {
    font-weight: 400;
}

.custom--tab {
    border-bottom: 1px solid hsl(var(--base)/0.2);
    border-radius: 0px;
}

.custom--tab li {
    margin-bottom: 18px !important;
}

.custom--tab li a {
    font-size: 20px !important;
}

.about-bottom ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: hsl(var(--base));
}

.about-bottom ul li p {
    font-size: 16px;
}

.product-detials {
    border: 1px solid hsl(var(--base)/0.1);
    border-radius: 20px;
    margin-right: 30px;
}

@media screen and (max-width: 991px) {
    .product-detials {
        margin-right: 0px;
    }
}

.product-detials .product-price {
    font-size: 20px;
}

.product-detials .product {
    box-shadow: none;
    border: 0;
    padding-bottom: 0;
}

.product-detials .product:hover {
    border: none;
    transform: none;
}

.product-detials .product__thumb img {
    border-radius: 10px;
    width: 100%;
}

.product-detials .product.product__price-title {
    padding-bottom: 25px;
    margin-bottom: 27px;
}

.product-details-area button.btn-close {
    position: absolute;
    right: 30px;
}

.product-details-area button.btn-close:focus {
    box-shadow: none;
}

.product-details-area .modal-content {
    padding: 25px;
}

.product-details-area .product-info-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-details-area .product-info-right .box_content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 28px 28px;
    height: 180px;
    background-color: hsl(var(--base)/0.02);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.product-details-area .product-info-right .box_content .buy-btn {
    width: 100%;
    text-align: center;
}

.product-details-area .product-info-right .box_content1 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 28px 28px;
    height: 180px;
    background-color: hsl(var(--base)/0.02);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.product-details-area .product-info-right .box_content1 .txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-details-area .product-info-right .box_content2 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 28px 28px;
    background-color: hsl(var(--base)/0.02);
}

.product-details-area .product-info-right .box_content2 .txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-details-area .product-info-right .box_content3 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 28px 28px;
    background-color: hsl(var(--base)/0.02);
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.product-details-area .product-info-right .box_content3 .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portfolio-slider {
    display: flex;
    gap: 12px;
}

.product-details-left {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product-details-left:hover .product-details-left__thumb img {
    transform: scale(1);
}

.product-details-left__nav .nav-tabs {
    flex-direction: row;
    border: 0;
}

.product-details-left__nav .nav-tabs li {
    margin: 12px 12px 0px 0px;
}

.product-details-left__nav .nav-tabs li:last-child {
    margin-right: 0px;
}

.product-details-left__nav .nav-tabs .nav-link {
    border: none !important;
    padding: 0px;
    background: none;
}

.product-details-left__nav .nav-tabs .nav-link img {
    width: 67px;
    height: 54px;
    object-fit: cover;
    border-radius: 4px;
}

.product-details-left__thumb {
    position: relative;
    z-index: 2;
    height: 460px;
}

.product-details-left__thumb a {
    position: absolute;
    right: 0;
    bottom: 0;
}

.product-details-left__thumb img {
    transform: scale(1);
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-left__thumb i {
    color: hsl(var(--white));
    height: 30px;
    width: 30px;
    line-height: 30px;
    transition: all 0.5s;
    text-align: center;
    border-radius: 3px;
}

.product-details-left .screen-img {
    width: 100px !important;
    height: 100px !important;
}

.product-details-left__nav {
    display: flex;
    flex-direction: column;
}

.project-details {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.project-details a {
    margin-right: 10px;
}

.project-details .quantity_box {
    width: 90px;
    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: 38px;
    border: 1px solid hsl(var(--base)/0.1);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    padding-left: 22px;
    outline: none;
    font-size: 14px;
    font-weight: 700;
}

.project-details .quantity_box button {
    width: 29px;
    height: 38px;
    background-color: transparent;
    font-size: 8px;
    background-color: hsl(var(--base)/0.05);
    border: none;
    border: 1px solid hsl(var(--base)/0.1);
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.project-details .quantity_box button i {
    color: hsl(var(--base));
}

.project-details .quantity_box button.sub {
    bottom: 9px;
    top: auto;
    border: 1px solid hsl(var(--base)/0.1);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-details__content .review-wrap .stock {
    font-size: 14px;
    background: hsl(var(--base)/0.2);
    padding: 0px 10px;
    border-radius: 4px;
}

.product-details__content .review-wrap p.review-count {
    font-size: 14px;
}

.product-details__content .title a {
    font-size: 16px;
    font-weight: 500;
    color: hsl(var(--white)/0.8);
    margin: 0;
}

.product-details__content .desc {
    font-size: 14px;
}

.product-details__bottom ul li {
    display: flex;
    margin-bottom: 5px;
    font-size: 14px;
}

.product-details__bottom ul li i {
    color: hsl(var(--base));
    margin-right: 10px;
    margin-top: 8px;
}

.product-details__bottom ul li img {
    margin-left: 10px;
}

.product-details__bottom ul li p {
    font-size: 14px;
}

.product-details__bottom ul li span {
    font-weight: 700;
}

.product-details__bottom h5.social-share__title {
    font-size: 14px;
    font-weight: 700;
}

.product-details__bottom .social-list__link {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-sm);
    position: relative;
    overflow: hidden;
    border: 1px solid hsl(var(--base)/0.4);
    transition: 0.3s;
    cursor: pointer;
}

.product-details__bottom .social-list__link i {
    margin: 0;
}

.product-details__bottom .social-list__link:hover i {
    color: hsl(var(--black));
}

.product-details__bottom .payment li {
    display: flex;
    flex-wrap: wrap;
}

.product-details__content .product-price {
    font-size: 20px;
    font-weight: 500;
}

.echommerce-products {
    position: relative;
}

.echommerce-products .circle2 {
    position: absolute;
    bottom: 0;
    right: 0%;
    height: 400px;
    width: 400px;
    background-color: #ece6ff;
    filter: blur(80px);
    -webkit-filter: blur(80px);
    border-radius: 50%;
    z-index: -1;
}

/*====================== Card ====================*/
.product-card__cupon input {
    height: 53px;
    width: 40%;
    margin-right: 13px;
    border-radius: 0;
}

@media screen and (max-width: 991px) {
    .product-card__cupon input {
        width: 30%;
    }
}

.product-card__update {
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 770px) {
    .product-card__update {
        justify-content: start;
    }
}

.cart-total ul {
    border: 1px solid hsl(var(--base)/0.1);
}

.cart-total ul li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid hsl(var(--base)/0.1);
    font-weight: 400;
}

.cart-total ul li span {
    float: right;
}

.cart-total ul :last-child {
    border-bottom: 0;
}

/* ========    product-details-tab  ======*/
.product-details-tab ul li {
    font-weight: 400;
    margin-bottom: 5px;
    padding: 10px 15px;
}

.product-details-tab ul li:nth-child(even) {
    background: hsl(var(--base)/0.08);
}

.product-details-tab ul li span {
    font-weight: 700;
    margin-right: 24px;
}

.tab-review-wrap {
    padding-right: 35px;
}

.tab-review-wrap .comment-list .comment-list__item .comment-list__content .time-rating-warper ul {
    display: flex;
}

.product-details-left__content {
    position: relative !important;
    overflow: hidden;
    border-radius: 4px;
    height: 400px;
}

.product-details-left__content:hover .info {
    opacity: 1 !important;
    transform: translateY(30px);
}

.product-details-left :hover::before {
    opacity: 0.7;
}

.product-details-left .info {
    position: absolute !important;
    top: 0%;
    left: 20%;
    z-index: 3;
    color: rgb(0, 0, 0);
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
}

.product-details-left .info a {
    color: hsl(var(--white));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-details-left .info a .live-watch {
    font-size: 30px;
}

.product-details-left .info a p {
    color: hsl(var(--white));
}

.description .content {
    margin-bottom: 32px;
}

.description .content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 1025px) {
    .pdt-brdcrmb {
        padding: 10px 0px 10px 80px;
    }
}

@media (max-width: 991px) {
    .details-right-content {
        margin-top: 24px;
    }
}

@media (max-width: 769px) {
    .pdt-brdcrmb {
        padding: 10px 0px 10px 0px;
    }

    .txt {
        gap: 20px;
        justify-content: flex-start !important;
    }

    .buy-btn {
        width: 100%;
        text-align: center;
        height: 40px;
        font-size: 20px;
    }

    .buy-btn a {
        line-height: 0 !important;
    }
}

@media (max-width: 320px) {
    .product-details-left__nav .nav-tabs .nav-link img {
        width: 63px;
        height: 54px;
    }
}

.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/*============ 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;
}

.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: 0px !important;
    color: hsl(var(--dark));
}

.social-list__item .social-list__link:hover {
    color: hsl(var(--base)) !important;
}

/*================== Sidebar Box & Title ===================*/
.blog-sidebar {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: rgba(255, 255, 255, 0.08);
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 12px;
}

.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(--white)) !important;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 23px;
}

.blog-sidebar__sub-title {
    font-size: 19px;
    font-weight: 600;
}

.blog-sidebar .blog-search-box form .form-group {
    position: relative;
}

.blog-sidebar .blog-search-box form .form-group button {
    position: absolute;
    top: 46px;
    left: 14px;
    color: hsl(var(--white));
}

/*========================= 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(--black)/0.1);
}
.latest-blog a{
    display: flex;
}
.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;
    border-radius: 5px;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    color: hsl(var(--white));
    font-weight: 500;
    font-size: 16px;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

.latest-blog__date {
    color: hsl(var(--white)/0.7);
}

.contact-right-side .title {
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.27;
    margin-bottom: 34px;
    color: hsl(var(--white));
}

.contact-right-side .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: hsl(var(--white)/0.6);
    margin-top: 24px;
}

.contact-right-side ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-shrink: 0;
}

.contact-right-side ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.contact-right-side ul li .icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsl(var(--white)/0.2);
}

.contact-right-side ul li .icon-wrap i {
    color: hsl(var(--base));
}

.contact-right-side ul li .content-wrap {
    width: 75%;
}

.contact-right-side ul li .content-wrap .title {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 4px !important;
    color: hsl(var(--white)/0.8);
}

.contact-right-side ul li .content-wrap a h6 {
    color: hsl(var(--white));
}

.get-in-touch {
    border: 1px solid hsl(var(--black)/0.05);
    border-radius: 8px;
}

.contact-card {
	padding: 40px 28px;
	height: 100%;
	background: rgba(32, 32, 32, 0.78);
	border: 1px solid hsl(var(--white)/0.2);
	border-radius: 26px;
}

.contact-section .product-details-bg1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.contact-section .product-details-bg2 {
    position: absolute;
    bottom: 0px;
    left: 20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.contact-section .product-details-bg3 {
    position: absolute;
    top: 15%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.contact-section .product-details-bg4 {
    position: absolute;
    top: 0px;
    left: 60%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.contact-section .product-details-bg5 {
    position: absolute;
    bottom: 10%;
    right: 0px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

.contact-section .product-details-bg6 {
    position: absolute;
    bottom: -236px;
    left: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: hsl(var(--pink));
    filter: blur(130px);
    -webkit-filter: blur(130px);
    z-index: -1;
}

@media (max-width: 425px) {
    .contact-right-side .title {
        font-size: 30px !important;
    }
}

.sign-up_box {
    padding: 20px 0px;
    border-radius: 4px;
}

.sign-up_box .title {
    margin-bottom: 40px;
}

.sign-up_box .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sign-up_box .input-group .input-group-text {
    border-radius: 4px;
    border: 1px solid hsl(var(--base)/0.5);
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.sign-up_box .login-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.sign-up_box .login-meta p {
    font-size: 14px;
}

@media (max-width: 769px) {
    .signup-section .signup-thumb {
        display: none !important;
    }
}

.dashboard {
    background: hsl(var(--black)/0.06);
    height: 100%;
    min-height: 100vh;
  /*======= Dashboard Card =======*/
}

.dashboard .dashboard_profile {
    position: fixed;
    top: 0px;
    z-index: 9999;
    border-radius: 0px;
    width: 277px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard_profile {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

.dashboard .user-profile {
    background: var(--gradient-bg);
    border-radius: 8px;
    padding: 36px 0px;
}

.dashboard .dashboard_profile_wrap {
    position: relative;
}

.dashboard .dashboard_profile_wrap h3 {
    font-size: 18px;
}

.dashboard .dashboard_profile_wrap .profile_photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.dashboard .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 .dashboard_profile_wrap .profile_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard .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 .dashboard_profile_wrap .profile_photo .photo_upload i {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.dashboard .dashboard_profile_wrap .profile_photo .photo_upload .upload_file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    display: none;
}

.dashboard .dashboard_profile_wrap h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.dashboard .dashboard_profile_wrap .profile-details ul li .user-name {
    font-weight: 700;
    font-size: 16px;
}

.dashboard .dashboard_profile_wrap .profile-details ul li p {
    color: hsl(var(--white));
    font-size: 14px;
}

.dashboard .dashboard_profile_wrap .profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}

.dashboard .dashboard_profile_wrap .profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

.dashboard .dashboard_profile__details ul li a {
    display: block;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.dashboard .dashboard_profile__details ul li a i {
    margin-right: 10px;
}

.dashboard .dashboard_profile__details ul li a:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard_profile__details ul li a.active {
    color: hsl(var(--base));
}

.dashboard .dashboard-body {
    position: relative;
}

.dashboard .dashboard-body__bar {
    display: none;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body__bar {
        display: block;
    }
}

.dashboard .dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    background-color: hsl(var(--base));
    text-align: center;
    padding: 2px 8px;
    border-radius: 3px;
}

.dashboard .selling-group-item span {
    font-size: 14px;
}

.dashboard .message-send__content.section-bg-two {
    padding: 3px 5px;
    margin-bottom: 5px;
}

.dashboard .message-send__content.section-bg-two p {
    font-size: 14px;
}

.dashboard ul.list.d-flex.message-send__history {
    font-size: 12px;
}

.dashboard .message-send {
    margin-bottom: 10px;
}

.dashboard .message-receive__history-item {
    margin-right: 20px;
    position: relative;
}

.dashboard .message-receive__history-item:last-child {
    margin-right: 0;
}

.dashboard .message-receive__history-item:after {
    position: absolute;
    top: 9px;
    right: -13px;
    content: "";
    background: hsl(var(--base));
    height: 4px;
    width: 4px;
    border-radius: 50%;
}

.dashboard .message-receive__history-item:last-child:after {
    display: none;
}

.dashboard .milestones-action {
    cursor: pointer;
}

.dashboard .cursor-pointer {
    cursor: pointer;
}

.dashboard .dashboard-card {
    box-shadow: 0px 1px 5px rgba(1, 9, 17, 0.14);
    padding: 28px;
    border: 2px solid transparent;
    transition: all 0.4s ease-in-out;
    text-align: start;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid hsl(var(--white)/0.2);
}

.dashboard .dashboard-card:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    border: 1px solid hsl(var(--base)/0.4);
    /* transform: translateY(-3px); */
    border-radius: 4px;
}

@media screen and (max-width: 770px) {
    .dashboard .dashboard-card {
        padding: 20px 15px;
    }
}

.dashboard .dashboard-card__link {
    position: absolute;
    right: 20px;
}

.dashboard .dashboard-card__link a {
    color: hsl(var(--white));
}

.dashboard .dashboard-card__link a:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-card__thumb {
    width: 40px;
    height: 40px;
}

.dashboard .dashboard-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.dashboard .dashboard-card__icon {
    font-size: 28px;
    width: 50px;
    height: 50px;
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.dashboard .dashboard-card__title {
    margin-bottom: 10px;
    font-size: 16px;
    color: hsl(var(--white)/0.6);
}

.dashboard .dashboard-card__content {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.dashboard .dashboard-card .notification-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    padding-left: 15px;
}

.dashboard .dashboard-card__amount {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 800;
    color: hsl(var(--white));
}

.dashboard .selling-group-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid hsl(var(--base)/0.2);
    padding: 6px 0;
}

.dashboard .card-header.selling-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard .card-primary {
    background-color: hsl(var(--primary)/0.6);
}

.dashboard .card-primary .dashboard-card__icon {
    background-color: hsl(var(--primary));
}

.dashboard .card-violet {
    background-color: hsl(var(--violet)/0.6);
}

.dashboard .card-violet .dashboard-card__icon {
    background-color: hsl(var(--violet));
}

.dashboard .card-success {
    background-color: hsl(var(--success)/0.6);
}

.dashboard .card-success .dashboard-card__icon {
    background-color: hsl(var(--success));
}

.dashboard .card-danger {
    background-color: hsl(var(--danger)/0.4);
}

.dashboard .card-danger .dashboard-card__icon {
    background-color: hsl(var(--danger));
}

.dashboard .card-warning {
    background-color: hsl(var(--warning)/0.6);
}

.dashboard .card-warning .dashboard-card__icon {
    background-color: hsl(var(--warning));
}

.dashboard .card-info {
    background-color: hsl(var(--info)/0.6);
}

.dashboard .card-info .dashboard-card__icon {
    background-color: hsl(var(--info));
}

.dashboard .card-success-1 {
    background-color: hsl(var(--success)/0.3);
}

.dashboard .card-success-1 .dashboard-card__icon {
    background-color: hsl(var(--success));
}

.dashboard .card-primary-1 {
    background-color: hsl(var(--primary)/0.4);
}

.dashboard .card-primary-1 .dashboard-card__icon {
    background-color: hsl(var(--primary));
}

.dashboard .card-violet-1 {
    background-color: hsl(var(--violet)/0.3);
}

.dashboard .card-violet-1 .dashboard-card__icon {
    background-color: hsl(var(--violet)/0.8);
}

.dashboard .dashboard-body .single-service__icon img {
    width: 160px !important;
    padding: 5px;
    border: 3px solid hsl(var(--base)/0.06);
    height: 60px;
    object-fit: contain;
}

.dashboard-chart {
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(1, 15, 28, 0.14);
    border-radius: 12px;
    border: 1px solid transparent;
}

.dashboard-header {
    box-shadow: 0px 1px 5px rgba(1, 9, 17, 0.14);
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid hsl(var(--white)/0.2);
}

.dashboard-header ul {
    display: flex;
    align-items: center;
    gap: 34px;
}

.dashboard-header ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-header ul li .user-thumb {
    width: 37px;
    height: 37px;
}

.dashboard-header ul li .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-header ul li .search-box {
    position: relative;
}

.dashboard-header ul li .search-box i {
    position: absolute;
    top: 20px;
    left: 36px;
    color: hsl(var(--base-two)/0.5);
    font-size: 20px;
    width: 0px;
}

.dashboard-header ul li .search-box input {
    border-radius: 40px;
    background: hsl(var(--base-two)/0.05);
    border: none;
    padding: 16px 40px 16px 60px;
    text-align: center;
    color: hsl(var(--base-two));
}

.dashboard-header ul li .search-box input::placeholder {
    color: hsl(var(--base-two)/0.5);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.dashboard-header ul li a {
    width: 50px;
    height: 50px;
    background: hsl(var(--base-two)/0.05);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: hsl(var(--base-two)/0.5);
}

.dashboard-header ul li a i {
    font-size: 24px;
}

.dashboard-header ul li .notification a {
    position: relative;
}

.dashboard-header ul li .notification a .indecator {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 10px;
}

.dashboard-header ul li .notification a i {
    color: hsl(var(--base));
}

.dashboard-header ul .home-btn-2 {
    display: none;
}

.dashboard-header .home-mobile {
    display: none;
}

.dashboard-header .home-mobile a i {
    color: hsl(var(--base));
}

@media (max-width: 530px) {
    .dashboard-header {
        padding: 12px;
        border-radius: 8px;
    }

    .dashboard-header ul {
        gap: 8px;
        margin-left: 8px;
    }

    .dashboard-header ul .language {
        display: none;
    }

    .dashboard-header ul .home-btn-1 {
        display: none;
    }

    .dashboard-header ul .home-btn-2 {
        display: block !important;
        margin: 0px 16px 0px 16px;
    }

    .dashboard-header ul .home-btn-2 i {
        color: hsl(var(--white));
        font-size: 22px;
    }

    .dashboard-header .home-mobile {
        display: block;
    }

    .dashboard-header .home-2 {
        display: none;
    }
}

.search-box {
    position: relative;
    width: 300px;
}

.search-box i {
    position: absolute;
    top: 16px;
    right: 20px;
}

.notification-dropdown {
    display: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 10px;
    position: absolute;
    top: 44px;
    right: 0;
    width: 320px;
    height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    background: hsl(var(--white)) !important;
    border-radius: 4px;
    z-index: 9;
}

.notification-dropdown .notification-dropdown-menu {
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: hsl(var(--white)) !important;
}

.notification-dropdown .notification-dropdown-menu .notification-item-wraper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notification-dropdown .notification-dropdown-menu .notification-item-wraper .notification-item {
    padding: 12px;
    height: 84px;
    border-bottom: 1px solid hsl(var(--base)/0.2);
}

.notification-dropdown .notification-dropdown-menu .notification-item-wraper .notification-item a {
    display: inline-flex;
    align-items: center;
}

.notification-dropdown .notification-dropdown-menu .notification-item-wraper .notification-item a span {
    border-right: 1px solid hsl(var(--dark)/0.2);
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    margin-right: 6px;
    align-items: center;
}

.notification-dropdown .notification-dropdown-menu .notification-item-wraper .notification-item a span .notification-icon {
    font-size: 20px;
    margin-right: 8px;
}

.notification-dropdown .notification-dropdown-menu .notification-item-wraper .notification-item a .notification-title {
    font-size: 14px;
    width: 230px;
    padding: 0px 4px;
}

.notification-dropdown .notification-dropdown-menu .notification-item-wraper .notification-item:hover {
    background: hsl(var(--base)/0.2);
}

.notification-dropdown .notification-dropdown-menu .notification-item-footer a p {
    font-size: 14px;
    padding: 8px 0px;
    color: hsl(var(--base));
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--base));
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

.ad-text-area {
    height: 70px;
    width: 100%;
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 10px 10px;
    border-radius: 4px;
    background-color: hsl(var(--body-color)/0.1);
    border: 1px solid hsl(var(--base)/0.3);
    color: hsl(var(--dark)) !important;
    line-height: 1;
}

.ad-text-area:focus {
    color: hsl(var(--dark));
    box-shadow: none;
    border-color: hsl(var(--base));
    background-color: hsl(var(--body-color)/0.05);
}

.navigator-text {
    position: relative;
}

.navigator-text h6 {
    margin: 0px;
    color: hsl(var(--white));
}

.navigator-text h6::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: hsl(var(--base));
}

.filter-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.filter-wrap h6 {
    margin: 0px;
}

.dashboard-search-box {
    position: relative;
}

.dashboard-search-box input {
    padding: 13px 10px;
    border: 1px solid hsl(var(--white));
    color: hsl(var(--white)) !important;
}

.dashboard-search-box input:focus {
    border: 1px solid hsl(var(--white)) !important;
}

.dashboard-search-box input::placeholder {
    color: hsl(var(--white)) !important;
}

.dashboard-search-box i {
    position: absolute;
    top: 17px;
    right: 13px;
    font-size: 20px;
    color: hsl(var(--white));
}

.navigator-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.dashboard-title .title {
    color: hsl(var(--black));
}

.dashboard-container-wrap {
    margin-left: 276px;
}

@media (max-width: 1199px) {
    .dashboard-container-wrap {
        margin-left: 0px;
    }
    .navigator-text h6::after{
        display: none;
    }
}
@media (max-width: 1362px) {
    .hero .horo-bg-element15{
        display: none;
    }
}

@media (max-width: 768px) {
    .dashboard-header ul .search {
        display: none;
    }

    .dashboard-header ul .settings {
        display: none;
    }
   
    .contact-section .product-details-bg6{
        width: 260px;
    }
    .contact-section .product-details-bg3{
        width: 260px;
    }
    .popular-section .product-details-bg5{
        width: 200px;
    }
    .popular-section .product-details-bg3{
        width: 200px;
    }
    .popular-section .product-details-bg1{
        width: 200px;
    }
    .popular-section .product-details-bg2{
        width: 200px;
    }
    .popular-section .product-details-bg3{
        width: 200px;
    }
    .popular-section .product-details-bg4{
       display: none;
    }
    .popular-section .product-details-bg6{
        width: 200px;
    }
    .blog-section .product-details-bg1{
        width: 200px;

    }
    .blog-section .product-details-bg5{
        width: 200px;
        
    }
    .blog-section .product-details-bg6{
        width: 200px;
        
    }
}

.dashboard-chart {
    background: hsl(var(--white));
}

.error-wrap {
    position: relative;
}

.error-wrap__title {
    margin-bottom: 0;
}

.error-wrap__desc {
    margin-bottom: 30px;
    font-size: 18px;
}

.error__text span {
    font-size: 100px;
    font-weight: 800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(var(--white)) ;
    -webkit-text-fill-color: hsl(var(--black));
}

.error__text span:nth-child(2) {
    color: hsl(var(--base)) !important;
    -webkit-text-fill-color: hsl(var(--base));
}

.eye-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.eye-box .eye {
    position: relative;
    width: 120px;
    height: 120px;
    display: block;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0px 20px;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.2), inset 0 0 15px hsl(var(--base)), inset 0 0 15px hsl(var(--base));
}

.eye-box .eye::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 35px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: black;
    transform: translate(-50%, -50%);
    border: 8px solid rgb(155, 155, 221);
    box-sizing: border-box;
}

.price-section {
    position: relative;
}

.price-section .circle-1 {
    position: absolute;
    height: 600px;
    width: 600px;
    bottom: 0%;
    left: 0%;
    background-color: hsl(var(--base));
    filter: blur(300px);
    -webkit-filter: blur(300px);
    border-radius: 50%;
    z-index: -2;
    transform: translateX(-50%);
}

.price-section .circle-2 {
    position: absolute;
    height: 450px;
    width: 376px;
    bottom: 0;
    right: -9%;
    background-color: hsl(var(--secondary));
    filter: blur(323px);
    -webkit-filter: blur(323px);
    border-radius: 50%;
    z-index: -2;
    transform: translateX(-50%);
}

.search-section {
    position: relative;
}

.search-section .circle-1 {
    position: absolute;
    height: 400px;
    width: 400px;
    top: -10%;
    left: 7%;
    background-color: hsl(var(--base));
    filter: blur(200px);
    -webkit-filter: blur(200px);
    border-radius: 50%;
    transform: translateX(-50%);
}

.search-section .circle-2 {
    position: absolute;
    height: 450px;
    width: 376px;
    bottom: 0%;
    right: -9%;
    background-color: hsl(var(--secondary));
    filter: blur(200px);
    -webkit-filter: blur(200px);
    border-radius: 50%;
    transform: translateX(-50%);
}

.cookie-section {
    overflow: hidden;
}

.cookie-section .coockie-wrap h6 {
    font-weight: 600;
}

.cookie-section .coockie-wrap p span {
    color: hsl(var(--black));
    font-weight: 600;
    padding-right: 6px;
}

.cookie-section .coockie-wrap .ul-wrap {
    display: flex;
    padding: 20px;
    gap: 40px;
}

.cookie-section .coockie-wrap .ul-wrap ul li {
    color: hsl(var(--black)/0.8);
    list-style: disc;
    margin-bottom: 20px;
}

.cookies-card {
    position: fixed;
    bottom: 16px;
    padding: 10px;
    background: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 99;
    margin: auto 10px;
}
.copy-input{
    border: 1px solid hsl(var(--black)) !important;
    color: hsl(var(--white)/0.8);
    border-radius: 4px;
}
.wyg ul {
    color: hsl(var(--white)/0.8);
}
.wyg ul li{
    color: hsl(var(--white)/0.8);
    list-style: disc;
    margin-left: 20px;
}

.select2-container--default .select2-selection--multiple{
    background: transparent;
    padding: 4px 0px;
    outline: none;
    border-radius: 0px;
    color: hsl(var(--white));
    border: none;
    border-bottom: 1px solid hsl(var(--white) / 0.5);
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: none;
    color: hsl(var(--black));
}
.select2-container .select2-search--inline .select2-search__field{
    color: hsl(var(--white));

}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: hsl(var(--black));
}


.form-group .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    background: transparent;
    height: 222px;

}
.form-group .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred p.ck-placeholder {
    color: hsl(var(--white)) !important;
}
.form-group .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
    background: transparent;
    height: 222px;
}
.form-group .ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
    background: hsl(var(--white)/.1);
}
.form-group .ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset_all {
    color: hsl(var(--white));
    background: transparent;
}
.form-group .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: hsl(var(--white)/.3);
}
.form-group .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)/.08);
}
.form-group .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)/.08);
}

.preview-details {
    color: hsl(var(--white));
}
.preview-details span{
    color: hsl(var(--white));
}
.dashboard_profile-card {
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid hsl(var(--white) / 0.2);
}
.dashboard_profile-card .user-profile {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: var(--gradient-bg);
    padding: 70px 0px;
  }
  
  .dashboard_profile-card .user-profile::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid hsl(var(--white) / 0.09);
  }
  
  .dashboard_profile-card .user-profile::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 8px solid hsl(var(--white) / 0.09);
  }
  
  .dashboard_profile-card .contact-info {
    padding: 0px 20px;
    width: 100%;
  }
  
  .dashboard_profile-card .contact-info .info-wrap {
    padding: 20px 0px;
    border-bottom: 1px dashed hsl(var(--white) / 0.2);
  }
  
  .dashboard_profile-card .contact-info .info-wrap p {
    color: hsl(var(--white) / 0.7);
  }
  
  .dashboard_profile-card .contact-info .info-wrap .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    color: hsl(var(--white) / 0.4);
    margin-bottom: 8px;
  }
  
  .dashboard_profile-card .contact-info .info-wrap .info i {
    color: hsl(var(--white) / 0.8);
  }
  
  .dashboard_profile-card .contact-info .info-wrap .info p {
    color: hsl(var(--white) / 0.8);
  }
  
  .dashboard_profile-card .contact-info:last-child .info-wrap {
    border: none;
  }
  .base-card a{
    display: block;
  }
  .search-result-box {
    position: absolute;
    width: 104%;
    top: 0px;
    left: 0px;
}
  .search-result-wrap {
    max-height: 22vh;
    overflow-y: auto;
    background: hsl(var(--dark));
    border-radius: 8px;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: -18px;
    top: 60px;

}
.search-result-wrap  ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.search-result-wrap ul li {
    padding: 0px 0px 10px 10px;
    cursor: pointer;
    color: gray;
}
.search-result-wrap ul li:first-child {
    padding-top: 10px;
}
.search-result-wrap ul li a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
}
.search-result-wrap ul li a img{
    width: 69px;
    height: 50px;
    border-radius: 6px;
}
.search-result-wrap ul li a .search-content-wrap{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.search-result-wrap ul li a .search-content-wrap .category {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.5;
    margin-bottom: 0px;
}

.search-result-wrap ul li a .search-content-wrap p{
    line-height: 1;
}
.tag-wrap ul{
     display: flex;
     flex-wrap: wrap;
     gap: 6px;
}
.tag-wrap ul li{
    border: 1px solid hsl(var(--base) / 0.6);
    border-radius: 8px;
    padding: 2px 8px;

}

.support-item{
    border-bottom: 1px solid hsl(var(--base));
}
.border-endd{
    border-right: 1px solid hsl(var(--base));
}

.cookie-btn{
    background: hsl(var(--white));
    padding: 6px 17px;
    color: hsl(var(--black));
    border: 1px solid hsl(var(--dark));
}
.cookie-btn:hover{
    border: 1px solid hsl(var(--dark));
}
.cookies-card__content{
    color: hsl(var(--white)) !important;
}

.text--black{
    color: hsl(var(--black)/0.8);
    text-decoration: underline;
}

.text--black:hover{
    color: hsl(var(--black)/0.8);

}

.verification-code input {
    position: absolute;
    height: 50px;
    width: calc(100% + 0px);
    left: 0;
    background: transparent;
    border: none;
    font-size: 25px !important;
    font-weight: 800;
    letter-spacing: 50px !important;
    text-indent: 1px;
    border: none;
    z-index: 1;
    padding-left: 25px;
    font-family: 'Courier Prime', monospace;
    color: #504c4c !important;
}

.text-white{
    color: hsl(var(--white)/0.8);
}

.support-staff{
    background: hsl(var(--white)/0.1);
}

.avatar-preview{
    margin-bottom: 10px;
}

.search-btn{
    color: hsl(var(--base));
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media (max-width: 991px) {
    .header-leftside{
        display: flex;
        align-items: center;
        gap: 30px;
    }
}

@media (max-width: 425px) {
    .header-leftside{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .grop-search-box .input .search-result-box{
        width: 113%;
    }
}

.bottom-footer {
    border-top: 1px solid hsl(var(--base) / 0.15);
}


.grop-search-box{
    background: rgba(255, 255, 255, 0.08);
    padding: 20px 20px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid hsl(var(--white) / 0.2);
    position: relative;
}

.grop-search-box .input input{
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    position: relative;
    color: hsl(var(--white));
    /* border-right: 1px solid hsl(var(--white) / 0.2); */
}
.grop-search-box .input{
    position: relative;
}
.grop-search-box .input i{
    position: absolute;
    color: hsl(var(--white));
    top: 6px;
    right: 0px;
}

.grop-search-box .input .search-result-box{
    top: -14px;
}

