@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");

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

/*================ Css Variables Start ===============*/
:root {
  --heading-font: "Source Sans 3", sans-serif;
  --body-font: "Quicksand", sans-serif;
  --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
  --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
  --heading-three: clamp(2rem, 0.8vw + 1rem, 1.875rem);
  --heading-four: clamp(1.125rem, 0.5vw + 1rem, 1.5rem);
  --heading-five: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
  --heading-six: 1rem;
  --white: 0 0% 100%;
  --light-h: 0;
  --light-s: 0%;
  --light-l: 78%;
  --light: var(--light-h) var(--light-s) var(--light-l);
  --black-h: 253;
  --black-s: 13%;
  --black-l: 14%;
  --black: var(--black-h) var(--black-s) var(--black-l);
  --heading-color: var(--black);
  --body-color: 28 100% 97%;
  --border-color: 0 0% 88%;
  --body-background: 0 0% 100%;
  --section-bg: 208 100% 97%;
  --dash-body: 234 90% 4%;
  --body-text: 0 0% 13%;
  --star: 45 100% 51%;
  --footer: 0 3% 21%;
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 5px 15px hsl(var(--black) / 0.06);
  --base-h: 39;
  --base-s: 100%;
  --base-l: 51%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-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-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-h: 16;
  --base-two-s: 95%;
  --base-two-l: 59%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-d-100: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.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-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-h: 234;
  --dark-s: 90%;
  --dark-l: 4%;
  --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);
  --primary-h: 211;
  --primary-s: 100%;
  --primary-l: 50%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  --primary-d-100: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.5);
  --primary-l-100: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  --primary-l-600: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
  --secondary-h: 210;
  --secondary-s: 11%;
  --secondary-l: 71%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  --secondary-d-100: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  --secondary-l-600: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
  --success-h: 115;
  --success-s: 100%;
  --success-l: 47%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  --success-d-100: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.5);
  --success-l-100: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  --success-l-600: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
  --danger-h: 0;
  --danger-s: 96%;
  --danger-l: 63%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  --danger-d-100: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.5);
  --danger-l-100: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  --danger-l-600: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
  --warning-h: 29;
  --warning-s: 88%;
  --warning-l: 59%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-l-100: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  --warning-l-600: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  --info-l-600: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
  --violet-h: 251;
  --violet-s: 96%;
  --violet-l: 63%;
  --violet: var(--violet-h) var(--violet-s) var(--violet-l);
  --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-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-h: 50;
  --yellow-s: 100%;
  --yellow-l: 50%;
  --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
  --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-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);
}

/*====================== Section Heading ====================*/
.section-heading {
  margin-bottom: 0px;
}

.section-heading__title {
  position: relative;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}

.section-heading__title .hr-line {
  height: 6px;
  width: 100px;
  margin-top: 10px;
  margin-left: 6px;
  border-radius: 30px;
  background-color: hsl(var(--base));
}

.section-heading__desc {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.style-two {
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  justify-content: center;
}

.section-heading.style-two .section-heading__title h2 {
  color: hsl(var(--white));
}

.section-heading.style-two .section-heading__title .hr-line {
  background: hsl(var(--white));
}

.section-heading.style-three {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .section-heading.style-three {
    display: block;
  }
}

.section-heading.style-three .section-heading__title {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 50px;
  padding-right: 50px;
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-heading.style-three .section-heading__title {
    margin-bottom: 10px;
    margin-right: 0px;
    padding-right: 0px;
  }
}

.section-heading.style-three .section-heading__title::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 35px;
  background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .section-heading.style-three .section-heading__title::before {
    display: none;
  }
}

.section-heading.style-three .section-heading__desc {
  max-width: 100%;
  margin-left: 0;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .profile--fvt {
    top: auto !important;
    bottom: 20px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-prev {
  right: 52px;
}

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

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

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

.slick-dots li button {
  border: none;
  background-color: hsl(var(--body-text) / 0.1);
  color: hsl(var(--body-text) / 0.1);
  margin: 0 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  text-indent: -9999px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*====================== Color Variable ====================*/
.text--base {
  color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: var(--heading-font);
  color: hsl(var(--dark) / 0.8);
  word-break: break-word;
  background-color: hsl(var(--white));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

p {
  font-family: var(--body-font);
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  word-break: break-word;
  color: hsl(var(--dark) / 0.7);
  line-height: 24px;
}

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

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

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

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

h3 {
  font-size: var(--heading-three);
  font-weight: 600;
  text-transform: capitalize;
}

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

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

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

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: 500;
  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(--dark) / 0.7);
}

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

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

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

select {
  cursor: pointer;
}

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

*:focus {
  outline: none;
}

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

button:focus {
  outline: none;
}

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

/*====================== 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 =============================*/
.custom--accordion {
  background-color: transparent;
  border-radius: 10px;
  z-index: 2;
}

.custom--accordion .accordion-item {
  background-color: transparent !important;
  overflow: hidden;
  border: 1px solid hsl(var(--black) / 0.1);
  margin-bottom: 15px;
  border-radius: 16px;
}

.custom--accordion .accordion-body {
  background-color: transparent !important;
  padding: 5px 5px 13px 15px;
}

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

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

.custom--accordion .number {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: hsl(var(--base));
  margin-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: hsl(var(--white));
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom--accordion .accordion-button {
  background-color: transparent !important;
  color: var(--dark);
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: capitalize;
}

@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(--dark));
  background-color: transparent !important;
  box-shadow: none;
}

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

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  content: "\f068";
  display: inline-block;
  position: relative;
  font: var(--fa-font-solid);
  margin-left: auto;
  right: 15px;
  color: hsl(var(--black) / 0.7);
  font-size: 22px;
  width: 0;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@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: "\f067";
  color: hsl(var(--black) / 0.7);
}

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

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

.btn {
  color: hsl(var(--white));
  font-weight: 600;
  padding: 8px 26px;
  font-size: 18px;
  border-radius: 7px;
  background-color: hsl(var(--base));
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid hsl(var(--base));
}

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

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

.btn:hover,
.btn:focus {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

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

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

.btn--sm {
  padding: 6px 15px;
}

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

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

.btn--base {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  transition: 0.6s;
  border: 1px solid hsl(var(--base));
}


.btn--base:hover {
  box-shadow: hsl(var(--base) / 0.7) 0px 8px 14px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border: 1px solid hsl(var(--base));
}

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

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

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

.btn-two {
  color: hsl(var(--white));
  font-weight: 600;
  padding: 10px 28px;
  font-size: 18px;
  border-radius: 7px;
  background-color: hsl(var(--base-two));
  position: relative;
  z-index: 1;
  text-align: center;
  border: 1px solid hsl(var(--base-two));
}

@media screen and (max-width: 767px) {
  .btn-two {
    padding: 10px 28px;
  }
}

@media screen and (max-width: 575px) {
  .btn-two {
    padding: 10px 28px;
  }
}

.btn-two:hover,
.btn-two:focus {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

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

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

.btn-two--sm {
  padding: 6px 15px;
}

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

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

.btn-two--base {
  background-color: hsl(var(--base-two));
  color: hsl(var(--white));
  transition: 0.6s;
  border: 1px solid hsl(var(--base-two));
}

.btn-two--base:hover {
  box-shadow: hsl(var(--base-two) / 0.7) 0px 8px 14px;
  background-color: hsl(var(--base-two));
  color: hsl(var(--white));
  border: 1px solid hsl(var(--base-two));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form--label {
  margin-bottom: 6px;
  font-size: 15px;
  color: hsl(var(--dark) / 0.7);
  font-weight: 400;
}

.form--control {
  border-radius: 3px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 13px 15px;
  border-radius: 7px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--dark) / 0.1);
  color: hsl(var(--black));
  line-height: 1;
  transition: 0.6s;
}

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

.form--control:focus {
  border-radius: 7px;
  color: hsl(var(--black));
  box-shadow: none;
  border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--base) / 0.2);
  opacity: 1;
}

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

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

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

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

.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: 150px;
  padding: 15px;
  border-radius: 15px !important;
}

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

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

.footer__form-group .footer__input {
  -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(--dark) / 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;
}

.select {
  color: hsl(var(--dark) / 0.6);
  padding: 13px 15px;
  background-color: hsl(var(--white) / 0.03);
  border: 1px solid hsl(var(--white) / 0.1);
}

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

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

.form--check {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.form--radio .form-check-input {
  box-shadow: none;
  border: 2px solid hsl(var(--base));
  position: relative;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.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(--base-two));
  border-radius: 10px !important;
}

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

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

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

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

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--base) / 0.08);
  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(--black));
  cursor: pointer;
}

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

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

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

.custom-table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: collapse;
}

.custom-table .action-btn {
  color: hsl(var(--black) / 0.7);
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 2px;
}

@media only screen and (max-width: 1356px) {
  .custom-table thead {
    display: none;
  }
}

.custom-table thead tr {
  background: hsl(var(--base) / 0.03);
}

.custom-table thead tr th {
  border: none;
  font-weight: 600;
  text-align: center;
  color: hsl(var(--black) / 0.7);
  font-size: 15px;
  padding: 20px 30px;
}

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

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

.custom-table tbody tr {
  border-bottom: 1px solid hsl(var(--black) / 0.09);
  border-radius: 10px;
  transition: all 0.5s;
}

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

.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  padding: 20px 30px;
}

@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    padding: 15px 15px;
    font-size: 14px;
  }
}

.custom-table tbody tr td span {
  font-weight: 500;
}

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

@media only screen and (max-width: 1356px) {
  .custom-table tbody tr td:first-child {
    text-align: right;
  }
}

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


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

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

@media only screen and (max-width: 1356px) {
  .custom-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid hsl(var(--black) / 0.09);
  }

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

  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: hsl(var(--black));
    width: 50%;
    text-align: left;
  }
}

.custom-table tbody .table-dropdown i {
  cursor: pointer;
  padding: 0 15px;
}

.custom-table tbody .table-dropdown .dropdown-menu.show {
  padding: 0;
}

.custom-table tbody .table-dropdown .dropdown-item {
  color: hsl(var(--black));
  padding: 8px;
}

.custom-table tbody .table-dropdown .dropdown-item:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.custom-table .info img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.custom-table .icon {
  font-size: 16px;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-radius: 5px;
}

.custom-table .trash {
  background-color: #ee5858;
}

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

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

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

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

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

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

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

/*====================== Bage Color ====================*/
.badge {
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease;
  background-color: hsl(var(--white));
}
.header .navbar {
  padding: 0px 0 !important;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 101vh;
    overflow-y: auto;
  }

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

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

.header .btn {
  background-color: transparent;
  color: hsl(var(--base-two));
  display: flex;
  gap: 7px;
  align-items: center;
  font-weight: 700;
}

.header .btn:hover {
  box-shadow: none;
  background: hsl(var(--base-two));
  color: hsl(var(--white));
}

.header .select-dir {
  color: hsl(var(--black));
  padding: 0 3px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
}

.header .select-dir option {
  color: hsl(var(--dark));
}

.header .nav-menu .nav-item .nav-link {
  color: hsl(var(--black) / 0.9) !important;
  border: none;
}

.header.fixed-header {
  background: hsl(var(--white));
  position: fixed;
  transition: 0.3s linear;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.header .nav-end .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid hsl(var(--base-two) / 0.4);
  color: hsl(var(--base-two));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.header .nav-end .icon i {
  margin-top: 1px;
  margin-left: 0.6px;
}
.footer--lng-select .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid hsl(var(--base-two) / 0.4);
  color: hsl(var(--base-two));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.footer--lng-select .select-dir {
  color: hsl(var(--black));
  padding: 0 0px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  margin-left: 3px;
}

.footer--lng-select .select-dir option {
  color: hsl(var(--black));
}

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

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

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

.header .navbar-toggler.header-button i {
  font-size: 25px;
}

.toggle-search-box i {
  color: hsl(var(--dark));
  font-weight: 900;
}

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

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

.navbar {
  padding: 0 !important;
}
.nav-menu .nav-item span {
  font-weight: 600;
  font-size: 15px;
  font-family: var(--body-font) !important;
}

/*========================= Desktop Device Start =========================*/
@media (max-width: 2560px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 -15px;
  }

  .nav-menu .nav-item {
    position: relative;
    padding: 0 15px;
    transition: 0.6s;
  }

  .nav-menu .nav-item i {
    color: hsl(var(--base-two));
  }

  .nav-menu .nav-item .nav-link {
    font-weight: 600;
    font-size: 18px;
    color: hsl(var(--black) / 0.7) !important;
    padding: 18px 0;
    position: relative;
    cursor: pointer;
  }

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

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

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

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

@media (max-width: 1200px) {
  .nav-menu .nav-item span {
    font-weight: 500;
    font-size: 13px;
  }
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 -15px;
  }

  .nav-menu .nav-item {
    position: relative;
    padding: 0 8px;
    transition: 0.6s;
  }

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

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

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

  .nav-menu .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: hsl(var(--black) / 0.7) !important;
    padding: 30px 0;
    position: relative;
    cursor: pointer;
  }

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

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

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

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

@media (max-width: 992px) {
  .header {
    background-color: hsl(var(--white));
    top: 0;
  }

  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 -15px;
    background-color: none;
    box-shadow: none;
    padding: 0;
  }

  .nav-menu .nav-item {
    position: relative;
    padding: 0 10px;
    transition: 0.6s;
  }

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

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

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

  .nav-menu .nav-item .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: hsl(var(--black) / 0.7) !important;
    padding: 30px 0;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
  }

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

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

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

  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    transform: scaleY(1);
  }
}
/*============================== Small Device =======================*/
@media screen and (max-width: 991px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }

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

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

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

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

  .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--dark) / 0.2);
    color: hsl(var(--dark));
    font-weight: 500;
  }

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

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

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

  .dropdown-menu {
    border-radius: 3px;
    -webkit-box-shadow: none;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    margin: 0px !important;
    padding: 0 !important;
    border: 0;
    background-color: hsl(var(--base-two));
    overflow: hidden;
  }

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

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

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

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

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

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

