:root, [data-bs-theme="light"] {
	--name: light;
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #7719cb;
	--bs-secondary: #5f72e4;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 119, 25, 203;
	--bs-secondary-rgb: 236, 108, 90;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #fff0ee;
	--bs-secondary-bg-subtle: #e4e7ff;
	--bs-tertiary-bg-subtle: #FFEED3;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: 'Inter', serif;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	--bs-gradient:  linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--heading-font: 'Josefin Sans', sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height:  1.8;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-tertiary: #6F2232;
	--bs-color2: #C3073F;
	--bs-color3: #5D001E;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 40, 40, 40;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #F7F7F7;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
	--bs-star-rating: var(--bs-gray-500);
	--bs-star-rating-selected: var(--bs-yellow);
	--bs-h1-font-family: Josefin Sans;
	--bs-h1-font-size: 40px;
	--bs-h1-font-color: #212529;
	--bs-h1-font-weight: 700;
	--bs-h2-font-family: Josefin Sans;
	--bs-h2-font-size:  32px;
	--bs-h2-font-color: #212529;
	--bs-h2-font-weight:  700;
	--bs-h3-font-family: Josefin Sans;
	--bs-h3-font-size: 28px;
	--bs-h3-font-color: #212529;
	--bs-h3-font-weight: 700;
	--bs-h1-lineheight: 1;
	--bs-h1-letterspace: 1;
	--bs-h2-lineheight: 1;
	--bs-h2-letterspace: 1;
	--bs-h3-lineheight: 1;
	--bs-h3-letterspace: 1;
	--bs-body-letterspace: 1;
	--bs-p-font-family: Inder;
	--bs-p-font-size: 14px;
	--bs-p-font-color: #212529;
	--bs-p-font-weight: 400;
	--bs-p-lineheight: 1.3;
	--bs-p-letterspace: 1;
}

[data-bs-theme="red"] {
	--name: red;
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #7719cb;
	--bs-secondary: #5f72e4;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 119, 25, 203;
	--bs-secondary-rgb: 236, 108, 90;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #fff0ee;
	--bs-secondary-bg-subtle: #e4e7ff;
	--bs-tertiary-bg-subtle: #FFEED3;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: 'Inter', serif;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	--bs-gradient:  linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--heading-font: 'Josefin Sans', sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height:  1.8;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-tertiary: #6F2232;
	--bs-color2: #C3073F;
	--bs-color3: #5D001E;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 40, 40, 40;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #F7F7F7;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
	--bs-star-rating: var(--bs-gray-500);
	--bs-star-rating-selected: var(--bs-yellow);
	--bs-h1-font-family: Josefin Sans;
	--bs-h1-font-size: 40px;
	--bs-h1-font-color: #212529;
	--bs-h1-font-weight: 700;
	--bs-h2-font-family: Josefin Sans;
	--bs-h2-font-size:  32px;
	--bs-h2-font-color: #212529;
	--bs-h2-font-weight:  700;
	--bs-h3-font-family: Josefin Sans;
	--bs-h3-font-size: 28px;
	--bs-h3-font-color: #212529;
	--bs-h3-font-weight: 700;
	--bs-h1-lineheight: 1;
	--bs-h1-letterspace: 1;
	--bs-h2-lineheight: 1;
	--bs-h2-letterspace: 1;
	--bs-h3-lineheight: 1;
	--bs-h3-letterspace: 1;
	--bs-body-letterspace: 1;
	--bs-p-font-family: Inder;
	--bs-p-font-size: 14px;
	--bs-p-font-color: #212529;
	--bs-p-font-weight: 400;
	--bs-p-lineheight: 1.3;
	--bs-p-letterspace: 1;
}

[data-bs-theme="dark"] {
	--name: dark;
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #7719cb;
	--bs-secondary: #5f72e4;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 119, 25, 203;
	--bs-secondary-rgb: 236, 108, 90;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #fff0ee;
	--bs-secondary-bg-subtle: #e4e7ff;
	--bs-tertiary-bg-subtle: #FFEED3;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: 'Inter', serif;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	--bs-gradient:  linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--heading-font: 'Josefin Sans', sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height:  1.8;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-tertiary: #6F2232;
	--bs-color2: #C3073F;
	--bs-color3: #5D001E;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 40, 40, 40;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #F7F7F7;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
	--bs-star-rating: var(--bs-gray-500);
	--bs-star-rating-selected: var(--bs-yellow);
	--bs-h1-font-family: Josefin Sans;
	--bs-h1-font-size: 40px;
	--bs-h1-font-color: #212529;
	--bs-h1-font-weight: 700;
	--bs-h2-font-family: Josefin Sans;
	--bs-h2-font-size:  32px;
	--bs-h2-font-color: #212529;
	--bs-h2-font-weight:  700;
	--bs-h3-font-family: Josefin Sans;
	--bs-h3-font-size: 28px;
	--bs-h3-font-color: #212529;
	--bs-h3-font-weight: 700;
	--bs-h1-lineheight: 1;
	--bs-h1-letterspace: 1;
	--bs-h2-lineheight: 1;
	--bs-h2-letterspace: 1;
	--bs-h3-lineheight: 1;
	--bs-h3-letterspace: 1;
	--bs-body-letterspace: 1;
	--bs-p-font-family: Inder;
	--bs-p-font-size: 14px;
	--bs-p-font-color: #212529;
	--bs-p-font-weight: 400;
	--bs-p-lineheight: 1.3;
	--bs-p-letterspace: 1;
}