.navbar-toggler.header-button i {
  font-size: 25px;
}

/*================ Top Header Start Here ================*/
.header-top {
  background-color: #212121;
  padding: 0;
  position: relative;
}

.header-top .login {
  color: hsl(var(--white));
  font-size: 16px;
}

.header-top .login i {
  font-size: 14px;
  margin-right: 5px;
}

.header-top .item {
  align-items: center;
}

.header-top .item a,
.header-top .item p {
  margin-right: 15px;
  padding-left: 20px;
  color: hsl(var(--white) / 0.7);
  font-size: 16px;
}

.header-top .item a:last-child:hover,
.header-top .item p:last-child:hover {
  color: hsl(var(--base));
}

.header-top .btn {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.login-registration-list__item {
  color: hsl(var(--white));
  padding: 0 10px;
  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(--white) / 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

/*====================== Breadcumb Css Start ====================*/
.breadcumb {
  overflow: hidden;
}

.footer {
  background-color: hsl(var(--footer));
  padding-top: 60px;
  position: relative;
}

.footer .line--one {
  top: 80px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--white) / 0.1);
}

.footer .line--two {
  top: 90px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--white) / 0.1);
}

.footer .line--three {
  top: 100px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--white) / 0.1);
}

.footer .shape1 {
  position: absolute;
  bottom: 172px;
  right: 73%;
}

.footer .shape2 {
  position: absolute;
  right: 10px;
  top: 30%;
}

.footer .shape3 {
  position: absolute;
  bottom: 70px;
  left: 50px;
}

.footer .shape4 {
  position: absolute;
  top: 100px;
  right: 20%;
}

.footer__logo {
  margin-bottom: 50px;
  z-index: 9;
}

.footer__logo img {
  width: 157px;
  background-color: hsl(var(--footer));
  padding: 10px 20px;
}

.footer__section h5 {
  color: hsl(var(--white));
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

.footer__section .footer__menu {
  display: flex;
  flex-direction: column;
  margin: -5px 0;
}
.footer__section .footer__menu li {
  &:hover {
    i {
      rotate: 0deg;
      color: hsl(var(--base));
    }
    .footer__link {
      color: hsl(var(--base));
    }
  }
}

.footer__section .footer__menu li i {
  color: hsl(var(--white) / 0.8);
  font-size: 12px;
  margin-right: 4px;
  rotate: -45deg;
  transition: 0.2s ease;
}

.footer__section .footer__menu .footer__link {
  color: hsl(var(--white) / 0.8);
  margin: 5px 0;
  font-size: 18px;
}

.footer__section .footer__menu .footer__link:hover {
  color: hsl(var(--white));
}

.footer__form-group {
  position: relative;
}

.footer__form-group .footer__input {
  background-color: #424242;
  border: none;
  border-radius: 6px;
  color: hsl(var(--white));
  padding: 15px 10px 15px 50px;
  width: 18rem;
}

.footer__form-group .footer__input::placeholder {
  color: hsl(var(--white) / 0.7);
}

.footer__form-group .icon {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: hsl(var(--white) / 0.6);
  font-size: 20px;
}

.footer__text {
  color: hsl(var(--white) / 0.6);
  font-weight: 600;
  font-size: 18px;
}

.footer .social {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}

.footer .social i {
  color: hsl(var(--white) / 0.4);
  font-size: 20px;
  transition: 0.3s ease;
  &:hover {
    color: hsl(var(--base));
  }
}

.footer__copyright {
  padding: 18px 0;
  margin-top: 60px;
  border-top: 1px solid hsl(var(--white) / 0.1);
}

.footer__copyright p {
  color: hsl(var(--white));
  text-align: center;
  font-size: 16px;
}

/*====================== Preloader Style ====================*/
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--dark));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  position: relative;
  width: 150px;
  height: 150px;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-overlay {
  position: relative;
  isolation: isolate;
}

.bg-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: hsl(var(--dark));
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-two {
  position: relative;
  isolation: isolate;
}

.bg-overlay-two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: hsl(var(--dark));
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-fixed {
  background-attachment: fixed;
}

/*==================== Scroll to Top Start ======================*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  background-color: hsl(var(--base-two));
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  bottom: -50px;
  animation: scroll_top 5s linear infinite;
}

@media screen and (max-width: 767px) {
  .scroll-top {
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}

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

.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

@keyframes scroll_top {
  0%,
  to {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }
}
/*=================== Overlay Search Box Start =======================*/
.overlay-search-box .modal-header {
  border-bottom: 0;
  padding: 0;
}

.overlay-search-box .modal-content {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  pointer-events: auto;
  background-color: hsl(var(--dark));
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.search-box {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .search-box {
    width: 100%;
  }
}

.search-btn {
  background-color: transparent;
  color: hsl(var(--white));
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.2s linear;
  transform: translateY(-50%) rotate(-90deg);
}

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

.toggle-search-box {
  margin-left: 15px;
  order: 1;
}

@media screen and (max-width: 991px) {
  .toggle-search-box {
    order: -1;
    margin-left: auto;
    margin-right: 16px;
  }
}

.toggle-search-box button {
  background-color: transparent;
  color: hsl(var(--white));
  transform: scaleX(-1);
}

.search-overlay-close {
  background-color: transparent;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  transition: 0.2s linear;
}

.search-overlay-close:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

/*====================== Selection Style ====================*/
::selection {
  color: hsl(var(--white));
  background: hsl(var(--base));
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: hsl(var(--base));
  border: 0px solid transparent;
  border-radius: 2px;
}

/*====================== Social Icon Style ====================*/
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

.social-list__link {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--base));
  background-color: hsl(var(--body-color));
}

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

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

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

/*====================== List Style ====================*/
.text-list {
  margin: -8px 0px;
}

.text-list.inline {
  display: flex;
  align-items: center;
  margin: 0px -8px;
}

.text-list.inline .text-list__item {
  padding: 0px 8px;
}

.text-list__item {
  padding: 8px 0px;
  color: hsl(var(--body-color));
}

.text-list__item-icon {
  color: hsl(var(--base));
  font-size: 12px;
  margin-right: 5px;
}

.blog-sidebar-wrapper {
  position: sticky;
  top: 100px;
}

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

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

/*============ google-add-sidebar-1 =============*/
.google-add-sidebar-1 {
  height: 300px;
  overflow: hidden;
  max-width: 374px;
  border-radius: 6px;
}

.google-add-sidebar-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*============ Auth box =============*/
.blog-sidebar__auth-thumb {
  height: 120px;
  width: 120px;
  margin: auto;
  margin-bottom: 20px;
}

.blog-sidebar__auth-thumb img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-sidebar__auth-content .social-list {
  justify-content: center;
}

.blog-sidebar__auth-content h4 {
  margin-bottom: 10px;
}

.blog-sidebar__auth-content p {
  padding-bottom: 20px;
}

/*================== Sidebar Box & Title ===================*/
.blog-sidebar {
  border: 1px solid hsl(var(--base) / 0.1);
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 17px;
}

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

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

.blog-sidebar span.border {
  display: block;
  margin-bottom: 32px;
  width: 100%;
  height: 4px;
  background: hsl(var(--base) / 0.1);
  border-radius: 30px;
}

.blog-sidebar .hr-line {
  height: 4px;
  width: 60px;
  margin-top: 10px;
  margin-left: 6px;
  border-radius: 30px;
  background-color: hsl(var(--base));
  display: inline-block;
}

.blog-sidebar__title {
  position: relative;
  color: hsl(var(--dark)) !important;
  display: inline-block;
  font-weight: 600;
}

/*========================= Category & Tags List Style ========================= */
.text-list {
  margin: 0;
  /*====================== Tag Style ====================*/
}

.text-list.style-category .text-list__item {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  transition: all 0.5s linear;
  border-radius: 5px;
}

.text-list.style-category .text-list__item:hover:before {
  opacity: 0.8;
}

.text-list.style-category .text-list__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: hsl(var(--dark));
  opacity: 0.6;
  z-index: 1;
  transition: all 0.5s linear;
}

.text-list.style-category .text-list__item .thumb {
  border-radius: 6px;
}

.text-list.style-category .text-list__item .thumb img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.text-list.style-category .text-list__item a {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  padding: 0 20px;
  color: hsl(var(--white)) !important;
  justify-content: space-between;
}

.text-list.style-category .text-list__item a span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-left: auto;
  background: hsl(var(--base));
  color: hsl(var(--white));
}

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

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

.text-list.style-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -7px;
}

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

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

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

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

/*======================== Latest blog========================*/
.latest-blog {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

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

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

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

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

.latest-blog__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

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

.latest-blog__title a {
  font-weight: 500;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  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;
}

.latest-blog__title a:hover {
  background-size: 100% 2px;
  color: inherit;
}

/*====================== Comment Style ====================*/
.comment-list__item:last-child .comment-list__content {
  border-bottom: none;
}

.comment-list__thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .comment-list__thumb {
    width: 60px;
    height: 60px;
  }
}

.comment-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-list__content {
  width: calc(100% - 80px);
  padding-left: 15px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .comment-list__content {
    width: calc(100% - 60px);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .comment-list__content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.comment-list__name {
  font-size: 20px;
  margin-bottom: 5px;
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .comment-list__name {
    font-size: 17px;
  }
}

.comment-list__time {
  margin-bottom: 15px;
}

.comment-list__time-icon {
  color: hsl(var(--base));
  font-size: 15px;
  margin-right: 5px;
}

.comment-list__reply {
  margin-top: 10px;
}

.comment-list__reply-text {
  color: hsl(var(--white));
  font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
  color: hsl(var(--base));
}

.comment-list__reply-icon {
  font-size: 14px;
  transform: scaleX(-1);
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .comment-list__reply-icon {
    font-size: 12px;
  }
}

.comment-list .comment-list {
  margin-left: 70px;
}

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

@media screen and (max-width: 575px) {
  .comment-list .comment-list {
    margin-left: 40px;
  }
}
/*==============** Dashboard Profile **==============*/
.my-posts-wrap {
  padding: 25px;
  border-radius: 16px;
}

.dashboard_profile {
  padding: 20px;
  border-right: 1px solid hsl(var(--base) / 0.1);
}

@media screen and (max-width: 991px) {
  .dashboard_profile {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.dashboard_profile_wrap {
  position: relative;
}

.dashboard_profile_wrap h3 {
  font-size: 18px;
}

.dashboard_profile_wrap .photo_upload {
  display: inline-block;
  padding: 0px 0px 0px;
  position: absolute;
  top: 5px;
  left: 75px;
  color: hsl(var(--base));
}

.dashboard_profile_wrap .photo_upload i {
  cursor: pointer;
}

.dashboard_profile_wrap .photo_upload .upload_file {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  display: none;
}

.dashboard_profile_wrap .profile_photo {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.dashboard_profile_wrap .profile_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard_profile_wrap h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.dashboard_profile_wrap p {
  margin-bottom: 10px;
}

.dashboard_profile__details ul li a {
  border-bottom: 1px solid hsl(var(--base) / 0.1);
  padding: 12px 20px 12px 0px;
  display: block;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
  margin-right: 10px;
}

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

.dashboard_profile__details ul li a.active {
  color: hsl(var(--base));
}

.dashboard-body {
  position: relative;
}

.dashboard-body__bar-icon {
  color: hsl(var(--white));
  font-size: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 40px;
  line-height: 40px;
  background-color: hsl(var(--base));
  text-align: center;
  border-radius: 5px;
}

/*======= Dashboard My Posts =======*/
.my-posts {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--base) / 0.1);
}

@media screen and (max-width: 374px) {
  .my-posts {
    padding-left: 0;
    margin-bottom: 20px;
    flex-direction: column;
  }
}

.my-posts__thumb {
  width: 100px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 424px) {
  .my-posts__thumb {
    padding-left: 0;
    width: 70%;
    height: 100px;
  }
}

.my-posts__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-posts__content {
  width: calc(100% - 100px);
  padding-left: 20px;
  margin-top: 0px;
}

@media screen and (max-width: 424px) {
  .my-posts__content {
    padding-left: 0;
    width: 100%;
  }
}

.my-posts__content .meta-wrap {
  justify-content: inherit;
}

.my-posts__content .author-wrap {
  display: flex;
  justify-content: inherit;
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
}

.my-posts__content .author-wrap::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 57%;
  background: hsl(var(--base));
}

.my-posts__content h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .my-posts__content h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.my-posts__content h4 a:hover {
  color: inherit;
}

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

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

.body-overlay.active {
  visibility: visible;
}

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

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

/*============== Search Form Start ==================*/
.search-form {
  margin-top: 50px;
  border: 12px solid hsl(var(--white) / 0.15);
  border-radius: 40px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .search-form {
    border-width: 7px;
  }
}

.search-form .form--control {
  background-color: hsl(var(--white));
  color: hsl(var(--base-two));
  border-radius: 0;
  font-weight: 500;
  border-radius: 40px;
  padding: 15px;
  padding-right: 150px;
}

.search-form .form--control::placeholder {
  color: hsl(var(--black) / 0.4) !important;
  font-weight: 500;
}

.search-form .btn--base {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  height: auto;
  align-items: center;
  border-radius: 40px !important;
  padding: 10px 20px;
  font-size: 15px;
}

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

/*====================== Hexagon Design Css Start ====================*/
.hex {
  position: relative;
  margin: 20px auto;
  width: 185px;
  height: 300px;
  border-radius: 15px;
  background-color: hsl(var(--base));
  transform: rotate(30deg);
}

.hex:before,
.hex:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
}

.hex:before {
  transform: rotate(-60deg);
}

.hex:after {
  transform: rotate(60deg);
}

.shape {
  position: absolute;
}

.shape.one {
  left: 40%;
  bottom: 20%;
  max-width: 3%;
  animation: banner_shape_one 8s linear infinite;
}

.shape.two {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_two 15s linear infinite;
}

.shape.three {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_three 8s linear infinite;
}

.shape.four {
  bottom: 13%;
  left: 11%;
  max-width: 5%;
  animation: banner_shape_four 8s linear infinite;
}

.shape.five {
  right: 6%;
  bottom: 16%;
  transform: rotate(108deg);
  max-width: 4%;
  animation: banner_shape_five 8s linear infinite;
}

.shape.six {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_six 5s linear infinite;
}

.shape.seven {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_seven 8s linear infinite;
}

.shape.eight {
  bottom: 13%;
  left: 4%;
  max-width: 5%;
  animation: banner_shape_eight 3s linear infinite;
}

.shape.nine {
  right: 6%;
  bottom: 30%;
  max-width: 4%;
  transform: rotate(60deg);
  animation: banner_shape_nine 8s linear infinite;
}

.shape.ten {
  right: 6%;
  top: 15%;
  max-width: 6%;
  animation: banner_shape_ten 10s linear infinite;
  transform: rotate(-60deg);
}

.shape.eleven {
  top: 15%;
  left: 6%;
  max-width: 4%;
  animation: banner_shape_eleven 20s linear infinite;
}

.shape.thirteen {
  right: 0;
  bottom: 30%;
  max-width: 4%;
  animation: banner_shape_thirteen 30s linear infinite;
}

.shape.fourteen {
  right: 6%;
  bottom: 30%;
  max-width: 4%;
  transform: rotate(60deg);
  animation: banner_shape_fourteen 8s linear infinite;
}

@keyframes banner_shape_one {
  0% {
    transform: translate(0px);
  }

  50% {
    transform: translate(20px);
  }

  100% {
    transform: translate(0px);
  }
}

@keyframes banner_shape_two {
  0% {
    transform: translateX(0px) translateY(40px);
  }

  25% {
    transform: translateX(40px) translateY(0px);
  }

  50% {
    transform: translateX(0px) translateY(-40px);
  }

  75% {
    transform: translateX(-40px) translateY(0px);
  }

  100% {
    transform: translateX(0px) translateY(40px);
  }
}

@keyframes banner_shape_three {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  50% {
    transform: translateX(50px) rotate(180deg);
  }

  100% {
    transform: translateX(0px) rotate(360deg);
  }
}

@keyframes banner_shape_four {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes banner_shape_five {
  0% {
    transform: translateX(0px) rotate(108deg);
  }

  50% {
    transform: translateX(50px) rotate(130deg);
  }

  100% {
    transform: translateX(0px) rotate(108deg);
  }
}

@keyframes banner_shape_six {
  0% {
    transform: scaleX(1);
  }

  50% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes banner_shape_seven {
  0% {
    transform: scaleY(0);
  }

  50% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0);
  }
}

@keyframes banner_shape_eight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes banner_shape_nine {
  0% {
    transform: translateY(100px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(180deg);
  }

  100% {
    transform: translateY(100px) rotate(360deg);
  }
}

@keyframes banner_shape_ten {
  0% {
    transform: translateY(100px) rotate(0deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(100px) rotate(360deg);
  }
}

@keyframes banner_shape_thirteen {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 50%;
  }

  100% {
    bottom: 0;
  }
}

@keyframes banner_shape_fourteen {
  0% {
    left: 10px;
    transform: rotate(0deg);
  }

  50% {
    left: 100px;
    transform: rotate(1000deg);
  }

  100% {
    left: 10px;
    transform: rotate(360deg);
  }
}

@keyframes banner_shape_eleven {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*====================== Star Rating Style ====================*/
.rating-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

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

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

/*====================== Range Style ====================*/
.custom--range__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.custom--range__content label {
  width: 40%;
}

.custom--range__content input {
  width: 60%;
  text-align: right;
}

.custom--range input {
  border: 0;
  color: hsl(var(--body-color));
  font-weight: 500;
}

.custom--range #slider-range {
  height: 5px;
  border: 0;
  background: hsl(var(--base-two) / 0.2);
}

.custom--range #slider-range .ui-widget-header {
  background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
  background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: hsl(var(--white)) !important;
  border: 2px solid hsl(var(--base)) !important;
  border-radius: 50%;
}

/*======== Sidebar Menu Start =======*/
.sidebar-menu {
  padding-bottom: 10px;
  height: 100vh;
  min-height: 100%;
  background-color: hsl(var(--white));
  overflow-y: auto;
  z-index: 999;
  border-radius: 5px;
  padding-top: 30px;
  transition: 0.2s linear;
  /*============== Sidebar Show hide Css Start ===========*/
  /*============== Sidebar Show hide Css end ===========*/
}

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

@media screen and (max-width: 991px) {
  .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;
  border-radius: 3px;
  font-size: 18px;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

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

.sidebar-menu-list__item.has-dropdown.active > a {
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
  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;
  right: 15px;
  top: 14px;
  transition: 0.1s linear;
}

.sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 8px 20px 8px 20px;
  width: 100%;
  color: hsl(var(--black));
}

.sidebar-menu-list__link .icon {
  margin-right: 5px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
  display: none;
}

.sidebar-submenu.open-submenu {
  display: block;
}

.sidebar-submenu-list {
  padding: 5px 0;
}

.sidebar-submenu-list__item.active > a {
  background-color: hsl(var(--base) / 0.08);
  color: hsl(var(--base));
}

.sidebar-submenu-list__link {
  padding: 8px 20px 8px 50px;
  display: block;
  color: hsl(var(--black));
}

.sidebar-submenu-list__link:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  font-size: 8px;
}

@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);
  }
}
/*============= Animation Play Video Button Pulse New ========== */
.mfp-iframe-holder .mfp-close {
  top: -52px;
  color: hsl(var(--white));
  font-size: 21px;
  font-weight: 800;
  width: 42px;
  height: 35px;
  background: hsl(var(--base));
  text-align: center;
  line-height: 32px;
  padding: 0;
  opacity: 1;
}

.mfp-iframe-holder .mfp-close:hover {
  opacity: 0.9;
}

.play-video {
  height: 90px;
  width: 90px;
  background: hsl(var(--white));
  line-height: 94px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  text-align: center;
}

.video-main {
  position: relative;
  display: inline-block;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
  color: hsl(var(--white));
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: hsl(var(--base));
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 10%;
  right: -29px;
  bottom: -30px;
  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;
}

/*==================== Category Start Here ==================== */
.category-wrap {
  padding-right: 40px;
}

@media screen and (max-width: 1199px) {
  .category-wrap {
    padding-right: 0;
  }
}

.category-item {
  border-bottom: 1px solid hsl(var(--base) / 0.1);
  padding-bottom: 20px;
  margin-bottom: 50px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .category-item {
    flex-direction: column;
    margin-bottom: 37px;
  }
}

.category-item__thumb {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  min-width: 100%;
  height: 200px;
}

.category-item__thumb img {
  min-width: 280px;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s linear;
  border-radius: 10px;
}

.category-item__content {
  padding-left: 20px;
  margin-top: -7px;
}

@media screen and (max-width: 767px) {
  .category-item__content {
    padding-left: 0px;
  }
}

.category-item__content h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

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

.category-item__content h3 a:hover {
  background-size: 100% 2px;
  color: inherit;
}

.category-item__content p {
  margin-bottom: 10px;
}

.meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.meta-wrap .view-commetn-wrap li a {
  font-size: 14px;
}

.meta-wrap .view-commetn-wrap li a.right-dot {
  position: relative;
  margin-left: 20px;
}

.meta-wrap .view-commetn-wrap li a.right-dot::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  width: 7px;
  height: 7px;
  background: hsl(var(--black));
  border-radius: 50%;
}

.category {
  margin-top: -64px;
  z-index: 2;
  overflow: hidden;
}