/*
Theme Name: ClasicGlow
Author: Zenler Team
Version: 1.0
*/
/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root,
  [data-bs-theme=light] {
  --bs-floating-message:#ffffff;
  --bs-floating-message-bg-rgb: 0, 0, 0;
  }
  [data-bs-theme=dark] {
  	--bs-floating-message:#ffffff;
  	--bs-floating-message-bg-rgb: 119, 25, 203;
  }
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p {margin:0}
.btn {
  --bs-btn-font-family: var(--heading-font);
}
.btn-bgprimary{
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color:var(--bs-primary);
  --bs-btn-hover-bg: #e9d1ff;
  --bs-btn-hover-border-color: #e9d1ff;
  --bs-btn-focus-shadow-rgb: 99, 19, 171;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-active-border-color: var(--bs-light);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: var(--bs-light);
}
.btn-primary {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6313ab;
  --bs-btn-hover-border-color: #6313ab;
  --bs-btn-focus-shadow-rgb: 99, 19, 171;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d3d7dd;
  --bs-btn-disabled-bg:var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.btn-outline-dark {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
}

.btn-dark {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--dark-color);
  --bs-btn-border-color: var(--dark-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--dark-color);
  --bs-btn-active-border-color: var(--dark-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--dark-color);
  --bs-btn-disabled-border-color: var(--dark-color);
}

/* body {
  letter-spacing: 0.01625rem;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--bs-body-color);
  font-weight: 700;
  text-transform: capitalize;
}

/* heading style customization for theme style*/
h1{
  font-family: var(--bs-h1-font-family);
  color: var(--bs-h1-font-color);
  font-weight: var(--bs-h1-font-weight);
  letter-spacing: var(--bs-h1-letterspace);
  line-height: var(--bs-h1-lineheight);
  font-size:  var(--bs-h1-font-size);
}
h2{
  font-family: var(--bs-h2-font-family);
  color: var(--bs-h2-font-color);
  font-weight: var(--bs-h2-font-weight);
  letter-spacing: var(--bs-h2-letterspace);
  line-height: var(--bs-h2-lineheight);
  font-size:  var(--bs-h2-font-size);
}
h3{
  font-family: var(--bs-h3-font-family);
  color: var(--bs-h3-font-color);
  font-weight: var(--bs-h3-font-weight);
  letter-spacing: var(--bs-h3-letterspace);
  line-height: var(--bs-h3-lineheight);
  font-size:  var(--bs-h3-font-size);
}
/* end */

a {
  text-decoration: none;
}

.breadcrumb {
  --bs-breadcrumb-item-active-color: var(--dark-color);
}

.form-control {
  border: 1px solid #c2c2c2;
}

.form-control:focus {
  border-color: #949494;
  outline: 0;
  box-shadow: none;
}
.padding-large {
  padding-top: 18rem;
  padding-bottom: 14rem;
}

.padding-medium {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-medium-2 {
  padding-top: 11rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .padding-large {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .padding-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-medium-2 {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}


/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {

  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }

  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }

}



/*----- Nav Section Style -------------------------*/
/* nav bar style  */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:hover {
  color: var(--bs-primary);
}

.nav-link {
  color: var(--dark-color);
  font-size: 1rem;
  font-weight: 700;
  /* text-transform: uppercase; */
}

/* dropdown style */
.dropdown-item {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem 1rem;

}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--body-text-color);
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--light-grey-color);
}