.category .card {
  display: grid;
  justify-items: center;
  border: none;
  padding: 15px;
  border: 1px solid hsl(var(--dark) / 0.1);
  background-color: hsl(var(--white));
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.category .card h3 {
  font-size: 20px;
  margin: 0;
}

.category .card .thumb {
  background-color: hsl(var(--base) / 0.1);
  padding: 10px;
  border-radius: 555px;
  margin-bottom: 10px;
}

.category .card .thumb img {
  width: 42px;
  height: auto;
}

.category .card:hover {
  box-shadow: 0px 3px 45px 0px rgba(0, 0, 0, 0.04);
}

.category .card::after {
  content: "";
  position: absolute;
  top: -55px;
  left: -185px;
  width: 65px;
  height: 106px;
  background: hsl(var(--base) / 0.04);
  transform: rotate(168deg);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.category .card:hover::after {
  left: -15px;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

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

@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

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

@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

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

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }

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

@keyframes wave {
  0% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(-1deg);
  }
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes slideup {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes slidedown {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes marquee-animation {
  0% {
    translatex: 0%;
  }

  100% {
    translate: -100%;
  }
}
/*============= Banner area start  =============*/
.banner-section {
  position: relative;
  z-index: 1;
  background: hsl(var(--base));
}

@media only screen and (max-width: 586px) {
  .banner-section {
    margin: 0;
  }
}

.banner-section .shape1 {
  position: absolute;
  bottom: -50px;
  z-index: -1;
}
.banner-section .shape1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 530px) {
  .banner-section .shape1 {
    bottom: -10px;
  }

  .banner-section
    .banner-thumb
    .search
    .search-bar
    .search-input
    .input-control {
    padding: 17px 92px 17px 50px !important;
  }

  .banner-section .banner-thumb .search .search-bar .btn-two {
    padding: 7px 10px !important;
    gap: 4px !important;
  }
}

.banner-section .shape2 {
  position: absolute;
  top: 15%;
  left: 50px;
  animation: banner_shape_four 20s linear infinite;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .tijara-profile .profile .thumb {
    height: 110px !important;
    width: 110px !important;
  }
  .tijara-profile .profile .content--wrap {
    gap: 12px !important;
  }
  .tijara-profile .profile h1 {
    margin-bottom: 0px !important;
    font-size: 30px !important;
  }
  .tijara-profile .profile .item--wrap {
    margin-bottom: 12px !important;
  }
  .tijara-profile .profile {
    padding: 90px 0 60px 0 !important;
  }
  .banner-section .shape6 {
    top: 135px !important;
  }
  .popular {
    padding-top: 80px !important;
  }
  .banner-section .shape2 {
    display: none;
  }

  .banner-section .shape7 {
    display: none;
  }
}

.banner-section .shape3 {
  position: absolute;
  bottom: 80px;
  left: 140px;
  animation: banner_shape_two 30s linear infinite;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .banner-section .shape3 {
    display: none;
  }
}

.banner-section .shape4 {
  position: absolute;
  right: 21rem;
  top: 6rem;
  animation: banner_shape_two 30s linear infinite;
  z-index: -1;
}

@media only screen and (max-width: 992px) {
  .banner-section .shape4 {
    display: none;
  }
}

.banner-section .shape5 {
  position: absolute;
  bottom: 7rem;
  right: 8rem;
  animation: banner_shape_four 20s linear infinite;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .popular .card .content h4 {
    font-size: 18px !important;
  }

  .banner-section .banner-thumb .content .description {
    width: 55% !important;
  }

  .banner-section .shape4 {
    right: 9rem;
    top: 1rem;
  }

  .banner-section .shape3 {
    bottom: 77px;
    left: -12px;
  }

  .banner-section .banner-thumb .content h1 {
    font-size: 112px !important;
    width: 100% !important;
    line-height: 112px;
  }

  .banner-section .shape5 {
    bottom: 6rem !important;
    right: 0rem !important;
  }
  .banner-section .shape2 {
    top: 10% !important;
    left: -23px !important;
  }
}

@media only screen and (max-width: 768px) {
  .pt-100 {
    padding-top: 80px !important;
  }
  .banner-section .shape5 {
    display: none;
  }
}

.banner-section .shape6 {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -2;
}

.banner-section .shape7 {
  position: absolute;
  top: 40%;
  left: 10rem;
  z-index: -1;
}

.banner-section .banner-thumb {
  padding-top: 12rem;
  padding-bottom: 5rem;
}

@media only screen and (max-width: 567px) {
  .banner-section .banner-thumb {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.banner-section .banner-thumb .content {
  z-index: 99;
  position: relative;
}

.banner-section .banner-thumb .content h1 {
  color: hsl(var(--black));
  padding: 0;
  font-size: 140px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  width: 70%;
  line-height: 128px;
}

.banner-section .banner-thumb .content .sub--title {
  font-family: "Alex Brush", cursive;
  font-weight: 600;
  font-size: 47px !important;
  text-align: center;
  margin-bottom: 21px;
}

@media screen and (max-width: 991px) {
  .banner-section .banner-thumb .content h1 {
    font-size: 60px !important;
    line-height: 1.1;
    width: 100%;
  }
  .browse {
    padding-top: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  .banner-section .banner-thumb .content .sub--title {
    font-size: 26px !important;
  }

  .banner-section .banner-thumb {
    padding-top: 10rem !important;
    padding-bottom: 4.5rem !important;
  }

  .banner-section .banner-thumb .content .description {
    width: 100% !important;
  }
}

.banner-section .banner-thumb .content h1 img {
  width: 150px;
  opacity: 0.7;
}

.banner-section .banner-thumb .content .description {
  font-size: 18px;
  font-weight: 600;
  color: hsl(var(--black) / 0.9);
  text-align: center;
  width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .banner-section .banner-thumb .content p {
    width: 100% !important;
  }
}

.banner-section .banner-thumb .search {
  border-radius: 17px;
}

.banner-section .banner-thumb .search .nav {
  padding: 20px 20px 12px 20px;
}

.banner-section .banner-thumb .search .nav-link {
  color: hsl(var(--black) / 0.6);
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 25px !important;
  border-radius: 8px;
  border: none;
}

.banner-section .banner-thumb .search .nav-pills .nav-link.active,
.banner-section .banner-thumb .search .nav-pills .show > .nav-link {
  background-color: hsl(var(--base-two) / 0.1);
  color: hsl(var(--base-two)) !important;
}

.banner-section .banner-thumb .search .hr {
  border: 1px solid hsl(var(--black) / 0.03);
  margin: 10px 0;
}

.banner-section .banner-thumb .search .search-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 25px;
  padding: 12px 20px 20px 20px;
  position: relative;
}

.banner-section .banner-thumb .search .search-bar .btn--wrap {
  position: absolute;
  top: 19px;
  right: 28px;
}

@media only screen and (max-width: 530px) {
  .banner-section .banner-thumb .search .search-bar {
    display: grid;
  }
  .banner-section .banner-thumb .content h1 {
    font-size: 40px !important;
  }
}

.banner-section .banner-thumb .search .search-bar .search-input {
  position: relative;
  width: 100%;
}

.banner-section .banner-thumb .search .search-bar .search-input .input-control {
  padding: 19px 134px 19px 55px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 83px;
  border: 1px solid hsl(var(--base-two));
}

.banner-section .banner-thumb .search .search-bar .search-input i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: hsl(var(--base-two));
  font-size: 22px;
}

.banner-section .banner-thumb .search .search-bar .btn-two {
  white-space: nowrap;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-section .banner-thumb .search .search-bar .btn-two i {
  font-size: 13px;
}

.title {
  margin-bottom: 30px;
}

.title h3 {
  font-size: 43px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 55px;
  text-transform: none;
  color: hsl(var(--black) / 0.8);
}

@media screen and (max-width: 991px) {
  .title h3 {
    font-size: 35px;
  }
  .account .thumb {
    height: 40vh !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-section .banner-thumb .content p {
    font-size: 16px !important;
  }
  .title h3 {
    font-size: 26px;
  }
  .popular .shape1 {
    display: none;
  }
  .popular .shape2 {
    display: none;
  }
  .faq .shape2 {
    display: none;
  }
  .faq .shape1 {
    display: none;
  }
  .footer .shape4 {
    display: none;
  }
  .footer .shape3 {
    display: none;
  }
  .footer .shape1 {
    display: none;
  }
}

.title p {
  font-family: "Alex Brush", cursive;
  color: hsl(var(--base-two));
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}

/*====================== About Section====================*/
.about {
  position: relative;
  overflow: hidden;
  background-color: hsl(var(--black) / 0.03);
  margin: 0 20px;
  border-radius: 20px;
}

.about .shape1 {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.about .shape1 img {
  width: 90%;
  opacity: 0.1;
}

.about .title {
  margin-bottom: 0;
}

.about .title .sub {
  margin-left: 0;
  margin-bottom: 5px;
}

.about .title h3 {
  text-align: start;
}

.about .title p {
  margin-bottom: 30px;
}

.about .thumb img {
  width: 100%;
  height: auto;
}

.about-two {
  overflow: hidden;
  margin: 0 20px;
  border-radius: 20px;
}

.about-two .title {
  margin-bottom: 0;
}

.about-two .title .sub {
  margin-left: 0;
  margin-bottom: 5px;
}

.about-two .title h3 {
  text-align: start;
}

.about-two .title p {
  margin-bottom: 30px;
}

.about-two .thumb img {
  width: 100%;
  height: auto;
}

/*====================== Blog Style ====================*/
.blog {
  overflow: hidden;
}

.blog .card {
  background-color: hsl(var(--black) / 0.03);
  border-radius: 20px;
  padding: 20px;
  border: none;
}

.blog .card .thumb {
  overflow: hidden;
  border-radius: 10px;
}

.blog .card .thumb img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  transition: 0.3s linear;
  object-fit: cover;
}

.blog .card .thumb img:hover {
  transform: scale(1.1);
}

.blog .card .content {
  z-index: 2;
  padding-top: 15px;
}

.blog .card .content h4 {
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: capitalize;
  transition: 0.4s;
}

.blog .card .content h4:hover {
  color: hsl(var(--base));
}

.blog .card .content .date p {
  color: hsl(var(--base));
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

.video-wrapper .video-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-transform: translate(-10%, -15%);
  transform: translate(-10%, -15%);
  color: hsl(var(--white));
  font-size: 20px;
  z-index: 1;
  background-color: hsl(var(--base));
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media only screen and (max-width: 575px) {
  .video-wrapper .video-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}

.video-wrapper .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  background-color: hsl(var(--base));
}

/*========== Privacy page Style ==========*/
.policy {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.policy .body p {
  color: hsl(var(--dark));
  letter-spacing: 0.8px;
  line-height: 30px;
}

.policy .body span {
  color: hsl(var(--dark));
}

.policy .body h4 {
  font-weight: 600;
}

.policy .thumb {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}

.policy .thumb--two {
  position: absolute;
  right: 0;
  bottom: 0%;
  z-index: -1;
  opacity: 0.5;
}

.policy .info-wrap li i {
  margin-right: 15px;
  font-size: 8px;
  color: hsl(var(--black) / 0.5);
  margin-top: 7px;
}

.policy .left-side {
  border: 1px solid hsl(var(--dark) / 0.1);
  padding: 16px;
  position: sticky;
  top: 220px;
}

.policy .left-side a {
  color: hsl(var(--dark));
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
}

.policy .left-side a:hover {
  color: hsl(var(--base));
  font-size: 17px;
}

.policy .left-side a:last-child {
  margin-bottom: 0;
}

.policy .info {
  margin-bottom: 30px;
}

.policy .info h4 {
  margin-bottom: 12px;
}

.faq {
  overflow: hidden;
  position: relative;
  background-color: hsl(var(--body-color));

  .bg-img--two {
    top: 0;
    right: 0;
    width: 300px;
  }
  .bg-img--five {
    top: -23px;
    right: 80px;
    width: 300px;
  }
}

.faq .shape1 {
  position: absolute;
  bottom: -18rem;
  right: 0;
}

.faq .shape2 {
  position: absolute;
  bottom: -18rem;
  left: 0;
}

.testimonial {
  overflow: hidden;
}

.testimonial .card {
  border: none;
  border-radius: 8px;
  padding: 18px 15px;
  margin-top: 20px;
  border: 5px solid hsl(var(--base) / 0.05);
}

.testimonial .card .profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial .card .profile h5 {
  margin-bottom: 0;
  margin-top: 5px;
}

.testimonial .card .profile p {
  margin-bottom: 15px;
}

.testimonial .card .star {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial .card .star i {
  color: hsl(var(--base));
  font-size: 18px;
}

.testimonial .card .star p {
  font-weight: 400;
  color: hsl(var(--dark));
  margin-left: 3px;
}

.testimonial .card .bottom p {
  color: hsl(var(--dark) / 0.7);
}

.error {
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: hsl(var(--base) / 0.03);

  .bg-element{
    top: 0;
    left: 0;
  }

  .bg-element--two{
    bottom: 0;
    right: 0;
  }
}

.error h3 {
  font-weight: 700;
  font-size: 16rem;
  margin-bottom: 0;
  color: hsl(var(--base))
}

@media only screen and (max-width: 1199px) {
  .error h3 {
    font-size: 10rem;
  }
}

@media only screen and (max-width: 551px) {
  .error h3 {
    font-size: 7rem;
  }
}

.error h4 {
  font-weight: 400;
  margin: auto;
  margin-bottom: 50px;
  font-size: 28px;
  width: 80%;
}

.popular {
  background-color: hsl(var(--body-color));
  padding-top: 140px;
  position: relative;
  overflow: hidden;

  .bg-img--one {
    top: 0;
    left: 0;
  }
  .bg-img--three {
    top: 0;
    left: 0;
    z-index: 1;
  }
  .bg-img--two {
    top: 0;
    right: 0;
    width: 300px;
  }
  .bg-img--four {
    top: 10%;
    left: 0;
  }

  .bg-img--five {
    top: -23px;
    right: 80px;
    width: 300px;
  }
}

.popular .shape1 {
  position: absolute;
  right: 0;
  bottom: -14rem;
}

.popular .shape2 {
  position: absolute;
  left: 0;
  bottom: -14rem;
}

.popular .card {
  background-color: hsl(var(--white));
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s linear;

  &:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    .thumb img {
      transform: scale(1.1);
    }
  }
}
.popular .card .dis--badge {
  top: 15px;
  left: 15px;
  background-color: #e74c3c ;
  color: hsl(var(--white));
  padding: 3px 8px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  z-index: 1;
}

.popular .card .thumb {
  border-radius: 20px 20px 0 0;
  transition: transform 0.3s ease;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.popular .card .thumb img {
  border-radius: 16px 16px 0 0;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular .card .content {
  padding: 20px;
}

.popular .card .content .title--wrap {
  margin-bottom: 8px;
}

.popular .card .content .category--wrap {
  margin-bottom: 8px;
  p {
    font-size: 14px;
  }
  i {
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

.popular .card .content h4 {
  margin-bottom: 0px;
  font-size: 22px;
  transition: 0.6s;
  line-height: 0;
}

.popular .card .content h4:hover {
  color: hsl(var(--base));
}

.popular .card .content .star {
  color: hsl(var(--star));
}
.popular .card .content .star span {
  color: hsl(var(--black));
  font-weight: 700;
  line-height: 0;
  margin-top: 1px;
}

.popular .card .content .star i {
  font-size: 14px;
}

.popular .card .content .bottom {
  display: flex;
}

.popular .card .content .bottom p {
  font-size: 14px;
  line-height: 0;
}

.popular .card .content .bottom p:first-child {
  position: relative;
  padding-right: 8px;
}

.popular .card .content .bottom p:first-child::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: hsl(var(--black) / 0.4);
}

.popular .card .content .bottom p:last-child {
  padding-left: 8px;
}

.popular .card .content .bottom i {
  font-size: 14px;
}

.how-it-work {
  background-color: hsl(var(--body-color));
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}

.how-it-work .shape1 {
  position: absolute;
  top: -13rem;
}

.how-it-work .shape2 {
  position: absolute;
  bottom: -12rem;
}

.how-it-work .title h3 {
  color: hsl(var(--white));
}

.how-it-work .card {
  border: none;
  background-color: transparent;
  text-align: center;
}

.how-it-work .card .icon {
  margin-bottom: 5px;
}

.how-it-work .card .icon img {
  width: auto;
  height: auto;
}

.how-it-work .card h5 {
  color: hsl(var(--white));
  margin-bottom: 10px;
}

.how-it-work .card p {
  color: hsl(var(--white) / 0.9);
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .how-it-work .card p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .how-it-work .card p {
    width: 100%;
  }
}

.why-choose {
  background-color: hsl(var(--body-color));
  overflow: hidden;
  z-index: 1;

  .bg-img--one {
    top: 0;
    left: 0;
  }

  .bg-img--two {
    top: 0;
    left: 0;
    z-index: -1;
  }

  .bg-img--three {
    top: 0;
    right: 0;
  }
}

.why-choose .card {
  border: none;
  background-color: transparent;
  text-align: center;
}

.why-choose .card .thumb {
  margin-bottom: 30px;
}

.why-choose .card .thumb img {
  width: 270px;
  height: auto;
}

.why-choose .card h5 {
  margin-bottom: 10px;
  font-size: 24px;
}

.why-choose .card p {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .why-choose .card p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .why-choose .card p {
    width: 100%;
  }
}

.city {
  background-color: hsl(var(--body-color));
  overflow: hidden;
  z-index: 1;

  .bg-img--one {
    top: 14%;
    right: 5%;
    width: 150px;
    z-index: -1;
  }

  .bg-img--two {
    top: 0;
    right: 0;
    width: 300px;
  }

  .bg-img--three {
    bottom: 5%;
    left: 0;
  }

  .bg-img--four {
    bottom: 11%;
    left: 0;
    rotate: -160deg;
  }
}

.city .card {
  background-color: transparent;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 4;

  &:hover {
    .thumb{

      img {
        transform: scale(1.2);
      }
    }
  }

  &::after {
    content: attr(data-text);
    position: absolute;
    top: 22%;
    left: 0;
    font-size: 150px;
    font-weight: 900;
    line-height: 40px;
    white-space: nowrap;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: hsl(var(--white)/0.2);
    -webkit-text-stroke-width: 1.5px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

&::before {
  content: attr(data-text);
  position: absolute;
  top: 22%;
  left: 2px;
  font-size: 150px;
  font-weight: 900;
  line-height: 40px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: hsl(var(--black) / 0.1);
  -webkit-text-stroke-width: 1.5px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
}

.city .card .thumb {
  position: relative;
  width: 100%;
  height: 310px;
  border-radius: 20px;
  overflow: hidden;

  &:hover {
    img {
      transform: scale(1.2);
    }
  }
}

.city .card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

.city .card .thumb .content {
  position: absolute;
  bottom: -100%;
  left: 25px;
  z-index: 11;
  transition: 0.4s ease;
}

.city .card:hover {
  .content {
    position: absolute;
    bottom: 16px !important;
    left: 25px;
    z-index: 11;
  }
}

.city .card .thumb .content h4 {
  color: hsl(var(--white));
  font-size: 34px;
  margin-bottom: 0;
  transition: 0.6s;
  position: relative;
}

.city .card .thumb .content i {
  color: hsl(var(--base-two));
  font-size: 24px;
}

.city .card .thumb .content h4:hover {
  color: hsl(var(--base-two));
}

.city .card .thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: hsl(var(--dark) / 0.4);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
}

.browse {
  background-color: hsl(var(--body-color));
  padding-top: 75px;
}
.browse .bg--shape {
  top: 10%;
  left: 0;
}

.browse .bg--shape-two {
  bottom: 0%;
  right: 0;
}

.browse .left-side {
  background-color: hsl(var(--white));
  padding: 18px;
  border-radius: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  height: fit-content;
}

.browse .left-side h4 {
  margin-bottom: 0;
}

.browse .categories {
  background-color: hsl(var(--white));
  border-radius: 10px;
  margin: 20px 0;
}

.browse .categories:last-child {
  margin-bottom: 0;
}

.browse .categories h6 {
  margin-bottom: 0;
  cursor: pointer;
}

.browse .category-list {
  margin-top: 15px;
}

.browse .search-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 25px;
}

.browse .search-bar .search-input {
  position: relative;
  width: 100%;
}

.browse .search-bar .search-input .input-control {
  padding: 17px 17px 17px 45px;
  border: none;
  background-color: hsl(var(--white));
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}

.browse .search-bar .search-input i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: hsl(var(--base-two));
  font-size: 22px;
}

.browse .search-bar .btn-two {
  white-space: nowrap;
  padding: 12px 45px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.browse .search-bar .btn-two i {
  font-size: 13px;
}

.browse .popular {
  padding-top: 40px;
}

.browse-top {
  box-shadow: hsl(var(--base) / 0.2) 0px 25px 20px -20px;
  position: relative;
}

.browse-top .tab-list {
  background-color: hsl(var(--white));
  padding-top: 40px;
  padding-bottom: 15px;
  display: flex;
  gap: 15px;
}

.browse-top .tab-list .link {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 25px;
  width: fit-content;
  border-radius: 8px;
  color: hsl(var(--black) / 0.6);
  transition: 0.6s;
}

.browse-top .tab-list .active {
  background-color: hsl(var(--base-two) / 0.1);
  color: hsl(var(--base-two));
}



.tijara-profile .profile {
  padding: 100px 0 60px 0;
}
.tijara-profile .profile .content--wrap {
  display: flex;
  gap: 24px;
}
.tijara-profile .profile .thumb {
  height: 156px;
  width: 156px;
  border-radius: 20px;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.tijara-profile .profile h1 {
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: 600;
  color: hsl(var(--white));
}
.tijara-profile .profile .item--wrap {
  margin-bottom: 20px;
}
.tijara-profile .profile .star {
  color: hsl(var(--star));
  font-size: 25px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.tijara-profile .profile .star .r-count {
  color: hsl(var(--white) / 0.9);
  font-size: 16px;
}
.tijara-profile .profile .star span {
  line-height: 0;
}

.tijara-profile .profile .star i {
  font-size: 16px;
}

.tijara-profile .profile .bottom {
  display: flex;
}

.tijara-profile .profile .bottom p {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--white) / 0.9);
}

.tijara-profile .profile .bottom p:first-child {
  position: relative;
  padding-right: 8px;
}

.tijara-profile .profile .bottom p:first-child::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  height: 50%;
  width: 1px;
  background-color: hsl(var(--white) / 0.4);
}

.tijara-profile .profile .bottom p:last-child {
  padding-left: 8px;
}

.tijara-profile .profile .bottom i {
  font-size: 14px;
}

.tijara-profile .item {
  background-color: hsl(var(--body-color));
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.tijara-profile .item .bg--shape {
  top: 0;
  left: 0;
  z-index: -1;
}

.tijara-profile .item .bg--shape-two {
  bottom: 0;
  right: 0;
  z-index: -1;
}

.tijara-profile .item .tab-link {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: start;
}

.tijara-profile .item .tab-link a {
  border: 1px solid hsl(var(--black) / 0.1);
  padding: 8px 20px;
  border-radius: 36px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.6s;
  text-align: center;
}

.tijara-profile .item .tab-link a:hover {
  background-color: hsl(var(--base-two));
  color: hsl(var(--white)) !important;
}

.tijara-profile .item .tab-link .active {
  background-color: hsl(var(--base-two));
  color: hsl(var(--white)) !important;
}

.tijara-profile .item .r-title h5 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.tijara-profile .item .card {
  border: none;
  padding: 20px 20px 16px 20px;
  border-radius: 20px;
  position: relative;
  transition: 0.3s ease;

  &:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
}

.tijara-profile .item .card .fvt {
  position: absolute;
  right: 20px;
  top: 20px;
}

.tijara-profile .item .card .fvt i {
  color: hsl(var(--black) / 0.5);
  font-size: 20px;
}

.tijara-profile .item .card .products {
  display: flex;
  flex-direction: column;
}

.tijara-profile .item .card .products .content {
  margin-left: 150px;
}

.tijara-profile .item .card .products .content p {
  font-size: 16px;
  line-height: 20px;
}

.tijara-profile .item .card .thumb img {
  border-radius: 20px;
  height: 120px;
  width: 165px;
  object-fit: cover;
  position: absolute;
  top: -10px;
  left: -10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 420px) {
  .tijara-profile .item .card .thumb img {
    height: 75px;
  }
}

.tijara-profile .item .card .content h5 {
  margin-bottom: 5px;
  font-size: 20px;
  transition: 0.6s;
}

.tijara-profile .item .card .content h5:hover {
  color: hsl(var(--base-two));
}

.tijara-profile .item .card .price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 24px;
}

.tijara-profile .item .card .price h4 {
  margin-bottom: 8px;
  color: hsl(var(--base-two));
  font-weight: 600;
  line-height: 0;
  font-size: 24px;
}
.tijara-profile .item .card:hover{
  .cart-btn{
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.tijara-profile .item .card .cart-btn {
  padding: 8px 18px;
  border-radius: 50px;
  text-align: center;
  color: hsl(var(--base-two));
  border: 1px solid hsl(var(--base-two));
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;

  &:hover {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.tijara-profile .item .card .cart-btn.two {
  background-color: hsl(var(--base-two));
  color: hsl(var(--white));
  border-radius: 50%;
  padding: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible !important;
  opacity: 1;
  transition: 0.3s ease;
  margin: 0 -3px 0 0;
}

.tijara-profile .item .card .quantity {
  display: flex;
  align-items: center;
  border: 1px solid hsl(var(--dark) / 0.2);
  border-radius: 50px;
  padding: 0 5px;
}

.tijara-profile .item .card .quantity-input {
  width: 25px;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 1px 3px;
  font-weight: 500;
}

.tijara-profile .item .card .btn-minus,
.tijara-profile .item .card .btn-plus {
  color: hsl(var(--dark));
  border: none;
  padding: 2px 10px;
  cursor: pointer;
  font-size: 22px;
}

.tijara-profile .item .card .btn-minus {
  font-weight: bold;
}

.tijara-profile .item .card .btn-minus:hover,
.tijara-profile .item .card .btn-plus:hover {
  color: hsl(var(--dark));
}

.tijara-profile .item .cart-list {
  background-color: hsl(var(--white));
  padding: 15px;
  border-radius: 12px;
  position: sticky;
  top: 100px;
}

.tijara-profile .item .cart-list .nav-link {
  color: hsl(var(--black) / 0.6);
  font-weight: bold;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 25px;
  border-radius: 8px;
}

.tijara-profile .item .cart-list .nav-pills .nav-link.active,
.tijara-profile .item .cart-list .nav-pills .show > .nav-link {
  background-color: hsl(var(--base-two) / 0.1);
  color: hsl(var(--base-two));
}

.tijara-profile .item .left-side h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.tijara-profile .item .left-side .card {
  padding: 0;
}

.tijara-profile .item .left-side .card .cart-product {
  display: flex;
  gap: 15px;
  box-shadow: none;
}

.tijara-profile .item .left-side .card:hover {
  box-shadow: none !important;
}

.tijara-profile .item .left-side .card .thumb img {
  border-radius: 7px;
  height: 60px !important;
  width: 80px !important;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}

.tijara-profile .item .left-side .card .content {
  width: 100%;
}

.tijara-profile .item .left-side .card .content h6 {
  margin-bottom: 0;
  color: hsl(var(--base-two));
  font-size: 16px;
}

.tijara-profile .item .left-side .card .content .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}

.tijara-profile .item .left-side .card .content .price h6 {
  margin-bottom: 0;
  font-size: 18px;
  color: hsl(var(--dark) / 0.8);
}

.tijara-profile .item .left-side .card .content .quantity {
  display: flex;
  align-items: center;
  border: 1px solid hsl(var(--dark) / 0.2);
  border-radius: 6px;
  padding: 0 2px;
}

.tijara-profile .item .left-side .card .content .quantity-input {
  width: 25px;
  text-align: center;
  border: none;
  border-radius: 6px;
  padding: 1px 2px;
  font-weight: 500;
}

.tijara-profile .item .left-side .card .content .btn-minus,
.tijara-profile .item .left-side .card .content .btn-plus {
  color: hsl(var(--dark));
  border: none;
  padding: 0 7px;
  cursor: pointer;
  font-size: 22px;
}

.tijara-profile .item .left-side .card .content .btn-minus {
  font-weight: bold;
}

.tijara-profile .item .left-side .card .content .btn-minus:hover,
.tijara-profile .item .left-side .card .content .btn-plus:hover {
  color: hsl(var(--dark));
}

.tijara-profile .item .left-side .total {
  margin-top: 25px;
}

.tijara-profile .item .left-side .total .dis {
  color: hsl(var(--base-two));
}

.tijara-profile .item .left-side .total .vat {
  color: #00b517;
}

.tijara-profile .item .left-side .total .amount {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid hsl(var(--dark) / 0.2);
  padding-top: 20px;
  margin: 20px 0;
}

.tijara-profile .item .left-side .total .amount {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid hsl(var(--dark) / 0.2);
  padding-top: 20px;
  margin: 20px 0;
}

.tijara-profile .item .left-side .total .amount h5 {
  margin-bottom: 0;
}

.tijara-profile .item .left-side .total .amount h5 small {
  font-size: 12px;
  font-weight: 400;
}

.tijara-profile .item .left-side .total .amount h4 {
  margin-bottom: 0;
}

.payment {
  overflow: hidden;
  z-index: 1;
}

.tijara-profile .item .bg--shape-two {
  bottom: 25%;
  right: 0;
  z-index: -1;
}

.payment .payyment-info .left-side {
  background-color: hsl(var(--white));
  padding: 15px;
  border-radius: 12px;
}

.payment .payyment-info .left-side .total .amount {
  margin-bottom: 0;
}

.payment .payyment-info .left-side .left-top {
  padding-bottom: 15px;
}

.payment .payyment-info .left-side .left-top h4 {
  margin-bottom: 0;
}

.payment .payyment-info .list {
  background-color: hsl(var(--white));
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.payment .payyment-info .list:last-child {
  margin-bottom: 0;
}

.payment .payyment-info .list .perosnal p {
  font-size: 15px;
}

.payment .payyment-info .list .gateway .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment .payyment-info .list .gateway .top h4 {
  margin-bottom: 0;
}

.payment .payyment-info .list .gateway .top h6 {
  margin-bottom: 0;
  color: hsl(var(--base-two));
}

.payment .payyment-info .list .map {
  width: 100%;
  height: 300px;
  border-radius: 6px;
}

.payment .payyment-info .list .map iframe {
  width: 100%;
  height: 100%;
}

.payment .payyment-info .list .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.payment .payyment-info .list .address h6 {
  margin-bottom: 0;
}

.payment .payyment-info .list .address .icon i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
  background-color: hsl(var(--base-two) / 0.1);
  color: hsl(var(--base-two));
}

.payment .payyment-info .list .address a h6 {
  color: hsl(var(--base-two));
  display: flex;
  gap: 6px;
}

.payment .payyment-info .list .address a i {
  border-bottom: 1px solid hsl(var(--base-two));
}

/*=================== Blog Details =========*/
.blog-details {
  overflow: hidden;
  height: 100%;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .sidebar__logo{
    border: 0 !important;
  }
  .blog-details {
    padding-right: 0px;
  }

  .tijara-profile .item .card .thumb img {
    height: 120px !important;
    width: 120px !important;
  }

  .tijara-profile .item .card .products .content {
    margin-left: 100px !important;
  }
}

.blog-details h3 {
  margin-top: 35px;
}

.blog-details p {
  margin-bottom: 10px;
}

.blog-details .thumb {
  height: 500px;
  max-height: 100%;
}

@media screen and (max-width: 991px) {
  .blog-details .thumb {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details .thumb {
    height: 300px;
  }
  .tijara-profile .item .card .thumb img {
    position: relative;
    top: 0px;
    left: 0px;
    height: 200px !important;
    width: 100% !important;
  }
  .tijara-profile .item .card .products .content {
    margin: 20px 0 0 0 !important;
  }
  .tijara-profile .item .card .price {
    padding-top: 8px;
  }
  .tijara-profile .item .card .fvt {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: hsl(var(--white) / 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    i {
      color: hsl(var(--white));
    }
  }
}

.blog-details .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-fit: cover;
}

.blog-details h5 {
  margin-bottom: 0;
  margin-right: 20px;
}

.blog-details .social {
  display: flex;
}

.blog-details .social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid hsl(var(--base));
  line-height: 40px;
  text-align: center;
  color: hsl(var(--base));
  margin-right: 10px;
}

.blog-details .social a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

blockquote {
  background-color: hsl(var(--base) / 0.05);
  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;
}

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

/*=================== Contact top Start =========*/
.contact-top .col-lg-4.col-md-6:nth-child(2) {
  .contact--box {
    background-color: hsl(var(--base));
  }
  .contact--box .content--wrap i {
    color: hsl(var(--white));
  }
  .contact--box .content--wrap .title {
    color: hsl(var(--white));
  }
  .contact--box .content--wrap p a {
    color: hsl(var(--white)) !important;
  }
}
.contact--box {
  padding: 50px;
  background-color: hsl(var(--base) / 0.1);
  transition: all 0.2s;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.contact--box .bg-element{
  top: 0;
  left: 0;
  width: 120px;
}

.contact--box .content--wrap {
  gap: 16px;

  .title {
    font-size: 24px;
    margin: 0;
  }
  .subtitle {
    font-weight: 600;
  }
}
.contact--box .content--wrap i {
  font-size: 50px;
  color: hsl(var(--base));
}

.contact-item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.contact-item__icon {
  width: 80px;
  background: hsl(var(--base));
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(var(--white));
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .contact-item__icon {
    width: 70px;
    font-size: 18px;
  }
}

.contact-item__content {
  width: calc(100% - 80px);
  padding: 15px 20px;
}

@media screen and (max-width: 767px) {
  .contact-item__content {
    width: calc(100% - 70px);
    padding: 15px;
  }
}

.contact-item__title {
  margin-bottom: 7px;
  color: hsl(var(--black));
}

.contact-item__desc {
  color: hsl(var(--black) / 0.6);
}
.contact-bottom {
  z-index: 1;
}
.contact-bottom .bg-element {
  top: 0;
  left: 0;
}

.contact-bottom .bg-element--two {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.contact-map {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.contact-map .thumb--one {
  width: 440px;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}

.contact-map .thumb--one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map .thumb--two {
  width: 308px;
  height: 360px;
  border-radius: 20px;
  border: 5px solid hsl(var(--white));
  bottom: -6px;
  right: 66px;
  overflow: hidden;
}

.contact-map .thumb--two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.contactus-form {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .contactus-form {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 575px) {
  .contactus-form {
    padding: 20px 15px;
  }
}
/*=================== Account =========*/
.account {
  overflow: hidden;
  overflow-y: scroll;
  align-items: center;
  display: flex;
  height: 100vh;
}

.account .unactive {
  background-color: transparent;
  color: hsl(var(--base));
}

.account .thumb {
  margin: 50px;
  height: 75vh;
}

.account .thumb video {
  border-radius: 23px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account .account-form {
  overflow: hidden;
  position: relative;
  padding: 30px;
  border-radius: 10px;
}

.account .account-form h2 {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 24px;
}

.account .account-form .logo {
  display: flex;
  justify-content: center;
}

.account .account-form .logo img {
  width: 157px;
  margin-bottom: 40px;
}

.account .account-form .form--label {
  color: hsl(var(--dark));
}

.account .account-form ::placeholder {
  color: hsl(var(--dark) / 0.7);
}

.account .account-form .form--control {
  color: hsl(var(--dark) / 0.7);
  background-color: transparent;
}

.account .account-form .form--control[type="password"] {
  color: hsl(var(--dark) / 0.7) !important;
}

.account .account-form .social {
  display: flex;
  justify-content: center;
}

.account .account-form .social .icon {
  background-color: hsl(var(--base) / 0.05);
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base) / 0);
  width: 50px;
  margin-right: 12px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.account .account-form .social .icon:hover {
  background-color: transparent;
  border: 1px solid hsl(var(--base));
}

.account .account-form .social .icon:last-child {
  margin-right: 0;
}

.account .account-form .social .icon i {
  font-size: 20px;
}

.account .account-form .password-show-hide {
  color: hsl(var(--dark) / 0.7);
}

@media screen and (max-width: 1199px) {
  .offer--card {
    &.bg--shape2 {
      & .content--wrap {
        .title {
          font-size: 56px !important;
          line-height: 58px !important;
        }
      }
    }
  }

  .faq {
    .bg-img--five {
      top: -23px;
      right: 30px;
      width: 170px;
    }
  }

  .faq {
    .bg-img--two {
      top: 0;
      right: 0;
      width: 160px;
    }
  }

  .city {
    .bg-img--three {
      width: 90px !important;
    }
  }

  .city {
    .bg-img--four {
      bottom: 0% !important;
    }
  }

  .city {
    .bg-img--two {
      width: 180px !important;
    }
  }

  .city {
    .bg-img--one {
      top: 3% !important;
      width: 90px !important;
    }
  }

  .why-choose {
    .bg-img--one {
      display: none;
    }
  }
  .account .account-form {
    padding: 40px 30px;
  }
  .account .thumb {
    margin: 20px;
  }
}

@media screen and (max-width: 991px) {
  .account .account-form {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  .account .account-form {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 424px) {
  .account .account-form {
    padding: 30px 15px;
  }
}

.account .account-form .social-login {
  margin-top: 20px;
}

.account .account-form .social-login .card {
  border: 1px solid hsl(var(--dark) / 0.1);
  padding: 10px;
}

.account .account-form .social-login .card img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.account .account-form .social-login .card h6 {
  margin-bottom: 0;
  font-weight: 400;
}

.account .account-form .form--check .form-check-input {
  border: 1px solid hsl(var(--dark) / 0.5);
}

.account .account-form .hr {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: hsl(var(--dark));
  text-align: center;
  height: 1.5em;
  opacity: 0.8;
}

.account .account-form .hr:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  border: 1px dashed hsl(var(--dark) / 0.3);
}

.account .account-form .hr:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: hsl(var(--dark));
  padding: 0 0.5em;
  font-weight: 500;
  line-height: 1.5em;
  color: hsl(var(--dark));
  text-transform: lowercase;
  background-color: hsl(var(--body-color));
}

.page-wrapper {
  min-height: 100vh;
}

.sidebar {
  width: 300px;
  background: hsl(var(--white));
  position: fixed;
  border-radius: 15px;
  top: 15px;
  left: 15px;
  bottom: 15px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) -2px 6px 15px -4px;
}

.sidebar .bgg--element {
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.sidebar .bgg--element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

@media only screen and (max-width: 1627px) {
  .sidebar {
    width: 250px;
  }
}

.sidebar.active {
  width: 80px;
}

.sidebar.active .sidebar__logo .sidebar__main-logo {
  display: none;
}

.sidebar.active .copyright-wrapper {
  margin-bottom: 25px;
}

.sidebar.active .copyright-area {
  display: none;
}

.sidebar.active .copyright-social li + li {
  margin-left: 0;
  margin-top: 8px;
}

.sidebar.active
  .sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  a::before {
  display: none;
}

.sidebar.active
  .sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  a
  .menu-title {
  display: none;
}

.sidebar.active
  .sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  .sidebar-submenu {
  display: block;
  position: absolute;
  right: -210px;
  top: 0;
  background-color: hsl(var(--base));
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateX(20px);
}

.sidebar.active
  .sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  .sidebar-submenu
  .sidebar-menu-item
  a {
  padding-left: 25px;
}

.sidebar.active
  .sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  .sidebar-submenu
  .sidebar-menu-item
  a
  .menu-title {
  display: block;
}

.sidebar.active .sidebar__menu-header {
  font-size: 0;
  margin: 8px 20px;
  padding: 0;
}

.sidebar.active .sidebar__menu-header::before {
  font-family: "Font Awesome 5 Free";
  content: "\f141";
  font-weight: 900;
  font-size: 1rem;
  color: hsl(var(--white));
}

.sidebar.active .sidebar__logo {
  padding: 20px 20px 20px 20px;
}

.sidebar .res-sidebar-close-btn {
  position: absolute;
  top: 0;
  right: -35px;
  width: 35px;
  height: 35px;
  background-color: hsl(var(--white));
  color: hsl(var(--white));
  display: none;
}

@media only screen and (max-width: 991px) {
  .sidebar .res-sidebar-close-btn {
    display: block;
  }
}

.sidebar .res-sidebar-close-btn i {
  font-size: 24px;
}

.sidebar__inner::-webkit-scrollbar {
  display: none;
}

.sidebar__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar__menu-wrapper .sidebar__menu {
  margin-bottom: 20px;
  margin-top: 10px;
  list-style-type: none;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item {
  position: relative;
  margin-top: 10px;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a {
  background-color: hsl(var(--base) / 0.05);
  border-radius: 8px;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a::before {
  transform: rotate(90deg);
  top: 15px;
  color: hsl(var(--dark));
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a .menu-icon {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  font: var(--fa-font-solid);
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.active a .menu-title {
  color: hsl(var(--black));
  font-weight: 500;
}

.sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item.active
  .sidebar-submenu
  .sidebar-menu-item
  a {
  background-color: transparent;
  border-radius: 0;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px;
  transition: all 0.3s;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a:hover {
  color: hsl(var(--white));
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a .menu-icon {
  color: hsl(var(--base));
  background-color: hsl(var(--white));
  font-size: 14px !important;
  padding: 6px;
  border-radius: 5px;
  margin-right: 15px;
  transition: all 0.5s;
  font: var(--fa-font-solid);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item a .menu-title {
  color: hsl(var(--black));
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}

.sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  .sidebar-submenu
  .sidebar-menu-item
  .nav-link {
  padding: 10px 20px 10px 40px;
}

.sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  .sidebar-submenu
  .sidebar-menu-item
  .nav-link::before {
  display: none;
}

.sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  .sidebar-submenu
  .sidebar-menu-item
  .nav-link
  .menu-icon {
  font-size: 14px;
  background-color: transparent;
  color: hsl(var(--black));
}

.sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  .sidebar-submenu
  .sidebar-menu-item
  .nav-link
  .menu-title {
  color: hsl(var(--black) / 0.8);
  font-weight: 400;
  font-size: 14px;
  transition: all 0.3s;
}

.sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item
  .sidebar-submenu
  .sidebar-menu-item
  .nav-link
  .menu-title:hover {
  color: hsl(var(--black));
}

.sidebar__menu-wrapper .sidebar__menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}

.sidebar__menu-wrapper
  .sidebar__menu
  .sidebar-menu-item.sidebar-dropdown
  a::before {
  position: absolute;
  top: 22px;
  right: 20px;
  color: hsl(var(--black) / 0.7);
  font-family: "Line Awesome Free";
  font-weight: 500;
  content: "\f105";
  font-size: 14px !important;
  transition: all 0.3s;
  font: var(--fa-font-solid);
}

.sidebar__menu-header {
  color: hsl(var(--white));
  font-size: 13px;
  font-weight: 500;
  height: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  opacity: 0.6;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 25px;
}

.sidebar__logo {
  padding: 15px 15px 15px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(121, 121, 121, 0.3);
}

.sidebar__logo .sidebar__main-logo {
  max-width: 157px;
}

.sidebar__logo .sidebar__main-logo img {
  max-width: 100%;
  height: auto;
}

.sidebar__logo-shape {
  display: none;
}

.navbar__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar__left button {
  background-color: transparent;
  position: relative;
  font-size: 30px;
  color: hsl(var(--black));
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar__left i {
  font-size: 18px;
  color: hsl(var(--black));
}

.navbar__action-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.navbar__action-list li {
  margin-right: 15px;
}

.navbar__action-list li:last-child {
  margin-right: 0;
}

.navbar__right button {
  position: relative;
  background-color: transparent;
  font-size: 24px;
  border: none;
}

@media only screen and (max-width: 575px) {
  .navbar__right button {
    padding: 0;
  }
}

.navbar__right .upload {
  background-color: hsl(var(--white));
  display: flex;
  margin-right: 20px;
  border-radius: 12px;
  padding: 12px 15px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.navbar__right .upload i {
  font-size: 15px;
  margin-right: 7px;
  color: hsl(var(--dark));
}

.navbar__right .upload p {
  color: hsl(var(--dark)) !important;
}

.navbar-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.navbar-user .icon {
  padding-left: 7px;
  font-size: 18px;
  color: hsl(var(--dark));
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 575px) {
  .navbar-user .icon {
    display: none;
  }
}

.navbar-user__thumb {
  width: 40px;
}

.navbar-user__thumb img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.navbar-user__info {
  text-align: left;
  padding-left: 15px;
}

@media only screen and (max-width: 575px) {
  .navbar-user__info {
    display: none;
  }
}

.navbar-user__name {
  font-size: 18px;
  font-weight: 400;
  color: hsl(var(--dark));
}

.dropdown-menu.dropdown-menu--sm {
  min-width: 10rem;
  top: 40% !important;
  left: 0 !important;
  background: hsl(var(--white));
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 575px) {
  .dropdown-menu.dropdown-menu--sm {
    left: -120px !important;
  }
}

.dropdown-menu__item {
  border-bottom: 1px solid hsl(var(--base) / 0.3);
  color: hsl(var(--dark));
  transition: all 0.3s;
}

.dropdown-menu__item:last-child {
  border: none;
}

.dropdown-menu__item .dropdown-menu__icon {
  font-size: 20px;
  color: hsl(var(--dark));
  transition: all 0.3s;
}

.dropdown-menu__item .dropdown-menu__caption {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-menu__item:hover {
  color: hsl(var(--white));
  background: hsl(var(--base));
}

.dropdown-menu__item:hover .dropdown-menu__icon {
  color: hsl(var(--white));
}

.chart-area {
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
  border-radius: 5px;
  padding: 22px 0 18px;
}

.chart-area .chart-area-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px 7px 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.chart-area .chart-area-header .chart-btn {
  font-size: 12px;
  background-color: rgba(78, 194, 240, 0.2);
  color: #4ec2f0;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
  bottom: 6px;
  transition: all 0.3s;
}

.chart-area .chart-area-header .chart-btn i {
  font-size: 13px;
  padding-right: 5px;
}

.chart-area .chart-area-header .chart-btn:hover {
  background-color: #4ec2f0;
  color: hsl(var(--white));
}

.chart-area .title {
  margin-bottom: 12px;
}

.sidebar-mobile-menu {
  display: none;
}

@media only screen and (max-width: 991px) {
  .sidebar-mobile-menu {
    display: block;
  }
}

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

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

@media only screen and (max-width: 991px) {
  .sidebar__inner {
    display: block;
    min-height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    width: 96%;
    position: relative;
    min-height: 0px;
    display: block;
  }
}
@media only screen and (max-width: 430px) {
  .tijara-profile .profile .content--wrap {
    flex-wrap: wrap;
  }
  .tijara-profile .item .card .thumb img {
    box-shadow: none;
  }
  .tijara-profile .item .bg--shape {
    display: none;
  }
}
@media only screen and (max-width: 425px) {
  .tijara-profile .profile .item--wrap {
    flex-wrap: wrap;
    gap: 8px !important;
  }
  .banner-section .banner-thumb .search .nav-link {
    font-size: 14px;
    gap: 10px;
    padding: 6px 14px !important;
  }

  .popular .card .thumb {
    height: 210px;
  }

  .sidebar {
    width: 93%;
  }
  .account .thumb {
    display: none;
  }
  .account {
    height: 100vh;
  }
  .popular {
    .bg-img--three {
      width: 80px;
    }
  }

  .popular {
    .bg-img--one {
      top: 0;
      left: 0;
      width: 115px;
    }
  }
  .faq {
    .bg-img--two {
      display: none;
    }
  }
  .faq {
    .bg-img--five {
      display: none;
    }
  }

  .offer--card {
    .content--wrap {
      padding: 0px !important;
    }
  }

  .offer--card {
    & .content--wrap {
      .title {
        font-size: 36px !important;
        line-height: 1.1 !important;
      }
    }
  }
  .offer--card {
    &.bg--shape2 {
      & .content--wrap {
        .title {
          font-size: 36px !important;
          line-height: 1.1 !important;
          color: hsl(var(--white)) !important;
        }
      }
    }
  }

  .offer--card {
    padding: 20px !important;
  }

  .offer--card {
    &.bg--shape2 {
      &::after {
        left: 5% !important;
        width: 270px !important;
        height: 270px !important;
      }
    }
  }
  .offer--card {
    .shape1 {
      right: 0px !important;
      bottom: 0px !important;
      width: 170px !important;
      height: 130px !important;
    }
  }

  .offer--card {
    &.bg--shape2 {
      .shape1 {
        width: 180px !important;
        height: 150px !important;
      }
    }
  }

  .offer--card {
    .offer--text {
      top: auto !important;
      right: 50% !important;
      bottom: 2% !important;
    }
  }
}

@media only screen and (max-width: 991px) {
  .copyright-wrapper {
    display: none;
  }
}

.body-wrapper {
  padding-left: 345px;
  padding-right: 30px;
  transition: all 0.5s;
}

@media only screen and (max-width: 1627px) {
  .body-wrapper {
    padding-left: 280px;
  }
}

@media only screen and (max-width: 991px) {
  .body-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 784px) {
  .body-wrapper {
    padding-bottom: 80px;
  }
}

.body-wrapper.active {
  padding-left: 120px;
}

.body-wrapper .dashboard-title-part .title {
  font-weight: 600;
}

.body-wrapper .details {
  padding: 25px;
  border-radius: 10px;
}

.sidebar-support-box {
  background-color: rgba(36, 33, 33, 0.6784313725);
  border-radius: 15px;
  padding: 15px;
  height: 200px;
  width: auto;
  margin: 10px;
  position: relative;
  z-index: 1;

  &::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.5);
    z-index: -1;
    border-radius: 15px;
  }
}

@media only screen and (max-width: 1627px) {
  .sidebar-support-box {
    margin: 0;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar-support-box {
    display: none !important;
  }
}

.sidebar-support-box p {
  color: hsl(var(--white) / 0.8) !important;
  font-size: 14px;
}

.sidebar-support-box .btn:hover {
  color: hsl(var(--white));
}

.sidebar-support-box .sidebar-support-icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(var(--white));
  color: hsl(var(--base));
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}

.sidebar-support-box .btn--base {
  padding: 8px 10px;
  font-size: 16px;
}

.sidebar:hover .sidebar-support-box {
  display: block;
}

.sidebar.active .sidebar-support-box {
  display: none !important;
}

.sidebar-support-box .sidebar-support-content .title {
  margin-bottom: 2px;
  color: hsl(var(--white));
  text-align: start;
}

.dash-card {
  background-color: hsl(var(--white));
  border-radius: 15px;
  padding: 13px;
  z-index: 1;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
.dash-card .bg--element {
  top: 50%;
  left: 55%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  z-index: -1;
}

.dash-card::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: hsl(var(--base) / 0.2);
}

.dash-card::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -2;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: hsl(var(--base-two) / 0.1);
}

.dash-card:hover {
  transform: translateY(-4px);
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

.dash-card:hover .icon {
  color: hsl(var(--white));
}

.dash-card .title {
  font-size: 18px;
  font-weight: 600;
  color: hsl(var(--black) / 0.8);
  text-align: start;
}

.dash-card .thumb {
  display: flex;
  align-items: end;
}

.dash-card .thumb img {
  width: 60px;
  height: auto;
}

.dash-card .icon {
  font-size: 23px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  width: fit-content;
  height: fit-content;
  padding: 10px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  transition: 0.6s;
}

.dash-card .content {
  padding-top: 5px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: hsl(var(--dark));
}

.dash-card .content p {
  font-size: 12px;
}

.dash-card .dashboard-icon-area .dashboard-icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: hsl(var(--dark));
}

.dashboard-title-part .title {
  margin-bottom: 0;
  margin-top: 5px;
  color: hsl(var(--dark));
}

@media only screen and (max-width: 575px) {
  .dashboard-title-part .title {
    font-size: 16px;
  }
}

.dashboard-title-part .title a {
  color: hsl(var(--dark));
}

.dashboard-title-part .title span {
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 575px) {
  .dashboard-title-part .title span {
    padding-left: 15px;
  }
}

.dashboard-title-part .title span::before {
  position: absolute;
  content: "\f105";
  top: 0;
  left: 5px;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
}

@media only screen and (max-width: 575px) {
  .dashboard-title-part .title span::before {
    left: 0;
  }
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  background: hsl(var(--black) / 0.03);
}

.main-wrapper .select-dir {
  color: hsl(var(--dark));
  padding: 0 3px;
  border: none;
}

.main-wrapper .select-dir option {
  color: hsl(var(--dark));
}

.main-wrapper .banner-form {
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 15px;
  position: relative;
  border-bottom: 8px solid hsl(var(--base));
}

.main-wrapper .banner-form h3 {
  font-weight: 500;
}

.main-wrapper .banner-form .form-control {
  border: 1px solid gray;
}

.main-wrapper .banner-form .coupon p {
  color: hsl(var(--dark));
}

.main-wrapper .banner-form .main {
  border: 7px solid hsl(var(--base) / 0.07);
  margin-bottom: 30px;
  border-radius: 17px;
  background-color: hsl(var(--white));
}

.main-wrapper .banner-form .main .top {
  background-color: hsl(var(--base));
  text-align: center;
  padding: 13px 0;
  border-radius: 10px;
}

.main-wrapper .banner-form .main .top p {
  color: hsl(var(--white));
}

.main-wrapper .banner-form .main .top h5 {
  color: hsl(var(--white));
  margin-bottom: 0;
}

.main-wrapper .banner-form .card-form .point {
  margin-bottom: 10px;
}

.main-wrapper .banner-form .card-form .point p {
  position: relative;
  padding-left: 15px;
}

.main-wrapper .banner-form .card-form .point p:first-child::before {
  position: absolute;
  content: "";
  font-weight: 900;
  background-color: hsl(var(--base));
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: hsl(var(--base));
  font-size: 15px;
}

.main-wrapper .banner-form .card-form .point p:last-child {
  color: hsl(var(--dark));
}

.btn--sm {
  padding: 5px 8px 4px 8px;
  font-size: 14px;
}
.btn--sm:hover{
  box-shadow: none !important;
}
.navbar-wrapper {
  margin-bottom: 40px;
  margin-left: 320px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 1627px) {
  .navbar-wrapper {
    margin-left: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

.navbar-wrapper.active {
  margin-left: 92px;
}

.navbar-wrapper .navbar-wrapper-area {
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 20px 25px;
  border-radius: 10px;
  background-color: hsl(var(--white));
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .navbar-wrapper .navbar-wrapper-area {
    padding: 13px;
    margin: 45px 16px;
  }
}

.copyright-wrapper {
  border-top: 1px solid hsl(var(--base) / 0.5);
  padding-top: 25px;
}

.copyright-wrapper .copyright-area {
  text-align: center;
  border: none;
  padding: 15px;
}

.copyright-wrapper .copyright-area p {
  font-size: 14px;
  color: hsl(var(--dark));
}

.copyright-wrapper .copyright-area p a {
  color: hsl(var(--base));
}

.copyright-wrapper .copyright-social {
  text-align: center;
}

.copyright-wrapper .copyright-social li {
  display: inline-block;
}

.copyright-wrapper .copyright-social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid hsl(var(--base) / 0.5);
  border-radius: 50%;
  color: hsl(var(--base));
  transition: all 0.5s;
}

.copyright-wrapper .copyright-social li a.active,
.copyright-wrapper .copyright-social li a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.copyright-wrapper .copyright-social li + li {
  margin-left: 10px;
}

.table-area {
  margin-top: 15px;
}

.summary .info {
  background-color: hsl(var(--base) / 0.07);
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.summary .info:last-child {
  margin-bottom: 0;
}

.summary .info h6 {
  margin-bottom: 0;
  color: hsl(var(--dark) / 0.7);
}

.search-dash {
  position: relative;
}

.search-dash i {
  position: absolute;
  top: 17px;
  right: 25px;
  font-size: 17px;
  font-weight: 700;
  color: hsl(var(--dark));
  transform: rotate(260deg);
}

.table-content select {
  border: 1px solid hsl(var(--dark) / 0.1);
}

.table-content .chart .chart-bg {
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 10px;
  width: auto;
  height: 27rem;
}

.table-content .body-area {
  background-color: hsl(var(--white));
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.table-content .form-select option:hover {
  background-color: hsl(var(--base)) !important;
}

.table-content .list-card {
  background-color: hsl(var(--white));
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.table-content .list-card .header-title-list h4 {
  font-size: 22px;
}

.table-content .list-card .tab-link span {
  color: hsl(var(--base));
  background-color: hsl(var(--body-background));
  border-radius: 20px;
  padding: 4px;
  font-size: 11px;
  font-weight: 700;
}

.table-content .social .card {
  background-color: hsl(var(--white));
  border-radius: 10px;
  transform: translateY(-4px);
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

.table-content .social .btn--base {
  padding: 8px 20px !important;
}

.table-content .social .icon {
  background-color: hsl(var(--base));
  padding: 8px;
  font-size: 30px;
  border-radius: 10px;
  color: hsl(var(--white));
}

.table-content .card {
  border: none !important;
}

.table-content .card-1 {
  border-radius: 10px;
}

.table-content .form-dashboard .form-control {
  height: 42px !important;
  background: gainsboro !important;
}

.table-content .form-dashboard select {
  background-color: gainsboro !important;
  padding: 8px 10px !important;
}

.table-content .form-dashboard button {
  padding: 10px 18px !important;
}

.table-content .table {
  background: linear-gradient(
    90deg,
    #7d7d8d 0%,
    #413333 43%,
    #1f373b 100%
  ) !important;
  border: hsl(var(--base) / 0.3) !important;
}

.table-content .table th,
.table-content td {
  padding: 1rem 1rem !important;
}

.table-content .card-text {
  padding: 10px 15px;
  background-color: hsl(var(--base) / 0.3);
  color: hsl(var(--white));
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s;
}

.dashboard-card-wrap {
  background: hsl(var(--white));
  margin-top: 24px;
  border-radius: 8px;
  padding: 20px;
}

.drop-file-wrap .dashboard_profile_wrap {
  border: 1px dotted hsl(var(--black) / 0.1);
  padding: 22px;
  height: 300px;
  position: relative;
}

.drop-file-wrap .dashboard_profile_wrap .profile_photo {
  margin-bottom: 0px;
  border: 0;
}

.profile_photo {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
  border: 3px solid hsl(var(--base));
  margin-bottom: 35px;
}

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

.profile_photo img {
  object-fit: cover;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

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

.profile_photo .photo_upload i {
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.profile_photo .photo_upload .upload_file {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  display: none;
}

.dashboard_profile__details .sidebar-menu-list {
  padding: 0 20px 20px;
  max-height: 80vh;
  overflow-x: auto;
}

.dashboard_profile_wrap .profile_photo:hover::before {
  visibility: visible;
  opacity: 0.7;
}

.dashboard_profile_wrap .profile_photo:hover .photo_upload i {
  visibility: visible;
  opacity: 1;
}

.profile-left__contact .action-category-item {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  display: flex;
  padding: 20px;
}

.user-info p {
  margin-bottom: 0;
}

.user-info p span {
  font-weight: 700;
}

.two-fact-wrapper {
  margin: 5px;
  border-radius: 10px;
  background-color: hsl(var(--white));
  padding: 20px;
}

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

.two-fact-left__thumb {
  margin: 50px auto;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  background: hsl(var(--black) / 0.08);
  position: relative;
}

.two-fact-left__thumb img {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.two-fact-left__content {
  text-align: center;
  margin-bottom: 50px;
}

.two-fact-left__bottom .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.two-fact-left__bottom .form-group.form-group.right {
  display: flex;
}

.two-fact-left__bottom .form-group.form-group.right .form--control {
  background: hsl(var(--black) / 0.1);
  padding: 17px;
  border-radius: 5px 0 0 5px !important;
  overflow: hidden;
  border: 0;
}

.two-fact-left__bottom .form-group.form-group.right .input-group-text {
  right: 14px;
  font-size: 20px;
  top: 15px;
  cursor: pointer;
  border-radius: 0 5px 5px 0 !important;
}

.profile-right-wrap {
  margin: 5px;
  border-radius: 10px;
  background-color: hsl(var(--white));
  padding: 20px;
}

.body-area {
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 10px;
}

.body-area .select {
  border: 1px solid hsl(var(--dark) / 0.1);
}

.body-area .kyc-data {
  background-color: hsl(var(--base) / 0.04);
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
}

.body-area .kyc-data h6 {
  margin-bottom: 0;
}

.body-area .input-group-text {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border: none;
}

.body-area .code-pre {
  background-color: hsl(var(--dark));
  padding: 10px;
}

.body-area .code-pre pre {
  margin-bottom: 0;
  color: hsl(var(--white));
}

.custom-body {
  box-shadow: 0px 4px 91.4px 0px rgba(141, 141, 141, 0.13);
  padding: 30px;
  border-radius: 10px;
  background-color: hsl(var(--white));
}
/* cookie */
.cookies-card {
  position: fixed;
  bottom: 16px;
  padding: 10px;
  background: #fff;
  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;
}

.account .convert {
  margin-bottom: 30px;
}

.account .convert a {
  color: hsl(var(--dark));
  border: 1px solid hsl(var(--base-two));
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: 600;
  line-height: 24px;
}

.account .convert a:last-child {
  margin: 0 15px;
}

.account .convert .active {
  background-color: hsl(var(--base-two));
  color: hsl(var(--white));
}

.nav-link {
  color: hsl(var(--dark) / 0.7) !important;
}

.image-upload .thumb .profilePicPreview {
  width: 100%;
  height: 210px;
  display: block;
  border-radius: 10px;
  background-size: cover !important;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .image-upload .thumb .profilePicPreview {
    height: 152px;
  }
}

.image-upload .thumb .profilePicPreview.logoPicPrev {
  background-size: contain !important;
  background-position: center;
}

.image-upload .thumb .profilePicUpload {
  font-size: 0;
  display: none;
}

.image-upload .thumb .avatar-edit label {
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 25px;
  width: 100%;
  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 .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: 0.8;
}

.image-upload .thumb .profilePicPreview .remove-image:hover {
  opacity: 1;
}

.image-upload .thumb .profilePicPreview.has-image .remove-image {
  display: block;
}

/* produit modal */
.modal.add-card .modal-dialog {
  max-width: 700px;
  margin: 30px auto;
}

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

.qnty-cart-list .product-qty {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.qnty-cart-list .product-qty input[type="number"] {
  -moz-appearance: textfield;
}

.qnty-cart-list .product-qty .product-qty__value:focus {
  outline: none;
}

.qnty-cart-list .product-qty__btn {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50% !important;
  border: 1px solid hsl(var(--border));
  color: hsl(var(--black));
  background-color: hsl(var(--black) / 0.05);
}
.qnty-cart-list .product-qty__btn:nth-child(2){
  background-color: hsl(var(--base-two));
  color: hsl(var(--white));

}

.qnty-cart-list .product-qty__btn:last-child {
  border-left: 0;
  border-left-color: currentcolor;
  border-radius: 0 3px 3px 0;
  color: hsl(var(--black));
  background-color: hsl(var(--black) / 0.05);
}

.modal.add-card {
  --bs-modal-width: 650px !important;
}

.add-card__item {
  padding: 40px 30px;
  background-color: hsl(var(--white));
  border-radius: 10px;
}

@media (max-width: 575px) {
  .add-card__item {
    padding: 30px 20px;
  }
}

.add-card__item__top {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsl(var(--black) / 0.2);
}

.add-card__item__top .title {
  font-size: 25px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

@media (max-width: 575px) {
  .add-card__item__top .title {
    font-size: 16px;
  }
}

.add-card__item__top p {
  color: hsl(var(--body-three));
}

@media (max-width: 575px) {
  .add-card__item__top p {
    font-size: 14px;
  }
}

.add-card__thumb {
  position: relative;
}

.add-card__thumb img {
  border-radius: 8px 8px 0px 0px;
}

.add-card__thumb .cross-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: hsl(var(--base));
  background-color: hsl(var(--white));
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  opacity: 1;
  outline: none !important;
  box-shadow: none;
}

@media (max-width: 575px) {
  .add-card__thumb .cross-btn {
    top: 20px;
    right: 20px;
  }
}

.add-card__thumb .cross-btn i {
  font-size: 20px;
  color: hsl(var(--base-two));
}

.add-card .common-title {
  margin-bottom: 10px;
}

.add-card .common-title h4 {
  font-size: 20px;
}

@media (max-width: 575px) {
  .add-card .common-title h4 {
    font-size: 16px;
  }
}

.add-card .common-title span {
  font-size: 18px;
  font-weight: 500;
}

.add-card-variation li,
.add-card-frequently li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 17px;
}

.add-card-variation li label,
.add-card-frequently li label {
  font-size: 17px;
}

.add-card-variation li .price span {
  color: hsl(var(--heading));
  font-size: 18px;
}
.add-card-frequently li .price span {
  color: hsl(var(--heading));
  font-size: 18px;
}

.add-card-variation .custom--checkbox input,
.add-card-frequently .custom--checkbox input {
  margin-right: 5px;
  height: 15px;
  width: 15px;
  border-color: hsl(var(--base));
}

.add-card-variation .custom--checkbox label,
.add-card-frequently .custom--checkbox label {
  color: hsl(var(--heading));
}

.add-card-variation {
  margin-bottom: 30px;
}

.add-card-frequently {
  margin-bottom: 30px;
}

.add-card-frequently label {
  color: hsl(var(--heading));
}

.add-card-frequently a {
  margin-top: 10px;
  color: hsl(var(--base));
}

.modal.fade .modal-dialog {
  transform: translate(0, 0px) !important;
}

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

.otherProduitsModalOverlay {
  z-index: 1056;
}

#otherProduitsModal {
  z-index: 1057;
}
/* end */

.empty-cart {
  text-align: center;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
}

.cart-icon {
  width: 150px;
  margin-bottom: 20px;
}

.cart-message {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.delivery-process li {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.delivery-process li a {
  display: flex;
  place-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid hsl(var(--base));
  transition: all ease 0.3s;
}

.delivery-process li a i {
  font-size: 20px;
}

.delivery-process li a:hover {
  color: hsl(var(--common-white));
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.delivery-process li a.active {
  color: hsl(var(--common-white));
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.bank-card-box {
  padding: 15px 15px;
  border: 1px solid hsl(var(--base));
  border-radius: 5px;
  display: block;
}

.profile--fvt {
  color: hsl(var(--white));
  font-size: 19px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: hsl(var(--white) / 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  &:hover {
    color: hsl(var(--white));
  }
}

.rating-stars i {
  color: hsl(var(--star));
  font-size: 22px;
}
.review-stars i {
  color: hsl(var(--star));
  font-size: 16px;
}
.review--card {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid hsl(var(--black) / 0.15);
}
.review--list {
  height: 25vh;
  overflow-x: scroll;
}

.splite-text {
  .whitespace {
    width: 8px;
  }

  &.animated {
    .char {
      -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
      animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
      -webkit-animation-delay: calc(30ms * var(--char-index));
      animation-delay: calc(30ms * var(--char-index));
    }
  }
}

label[for="rating-5"] i {
  color: hsl(var(--star));
}
label[for="rating-4"] i {
  color: hsl(var(--star));
}
label[for="rating-3"] i {
  color: hsl(var(--star));
}
label[for="rating-2"] i {
  color: hsl(var(--star));
}
label[for="rating-1"] i {
  color: hsl(var(--star));
}
div#toggle-icon {
  font-size: 22px;
}

.nav-pills .nav-link.active {
  color: #fff !important;
  background-color: hsl(var(--base));
}

.shadow--none {
  box-shadow: none !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: hsl(var(--base)) !important;
  border: 1px solid hsl(var(--white)) !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  color: hsl(var(--white)) !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: hsl(var(--white)) !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: 1px solid hsl(var(--white)) !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid hsl(var(--dark) / 0.1) !important;
}
.select2-container--default .select2-selection--multiple {
  padding-bottom: 10px !important;
  padding-right: 5px !important;
  padding-top: 6px !important;
  padding-left: 7px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  color: hsl(var(--base)) !important;
}
.spinner-border {
  width: 1.2rem !important;
  height: 1.2rem !important;
}

.offer--card {
  padding: 40px;
  border-radius: 16px;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;

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

  &.bg--shape1 {
    &::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      background: hsl(var(--base));
      border-radius: 50%;
      filter: blur(70px);
      z-index: -1;
    }
  }

  &.bg--shape2 {
    &::after {
      content: "";
      position: absolute;
      top: 0%;
      left: 25%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 500px;
      height: 500px;
      background: hsl(var(--base-two) / 0.7);
      border-radius: 50%;
      z-index: -1;
    }

    .content--wrap {
      .heading {
        color: hsl(var(--black));
      }
      .title {
        font-size: 82px;
        line-height: 70px;
        color: hsl(var(--black));
      }
    }

    .shape1 {
      width: 280px;
      height: 280px;
    }
  }

  .content--wrap {
    padding: 20px;
    .title {
      font-size: 56px;
      color: hsl(var(--white));
      font-weight: 900;
      line-height: 58px;
    }
    .heading {
      font-family: "Alex Brush", cursive;
      color: hsl(var(--base-two));
      font-weight: 600;
      font-size: 32px;
      text-align: left;
      margin-bottom: 12px;
    }
  }

  &:hover {
    .shape1 {
      img {
        transform: scale(1.1);
      }
    }

    .shape2 {
      left: 0%;
      bottom: 0%;
    }

    .shape3 {
      top: 0%;
      right: 0%;
    }
  }

  .shape1 {
    right: 30px;
    bottom: 30px;
    width: 170px;
    height: 130px;
    transition: 0.3s ease;
    z-index: -1;
    img {
      transition: 0.3s ease;
    }
  }

  .shape2 {
    left: 3%;
    bottom: 3%;
    transition: 0.4s ease;
  }

  .shape3 {
    top: 3%;
    right: 3%;
    transition: 0.4s ease;
  }

  .offer--text {
    top: 25%;
    right: 25%;
    animation: banner_shape_four 3s linear infinite;
    p {
      font-family: "Alex Brush", cursive;
      color: hsl(var(--base));
      font-weight: 700;
      font-size: 22px;
      line-height: 0;
    }
    h6 {
      font-size: 28px;
      color: hsl(var(--white));
    }
  }
}

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

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

.top_image_bounce {
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
  animation: top-image-bounce 3s 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;
}

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

.header--cart-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: relative;
  color: hsl(var(--base-two));
  cursor: pointer;

  span {
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: hsl(var(--white));
    color: hsl(var(--black));
    border-radius: 50%;
    font-size: 10px;
    border: 1px solid hsl(var(--base-two));
    width: 20px;
    height: 20px;
    padding: 2px;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
  }
}

.quantity {
  display: flex;
  align-items: center;
  border: 1px solid hsl(var(--dark) / 0.2);
  border-radius: 6px;
  padding: 0 2px;
}

.quantity .quantity-input {
  width: 25px;
  text-align: center;
  border: none;
  border-radius: 6px;
  padding: 1px 2px;
  font-weight: 500;
}

.quantity .btn-minus,
.quantity .btn-plus {
  color: hsl(var(--dark));
  border: none;
  padding: 0 7px;
  cursor: pointer;
  font-size: 22px;
}

.quantity .btn-minus {
  font-weight: bold;
}

.quantity .btn-minus:hover,
.quantity .btn-plus:hover {
  color: hsl(var(--dark));
}

.cart-card--wrap .item {
  background-color: transparent;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .header--cart-btn.two {
    display: none;
  }
}

@media (max-width: 992px) {
  .navbar-expand-lg .header--cart-btn {
    display: none;
  }
  .navbar-expand-lg .header--cart-btn.two {
    display: flex !important;
  }
}

.pills {
  border-radius: 36px !important;
}

.input-group--one{
  .input-group-text {
    border-radius: 36px 0px 0px 36px !important;
  }
  .form--control{
    border-radius: 0px 36px 36px 0px !important;
  }
}

.input-group--two{
  .input-group-text {
    border-radius: 0px 36px 36px 0px !important;
  }
  .form--control{
    border-radius: 36px 0px 0px 36px !important;
  }
}

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

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


.select2-container--default .select2-selection--multiple {
  border-radius: 36px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 10px !important;
}

.c-none a{
  cursor: text !important;
}

.trans-btn{
  padding: 13px 26px;
}