/*----- courses Section Style -------------------------*/
h5.course-title { transition: all 0.3s ease-in;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
h5.course-title:hover {color: var(--bs-primary);}
.course-card{overflow:hidden;height:100%;}
.course-card .course-card-overlaydetails{display:flex;position:absolute;background-color:#f8f4fc;width:100%;height:100%;right:-100%;top:0;transition:all 200ms linear;padding:1rem;z-index: 1;}
.course-card:hover .course-card-overlaydetails{right:0;}
.course-card .course-card-overlaydetails h5.course-title{font-size:1.4rem;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.course-card .course-card-overlaydetails p{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient: vertical;}
.course-card .course-card-overlaydetails .zen-course-rating .rating { display: flex; }
.course-card .course-card-overlaydetails .zen-course-rating .fa-star { font-size:1rem; color: var(--bs-star-rating);}
.course-card .course-card-overlaydetails .zen-course-rating .fa-star.selected{ color: var(--bs-star-rating-selected);}
.course-card img{aspect-ratio: 16 / 12; width: 100%; object-fit: cover;display:block;}
.course-card .card-body{display:flex;flex-direction:column;}
.course-card .card-text{margin-top: auto;}
.course-card .progress{--bs-progress-height:.25rem;margin-top:.5rem;}
/*----- testimonial Section Style -------------------------*/
.swiper-pagination {
  position: unset;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
  background: var(--bs-primary);
}



/*----- footer Section Style -------------------------*/
a.footer-link:hover {
  color: var(--bs-primary);
}

svg.social-icon {
  color: var(--light-dark-color);
  transition: all 0.3s ease-in;
}

svg.social-icon:hover {
  color: var(--bs-primary);
}




/*--------------------------------------------------------------
faqs page style start
--------------------------------------------------------------*/
.accordion-button:not(.collapsed) {
  color:var(--bs-primary);
  background-color: transparent;
  box-shadow: none;
}

.accordion {
  --bs-accordion-color: var(--light-text-color);
  --bs-accordion-bg: none;
  --bs-accordion-btn-color: var(--body-text-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: url('https://api.iconify.design/eva/arrow-down-fill.svg');

}

.accordion-button::after {
  background-image: url('https://api.iconify.design/eva/arrow-down-fill.svg');
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
Styles page style start
--------------------------------------------------------------*/
.chocolat-wrapper {
  z-index: 9999;
}




/*--------------------------------------------------------------
Single Product page style start
--------------------------------------------------------------*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--bs-primary);
}

/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 660px;
}




/*--------------------------------------------------------------
  Shop page style
  --------------------------------------------------------------*/
.product-box {
  width: 25%;
}

@media screen and (max-width: 800px) {
  .product-box {
    width: 50%;
  }
}

.product-store .product-item {
  position: relative;
}

.product-item .cart-concern {
  background: var(--bs-light);
  width: 80%;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 180px;
  z-index: 9;
  transition: 0.5s ease-out;
  padding: 20px 30px;
  opacity: 0;
}

.product-item:hover .cart-concern {
  bottom: 150px;
  opacity: 1;
}

.cart-concern .cart-button button {
  background: none;
  color: var(--dark-color);
  height: auto;
  padding: 0;
  margin: 0;
}

.cart-concern .cart-button button i.icon {
  font-size: 15px;
}

.product-item .wishlist-btn i.icon.icon-heart {
  font-size: 20px;
}

.product-item .item-price {
  font-size: 1.8em;
}




/*--------------------------------------------------------------
  course detail page style
  --------------------------------------------------------------*/
.nav-tabs .nav-item {
  transition: all 0.1s ease-in;
  border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-primary);
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid var(--bs-primary);
  transition: all 0.1s ease-in;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: var(--bs-primary);
  isolation: isolate;
  border-color: transparent;
  border-bottom: 4px solid var(--bs-primary);
  transition: all 0.1s ease-in;
}

.videoWrapper{}
.videoWrapper iframe{width:100%;}
/*---- video section style start ----*/

/* color box style */
div#cboxOverlay {
  opacity: 0.8 !important;
}
/* checkout */
.classicglow_form label.box { width: 100%; font-size: 16px; margin-top: 12px; padding: 10px 12px; border-radius: 5px; cursor: pointer; border: 2px solid transparent; }
.classicglow_form #one:checked~label.first, .classicglow_form #two:checked~label.second, .classicglow_form #three:checked~label.third { border-color: #7700ff; }
.classicglow_form #one:checked~label.first .circle, .classicglow_form #two:checked~label.second .circle, .classicglow_form #three:checked~label.third .circle { border-color: #7a34ca; background-color: #fff; }
.classicglow_form label.box .course { width: 100%; }
.classicglow_form label.box .circle { height: 18px; width: 20px; background: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important; border-radius: 50%; margin-right: 15px; border: 2px solid transparent; display: inline-block; }
.classicglow_form input[type="radio"] { display: none; } .box-2 { max-width: 100%; padding: 10px 40px; }
.classicglow_form .form-control:focus, .border:focus-within { border: 1px solid #7700ff !important; }
.classicglow_form .carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 50%; }
.classicglow_form .carousel-inner { width: 100%; height: 250px; } .carousel-item img { object-fit: cover; height: 100%; }
.classicglow_form .carousel-control-prev { transform: translateX(-50%); opacity: 1; }
.classicglow_form .carousel-control-prev:hover .fas.fa-arrow-left { transform: translateX(-5px); }
.classicglow_form .carousel-control-next { transform: translateX(50%); opacity: 1; }
.classicglow_form .carousel-control-next:hover .fas.fa-arrow-right { transform: translateX(5px); }
.classicglow_form .fas.fa-arrow-left, .classicglow_form .fas.fa-arrow-right { font-size: 0.8rem; transition: all .2s ease; }
.classicglow_form .icon { width: 30px; height: 30px; background-color: #f8f9fa; color: black; display: flex; align-items: center; justify-content: center; border-radius: 50%; transform-origin: center; opacity: 1; }
/* .classicglow_form .fas, .classicglow_form .fab { color: #6d6c6d; } */
.classicglow_form ::placeholder { font-size: 16px; }
.courseaccess-progress.progress{--bs-progress-height: .5rem;}
/* pricelist */
.theme-pricelist .theme-pricelist-header .pricelist-price{padding:6rem 0rem 1rem;margin:0;}
.theme-pricelist .theme-price-mostpupular { position: absolute; right: -.4rem; top: .5rem; border-top-left-radius: .25rem; border-bottom-left-radius: .25rem; padding: .4rem 1rem; text-transform: uppercase; font-size: .8rem; font-weight: 700; border: 1px solid rgb(255 255 255 / 46%); /*border-right: 1px solid rgba(var(--bs-secondary-rgb));*/ }
.theme-pricelist .theme-price-mostpupular::before { content: ""; position: absolute; bottom: -0.6rem; right: .2rem; border-right: .5rem solid rgba(var(--bs-secondary-rgb)); border-left: .5rem solid transparent; border-top: .6rem solid transparent; border-bottom: .5rem solid rgba(var(--bs-secondary-rgb)); z-index: -1; transform: rotate(45deg); }
.theme-pricelist .theme-pricelist-header .pricelist-description{}
@media (max-width:992px) {
  .theme-pricelist .theme-pricelist-header .btn{width:100%;}
}
@media (max-width:768px) {
  .classicglow_form .container { max-width: 700px; margin: 10px auto; }
  }
 @media (max-width:426px) {
  .classicglow_form  ::placeholder { font-size: 16px; }
 }

.border-dotted{border-style: dotted;}
.form-label{font-weight:600;}
.form-control{font-size: 16px;font-weight: 600;padding: 12px;}
.input_group .input-group input{border-radius:var(--bs-border-radius)!important;width:100%;}
.input_group input{margin-bottom:.5rem;}
@media (min-width:992px) {
  .w-lg-50{width:50%;}
}
@media (min-width:768px) {
  .input_group input{margin-bottom:0rem;}
  .input_group > input{border-bottom:0;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
  .input_group .input-group input{border-radius: 0!important;width:1%;}
  .input_group .input-group input:nth-child(1){border-bottom-left-radius: var(--bs-border-radius)!important;}
  .input_group .input-group input:nth-last-child(1){border-bottom-right-radius: var(--bs-border-radius)!important;}
}
/* all courses */
/* blog */
.blog-banner .blog-banner-Content{position: relative; display: flex ; align-items: center; justify-content: center; height: 100%;}
.blog-banner .blog-banner-Content .card{height:100%;padding:4rem;}
.blog-banner .blog-banner-img{position:relative;display: block;aspect-ratio:1 / 1; width: 100%; height: 100%;}
.blog-banner .blog-banner-img .zsb-image-main img{object-fit: cover; display: block; width: 100%; height: 100%;border-radius: 1rem; }
.blog-trending-topics span.rounded-pill{margin:1rem 1.5rem;font-size:1.1rem;padding:1rem 2rem;}

.blog-list .blog-list-img{position:relative;display: block;aspect-ratio:16 / 9; width: 100%; height: 100%;}
.blog-list .blog-list-img img{object-fit: cover; display: block; width: 100%; height: 100%;}
.blog-list .blog-list-content h4{display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.blog-list .blog-list-content p{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.blog-list .blog-list-content .btn{font-size: .875rem; padding: .5rem 1.5rem;}

.recentblog-list .recentblog-img{position:relative;overflow:hidden;display: block;aspect-ratio:1 / 1; width: 100%; height: 100%;}
.recentblog-list .recentblog-img img{object-fit: cover; display: block; width: 100%; height: 100%;}
.recentblog-list .recentblog-content { position: absolute; width: 100%; height: 100%; bottom: 0; display: flex ; align-items: end;background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 80%)); }
.recentblog-list .recentblog-content h6{display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden;}
.recentblog-list .recentblog-content p{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;font-size: .875rem;}
.recentblog-list .recentblog-content .btn{font-size: .75rem; padding:.5rem 1rem;}

.blog-tableofcontents ol{padding-left:1.3rem;}
.blog-tableofcontents li{margin-bottom:.8rem;}
.blog-tableofcontents li a{font-family:var(--heading-font);font-size:1rem;font-weight:500;}
.blog-tableofcontents li a:hover{--bs-text-opacity: 1; color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;}
/* ------ Pagination ------*/
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-body-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: var(--bs-white);
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: var(--bs-primary);
  --bs-pagination-hover-bg: var(--bs-white);
  --bs-pagination-hover-border-color: var(--bs-white);
  --bs-pagination-focus-color: var(--bs-primary);
  --bs-pagination-focus-bg: var(--bs-white);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: var(--bs-white);
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-disabled-color: var(--bs-gray-500);
  --bs-pagination-disabled-bg: var(--bs-white);
  --bs-pagination-disabled-border-color: var(--bs-white);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.blog-pagination .page-link{border-radius:var(--bs-border-radius)!important;margin:0 .2rem;}

/* blog view */
.blog-view-banner{background-color:#f9f1ff}
.blog-view-banner .blog-view-bannerimg{position:relative;/*overflow:hidden;*/display: block;aspect-ratio:16 / 9; width: 100%;}
.blog-view-banner .blog-view-bannerimg img{object-fit: cover; display: block; width: 100%; height: 100%;}
.blog-view-contentimg{position:relative;overflow:hidden;display: block;aspect-ratio:16 / 9; width: 100%;}
.blog-view-contentimg img{object-fit: cover; display: block; width: 100%; height: 100%;}
.blog-categorylist{margin-top: -.5rem;}
.blog-categorylist span{margin:.5rem;font-size:.875rem;padding:.5rem 1rem;}


@media (min-width:992px) {
.blog-banner .blog-banner-Content{ right: -3rem;z-index: 1;}
.blog-banner .blog-banner-Content .card{height:calc(100% - 4rem);}
}
@media (max-width:992px) {
.blog-banner .blog-banner-img{max-width:calc(100% - 3rem); margin:0 auto;}
}
@media (max-width:768px) {
  .blog-banner .blog-banner-Content .card{padding:2rem;}

}
/* liveclass countdown timer */
.liveclass-countdown-timer .countdown-timer-ul { padding: 2px 0px !important; width: 100%; margin: auto !important; border-radius: 8px; display: flex ; justify-content: space-between; color: var(--bs-body-color); }
.liveclass-countdown-timer .countdown-timer-ul .countdown-item { position: relative; text-align: center; padding:2px 6px; width: 25%; color: inherit; display: flex ; flex-direction: column; align-items: center; justify-content: center; }
.liveclass-countdown-timer .countdown-timer-ul .countdown-item::before { content: ":"; font-size: 30px; position: absolute; left: -5%; top: calc(50% - 30px); opacity: 0.7; -webkit-animation: pink 1s ease-in-out infinite; animation: pink 1s ease-in-out infinite; }
.liveclass-countdown-timer .countdown-timer-ul .countdown-item:nth-child(1)::before{content:none;}
.liveclass-countdown-timer .countdown-timer-ul .countdown-item .ce-days, .liveclass-countdown-timer .countdown-timer-ul .countdown-item .ce-hours, .liveclass-countdown-timer .countdown-timer-ul .countdown-item .ce-minutes, .liveclass-countdown-timer .countdown-timer-ul .countdown-item .ce-seconds { display: block; font-size: 12pt; width: 100%; line-height: 25px; font-weight: bold; }
.liveclass-countdown-timer .countdown-timer-ul .countdown-item .ce-days-label, .liveclass-countdown-timer .countdown-timer-ul .countdown-item .ce-hours-label, .liveclass-countdown-timer .countdown-timer-ul .countdown-item .ce-minutes-label, .liveclass-countdown-timer .countdown-timer-ul .countdown-item .ce-seconds-label{font-size: 8pt; opacity: 0.8; width: 100%; display: block; font-weight: 400;}
@-webkit-keyframes pink {
  0% {opacity: 1;}
  50% {opacity: 0.5;}
  100% {opacity: 1;}
}
@keyframes pink {
  0% {opacity: 1;}
  50% {opacity: 0.5;}
  100% {opacity: 1;}
}
/* review */
.theme_reviewblock{}
.theme_reviewblock .progress, .theme_reviewblock .progress-stacked{--bs-progress-height: .5rem;}
.theme_reviewblock .progress-bar{background-color:var(--bs-warning);}
.theme_reviewblock  .reviewblock-rating .rating { display: flex;justify-content: center;}
.theme_reviewblock  .reviewblock-rating .rating i{margin:0 .25rem;}
.theme_reviewblock  .reviewblock-rating .rating i:nth-child(1){margin-left:0;}
.theme_reviewblock  .reviewblock-rating .fa-star { font-size:1rem; color: var(--bs-star-rating);}
.theme_reviewblock  .addreviewblock-rating .fa-star { font-size:1.2rem; color: var(--bs-star-rating);}
.theme_reviewblock  .reviewblock-rating .fa-star.selected{ color: var(--bs-star-rating-selected);}
.starrating-group { font-size: 0; unicode-bidi: bidi-override; direction: rtl; display: flex ; }
                .starrating-group * { font-size: 2rem; }
                .starrating-group > input { display: none; }
                .starrating-group > input + label {overflow: hidden; text-indent: 9999px; width: 1em; white-space: nowrap; cursor: pointer; position: relative; line-height: 1; display: flex ; align-items: center; justify-content: center; }
                .starrating-group > input + label:before { display: inline-block; content: "\f005"; font-family: "Font Awesome 5 Free"; font-weight: 300; font-size: 1.5rem; color: var(--bs-star-rating); position: absolute; left: 0;}
                .starrating-group > input:checked ~ label:before, .starrating-group > input + label:hover ~ label:before,
                .starrating-group > input + label:hover:before {content: "\f005";font-family: "Font Awesome 5 Free";font-weight: 900;color:var(--bs-star-rating-selected);}
                .starrating-group > .starrating-clear + label { text-indent: -9999px; width: .5em; margin-left: -.5em; }
                .starrating-group > .starrating-clear + label:before { width: .5em; }
                .starrating-group:hover > input + label:before {content: "\f005";font-family: "Font Awesome 5 Free";font-weight:300; color:var(--bs-star-rating); text-shadow: none; }
                .starrating-group:hover > input + label:hover ~ label:before,
                .starrating-group:hover > input + label:hover:before {content: "\f005";font-family: "Font Awesome 5 Free";font-weight: 900; color:var(--bs-star-rating-selected);}
/* bundle */
.theme_author img{max-width:200px;}
/* card -hover, icon-link */
.card.card-hover-shadow { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.card.card-hover-shadow:hover {/* -webkit-transform: translateY(-4px); transform: translateY(-4px);*/ -webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15); box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15); }
.icon-link { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; gap: 0.375rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5)); text-underline-offset: 0.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.icon-link > .bi { -ms-flex-negative: 0; flex-shrink: 0; width: auto; height: auto; fill: currentcolor; -webkit-transition: 0.2s ease-in-out transform; transition: 0.2s ease-in-out transform; }
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi { -webkit-transition: none; transition: none; }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi { -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); }
.btn-outline-bgprimary{
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--primary-color);
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color:var(--primary-color);
  --bs-btn-hover-bg: #f5eaff;
  --bs-btn-hover-border-color:var(--primary-color);
  --bs-btn-focus-shadow-rgb: 99, 19, 171;
  --bs-btn-active-color: var(--primary-color);
  --bs-btn-active-bg: #f5eaff;
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#e1c0ff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: var(--bs-light);
}
.login-divider{position: relative; height: 40px; margin-top: 20px;}
.login-divider .bar { width: 41%; height: 1px; position: absolute; background: var(--bs-gray-300); }
.login-divider .bar-top { left: 0; }
.login-or { position: absolute; width: 18%; height: 30px; left: 41%; top: -15px; border: 1px solid var(--bs-gray-400); text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex ; border-radius:var(--bs-border-radius-pill); -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 1.2rem; line-height: 30px;}
.login-divider .bar-bottom { right: 0; left: auto; top: 0; }
.error{ color:red;}
.form-check-input {
   border: 1px solid #c2c2c2;
}
.classicglow_form .form-check-input{border:1px solid #c2c2c2;}
.classicglow_form .form-check-input:checked { background-color:#7719cb; border-color:#7719cb; }
.classicglow_form .form-check-input:focus{border-color: #7719cb; box-shadow: 0 0 0 .25rem rgb(211 161 255 / 31%);}
.alert{position:relative;padding:.6rem 1rem;}
.alert button{ position: absolute; top: calc(50% - 2rem); right: .2rem; z-index: 2; padding: .25rem; font-size: 2rem; border: 0; background: transparent; opacity: .5; }
.alert button:hover{opacity:1;}
.alert [data-notify="icon"]{display:none;}
.cookies-banner { position: fixed; bottom: 1rem; left: 1rem; right: 10%; width: 80%; padding: 1rem; display: flex ; align-items: center; justify-content: space-between; background-color: #f9f9f9; border-radius: .2rem; border: 1px solid #e0e0e0; }
.cookies-banner > div:nth-child(1) { width: calc(100% - 3rem); }
.cookies-banner .cookie_box_close { height: 2rem; width: 2rem; line-height: 0; font-size: 2rem; border: none; cursor: pointer; display: flex ; align-items: center; justify-content: center; position: absolute; right: .5rem; font-weight: 400; }
/* .blog-banner .blog-banner-img div{width:100%;height:100%;} */
.blog-banner .blog-banner-img .zsb-image-main{ position: relative; overflow: hidden; display: block; aspect-ratio: 1 / 1; width: 100%; height: 100%; }

/* Calendar */
.zen-upcoming-sessions-calendar .zen-upcoming-sessions-calendar-left {--bs-bg-opacity:.03; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; border: 1px solid; border-radius:0.25em;--bs-border-opacity:1; border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}
.zen-upcoming-sessions-calendar .zen-upcoming-sessions-calendar-left .zen-upcomingsessions-events .scrollbar::-webkit-scrollbar-track{box-shadow: none!important; background: transparent!important;}
.zen-upcoming-sessions-calendar .zen-upcoming-sessions-calendar-left .zen-upcomingsessions-events .scrollbar::-webkit-scrollbar{box-shadow: none!important; background: transparent!important;width:.2rem!important;}
.zen-upcoming-sessions-calendar .zen-upcoming-sessions-calendar-left .zen-upcomingsessions-events .scrollbar::-webkit-scrollbar-thumb{background-color:#a9a9a9!important;border-radius:10px!important;}
.zen-upcoming-sessions-calendar .zen-upcoming-sessions-calendar-left .zen-upcomingsessions-events .fc-liveevents li{border-color:#a9a9a9!important;}
.zen-upcoming-sessions-calendar .zen-upcoming-sessions-calendar-left .zen-upcomingsessions-events .fc-liveevents .fc-event-title, .zen-upcoming-sessions-calendar .zen-upcoming-sessions-calendar-left .zen-upcomingsessions-events .fc-liveevents .fc-event-datetime{color:#6a6c6f!important;}
.styled-checkbox + label{display: flex ; align-items: center;flex-wrap:wrap;}
.styled-checkbox + label:before{border-radius:.2rem;}
.styled-checkbox:checked + label:after{left: 4px; top: 14px;}
.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active{color: var(--bs-primary)!important; border: 1px solid #771acb!important;}
.fc .fc-button-primary:hover{color: var(--bs-primary)!important; border-color:#771acb!important;}
.zen-upcoming-sessions-calendar-right .fc .fc-daygrid-day-frame:hover a{color: var(--bs-primary)!important;}
.fc .fc-daygrid-day.fc-day-today{ color: var(--bs-primary) !important;--bs-bg-opacity:.06; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{ color: var(--bs-primary) !important; }
.fc th{--bs-bg-opacity:1; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;}
.fc .fc-col-header-cell-cushion{ color: var(--bs-white) !important;}
.zen-upcoming-sessions-calendar-right .fc-live-events ul{list-style:none;flex-wrap:wrap;}
.zen-upcoming-sessions-calendar-right .fc-live-events ul li{padding:0rem 2rem 1rem 0rem!important;}
tbody, td, tfoot, th, thead, tr{border-radius:0.25em 0em 0em!important;}
.liveevent-popup .modal-body .popup__text .liveevent-btns .liveevent-startclass{background:var(--bs-primary)!important; border: 1px solid var(--bs-primary)!important; color: #fff;}
.liveevent-popup .modal-body .popup__text .liveevent-btns .liveevent-startclass:hover{background:#6313ab!important; border: 1px solid #6313ab!important; color: #fff;}
.liveevent-popup .modal-header .btn-close{font-size: 14px; position: absolute; right: 18px; top: 18px;padding: .5rem !important; z-index: 1001; color: #000000; width: .1rem; height: .1rem;}
@media (min-width: 769px) { .liveevent-popup .modal-dialog { width: 600px; max-width: 100%; margin: 30px auto; } }
.liveevent-popup .modal-header .btn-close { font-size: 12px; position: absolute; right: 18px; top: 18px; padding: .5rem !important; z-index: 1001; color: #000000; width: .1rem; height: .1rem; box-shadow: none; }
  /* CSS to style the floating message */
  #previewMessage { position: fixed; top: 0; left: 0; width: 100%; --bs-bg-opacity:.7;background-color: rgba(var(--bs-floating-message-bg-rgb), var(--bs-bg-opacity)); color:var(--bs-floating-message); text-align: center;
  	padding:.4rem; font-size:1.2rem; z-index:9999999999; }
#previewMessage a {
	color:var(--bs-floating-message);
	text-decoration:underline;
}
#closePreviewMessage {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    color:var(--bs-floating-message);
    font-size: 1.5rem;
    cursor: pointer;
    font-weight: bold;
}
.curriculum-inner a[disabled], .curriculum-inner a[disabled] .curriculum_preiew{pointer-events: none;cursor: not-allowed;color:#7d7a7a;}
.main-logo img {max-height:60px;}
.footer-menu img {max-height:50px;}
/*CHECKOUT START*/


.zen_checkout{--bs-bg-opacity:.8; text-align: left;}
.zen_checkout a{text-decoration:none;}
.zen_checkout .border-dotted{border-style: dotted;}
.zen_checkout .form-control{padding:.6rem 1rem;min-height: 44px;}
.zen_checkout .form-control:focus, .zen_checkout .form-check-input:focus {border-color:var(--bs-primary);box-shadow:none;}
.zen_checkout .checkout-title { font-size: calc(1.5rem + .3vw);margin-bottom:2rem!important;}
.zen_checkout .box-form .card{padding:1.5rem;background:var(--bs-card-bg);margin-bottom:3rem!important;margin-bottom:1rem;border: 0px var(--bs-border-style) var(--bs-border-color);box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;border-radius: var(--bs-border-radius-lg);box-shadow:var(--bs-box-shadow-sm);}
.zen_checkout label{outline:none;}
.zen_checkout .input-group{flex-wrap:nowrap;}
.zen_checkout .input-group [data-component="input"]{width:100%;}
.zen_checkout .input-group .form-control{width:100%;border-top-right-radius: 0;border-bottom-right-radius: 0;}
.zen_checkout .input-group .btn{height:100%;}
/* checkout-banner */
.zen_checkout .checkout-banner{padding:4rem 0rem;}
.zen_checkout .checkout-banner-tilte{font-size: calc(1.5rem + .3vw);}
.zen_checkout .checkout-banner img{border-radius:.375rem;border:1px solid var(--bs-border-color);box-shadow:var(--bs-box-shadow-sm);}
/* box-form */
.zen_checkout .price-option{display: flex ; justify-content: space-between; align-items: center; padding:.5rem .8rem; border: 1px solid transparent; border-radius: 5px;margin-bottom:.5rem;transition: border 0.3s ease; }
.zen_checkout .price-option:nth-last-child(1){margin-bottom:0rem;}
.zen_checkout .price-option input[type="radio"] { appearance: none; visibility: hidden; }
.zen_checkout .price-option input[type="radio"]:before { content: ""; border: 1px solid var(--bs-gray-600); width:2rem; height:2rem; position: relative; display: block; border-radius:100%; visibility: visible; }
.zen_checkout .price-option input[type="radio"]:checked:before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-size:1.2rem; font-weight: bold; display: flex ; align-items: center; justify-content: center; background:var(--bs-primary);border: 1px solid var(--bs-primary); color: white; }
.pricing-options .price-option:hover{ border: 1px solid var(--bs-gray-500); }
.zen_checkout .price-option.active, .pricing-options .price-option.active:hover{ border: 1px solid var(--bs-primary); }
.zen_checkout .price-option:not(.active) { cursor: pointer; }
.zen_checkout .PlanFeatures{margin-bottom:3rem;}
.zen_checkout .PlanFeatures h6{font-size:calc(1.2rem + .3vw);margin-bottom:2rem;}
.zen_checkout .PlanFeatures ul{list-style:none;padding:0;margin:0;}
.zen_checkout .PlanFeatures li { margin-bottom: 1rem; padding-left: 2rem; position: relative; }
.zen_checkout .PlanFeatures li::before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 700; font-size: 1.2rem; color: var(--bs-primary); position: absolute; left: 0; }
.zen_checkout .MoneyBack{padding: 1.5rem; background: var(--bs-card-bg); margin-bottom: 3rem; border: 0px var(--bs-border-style) var(--bs-border-color); box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; border-radius: var(--bs-border-radius-lg); box-shadow: var(--bs-box-shadow-sm);}
.zen_checkout .MoneyBack h6{font-size:1.2rem;font-weight:700;}
/* PricingOptions */
.zen_checkout .PricingOptions{}
/* OrderSummary */
.zen_checkout .OrderSummary{}
.zen_checkout .OrderSummary  .input-group .btn{padding:.5rem 1.5rem; font-size: calc(.8rem + .3vw); font-weight: 600;}
/* ContactInformation */
.zen_checkout .ContactInformation{}
/* PaymentInformation */
.zen_checkout .PaymentInformation{border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important;}
/* box-order-bump */
.zen_checkout .box-order-bump-card{padding:1.5rem;}
.zen_checkout .box-order-bump{border:1px dashed var(--bs-primary);--bs-bg-opacity:.08; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;border-radius:0.375rem;}
.zen_checkout .box-order-bump .box-order-bump-body{padding:1.5rem;}
.zen_checkout .box-order-bump img{border-radius:.375rem;border:1px solid var(--bs-primary);box-shadow:var(--bs-box-shadow-sm);margin-bottom:.5rem;}
.zen_checkout .box-order-bump h5{font-size:1.5rem;margin:0rem 0 .25rem!important;}
.zen_checkout .box-order-bump .price-strike{ font-size: 1rem; font-weight: 400; text-decoration: line-through; }
.zen_checkout .box-order-bump .price { font-size:1.6rem; font-weight: 700; }
.zen_checkout .box-order-bump .box-order-bump-bottom{--bs-bg-opacity:.15; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;padding:1.4rem 1.6rem;}
.zen_checkout .box-order-bump .box-order-bump-bottom .form-check {margin: 0; }
.zen_checkout .box-order-bump .box-order-bump-bottom .form-check-input { width: 1.5em; height: 1.5em; margin-top: 0; }
.zen_checkout .box-order-bump .box-order-bump-bottom .form-check-label {margin-left:.6rem;}
/* box-info */
.zen_checkout .box-info{--bs-bg-opacity:.8; background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;padding:0rem 0rem 4rem;}
.zen_checkout .box-info .btn-buy{padding: 1rem 1rem; font-size: calc(1.4rem + .6vw); font-weight:600;}
.zen_checkout .box-info hr { border-top:1px solid var(--bs-gray-400); opacity: 1; margin: 4rem 0; }
/* vat modal */
.zen_checkoutVATInfoModal .btn{padding:.5rem 1.5rem; font-size: calc(1rem + .3vw); font-weight: 600;}
.zen_checkoutVATInfoModal .modal-header{padding:1.2rem 2rem;}
.zen_checkoutVATInfoModal .modal-body{padding:2rem;}
.zen_checkoutVATInfoModal .modal-body .form-control{margin-bottom: 1rem;}
@media (min-width:992px) {
  .zen_checkout .box-right{padding-left:2rem;}
}
@media (max-width:992px) {
  .zen_checkout .box-order-bump .price-strike{margin-top:1rem;}
  .zen_checkout .box-right{margin-top:3rem;}
}
@media (max-width:400px) {
  .zen_checkout .OrderSummary .input-group{flex-wrap:wrap;}
  .zen_checkout .OrderSummary .input-group .form-control{border-radius: var(--bs-border-radius);margin-bottom:.5rem;}
  .zen_checkout .OrderSummary .input-group .btn{border-radius: var(--bs-border-radius)!important;padding:.4rem 1rem;}
}
#paypal-rec-button-container > div, #paypal-button-container > div{background-color: #ffc439; margin: auto; display: flex ; justify-content: center; overflow: hidden; border-radius: 50rem;}
#paypal-rec-button-container > div:hover, #paypal-button-container > div:hover {background-color:#f2ba36;}
.paypal_editor{background-color: #ffc439; height: 55px; overflow: hidden; border-radius: 50rem; display: flex ; justify-content: center; align-items: center;}.paypal_editor img{max-width:8rem;}

@media (min-width: 75px) {
   .paypal-button-container { min-width:100%!important; max-width:100%!important; }
}
.rzp-btn {padding:0;display:flex;align-items:center;justify-content:center;max-height:60px;}.rzp-btn img.rzp-img{max-width:8rem;}

/*CHECKOUT END*/

.course-plans-modal .modal-body .zen-plan{ padding: 1.5rem; margin-bottom: 1rem; border-radius: .5rem; --bs-bg-opacity: 1; background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)); --bs-border-opacity: .05; border: 1px solid; border-color: rgba(var(--bs-tertiary-color-rgb), var(--bs-border-opacity)); }
                                  .course-plans-modal .modal-body .zen-plan:nth-last-child(1){margin-bottom:0rem;}
