@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Sora", sans-serif;
  --body-font: "Inter", sans-serif;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 259;
  --base-s: 95%;
  --base-l: 60%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
  --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
  --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
  --base-two-h: 316;
  --base-two-s: 100%;
  --base-two-l: 44%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
  --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
  --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
  --base-three-h: 50;
  --base-three-s: 100%;
  --base-three-l: 50%;
  --base-three: var(--base-three-h) var(--base-three-s) var(--base-three-l);
  --base-three-d-100: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.1);
  --base-three-d-200: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.2);
  --base-three-d-300: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.3);
  --base-three-d-400: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.4);
  --base-three-d-500: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.5);
  --base-three-d-600: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.6);
  --base-three-d-700: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.7);
  --base-three-d-800: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.8);
  --base-three-d-900: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 0.9);
  --base-three-d-1000: var(--base-three-h) var(--base-three-s) calc(var(--base-three-l) - var(--base-three-l) * 1);
  --base-three-l-100: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.1);
  --base-three-l-200: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.2);
  --base-three-l-300: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.3);
  --base-three-l-400: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.4);
  --base-three-l-500: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.5);
  --base-three-l-600: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.6);
  --base-three-l-700: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.7);
  --base-three-l-800: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.8);
  --base-three-l-900: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 0.9);
  --base-three-l-1000: var(--base-three-h) calc(var(--base-three-s)) calc(var(--base-three-l) + (100% - var(--base-three-l)) * 1);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --black: 0 0% 0%;
  --dark: 0 0% 0%;
  --body-color: 38 9% 82%;
  --heading-color: 0 0% 100%;
  --border-color: 0 0% 100%;
  --body-bg: 210 25% 6%;
  --section-bg: 210 26% 9%;
  --background-color: var(--black);
  /* ================================ Box Shadow Start =============================== */
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--white) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
  /* ================================ Box Shadow End =============================== */
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 238;
  --primary-s: 100%;
  --primary-l: 40%;
  --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);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --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);
  /* Success Color */
  --success-h: 112;
  --success-s: 100%;
  --success-l: 40%;
  --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);
  /* Danger Color */
  --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);
  /* Warning Color */
  --warning-h: 47;
  --warning-s: 100%;
  --warning-l: 50%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-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);
  /* Info Color */
  --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);
  /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align,
.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

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

.fs-17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}

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

.fs-20 {
  font-size: 1.25rem;
}

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

@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1.0625rem;
  }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-bg));
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

span {
  display: inline-block;
}

figure {
  margin-bottom: 0;
}

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;
  font-weight: 700;
}

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

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

h1,
.h1 {
  font-size: 3.75rem;
}

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

  h1,
  .h1 {
    font-size: 3.125rem;
  }
}

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

  h1,
  .h1 {
    font-size: 2.8125rem;
  }
}

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

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

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

  h1,
  .h1 {
    font-size: 2.1875rem;
  }
}

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

  h1,
  .h1 {
    font-size: 1.875rem;
  }
}

h2,
.h2 {
  font-size: 2.5rem;
}

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

  h2,
  .h2 {
    font-size: 2.8125rem;
  }
}

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

  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

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

  h2,
  .h2 {
    font-size: 2.1875rem;
  }
}

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

  h2,
  .h2 {
    font-size: 1.875rem;
  }
}

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

  h2,
  .h2 {
    font-size: 1.5625rem;
  }
}

h3,
.h3 {
  font-size: 1.875rem;
}

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

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

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

  h3,
  .h3 {
    font-size: 1.5625rem;
  }
}

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

  h3,
  .h3 {
    font-size: 1.4375rem;
  }
}

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

  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

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

  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.5rem;
}

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

  h4,
  .h4 {
    font-size: 1.3125rem;
  }
}

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

  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

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

  h4,
  .h4 {
    font-size: 1.1875rem;
  }
}

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

  h4,
  .h4 {
    font-size: 1.125rem;
  }
}

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

  h4,
  .h4 {
    font-size: 1.0625rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

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

  h5,
  .h5 {
    font-size: 1.1875rem;
  }
}

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

  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

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

  h5,
  .h5 {
    font-size: 1.0625rem;
  }
}

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

  h5,
  .h5 {
    font-size: 1rem;
  }
}

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

  h5,
  .h5 {
    font-size: 1rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
}

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

  h6,
  .h6 {
    font-size: 1rem;
  }
}

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

  h6,
  .h6 {
    font-size: 0.9375rem;
  }
}

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

  h6,
  .h6 {
    font-size: 0.875rem;
  }
}

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

  h6,
  .h6 {
    font-size: 0.875rem;
  }
}

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

  h6,
  .h6 {
    font-size: 0.875rem;
  }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: inherit;
}

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

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

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

select {
  cursor: pointer;
}

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

button {
  border: 0;
  background-color: transparent;
}

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

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

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
  font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

/* Section Background */
.section-bg {
  background-color: hsl(var(--section-bg));
}

.text-muted {
  color: hsl(var(--white) / 0.6) !important;
}

/* Bg Image Css */
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
  position: absolute;
  overflow-y: hidden;
  padding-right: 17px;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .scroll-hide {
    padding-right: 0;
  }
}

.scroll-hide-sm {
  position: absolute;
  overflow-y: hidden;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
}

.body-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: hsl(var(--black) / 0.5);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

.gradient-text {
  background-image: linear-gradient(180deg,
      hsl(var(--base-d-200)) 0%,
      hsl(var(--base)) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text::-moz-selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.gradient-text::selection {
  color: hsl(var(--white));
  -webkit-text-fill-color: hsl(var(--white));
  background: transparent;
}

.sidebar-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 1049;
  background-color: hsl(var(--black) / 0.5);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

/* Overlay End */
.btn-close {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
  filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
  opacity: 1;
}

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  position: relative;
  z-index: 1;
}

.section-heading__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 6px 18px 4.5px;
  color: hsl(var(--white) / 0.8);
  border: 1px solid hsl(var(--white) / 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  font-size: 0.875rem;
}

.section-heading__title {
  margin-bottom: 2px;
  font-size: 40px;
  font-weight: 700;
}

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

@media screen and (max-width: 575px) {
  .section-heading__title {
    font-size: 28px;
  }
}

.section-heading__title span {
  background:
    linear-gradient(165deg,
      hsl(var(--white)) 35.68%,
      hsl(var(--base)) 65.5%,
      hsl(var(--base-two)) 78.74%,
      hsl(var(--base-three)) 95.63%),
    #101828;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-heading__desc {
  line-height: 1.8;
  color: hsl(var(--white));
  font-size: 1.25rem;
}

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

.swiper-pagination {
  position: relative;
  margin-top: 24px;
}

.swiper-pagination-bullet-active {
  width: 40px;
}

.swiper-pagination-bullet {
  background: hsl(var(--base));
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0.5rem;
  --bs-dropdown-padding-y: 0.6rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: hsl(var(--white));
  --bs-dropdown-bg: hsl(var(--body-bg));
  --bs-dropdown-border-color: hsl(var(--white) / 0.1);
  --bs-dropdown-border-radius: 7px;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: hsl(var(--white) / 0.1);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--header-box-shadow);
  --bs-dropdown-link-color: hsl(var(--white));
  --bs-dropdown-link-hover-color: hsl(var(--white));
  --bs-dropdown-link-hover-bg: hsl(var(--base));
  --bs-dropdown-link-active-color: hsl(var(--white));
  --bs-dropdown-link-active-bg: hsl(var(--base));
  --bs-dropdown-link-disabled-color: hsl(var(--white));
  --bs-dropdown-item-padding-x: 0.6rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: hsl(var(--white));
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
}

.table__action {
  display: flex;
  justify-content: flex-end;
}

.table__action .dropdown-toggle {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid hsl(var(--white) / 0.12);
  background: hsl(var(--white) / 0.04);
  color: hsl(var(--white));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}

.table__action .dropdown-toggle::after {
  display: none;
}

.table__action .dropdown-toggle:hover,
.table__action .dropdown-toggle.show {
  color: hsl(var(--white));
  background: hsl(var(--base) / 0.14);
  border-color: hsl(var(--base) / 0.34);
}

.table__action .dropdown-menu {
  min-width: 190px;
}

.table__action .dropdown-item {
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.table__action .dropdown-item i {
  width: 16px;
  text-align: center;
}

.table__action .dropdown {
  position: unset;
}


.dropdown-item {
  border-radius: 6px;
}

/* ====================== Section Heading End ==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

/* ================================= Color Css End =========================== */
.py-120 {
  padding-block: 120px;
}

@media screen and (max-width: 991px) {
  .py-120 {
    padding-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .py-120 {
    padding-block: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pt-120 {
    padding-top: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.py-100 {
  padding-block: 100px;
}

@media screen and (max-width: 991px) {
  .py-100 {
    padding-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .py-100 {
    padding-block: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pt-100 {
    padding-top: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.py-60 {
  padding-block: 60px;
}

@media screen and (max-width: 991px) {
  .py-60 {
    padding-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .py-60 {
    padding-block: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pt-60 {
    padding-top: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

.py-50 {
  padding-block: 50px;
}

@media screen and (max-width: 991px) {
  .py-50 {
    padding-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .py-50 {
    padding-block: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .pt-50 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pt-50 {
    padding-top: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .pb-50 {
    padding-bottom: 30px;
  }
}

.my-120 {
  margin-block: 120px;
}

@media screen and (max-width: 991px) {
  .my-120 {
    margin-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .my-120 {
    margin-block: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mt-120 {
    margin-top: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.my-100 {
  margin-block: 100px;
}

@media screen and (max-width: 991px) {
  .my-100 {
    margin-block: 80px;
  }
}

@media screen and (max-width: 424px) {
  .my-100 {
    margin-block: 60px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mt-100 {
    margin-top: 60px;
  }
}

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

@media screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.my-60 {
  margin-block: 60px;
}

@media screen and (max-width: 991px) {
  .my-60 {
    margin-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .my-60 {
    margin-block: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mt-60 {
    margin-top: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.my-50 {
  margin-block: 50px;
}

@media screen and (max-width: 991px) {
  .my-50 {
    margin-block: 40px;
  }
}

@media screen and (max-width: 424px) {
  .my-50 {
    margin-block: 30px;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .mt-50 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mt-50 {
    margin-top: 30px;
  }
}

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

@media screen and (max-width: 991px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 424px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

/* ================================= Border Color Css Start =========================== */
.border--base {
  border-color: hsl(var(--base)) !important;
}

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

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

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

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

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

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

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border: 1px solid hsl(var(--white) / 0.2);
  background-color: transparent !important;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom--accordion .accordion-item::before,
.custom--accordion .accordion-item::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.custom--accordion .accordion-item::before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base-three)) 100%);
  border-radius: inherit;
  top: -1px;
  left: -1px;
  z-index: -2;
}

.custom--accordion .accordion-item::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODcyIiBoZWlnaHQ9IjE5MiIgdmlld0JveD0iMCAwIDg3MiAxOTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF81NV8xNikiPgo8ZyBvcGFjaXR5PSIwLjUiPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzU1XzE2KSI+CjxlbGxpcHNlIGN4PSI4MTIuOTcyIiBjeT0iNDQ3LjQyIiByeD0iNjcuMDMxOCIgcnk9IjIyOS40MDYiIHRyYW5zZm9ybT0icm90YXRlKC00Mi43NjMxIDgxMi45NzIgNDQ3LjQyKSIgZmlsbD0iIzc2MzhGQSIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2ZfNTVfMTYpIj4KPGVsbGlwc2UgY3g9IjkzMy41MiIgY3k9IjMzNS45MzUiIHJ4PSI2Ny4wMzE4IiByeT0iMjI5LjQwNiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQyLjc2MzEgOTMzLjUyIDMzNS45MzUpIiBmaWxsPSIjRkZENjAwIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjJfZl81NV8xNikiPgo8ZWxsaXBzZSBjeD0iODc3Ljk4NyIgY3k9IjM4Ny4yOTMiIHJ4PSI2Ny4wMzE4IiByeT0iMjI5LjQwNiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQyLjc2MzEgODc3Ljk4NyAzODcuMjkzKSIgZmlsbD0iI0UyMDBBNCIvPgo8L2c+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzU1XzE2IiB4PSIzNzMuOTc5IiB5PSItMi42ODc5IiB3aWR0aD0iODc3Ljk4NiIgaGVpZ2h0PSI5MDAuMjE1IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEzNy44IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfNTVfMTYiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl81NV8xNiIgeD0iNDk0LjUyNyIgeT0iLTExNC4xNzIiIHdpZHRoPSI4NzcuOTg2IiBoZWlnaHQ9IjkwMC4yMTUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTM3LjgiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl81NV8xNiIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9mXzU1XzE2IiB4PSI0MzguOTk0IiB5PSItNjIuODE0NCIgd2lkdGg9Ijg3Ny45ODYiIGhlaWdodD0iOTAwLjIxNSIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMzcuOCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzU1XzE2Ii8+CjwvZmlsdGVyPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzU1XzE2Ij4KPHJlY3Qgd2lkdGg9Ijg3MiIgaGVpZ2h0PSIxOTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-color: hsl(var(--body-bg));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: inherit;
  z-index: -1;
}

.custom--accordion .accordion-item:has([aria-expanded="true"])::before,
.custom--accordion .accordion-item:has([aria-expanded="true"])::after {
  opacity: 1;
}

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

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.custom--accordion .accordion-header {
  line-height: 1;
}

.custom--accordion .accordion-body {
  padding: 20px;
  padding-top: 0;
}

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

.custom--accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

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

.custom--accordion .accordion-button {
  color: var(--heading-color);
  font-size: 1rem;
  padding: 24px;
  background: transparent;
  padding-right: 35px;
  line-height: 1.3;
}

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

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

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

.custom--accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--white));
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f106";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  height: unset;
  font-size: 12px;
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

.pill {
  border-radius: 40px !important;
}

.btn {
  color: hsl(var(--black));
  font-weight: 600;
  padding: 18px 29px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  font-family: var(--body-font);
  display: inline-block !important;
  font-size: 1rem;
  line-height: 1;
}

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

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

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

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

.btn:active {
  top: 1px;
}

.btn--lg {
  padding: 22px 35px;
  font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
  .btn--lg {
    padding: 18px 30px;
    font-size: 1rem;
  }
}

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

.btn--sm {
  padding: 13px 20px;
  font-weight: 600;
  font-size: 0.875rem;
}

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

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

.btn--base {
  position: relative;
  color: hsl(var(--white));
  -webkit-box-shadow: -5px 5px 0px hsl(var(--base));
  box-shadow: -5px 5px 0px hsl(var(--base));
}

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

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

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

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

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

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

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

.btn--primary {
  background-color: hsl(var(--primary)) !important;
  -webkit-box-shadow: -5px 5px 0px hsl(var(--primary)) !important;
  box-shadow: -5px 5px 0px hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-300)) !important;
  color: hsl(var(--primary-d-900));
  border-color: hsl(var(--primary));
}

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

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

.btn--secondary {
  background-color: hsl(var(--secondary)) !important;
  -webkit-box-shadow: -5px 5px 0px hsl(var(--secondary)) !important;
  box-shadow: -5px 5px 0px hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-300)) !important;
  color: hsl(var(--secondary-d-900));
  border-color: hsl(var(--secondary));
}

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

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

.btn--danger {
  background-color: hsl(var(--danger)) !important;
  -webkit-box-shadow: -5px 5px 0px hsl(var(--danger)) !important;
  box-shadow: -5px 5px 0px hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-300)) !important;
  color: hsl(var(--danger-d-900));
  border-color: hsl(var(--danger));
}

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

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

.btn--warning {
  background-color: hsl(var(--warning)) !important;
  -webkit-box-shadow: -5px 5px 0px hsl(var(--warning)) !important;
  box-shadow: -5px 5px 0px hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-300)) !important;
  color: hsl(var(--warning-d-900));
  border-color: hsl(var(--warning));
}

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

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

.btn--info {
  background-color: hsl(var(--info)) !important;
  -webkit-box-shadow: -5px 5px 0px hsl(var(--info)) !important;
  box-shadow: -5px 5px 0px hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-300)) !important;
  color: hsl(var(--info-d-900));
  border-color: hsl(var(--info));
}

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

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

.btn--white {
  background-color: hsl(var(--white)) !important;
  -webkit-box-shadow: -5px 5px 0px hsl(var(--white)) !important;
  box-shadow: -5px 5px 0px hsl(var(--white)) !important;
  color: hsl(var(--white)) !important;
}

.btn--white:hover,
.btn--white:focus .btn--white:focus-visible {
  background-color: hsl(var(--white-d-300)) !important;
  color: hsl(var(--white-d-900));
  border-color: hsl(var(--white));
}

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

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

.btn--black {
  background-color: hsl(var(--black)) !important;
  -webkit-box-shadow: -5px 5px 0px hsl(var(--black)) !important;
  box-shadow: -5px 5px 0px hsl(var(--black)) !important;
  color: hsl(var(--white)) !important;
}

.btn--black:hover,
.btn--black:focus .btn--black:focus-visible {
  background-color: hsl(var(--black-d-300)) !important;
  color: hsl(var(--black-d-900));
  border-color: hsl(var(--black));
}

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

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

.btn--success {
  background-color: hsl(var(--success)) !important;
  -webkit-box-shadow: -5px 5px 0px hsl(var(--success)) !important;
  box-shadow: -5px 5px 0px hsl(var(--success)) !important;
  color: hsl(var(--white)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
  background-color: hsl(var(--success-d-300)) !important;
  color: hsl(var(--success-d-900));
  border-color: hsl(var(--success));
}

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

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

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 10px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--section-bg));
  border: 1px solid hsl(var(--white) / 0.1);
}

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

.custom--card .card-header__title {
  margin-bottom: 0;
}

.custom--card .card-body {
  background-color: hsl(var(--section-bg));
  padding: 24px;
  border-radius: 10px;
}

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

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

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 6px;
  color: hsl(var(--white));
  font-weight: 500;
}

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

/* Form Select */
.select {
  color: hsl(var(--black) / 0.6) !important;
}

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

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

/* Form Select End */
/* Form Control Start */
.form--control {
  border-radius: 15px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 17px 20px;
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.2);
  color: hsl(var(--white));
  line-height: 1;
}

.form--control-lg {
  padding: 21.5px 20px;
  font-size: 1.125rem;
  border-radius: 8px;
}

.form--control-sm {
  padding: 12.5px 20px;
  font-size: 0.875rem;
}

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

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

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

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

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

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

.form--control[type="date"],
.form--control[type="datetime-local"],
.form--control[type="month"],
.form--control[type="time"] {
  color: hsl(var(--white));
  color-scheme: hsl(var(--white)/.7);
}

.form--control[type="date"]::-webkit-calendar-picker-indicator,
.form--control[type="datetime-local"]::-webkit-calendar-picker-indicator,
.form--control[type="month"]::-webkit-calendar-picker-indicator,
.form--control[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(1.8);
  opacity: 1;
  cursor: pointer;
}

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

.form--control[type="file"] {
  line-height: 46px;
  padding: 4px;
  position: relative;
  color: hsl(var(--white) / 0.7);
}

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

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

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

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

.form--control[type="file"].form--control-lg {
  line-height: 58px;
}

.form--control[type="file"].form--control-lg::-webkit-file-upload-button {
  line-height: 38px;
}

.form--control[type="file"].form--control-lg::file-selector-button {
  line-height: 38px;
}

.form--control[type="file"].form--control-sm {
  line-height: 34px;
}

.form--control[type="file"].form--control-sm::-webkit-file-upload-button {
  line-height: 16px;
}

.form--control[type="file"].form--control-sm::file-selector-button {
  line-height: 16px;
}

/* Form Control End */
textarea.form--control {
  line-height: 1.4;
}

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

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

/* Autofill Css End */
/* input group */
.input--group {
  position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
  padding-right: 50px;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

/* Custom Checkbox Design */
.form--check {
  cursor: pointer;
}

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

.form--check .form-check-input {
  --check-box-wh: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 5px;
  min-width: var(--check-box-wh);
  height: var(--check-box-wh);
  border: 1px solid hsl(var(--white) / 0.2);
  cursor: pointer;
  margin-top: 0;
}

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

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

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

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

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

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

/* Custom Radio Design */
.form--radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

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

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

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

.form--radio .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--white) / 0.2) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  min-width: 60px;
  height: 30px;
  cursor: pointer;
}

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

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

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

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

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

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

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
  border-radius: 15px;
  border: 1px solid hsl(var(--white) / 0.2);
}

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

.input--group .input-group-text+.form--control {
  padding-right: 20px;
  padding-left: 10px;
}

.input--group:focus-within {
  border: 1px solid hsl(var(--base));
}

.input--group .input-group-text {
  border-width: 0px;
  margin: 7px;
  border-radius: 5px !important;
  background-color: hsl(var(--white) / 0.1);
  color: hsl(var(--body-color));
}

.input--group input.form--control[type="number"]+.input-group-text,
.input--group input.form--control[type="search"]+.input-group-text {
  background: none;
}

.input-group-text {
  border-radius: 15px;
}

.input--group-text {
  margin-left: 5px;
}

.input--group .form--control[readonly] {
  background: hsl(var(--black) / 0.3) !important;
}

.input--group .form--control[readonly]:focus {
  border-color: hsl(var(--black) / 0.3);
}

.input--group:has(.form--control[readonly]) {
  background: hsl(var(--black) / 0.3) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
  border-color: hsl(var(--black) / 0.4) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal {
  --bs-modal-bg: hsl(var(--section-bg));
}

.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  padding: 15px 24px;
}

.custom--modal .modal-content {
  border-radius: 10px !important;
}

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

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

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px;
  padding-top: 0;
  border-top: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-backdrop {
  --bs-backdrop-bg: hsl(var(--black));
  --bs-backdrop-opacity: 0.8;
}

.custom--modal .close {
  background-color: hsl(var(--danger) / 0.2);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: hsl(var(--danger));
}

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

.pagination .page-item.active .page-link {
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base-three)) 100%);
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
  margin: 0 5px;
  border-radius: 50%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0 20px;
  background-color: hsl(var(--white) / 0.05);
  border: 1px solid hsl(var(--white) / 0.2);
  border-radius: 65px;
  color: hsl(var(--white));
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

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

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.customer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 374px) {
  .customer {
    display: block;
    text-align: left;
  }
}

.customer__thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 374px) {
  .customer__thumb {
    margin-left: auto;
  }
}

.customer__content {
  text-align: left;
}

@media screen and (max-width: 424px) {
  .customer__content {
    padding-left: 8px;
  }
}

@media screen and (max-width: 374px) {
  .customer__content {
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
  }
}

.customer__name {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: hsl(var(--white) / 0.7);
}

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

.action-buttons button {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: hsl(var(--white) / 0.09);
  border: 1px solid hsl(var(--white) / 0.1);
  color: hsl(var(--white) / 0.7);
  font-size: 0.75rem;
}

.action-buttons button:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--black));
}

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

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

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

.table> :not(caption)>*>* {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  text-align: center;
}

@media (max-width: 991px) {
  .table> :not(caption)>*>* {
    text-align: right;
  }
}

.table-responsive {
  padding-bottom: 10px;
}

.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: hsl(var(--base-l-800));
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar {
  height: 3px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base));
}


/* Table Css Start */
.table {
  --table-radius: 5px;
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table thead tr th {
  padding: 15px 15px;
  color: hsl(var(--white));
  font-weight: 700;
  border-bottom: 0;
  font-size: 0.875rem;
  background-color: hsl(var(--white) / 0.09);
}

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

.table thead tr th:first-child {
  border-radius: var(--table-radius) 0 0 var(--table-radius);
  width: 193px;
  text-align: left;
}

.table thead tr th:last-child {
  border-radius: 0 var(--table-radius) var(--table-radius) 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
}

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

.table tbody tr:first-child td {
  padding-top: 18px;
}

@media screen and (max-width: 991px) {
  .table tbody tr:first-child td {
    padding-top: 7px;
  }
}

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

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

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

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

.table tbody tr td {
  vertical-align: middle;
  padding: 14px 15px;
  border-width: 1px;
  border: 0;
  color: hsl(var(--white) / 0.7);
  font-weight: 500;
  font-size: 0.875rem;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  min-width: 150px;

}

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

.table tbody tr td:first-child {
  font-size: 0.875rem;
  padding-left: 10px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .table tbody tr td:first-child {
    padding-left: 0px;
  }
}

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

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

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

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

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

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

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

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--white));
  }

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

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

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

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

  .table--responsive--lg tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
  }

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

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--white));
  }

  .table--responsive--lg tbody tr td {
    border: 0;
  }
}

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

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

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

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

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

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

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--white));
  }

  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

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

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

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

  .table--responsive--xxl tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
  }

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

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--white));
  }

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

/* ================================= Table Css End =========================== */
/* ================================= Badge Css Start =========================== */
.custom--badge {
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.badge {
  padding: 6px 10px;
}

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

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

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

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

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

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

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

.badge--white {
  background-color: hsl(var(--white)) !important;
  color: hsl(var(--black)) !important;
}

.badge--dark {
  background-color: hsl(var(--white) / 0.25) !important;
  color: hsl(var(--white)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

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

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

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

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

@media screen and (max-width: 575px) {
  .alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  font-size: 1rem;
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.8125rem;
  }
}

.alert__link {
  position: relative;
}

.alert__link:hover::before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.alert__link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base));
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.alert--base {
  border-color: hsl(var(--base) / 0.6);
  background-color: hsl(var(--base) / 0.1);
}

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

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

.alert--base .alert__desc {
  color: hsl(var(--base) / 0.7);
}

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

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

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

.alert--primary .alert__desc {
  color: hsl(var(--primary) / 0.7);
}

.alert--success {
  border-color: hsl(var(--success) / 0.6);
  background-color: hsl(var(--success) / 0.1);
}

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

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

.alert--success .alert__desc {
  color: hsl(var(--success) / 0.7);
}

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

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

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

.alert--info .alert__desc {
  color: hsl(var(--info) / 0.7);
}

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

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

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

.alert--danger .alert__desc {
  color: hsl(var(--danger) / 0.7);
}

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

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

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

.alert--warning .alert__desc {
  color: hsl(var(--warning) / 0.7);
}

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

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

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

.alert--secondary .alert__desc {
  color: hsl(var(--secondary) / 0.7);
}

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

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

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

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

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

  50% {
    opacity: 1;
  }

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

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

  50% {
    opacity: 1;
  }

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

/* ================================= preload Css End ===========================  */
/* ======================= Header Start Here ======================= */
.header {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0px;
  padding: 20px 0;
}

.header.fixed-header {
  position: fixed;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: hsl(var(--black) / 0.95);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  top: 0;
  padding: 10px 0;
  z-index: 100;
}

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

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

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

  .header+ :is(main) {
    padding-top: 40px;
  }
}

.header .navbar {
  padding: 0 !important;
}

.header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

@media screen and (min-width: 992px) {
  .header .navbar-nav {
    padding: 7px;
    gap: 2px;
  }

  .header .navbar-nav .nav-item {
    position: relative;
  }

  .header .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--white)) !important;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
  }

  .header .navbar-nav .nav-item .nav-link.active,
  .header .navbar-nav .nav-item .nav-link:hover {
    background-color: hsl(var(--white) / 0.15);
  }
}

@media screen and (max-width: 991px) {
  .header .navbar-nav {
    margin-top: 0px;
    margin-bottom: 10px;
  }

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

  .header .navbar-nav .nav-item:last-child>.nav-link {
    border-bottom: 0;
  }

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

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

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

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

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

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

.lang-box {
  flex-shrink: 0;
}

.lang-box-btn {
  min-height: 42px;
  max-width: 170px;
  padding: 7px 12px;
  border: 1px solid hsl(var(--white) / 0.16);
  border-radius: 50px;
  background: hsl(var(--white) / 0.08);
  color: hsl(var(--white));
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  transition: 0.2s ease-in-out;
}

.lang-box-btn:hover,
.lang-box-btn:focus,
.lang-box-btn.show {
  border-color: hsl(var(--base) / 0.45);
  background: hsl(var(--white) / 0.14);
  color: hsl(var(--white));
}

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

.lang-box-btn::after {
  margin-left: 10px;
  margin-right: 5px;
}

.lang-box-btn img,
.lang-box-link .thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex: 0 0 24px;
  overflow: hidden;
}

.lang-box-btn img {
  display: block;
  object-fit: cover;
}

.lang-box-link .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lang-box-btn .text {
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
}

.lang-box .dropdown-menu {
  min-width: 180px;
  margin-top: 10px !important;
}

.lang-box-link {
  color: hsl(var(--white));
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 0.875rem;
  transition: 0.2s ease-in-out;
}

.lang-box-link:hover,
.lang-box-link:focus {
  color: hsl(var(--white));
  background: hsl(var(--base));
}

.lang-box-link .text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .lang-box-btn {
    padding-inline: 9px;
  }
}

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

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

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

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

.offcanvas {
  --bs-offcanvas-bg: hsl(var(--black));
  --bs-offcanvas-padding-x: 1.5rem;
}

.navbar-toggler {
  background-color: hsl(var(--base));
  padding: 4px 7px;
}

@media screen and (min-width: 992px) {
  .navbar-lists {
    border: 1px solid hsl(var(--white) / 0.1);
    border-radius: 100px;
    padding: 8px;
  }
}

.login__btn {
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
  margin-right: 28px;
}

/* ======================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
  color: hsl(var(--white));
  margin-top: auto;
}

.footer-item {
  position: relative;
}

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

.footer-item__desc {
  font-weight: 500;
  color: hsl(var(--white) / 0.7);
  max-width: 370px;
  padding: 15px 0 20px;
}

@media screen and (max-width: 575px) {
  .footer-item__desc {
    padding: 10px 0 20px;
  }
}

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

.footer-item__title {
  color: hsl(var(--white));
  position: relative;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter";
  position: relative;
  margin: 0;
  margin-bottom: 30px;
}

.footer-item__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  top: 29px;
  left: -18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMoAAAA6CAYAAADx98axAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAI5BJREFUeAHNfcl25EaSrTmAmAfORWVWdhePTlYtlOe8TX5A5U9o+b6lVd/wVu8Xnj7isfbNpbTo0qlDldiZojjHxGBEAN5mPsAHOIZgMqv7ZpIB+GDucNh1M3NHgAwAGNRDlfmW/e//9X+6u4vj2GTdit/71m8XMn+Z3UsZdzJ1T/2EsacK0uffndRa3MGz8XVB0GcIC6D6mu12q4TcVTdgjVeOr6FZm3tVchuOhdPW3wNytmxb5Mkye2vgTrqlbrd+0i6WvUe9/RoyOIIlY/gpwWF7cPbdN78Ne+kRu13/PdodHER8PYvaGWPtwZjdPj3GfLVKeu1+tIR5G/igy3r936ecDWNI2zFkScYhzrLHJE5ajKfAIoAI2CZqQQsgXUccz2JORMN+rjcRizIskwDj9AlAjEuzTZSoY0qnslFG7JTHkNE1Ui0QPzzd5OQmGVSkjckc5UAqEyI1LvQpZWeiXCTyQMiMRH4qy2VKVl4P289SJtuW5UT+Rp4nqhzJjVLTlpGh0ziPVB6ovESdZ/r6cKiiaJV3QsxCCR2vMV3Vo8RoYy5YlY2SlFN9cU7pCfYzWrNIX1CkyoKq25KDGEUbqTBxptqSP7JeKsuJOpkc9EQPkEoTnUzFwEcM+6Dli8FORV+TGO8mxzFsoZboOtTneCPO6V8Uy35HMSpwsqEr4C3UtDXKQyUScrFPvIUD/UTV8RhvDG8lWZap45SlWYTncYJ3DAc2jjPsDP2ka2Bsud6w/3xcxbN0FK86t0+bxRR49yjaTO6xf4csG90yztcPPOvg3UYyHo6BfxxhVz6ilCXwN0fAEz6KI765Y710nz2tpuwJ1bMDIxikc9aHIfCYZajuLF630rSbrFjKLiI+6cRxK2qlLEmjNI4YZ7DmEY4BW0ebKEMFyziShTPsORKFhgIvJ2LAWhxl4fWLc7wKqQNcKv4mlWUhZZHSDrah8oJOpFyMq/sgboBS6FiQRyoQA5OuJAgll/licpAqy5gkA9VAuTjk8t7TzU+lCeV4EOe11ETEMtmeKkufaWKMcqZKxzkxxPWIMy1/LTsm+iYai6mMzI1jUg1sFwcLYuoBkxdMeTTC4phpYdjzVHYmlUofczntpjRS+qKp8SQRdZIMCZlu8L6qa81UXTGXpTj94ThzrLyifqnrWqkBSZW8mMs225HgB7QU6TJVti3loRbjzcPx5TgePOJ4f0UfsDQ2L2dQjioYx6TX1CaKRbKkK8bbLVTL1YYGhGfrmG/iVLTBWsQqzEOpWBkJl/AWsmSTpXxDPOMbvka1RMVJ161k03+MVq0kQu3FgbvBBpOI9fejbH7HotetKJues2iUxNlDfwf2W1MmLnQSwesrVMEd7DP28+IqhmQnWqwnOCfMspgNocM60RH0+DWbLVqst7Ni96tF1E138apb0Sp9jAedOErXTzGsByxOn6JVtopYGwTB+jgyvTWODY9Qv1fYYgevZYUttqHFN2yBxOngSG2UhUkwfQMrcTdobFO0JqRELaxHlwvwhPeiDTEOIM6tmPao9R/LK26JW7ISzBgAlTNKy2DDSC+kyq7z322Vv1IpLaW44p6v5VgpdQbjY6ZCn1qJbbtTx2/V1GiJI6ZKUHtJ3r6k8CrPg1aE5de5DJzaRAc34mQlpLWYVNAsszqUSkuEmqVmBayXdKRNwwFra/MRK9nUaRzdlPqS4U+6kn1pq7ri4rDPmwTSluodtdVS14JTrRwouqCNvE5Sfroz9HutbgD1nNoi496iMsCjxwSSLt7Rtrx9UYbeQbzGGUvMELCS3eBCJ7Ae9YxlGRdTWUKMX9EUKGZTnEp5B0n11CaSt3gHrc6TGJ5HHLoO78YdFMJobuKbB5Q5iNL5HE3PE8uGYzSV0SiDzQMfoAME44iPZoxfYZ+PbvEqdrsclkimo0Te4kf8xKF6A22eTB4e0v3VO3aD6cPNORu/ehJ3mKH+x+uYddMeWyDFexnyIWlH68dbnOvGeLEbNms/xS100zI+gH62YMgRJDyDGdZPeAfPb9EqHUC2wMHpdvH8jglv81G6pKSMZE55Z4KuHWFX3YkNHjFYImHWUvOgSzqC5i1lHf6YTaMWGKzoji6NFREnIOus2CrX5S4YnTFIcmXv5plL0Ipu7IKs9aTOOlJVsH9L8BGLnjw5vel45aitZUdKjJwcbHe9VJ0RjiZagdQ0motdy+MdUIyj4lP5ubL6Ha1VJawcP+VjIJK6oPi7kbKFMX4yhFgtrQiWlFY23tnEZghRtwSnMPvpEazOiK5DnKxF2XYS8XYmB2MZL9ii9WRkrKkHS9jtST9Tc5cU5RZ6Yhz2h7Ga7xZAunqwi77gXHadWuwPkCC/UQZaGTKqmw7vMVT+QZwNPk04HEfZ9dOG8wm6W8s2P97FvI8xv8Aqb+ZIiGNFjm/aHH5U/fr6R5n2Cw7D/33PW58ef8DheCfS9lc/4fFbuEXSwMkJjJ8u2ARJM1hLO/yPRSv+/Q5jpOifUrQQ4odM1hiusin7vZAyhms8HtJYI8Ho84nP8yGntIEZTnG9Lb6w0uRRm/X5CtMT/ugsOCDv4BBc2GmrbMlkCg7gI1Sip8rRTXnM08zvvlPaCOtDFRal6f1gWat8rx+Q8Zg32Bf9si7KEXhdku7J6wfSe17xvn8Nj3ndXt8Uflw8wgHOzIvANff7Sjx9DtT9QJdqjr48Wip1T+d5+UE7Eoo5zxVhDoNOxGfqbNhlfDajz4hPYQojkjMCoOlh1Gd8MkHN6xM5yM174Hc4K+91kGBPaD3IjXqKjMU4x0qaHLO2+PwBf94ROc5Ug38ycyoS5d9x/ngP1WQBJMtHQZY5xuMU/C92b1lvg5FS+sDIEnTSibrwHTHJLQV5CGNc8ZqysWpwmUnCdKMBJ2tEx09ojToUmAFZ+sghxRMSpcOkfzq00pc8zsvZ6eK6aTRVqps3Ax8DlRZb8my49ecQOh0Uas2hDINBdX5ef1BSvyyvTO4wkG4pop3GE6U4pRc2s2SSJ5eyfis2dfwb0aY8b8wxsB12ZDrl8E5klPEpwzw6RxpYZBp1ZRlBiB4dT/CfIgXi4QG1Do/vhhHfW98bSzVTVsgmiW09/lVaD4cgf/Icjit5zr77wJNX0zPWhCzp/DKSRJEK3tuN2GIjjzsqbakIQ3QxZCGCsJws+Zhl2sqYESbS+OOt4RJlwYJ5RS549ztQAIgojxXL5POCDoR1fV6m326lQVnf5mUZpfWdvEEgaxjoaAmp+jseUfKyGtbYDb22A+nD9iMPjvbQyBp2DAkMpg45NKpIco/Hu0gU0EQhoo1pgaDeksDXPfw8gyqiJHbaq947bpPFxQWMW2/4fHOFa8OHfJZei7imp/Y7HnDRegctSzcecyIL9h924hHXZMHr5l1lXbTEtbAqRBYznJ2IlgaHZFGxrEsGYydQHrplTt5Ulh06pSVslShT5JT1eFl9cuZTS5gow6wEq1zmyR04smRkY68AZI4MmS/kR54gIUMtQzh5um5bBN/cr/PYKs70S0wfJCVjEbCaA92+K1pbK11jQNZFx1CjsikJq60WYjVpOvIJQtZjLvP89J4kRk4SVDChY4owgiR3sk+0p7Jf0vY5/pzgz09AZqAap/jzQR0LohCR3nuF/oY/f8ylnyOLEvgENL5H/ArJ0qO7jUzpH+zyxQZYN97hD+k9M2R5UGTZyclCc8EYibBULheByCJJMbfUZybNbGTuu87P/VW7szMijiy7yfONH720rEV+U8HHDErle5VnljKVWb9iSc/jCbk/eS2wFHFW0da8WLHKtNrpczsW0Fnz8AXNZ3l/B63EcJFIgTtqQcJNZ4IsGsN2nFuInAQWG0ZHccCyuAQBDELGvSJJhDUBs0W9v1bu3BXIxQ4LJ8qavP1XK2gnnEEBH66M/iVQgoP2WzRbP7H95C0X7pcA7sDoXSNEP6a4gmIK2UUiC6T3ImbRloUuqeuQBWhVDskyY3okJSkGcr3JIoxIV8ddla/LBPTIga3wXWUtbKTa9OcpPS/fwLSjpXaD5UaF1rtgw+kEXoFsuwOlEFfZKdanuHhkWRgb8VTJtdYFH+2LsNKduz+TCUsozkKU/gQBEs08ctp1yHLEXCj+0CaAS4VRVxFEJE+8PHKlTOpYkaZAEmVN9vBTWxNa1jjEn8tLvEfIotdU+Bx/jt2eivhEHYcMhoY1VFXFyiGW6hJpVej8CUnRUWTJLypIlqHYtZKE0cM3yglDIELoYbUmp5w0G8q0opwlnxfiDG0nymZ+m2dDKKtdVcaULcyGJeWKR25+nZUqx1Tq7rBhPVpBCs02ZbNQwGLR7wESwr3YWPfGq6fuctcsLxddLxPc27QZ9+ICSXLc6an6FvZxFialPMT45AotilgGPsRl4AvaD7GgrMm7r80k+v5P5Y+3CKK8Hr3nIAL68jjlF3CtmI5TJFNUb50Hdu6RHLvy4tCySLJQR2SQL8gCpPRDZUmIMFPPipiOT4WlGZn74YzwVN42dL/CStbPXbLEWwSwUUqqWfAQy1Uprd1FWW7kyyzM3N6RV8Zpb+oL9FXOkx2c+dUKYQ2xCu7WiNqSZBgU+hMekxGRCetMx+GejrozbgdfxopoUj0USCKsiXKzyJqIxBsj80isdsnjNxTID+V1FOOTgN/lIbGLhuOUn4DcL+EB4BIxpdtxCrlfN+h+Satyx4gs0qrQsrH0HskNk2SRF0yEWaZRThaCJgxhiqTxZ2NpRTJYT+X9WMI8qPCVMQZioxYBXPn2reu57hQJLLQky2eWa1VtPbqqvIuhZUtLXbDIbq8dyNPtmPoj4ZrZfVX1Yl845bXCDvgyKbmoaYCkOktdL+aN2srtymupM8tMjH4XF2bwkBUhFEiCqrU7kOd6is6DeFrtsuMT2lU8MnIL8QkU9f8UTCBPKI1RCDpOyTvefs1pBpmsLxndJd+q9BuTBVUnlvsmk5T2WNyIi0hDG7NLnzBT60MtAoSgYxhCkTBTW5RAmRzSP9u3Li0H/iw5qyyra5SuCnnlyjErkVxSz7EqU7fCyB6HqZMelK/rtFuWsism4iw+DYRPGrnrNdHEeDAzJhQJQshJcq80yiaJsiZ5EF8HRZI8Pjkrul12IE/IiWLcL80rO8wBtfJ1gitfH9Hc6qmJaKusyg1aFY8sfSTLIicLSFcs35gElTbi9CRP29pzyfOiHUEYMYYTiklnTplQ/EIFbZdNu1zmPrhb1gtcgg7LsVsonhXLzipqBpRQVwm5Q3Y5S1kLm6dlM3sVuWbTsLklQzGSB6OWpfxL8KxTy5xSXk6ISUGeAJGpu+CaRJNiybz6WBNoZQhC2OlNxQOT9+o8RJLbW4xPcJnUWBOZTstPryEMOz6pQ9CimDjFB9kwae+N+6VxCzc3+2CT5Q7JspeThXCPlgb4LlqYR48wKyQMfZJtedSkmcjhyv1V5rL8UQXv5Ypu4Jh067gfmf2Y1FKwkahQ/qBKakmV8rpQhSyX3XX7WtgvccvZZfJpWKDcnRpTnuN+aVDdlrPw5WBJfm0gUxCyhHzCf/ZWqzqJWdJFBZ/QU47jYtWcGNZFuASJnXiEECIJAUlSVHrcaHztBfJN9k9CSGxvrCpOKXIK192E+8XR/WKsj9Zikd6iGya3evqA5zuGLJSmCXNPly0IQ6RwH1kRvuhMkoYU5NHaoLRjGkKPDZzB8a3HgofjGHlbp6F7lxcotx6TEnkGRm75zD4tSSkn+6Q8eexKnNTV9wcS3PqgsvMJCvMmlvUata3gnkpRPLMTbMmcqY9xIS55cMhBqCIIwSHJrYpNRmZJWFsTjTf5jnw4PingA85J37tJSU2VQpxCmLeO+UDEKdL50laFyHKDZDlQ+6L9ByRLhmTZI0cMXbEJWpfxA7MHYZdilXubEDvGLyXZ0Si/aCpjbl45jAUa8FIFs1bCHHlU3KNXaskY1zwOSQLMYoAcmZ2q4tOJalxakKAvMBN+Sfk1x9S/wGLAApRsGtF2SZ6+NmVJHmU69UPyYkLPL8vjJZQPvH3TciiL27FijmA5lRQgCB3Vk0Q+tnLoB/EEFcifg9yRL8YnZ0UD4ZGEwL778P8TO75/ZcUpeplYP/e1ObqIyIjpBySpDD37RQsKs9Tsti9wH+XAeohgob4GLBeP91SaIcyu1ynbilQqmcpfZDNWVaaKVDkmdvkJNMU4JKABdtwGS1BXZmILDPTroaIuFFymooBJRV4xf6xcLt2Xoq3w8QA75H5ZCnBv5e4OiDjya8D6i8h7K0MaSRIqcyOtyRN9t0QuC9NGo9hD0c94PSZcuF3O810giFL2fJeNgkUpd79wWDpvOD0c6dcRnVMuGJ0XLEtEluWeyWW8O5W2J90xJIx+BEHDtiIPijRlhBG3AlfJqgg18YhU0JtJ0FkIl/VKlbtd4fIaD37W2L7GSbj6uFxesXidkk5KXDCdPSnk5StcZFl2SL6rPg/OwUPpTdvpEqHorsvY5P7ezd/t66DeI8kgRBLlcilrcqTcLiJJVSAvUdw/OQV3WZhABib55ugD//HqlBWzDaT7pQkiA3rtfg2SjJNVoZyhRxagmEVgX5BFXDQSZs+6/L5aobpXj9f71kWTZqXO29k0aD2cINDL6+d7NLKU7XKJ+83Kn/lNHbl2K2EXLPN6ZfrSg0pEVFfLL1kYiO0+eK7WDNSFB/Ln4A2K5YotIKDQlN+SblhQ2R9KXC27vvwQpPDK3EMYOUEUyghC0CQha6JJIiZskI+tHNNjK4f0kKaJp7Z9vkvj22/F90hDsO2K9ubQcJ0n4uFI2k+ZiM1Hs1qhOwlmqx4ekSw98TiLeZ6TCCO+b6ffyqLQV99HIUK0s4lHBkOflSKOT6hFdpHXqbyHNh6qCebN+8WgE0qEVtRp0g6UyaX/VRf1YGbxoO7vPJSKNhUeKvLC+TvH9l4K0SDJj+7tKjt2GYkycuijapIoa3Ilj21rYsvMn/Hy4xNo/uBWgSjhx1nCGKNVmVhWRbpg+2hVbphNFlqJmOfWRVwqrtztcqLO3CMMYRWN5WMJIn/CQnNQvhqiPvvWzr7G2itjY35XjGtsn7qWZGCrzEOj8m69gMJVzc4NJG6bUsj2iDRuK3+eLIsYRBr14vLx/b2dX9MGFaW4ZM8k3wWKNiEI/TocifeNGGsC1nOPekf+OHF0o+nzXQRyu74FhyinULVMrCHjlAuxM29vProu2L544HEmyHEgWY+EmaeaFLfmd7RfShgxgEiaPS99blkcnzAhOAGi+hywTWCAjAu2CdQpl9p3XLTyenadoiuWRaGyXVees28ScNVm4DWs5XSkCxa8GFVm0S4fSPHMCJRDBxpWmd1uEhjjO3lfbXaoG7w3SHJ3inBrFclJcq2sCJ2PpCnRATwdHz/VbzQKnAXik78iA75x08jtok9BFBOnOJLAdr/+hgP9x+SEHmMW5bT7pa0KpRFZrtQqGGFoWRdNFko3hJHDIRwzazd97n0dOPdV1edAWRwb2nq0HLctYIn8wBHqcW/9blrHrbFN3fvqnHz2rrc0uyFZ/spJnRWwyxTq4mlHu11qzlVfractgaKlKKbs9RPzZS/16RBkoAii8nKSKNgk0bEJQcQnF0aO3miscruQJKXWJRijhNyvPKBXX+LSQb37SEsVWegiD8SG0EARhqBJY7/pb6DilbyMWkr2CRPC2iLcnr99RwK86WDj1d9zChtMORSsmIarO26u3MsxlkoH+xNnM/Q+IKcMLkF24q4zVg/pkunZ3+/nTtKRZYX3pK/P21/R3wVz3g5puVsLO99fvLVQcrMEMTzcOmfSmuQEUbhWn2UkIeSxiSYJLguTup5YG43buF02PKKcwjbul7EqKVoV83KGEFnokwiTX7CKYQaelSm8GpPKRDvOBVHAT+SpIgzBse53zUoGPAKBERuWDmrq1BoU6oYgCaTryRW07KGq4p3K6spl3ZLXk+6IrzJ0qreSxetJoBp1ZfJvVZQP7F4XrY1+YcwB3VnZqduS8vuDe+4/kxMiCOEK/+UkuVSxSWCm0d9orFvtCrld8G3gG45V7pe0KlD67Bd9RfiV5YIRJFmukSy/y0sbwtwiYW6cVw4NxA0+yM9vFXH2IQwiz8o6D5WbkSVS9/HOuqF1OqLhq8BeaU59XVO/vm6ZlDv/ZK+8rJ0f7HehfkBWSZm9DgX5t8q6tIKDfws2IW6d74no27w/SIKTz7V1XCSIhCDJpTyWJHGtiXhfly84tyZnW7ldhNJ5h9yvM3S/XKsiv5tye37OpPtlYhVywV61wLMsh3yBzkYfCQMBwlyrlTBDGDOakjjWC+fS+8rd95AlGt6D5TAZN2zt1S0joy/duGnm8dsDaAJZX7pd4T2bvA/kL+3rq6l5XEbcAj1mgb2XqRScP+8R2nvZD/XVcsfmxTK3vk24hYpBNGX3tdulrYz6vBYKcO3UKiXIkmRc6nccOiSxA3j7+a7Qg5BNV7sE/oJD7SQInEJ485HCIDPQZvXrAsnyRpGFLIvrhhEWSJhjen62hDB0zV1n+biIJ+WiHXrpU49At/mvJgSw6nhnTeveBNIOSp2Lqj7U19n3WzZbVhWCb6svJlfy2wZlKspZM9V+v2WtXhXn4utCgkw5HFrkUETICTJyrY8yJs6eyWvPmpyDfL7L2Wg8C3xJq2K1S8O5Ct/98r+jcosB/b7eoc+DeheaLHRsE0ZcmEMYDUmcpSKNjmumJcRxzDL+jKyFAQG6N2qZ1bccWqcmmd4ELYefu9+4ZBl5mtXNk4PuzA00hzWT1xYNk2m/0zFjK4J82rhoVYq6fpQ/YhRqSHw41IQqfFeglCCkSY6rlQszq1xv1LuDg/EJ0qTwJa1v6oP6xDMyBRSDeuV+bc5ZyKpQCUEWoA3JonURF4mEoWNJmN8c6fkAxbrzxgL55DELA2BpZ2G+ypEXwZWxg2aPSubYeFKMZRtBE5h9Frt/0g0L6pOjO7pOwBW7B8/M6qs0+zTZpKwRLbcj3bTDcK5zdl0sV8SN80FtG1L4kPf/ykstEiRsRQjC5VIkyWOTc3DcLrks3OzZLjuIJ7eLwL6F/xeTnbGpYj/79TGPU+hNksCcN0gi/nByAndPF5YCy6eL6eiVJXOyJlK474qxz1wr4+IIanBFy7f3XryzHcKT3zYzeFXb5eQtxUG4XukkfdigrwcN+lO4iGZlD/va+lxBJY7sEu4kGSIHwRDkqkiQpff9FvtN9ATtdlEgrx+pty1K4NmuEFFqv4/iB/XS/TLv+/r5nMjyhhuyeDGLqjdukRVJFWHEZTuPG4yUldGwiZNbGbuAdz9GbNcJ/iFUpxRXBTetxScMtsR14IiwHXlV3ZL446ZBShkObq5zmYedbniGJ8uSDxoNcsV7x/S3n39nytfQxLpvv8GRXvU6Lha7tI6Pdz1r9EmRZC9MEr13IuB9SWubvRNNEkLyDr7lP3z/PSOr4uIUikbJ+x69wDn8fH4SIAt16A18QsLYlkUShiBJk88WeQl55BOHsLykN7RIAjUjgHvrmtYhrNk4OKBHgRaKcN2xDVTjd44M6wvtt1DRaV1HuWN3YHupAfyGN0TtwRzVzPtX+ilDaIbfVH9K2j8atANjac3Rly4xCMdjixwi5vkI+jcRpPB4ypGxRiehl3AHloRrrUmot3akEg7qzUKr/Roj6YKFyEKQhJkrd+yV17ghDQ5UbmkuixOMNYr6Nav2Xxvxyz9k4YWAgh8M2+DK+l3Ec2Rp/AZNcVXHBU9ZfysT04CAdeUkjvpduVxLS8rawhxX17mEX4PpDjk8lBFExCQWSULWROzGn21pTTxYtA4F9adgrMoZbjy+V4+zvMu/HrxPz3/lZEE3DE743UaR5V8gvxxJGHqrYBRUYps0j3LygF523cj9ccw00Fem9xsNyCqQ9pX4HbqR1c8HpyXp8p7582WzBQCBm0tL8QaFd4MVQFboK91e+T7M8QN4Cq3rePsx+qv0QeWnOg+FqyvcEAdybKtIoaHUAAlyiQQproz5JKEAXluTupdIhJaE/b0TG+w7EH+LE82TdL+qg3rzpyFukCjyJd6yO+b9xIIs4jMnTAC0MnGX6p38V1AHu8R9QwIRwpPbr7ANvtqq9OVWpY+byKiZoYP1mnb6eIv+BolVU2VouV2vPlWW/Wgdv97T9X4plAsRRDZmpdX9SYeGQbyGG8wHV4pPgcjiu1/mpROSu8ayAPyMPf8Dfu5hGp2HCCNW8+JjLh8zyCzShGEP8auouQml4P4+u8llN9Y5C+W0utySRCEJxaNgoeOGpNKgTn/VoGXnCxw1IOPWu5Nj/7oN2+FTfhNzQnjzoyGHhiGJfhCYCPLmHJwX+dPpiUWSgjXxSLKtNSHkFoVQZ1VeIVH89xLv529oKVoWwh/yo5NaCxNCHYHqbVE9Xjcq9RG2RXXfqmdXCOH1M+oXOvGxXGTtQHwsHtXWKfbz9bjdaKK7sIjyZi+8dHwOLkkEnD81J5eFP8ea0GmRKFjDXgAzQf0HCP1lLoJPFoLrihVxt0m2Jk1BRoBEzydOhQJ9NorK8rx+fnpex15tQfKg/Ib1rbqvx+TyXMA2cEv/UkoOwjkECEKwH1cJ7J0oa+LUE9ZEEyVgTeDfgDtEIVRZFTdOIYTIohGKXapxt/lkyZArAU1JU8QvW9e/Tutjn3o9fYal2ELWq62IYil4BTNf9wZFhRMDt52iG1xYCznB3GJze9bjMnnQ4UKnBglCmBlL9ZLW5N9KiUJ1vX2VH69kfPJKxSnNyEIoWpk6wtiwyfN80rh4GTnlSlShI8+W2byBX8qzGl34hVPsYuvBClyD11+XFD7Og2el5ED8hEHJ2688d04F8Wf2snCAJE2sCX0UiEKosirFF+QRDFkoRvo1SBgN19JsQxofJ9bxlWONnoeiTjx3Rq3Gv7yEfEf5foHGCCp+g37UEgYJttPZbp+icPPPHZpUkYMidhG0fxWId8pebldlTSpIQggSheCTxXe/NEJkIdQTxsdbGHkLAc/BSW2Jc9gWJ/ASOIeXwEl+9PPndeyEfp3Ds3DiJ5xDU5SVPNm/aESyn9RnkCAEiyS1z3VVuFwCjYlSCOyl21VOFhuSOHoVbjvSuMt7lxWrZXU4gS+PE+fsHL4MfoYGjTfA+WfU9eScwNY42Q/9qYW/VdapJQdYMYlGjTVp6nJpIFG+iyg13LhLFnep2P5bKhLl7wB7B/7Xkbchzlt4HuoIdgLPwXl11gnA57f5M2yFk7oC559ZvyjrZOQp/B/hGSgS5CfvvIochCJB1C973wQCb4BsEMDbaZVEkR35nunAvuzxex9VL80zhHlXyPtnkKca5sY1uu8/QXO8fRlBlWKcTlfP0tsL3+ZioXQAjRS3f3WE8BEmiD48ezGXS4NxXPn6C/yFVVsVswrmv6f4lXqtUdWLKcuI8w1sh19X/6gk0pchjwVLV7afQK3KX6SjSvGeNbN7yPu3JTmqRB7ot9j8sP2Nl7UEysiR409nrpJ/psulYRFFlgp30gT2oRd6fyy8hKL6ba4vRZymqJL7jxrybacr4cJB3f1sslRYjM8ky9vhr0ZZ3sEL4YdnlXz3qtmfj5OB+1mxbJk1CZAk5HJpCKLIQuVWhVDmgvkwFsZH/auQfQJ9KeL4KLQT/ItMdX+m6SUaLoNse2udbVyhoRI/izQ/VJxZohsSwoYkh/4TIafFAi9EEkJOFFm42gWzNyHtR1tC+DP+/Ecpaarwvjb37xUxUD1+3CpZ44uR9pstOvFcBBW8+Qy/nVxX/nMIUAWXHBqnxYIv5HJpOESRMpqThVBHGMKf1efziNMMTV7dX8AZfFG8b9rgszq/Dc7+Oe28f7kBtSUViWHj1D29KlH4zyAJoUAUKStMltCOvUbxLZMfoAx/Lkn/4kT6YsR4IcHvP7fIFv14UdI0aPd9dclqMpThFOCv6rDqlUOfSRJCkChSZgVZvI1IH0XS+PgQTP0zPA9Bgn2G7r7/0qamuvGG+OeRc5u2379+jsJvj1P81+R9XC9BEkIpUaTsL0kWwodCymeT5bP1Rwr44t5QFWob/wJEfgGC/o8lCcEnyhYkIaBycVZVo2zpWO+v1BHGRjPyhFEg0Cn8j8QHeAn89aUEPQ8f7JNT+O/Cqfr88M2RUtHvG9VzAneCRZK61a0ClMb+F9Xrnfu+Y1MsAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  z-index: -1;
}

.footer-underline {
  height: 1px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  border: none;
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48.08%,
      hsl(var(--base-three)) 100%);
  position: relative;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.footer-underline::before {
  content: "";
  position: absolute;
  inset: -8px;
  background: inherit;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: translate3d(15px, 11px, -1px);
  transform: translate3d(15px, 11px, -1px);
  border-radius: inherit;
  pointer-events: none;
}

.footer-underline::after {
  content: "";
  position: absolute;
  background-color: hsl(var(--body-bg));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.footer-item--social .footer-menu__link::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M2.16683%200.600215C2.16683%200.600215%206.79239%200.238395%207.44376%200.889755C8.09513%201.54111%207.73325%206.16667%207.73325%206.16667M7.16683%201.16667L0.500164%207.83333%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  display: inline-block;
  margin-left: 10px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-menu__item {
  display: block;
  padding-bottom: 16px;
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

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

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

.footer-item__copyright {
  padding-top: 30px;
  border-top: 1px solid hsl(var(--white) / 0.1);
  text-align: center;
}

.footer-item-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-mask-image: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48.08%,
      hsl(var(--base-three)) 100%);
  mask-image: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48.08%,
      hsl(var(--base-three)) 100%);
}

.blur-layer {
  position: relative;
}

.blur-layer .gradient-bar {
  height: 6px;
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48.08%,
      hsl(var(--base-three)) 100%);
}

.blur-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(white),
      color-stop(30%, rgba(255, 255, 255, 0.6)),
      color-stop(50%, rgba(255, 255, 255, 0.2)),
      color-stop(65.1%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(to bottom,
      white 0%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 65.1%);
  mask-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(white),
      color-stop(30%, rgba(255, 255, 255, 0.6)),
      color-stop(50%, rgba(255, 255, 255, 0.2)),
      color-stop(65.1%, rgba(255, 255, 255, 0)));
  mask-image: linear-gradient(to bottom,
      white 0%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0) 65.1%);
}

/* ============= Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: hsl(var(--base));
}

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

.scroll-top.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.social-list__link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: hsl(var(--white));
  border: 1px solid #e2e8f0;
  color: #64748b !important;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  background-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
  border-color: hsl(var(--base)) !important;
}

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

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");
  --bs-breadcrumb-divider-color: hsl(var(--white));
  --bs-breadcrumb-item-active-color: hsl(var(--white)/0.8);
}

.breadcrumb-item {
  color: hsl(var(--white));
  font-size: 14px;
}

.breadcrumb-item a {
  color: hsl(var(--white));
}

/* ====================== Breadcrumb Css End ==================== */
/* ======================  Blog-sidebar Section Start  ======================*/
.blog-sidebar-wrapper {
  display: grid;
  gap: 24px;
}

.blog-sidebar {
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.blog-sidebar-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-sidebar-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.918px;
  text-transform: uppercase;
  color: hsl(var(--white));
}

.blog-sidebar .table-con li {
  padding: 6px 12px;
  border-radius: 7px;
  color: hsl(var(--white));
  font-size: 14px;
  cursor: pointer;
}

.blog-sidebar .table-con li.active,
.blog-sidebar .table-con li:hover {
  background: hsl(var(--white) / 0.1);
  border-left: 3px solid hsl(var(--base));
  color: hsl(var(--base));
}

.blog-sidebar .table-con li a {
  color: hsl(var(--white));
}

.blog-sidebar p {
  font-size: 14px;
}

.blog-sidebar.comment-flow {
  text-align: center;
}

.blog-sidebar.comment-flow .start-trial {
  background: hsl(var(--white));
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}

.blog-sidebar.comment-flow .start-trial span {
  background:
    linear-gradient(113.14deg,
      hsl(var(--white)) -151.79%,
      -26.79%,
      hsl(var(--base)) 28.68%,
      hsl(var(--base-two)) 99.47%),
    hsl(var(--base-three));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.blog-sidebar.comment-flow span {
  font-size: 13px;
  color: hsl(var(--white) / 0.38);
}

.blog-sidebar .newsletter-form {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.blog-sidebar .newsletter-form .form--control {
  color: hsl(var(--black));
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  height: 39px;
}

.blog-sidebar .newsletter-form .form--control:-webkit-autofill,
.blog-sidebar .newsletter-form .form--control:-webkit-autofill:hover,
.blog-sidebar .newsletter-form .form--control:-webkit-autofill:focus,
.blog-sidebar .newsletter-form .form--control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: hsl(var(--black)) !important;
  caret-color: hsl(var(--black));
}

.blog-sidebar .newsletter-form .form--control::-webkit-input-placeholder {
  color: hsl(var(--black) / 0.6);
}

.blog-sidebar .newsletter-form .form--control::-moz-placeholder {
  color: hsl(var(--black) / 0.6);
}

.blog-sidebar .newsletter-form .form--control:-ms-input-placeholder {
  color: hsl(var(--black) / 0.6);
}

.blog-sidebar .newsletter-form .form--control::-ms-input-placeholder {
  color: hsl(var(--black) / 0.6);
}

.blog-sidebar .newsletter-form .form--control::placeholder {
  color: hsl(var(--black) / 0.6);
}

.blog-sidebar .newsletter-form .newsletter-btn {
  background:
    linear-gradient(120.41deg,
      hsl(var(--white)) -45.75%,
      hsl(var(--base)) 29.21%,
      hsl(var(--base-two)) 62.47%,
      hsl(var(--base-three)) 104.92%),
    linear-gradient(98.84deg, #4f46e5 0%, #7c3aed 100%);
  border-radius: 8px;
  width: 100%;
  height: 39px;
  font-weight: 600;
  color: hsl(var(--white));
}

.resent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  margin-bottom: 14px;
  padding-bottom: 8px;
}

.resent-post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.resent-post-thumb {
  width: 120px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 12px;
}

.resent-post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resent-post-content p {
  font-size: 12px;
  color: hsl(var(--white) / 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.resent-post-title {
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--white));
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.resent-post-title a {
  color: hsl(var(--white));
}

.resent-post-date {
  font-size: 12px;
  color: hsl(var(--white));
}

/* ======================  Blog-sidebar Section End  ======================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  z-index: 1;
  padding: 180px 0 120px;
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding: 80px 0 100px;
  }
}

.banner-content__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  color: hsl(var(--white) / 0.8);
  border: 1px solid hsl(var(--white) / 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 18px;
  font-size: 1rem;
}

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

.banner-content__title {
  font-size: 62px;
  width: 741px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(155deg,
      hsl(var(--white)) 43.16%,
      hsl(var(--base)) 61.3%,
      hsl(var(--base-two)) 69.36%,
      hsl(var(--base-three)) 79.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 10px;
}

@media screen and (max-width: 1399px) {
  .banner-content__title {
    width: 100%;
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-content__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .banner-content__title {
    font-size: 30px;
  }
}

.banner-content__desc {
  width: 650px;
  color: hsl(var(--white));
  font-size: 1.25rem;
  font-weight: 400;
  padding: 8px 0 15px;
}

@media screen and (max-width: 1399px) {
  .banner-content__desc {
    width: 100%;
    font-size: 1.125rem;
  }
}

.banner-content__button {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .banner-content__button {
    gap: 20px;
  }
}

.banner-content__button .stars {
  color: hsl(var(--warning));
  font-size: 18px;
  margin-bottom: 2px;
}

.banner-content__button .rating__count {
  color: hsl(var(--white));
  font-size: 1rem;
}

.banner-image {
  text-align: right;
  position: relative;
  right: -40px;
  height: 100%;
  bottom: -10px;
  margin-top: auto;
  display: grid;
}

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

@media screen and (max-width: 991px) {
  .banner-image {
    right: 0;
    margin-top: 40px;
  }
}

.banner-image img {
  margin-bottom: -30px;
}

@media screen and (max-width: 1199px) {
  .banner-image img {
    margin-bottom: -20px;
  }
}

.banner-shape {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  max-width: 1920px;
  width: 100%;
}

.banner-shape_svg {
  position: absolute;
  right: 0;
  z-index: -1;
}

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

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

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

.banner-shape-two .shape-one {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 1499px) {
  .banner-shape-two .shape-one {
    top: 0;
  }
}

.banner-shape-two .shape-two {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 1499px) {
  .banner-shape-two .shape-two {
    top: 64%;
  }
}

/* =========================== Banner Section End Here ========================= */
/* ======================  Brand Section Start  ======================*/
.brand-relative {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 250px 1fr;
}

@media screen and (max-width: 767px) {
  .brand-relative {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.brand-content {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-bottom: 0;
  gap: 10px;
}

.brand-content span {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48%,
      hsl(var(--base-three)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}

.brands-slider {
  position: relative;
}

.brands-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands-slider .swiper-slide {
  width: auto;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.brands-slider .brand-logo {
  margin: 0;
  text-align: center;
}

.brands-slider .brand-logo:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.brands-slider .brand-logo img {
  height: 64px;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* ======================  Brand Section End  ======================*/
/* ======================  Problem Section Start  ======================*/
.section-shape-wrapper {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section-shape-wrapper {
    top: -80px;
  }
}

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

.section-shape-wrapper .section-shape {
  width: calc(100% + 50px);
}

.problem--shape-svg {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .problem--shape-svg {
    width: 100%;
  }
}

.problem-section {
  position: relative;
}

.problem-section .container {
  position: relative;
}

.problem-section .section-heading {
  text-align: center;
}

.problem-section .section-heading__desc {
  max-width: 830px;
  margin-inline: auto;
}

.problem-content {
  display: grid;
  gap: 16px;
}

.problem-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 24px;
  width: 670px;
  padding: 24px;
  gap: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) {
  .problem-content__item {
    width: 100%;
    max-width: 100%;
  }
}

.problem-content__item:nth-child(even) {
  margin-left: auto;
}

.problem-content__item::before {
  content: "";
  position: absolute;
  background: hsl(var(--body-bg));
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  z-index: -1;
}

.problem-content__item::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base-three)) 100%);
  border-radius: inherit;
  top: -1px;
  left: -1px;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.problem-content__item:hover::after {
  opacity: 1;
}

.problem-content__item:hover .problem-content__icon {
  background: linear-gradient(140.83deg,
      hsl(var(--base)) 4.31%,
      hsl(var(--base-two)) 50.17%,
      hsl(var(--base-three)) 99.69%);
}

.problem-content__icon {
  --icon-wh: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: var(--icon-wh);
  width: var(--icon-wh);
  height: var(--icon-wh);
  background: hsl(var(--white) / 0.1);
  border-radius: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.problem-content__title {
  font-size: 20px;
  margin-bottom: 8px;
}

.problem-content__desc {
  font-size: 16px;
}

.problem-img {
  border-radius: 24px;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.problem-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .problem-img {
    margin-left: 0;
  }

  .problem-img img {
    width: 100%;
  }
}

.problem-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg,
      hsl(var(--black) / 0.8) 0%,
      transparent 100%);
  border-radius: 0px;
}

.problem-img__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  width: 370px;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 30px;
}

@media screen and (max-width: 460px) {
  .problem-img__title {
    width: 300px;
    font-size: 24px;
  }
}

/* ======================  Problem Section End  ======================*/
/* ======================  Solution Section Start  ======================*/
.solution-card {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-right: 30px;
}

@media screen and (min-width: 992px) {
  .solution-section .row>[class*="col-"]:last-child .solution-card::before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .solution-card {
    padding-right: 0px;
    padding-top: 40px;
  }

  .solution-section .row>[class*="col-"]:first-child .solution-card {
    padding-top: 0;
  }

  .solution-section .row>[class*="col-"]:first-child .solution-card::before {
    display: none;
  }
}

.solution-card::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: 20px;
  top: 0px;
  background: linear-gradient(140.83deg,
      hsl(var(--base)) 4.31%,
      hsl(var(--base-two)) 50.17%,
      hsl(var(--base-three)) 99.69%);
}

@media screen and (max-width: 1399px) {
  .solution-card::before {
    right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .solution-card::before {
    width: 100%;
    height: 1px;
    right: 0px;
  }
}

.solution-card__number {
  font-size: 20px;
  font-weight: 300;
}

.solution-card__title {
  margin-top: 28px;
  font-family: "Inter";
  background:
    linear-gradient(108.42deg,
      hsl(var(--white)) 35.68%,
      hsl(var(--base)) 56.49%,
      hsl(var(--base-two)) 78.74%,
      hsl(var(--base-three)) 95.63%),
    hsl(var(--white));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.solution-card__desc {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: hsl(var(--white));
  max-width: 359px;
}

.solution-card .solution-card-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 20px 0;
  gap: 10px;
  height: 24px;
  background-color: hsl(var(--white) / 0.05);
  border: 1px solid hsl(var(--white) / 0.2);
  border-radius: 65px;
  font-size: 12px;
  color: hsl(var(--white));
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.solution-card .solution-card-btn:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.solution-support {
  text-align: center;
}

/* ======================  Solution Section End  ======================*/
/* ======================  Features Section Start  ======================*/
.features-section .container {
  position: relative;
}

.features__title {
  font-size: 20px;
  font-weight: 600;
  color: hsl(var(--white));
  margin-bottom: 0px;
  margin-top: 10px;
}

.features__title--spacer {
  margin-top: 20px;
}

.features-card {
  position: relative;
  border: 1px solid hsl(var(--white) / 0.14);
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(160deg,
      hsl(var(--white) / 0.08),
      hsl(var(--white) / 0.02));
  -webkit-box-shadow: 0 20px 40px hsl(var(--black) / 0.35);
  box-shadow: 0 20px 40px hsl(var(--black) / 0.35);
  height: 100%;
  z-index: 1;
}

.features-card:hover::before {
  opacity: 1;
}

.features-card:hover .features-card-icon::before {
  opacity: 1;
}

.features-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 7px 13px;
  border: 1px solid hsl(var(--white)/0.2);
  border-radius: 999px;
  color: hsl(var(--white));
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}




.features-badge span {
  background: linear-gradient(135deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.features-card::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base-three)) 100%);
  border-radius: inherit;
  top: -1px;
  left: -1px;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.features-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzEyIiBoZWlnaHQ9IjI1OCIgdmlld0JveD0iMCAwIDMxMiAyNTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuNSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMzFfMzAwKSI+CjxlbGxpcHNlIGN4PSIyNTkuOTcyIiBjeT0iNDY2LjQyIiByeD0iNjcuMDMxOCIgcnk9IjIyOS40MDYiIHRyYW5zZm9ybT0icm90YXRlKC00Mi43NjMxIDI1OS45NzIgNDY2LjQyKSIgZmlsbD0iIzc2MzhGQSIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2ZfMzFfMzAwKSI+CjxlbGxpcHNlIGN4PSIzODAuNTIiIGN5PSIzNTQuOTM1IiByeD0iNjcuMDMxOCIgcnk9IjIyOS40MDYiIHRyYW5zZm9ybT0icm90YXRlKC00Mi43NjMxIDM4MC41MiAzNTQuOTM1KSIgZmlsbD0iI0ZGRDYwMCIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2ZfMzFfMzAwKSI+CjxlbGxpcHNlIGN4PSIzMjQuOTg3IiBjeT0iNDA2LjI5MyIgcng9IjY3LjAzMTgiIHJ5PSIyMjkuNDA2IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDIuNzYzMSAzMjQuOTg3IDQwNi4yOTMpIiBmaWxsPSIjRTIwMEE0Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzMxXzMwMCIgeD0iLTE3OS4wMjEiIHk9IjE2LjMxMjYiIHdpZHRoPSI4NzcuOTg2IiBoZWlnaHQ9IjkwMC4yMTQiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTM3LjgiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8zMV8zMDAiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8zMV8zMDAiIHg9Ii01OC40NzI2IiB5PSItOTUuMTcxOCIgd2lkdGg9Ijg3Ny45ODYiIGhlaWdodD0iOTAwLjIxNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMzcuOCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzMxXzMwMCIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9mXzMxXzMwMCIgeD0iLTExNC4wMDYiIHk9Ii00My44MTM5IiB3aWR0aD0iODc3Ljk4NiIgaGVpZ2h0PSI5MDAuMjE0IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEzNy44IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMzFfMzAwIi8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  z-index: -2;
  border-radius: 24px;
  background-color: hsl(var(--body-bg));
}

.features-card-icon {
  --icon-wh: 60px;
  width: var(--icon-wh);
  height: var(--icon-wh);
  border-radius: 50%;
  background-color: hsl(var(--white) / 0.12);
  border: 1px solid hsl(var(--white) / 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.features-card-icon::before {
  content: "";
  position: absolute;
  width: calc(var(--icon-wh) + 2px);
  height: calc(var(--icon-wh) + 2px);
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base-three)) 100%);
  border-radius: inherit;
  top: -1px;
  left: -1px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.features-card-icon svg {
  width: 24px;
  height: 24px;
}

.features-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 23px;
}

.features-card-desc {
  font-size: 14px;
  color: hsl(var(--white) / 0.8);
  max-width: 236px;
}

.features-section--inner {
  background: none;
  padding: 0;
}

.features-section--inner .section-shape-wrapper {
  display: none;
}

/* ======================  Features Section End  ======================*/
/* ======================  Line-demo Section Start  ======================*/
.line-demo-video {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.line-demo-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: hsl(var(--black) / 0.5);
  border-radius: 0px;
}

.line-demo-video .popup-video {
  --icon-wh: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--icon-wh);
  height: var(--icon-wh);
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base-three)) 100%);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--white));
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.line-demo-video .popup-video:hover {
  background: linear-gradient(90deg,
      hsl(var(--base-three)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base)) 100%);
}

.line-demo-video .popup-video:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.line-demo-video .popup-video i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.line-demo-video img {
  width: 100%;
}

.line-demo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  row-gap: 24px;
}

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

@media screen and (max-width: 767px) {
  .line-demo {
    grid-template-columns: repeat(1, 1fr);
  }
}

.line-demo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 24px;
  padding: 24px;
  gap: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1399px) {
  .line-demo-item {
    padding: 20px;
    gap: 10px;
  }
}

.line-demo-item::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base-three)) 100%);
  border-radius: inherit;
  top: -1px;
  left: -1px;
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.line-demo-item::after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgyIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDI4MiAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuNSI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMzlfMjEpIj4KPGVsbGlwc2UgY3g9IjI1OS45NzIiIGN5PSIzNjMuNDIiIHJ4PSI2Ny4wMzE4IiByeT0iMjI5LjQwNiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQyLjc2MzEgMjU5Ljk3MiAzNjMuNDIpIiBmaWxsPSIjNzYzOEZBIi8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjFfZl8zOV8yMSkiPgo8ZWxsaXBzZSBjeD0iMzgwLjUyIiBjeT0iMjUxLjkzNSIgcng9IjY3LjAzMTgiIHJ5PSIyMjkuNDA2IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDIuNzYzMSAzODAuNTIgMjUxLjkzNSkiIGZpbGw9IiNGRkQ2MDAiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMl9mXzM5XzIxKSI+CjxlbGxpcHNlIGN4PSIzMjQuOTg3IiBjeT0iMzAzLjI5MyIgcng9IjY3LjAzMTgiIHJ5PSIyMjkuNDA2IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDIuNzYzMSAzMjQuOTg3IDMwMy4yOTMpIiBmaWxsPSIjRTIwMEE0Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzM5XzIxIiB4PSItMTc5LjAyMSIgeT0iLTg2LjY4NzkiIHdpZHRoPSI4NzcuOTg2IiBoZWlnaHQ9IjkwMC4yMTUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTM3LjgiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8zOV8yMSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMV9mXzM5XzIxIiB4PSItNTguNDcyNiIgeT0iLTE5OC4xNzIiIHdpZHRoPSI4NzcuOTg2IiBoZWlnaHQ9IjkwMC4yMTUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTM3LjgiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8zOV8yMSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyMl9mXzM5XzIxIiB4PSItMTE0LjAwNiIgeT0iLTE0Ni44MTQiIHdpZHRoPSI4NzcuOTg2IiBoZWlnaHQ9IjkwMC4yMTUiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTM3LjgiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8zOV8yMSIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
  background-color: hsl(var(--body-bg));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  z-index: -1;
}

.line-demo-item:last-child .line-demo-item-arrow {
  display: none;
}

@media screen and (max-width: 1199px) {
  .line-demo-item:nth-child(even) .line-demo-item-arrow {
    display: none;
  }
}

.line-demo-item-icon {
  --icon-wh: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: var(--icon-wh);
  width: var(--icon-wh);
  height: var(--icon-wh);
  background: hsl(var(--white) / 0.1);
  border-radius: 50px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.line-demo-item-title {
  font-size: 16px;
  margin-bottom: 8px;
}

.line-demo-item-desc {
  font-size: 14px;
  color: hsl(var(--white));
}

.line-demo-item-arrow {
  position: absolute;
  right: -58px;
}

@media screen and (max-width: 767px) {
  .line-demo-item-arrow {
    display: none;
  }
}

/* ======================  Line-demo Section End  ======================*/
/* ======================  Use-cases Section Start  ======================*/
.use-cases-section {
  position: relative;
  overflow: hidden;
}

.use-cases-section::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48.08%,
      hsl(var(--base-three)) 100%);
  -webkit-filter: blur(95.65px);
  filter: blur(95.65px);
  max-width: 1320px;
  height: 124px;
  bottom: -163px;
}

.use-case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: hsl(var(--body-bg));
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--white) / 0.2);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  height: 100%;
}

.use-case-item::before {
  content: "";
  position: absolute;
  background: hsl(var(--white) / 0.2);
  width: 100%;
  height: 4px;
  border-radius: inherit;
  top: 0;
  left: 0;
  z-index: -1;
}

.use-case-item-icon {
  --icon-wh: 56px;
  width: var(--icon-wh);
  height: var(--icon-wh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  background-color: hsl(var(--white) / 0.2);
  border-radius: 14px;
}

.use-case-item-title {
  margin-top: 23px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
}

.use-case-item-subtitle {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
}

.use-case-item-subtitle span {
  background:
    linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48.08%,
      hsl(var(--base-three)) 100%),
    #4f39f6;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.use-case-item-desc {
  margin-top: 0;
  font-size: 14px;
  color: hsl(var(--white));
  max-width: 318px;
}

/* ======================  Use-cases Section End  ======================*/
/* ======================  Comment-flow Section Start  ======================*/
.comparison-content {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  padding-bottom: 10px;
}

.comparison-table {
  border-radius: 12px;
  border: 1px solid hsl(var(--white) / 0.1);
  max-width: 1088px;
  min-width: 690px;
  margin-inline: auto;
}

.comparison-table__header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: hsl(var(--section-bg));
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  border-radius: 12px 12px 0 0;
}

.comparison-table__header-feature {
  padding: 20px 28px;
  font-weight: 600;
  font-size: 15px;
  color: hsl(var(--white));
}

.comparison-table__header-col {
  padding: 20px 28px;
  font-weight: 600;
  font-size: 15px;
  color: hsl(var(--white));
  position: relative;
}

.comparison-table__header-col--manual {
  border-left: 1px solid hsl(var(--base));
}

.comparison-table__header-col--auto {
  border-left: 1px solid hsl(var(--base-three));
  background:
    linear-gradient(135deg,
      hsl(var(--base) / 0.24) 0%,
      hsl(var(--base-two) / 0.18) 100%);
  border-radius: 0 12px 0 0;
}

.comparison-table__badge {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #aaaaaa;
  margin-top: 4px;
}

.comparison-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comparison-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.comparison-table__row:last-child {
  border-bottom: none;
}

.comparison-table__row:hover {
  background-color: hsl(var(--white) / 0.05);
}

.comparison-table__feature {
  padding: 22px 28px;
  font-size: 14px;
  font-weight: 500;
  color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparison-table__col {
  padding: 22px 28px;
  font-size: 14px;
  color: hsl(var(--white) / 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.comparison-table__col--manual {
  border-left: 1px solid hsl(var(--base));
}

.comparison-table__col--auto {
  border-left: 1px solid hsl(var(--base-three));
}

.comparison-table .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsl(var(--white) / 0.12);
}

.comparison-table .icon i {
  line-height: 24px;
}

.comparison-table .icon--yes {
  color: hsl(var(--white));
  background: linear-gradient(135deg, hsl(var(--success)), hsl(var(--success) / 0.68));
  border-color: hsl(var(--success) / 0.45);
  box-shadow: 0 0 0 4px hsl(var(--success) / 0.1), inset 0 1px 0 hsl(var(--white) / 0.2);
}

.comparison-table .icon--no {
  color: hsl(var(--white));
  background: linear-gradient(135deg, hsl(var(--danger)), hsl(var(--danger) / 0.68));
  border-color: hsl(var(--danger) / 0.45);
  box-shadow: 0 0 0 4px hsl(var(--danger) / 0.1), inset 0 1px 0 hsl(var(--white) / 0.2);
}

.comparison-table__footer {
  text-align: center;
  font-size: 16px;
  color: hsl(var(--white) / 0.5);
  padding-top: 14px;
}

/* ======================  Comment-flow Section End  ======================*/
/* ================================ Testimonails Section Css Start ============================= */
.testimonials-section {
  position: relative;
}

.testimonials-section .swiper-slide {
  height: auto;
}

.testimonials-card {
  border: 1px solid hsl(var(--white) / 0.2);
  border-radius: 20px;
  padding: 35px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  -webkit-transition:
    border-color 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    border-color 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}

.testimonials-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}

.testimonials-card__stars i {
  color: #f5c518;
  font-size: 16px;
  line-height: 1;
}

.testimonials-card__quote {
  font-size: 16px;
  line-height: 1.7;
  color: hsl(var(--white) / 0.9);
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1399px) {
  .testimonials-card__quote {
    font-size: 14px;
  }
}

.testimonials-card__divider {
  height: 1px;
  background-color: hsl(var(--white) / 0.2);
  margin: 4px 0;
}

.testimonials-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.testimonials-card__avatar__thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonials-card__avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;

}

.testimonials-card__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.testimonials-card__name {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.testimonials-card__role {
  font-size: 12px;
  color: hsl(var(--white) / 0.7);
}

.testimonials-card__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  border: 1px solid hsl(var(--white) / 0.2);
  border-radius: 50px;
  padding: 3px 8px;
  font-size: 12px;
  color: #cccccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.testimonials-content {
  text-align: center;
  margin-top: 30px;
}

.testimonials-content p {
  color: hsl(var(--white) / 0.5);
}

.testimonials-next,
.testimonials-prev {
  --arrow-wh: 55px;
  --arrow-gap: -30px;
  width: var(--arrow-wh);
  height: var(--arrow-wh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--white) / 0.2);
  border-radius: 50px;
  z-index: 1;
}

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

  .testimonials-next,
  .testimonials-prev {
    display: none;
  }
}

.testimonials-prev {
  left: var(--arrow-gap);
}

.testimonials-next {
  right: var(--arrow-gap);
}

.testimonials-shape-one {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 424px) {
  .testimonials-shape-one {
    width: 100%;
  }
}

.testimonials-shape-two {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 424px) {
  .testimonials-shape-two {
    width: 100%;
  }
}

/* ================================ Testimonails Section Css End ============================= */
/* ======================  Faq Section Start  ======================*/
.faq-section__thumb {
  position: relative;
  width: min(400px, 100%);
  transform: rotate(327deg);
  margin-top: 94px;
  margin-left: -38px;
}

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

.faq-section__thumb img {
  display: block;
  width: 100%;
  filter: brightness(0.4) contrast(1.18) saturate(0.7) hue-rotate(235deg);
  opacity: 0.86;
}

@media screen and (max-width: 991px) {
  .faq-section__thumb {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .faq-section__thumb {
    transform: rotate(0);
    margin-top: 36px;
  }
}

/* ======================  Faq Section End  ======================*/
/* ======================  Cta Section Start  ======================*/
.cta-content {
  border: 1px solid hsl(var(--white) / 0.2);
  border-radius: 48px;
  text-align: center;
  padding: 80px 30px 100px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .cta-content {
    padding: 60px 30px 80px;
    border-radius: 30px;
  }
}

.cta-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 113px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -55px;
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48.08%,
      hsl(var(--base-three)) 100%);
  -webkit-filter: blur(95.65px);
  filter: blur(95.65px);
  z-index: -1;
}

.cta-content-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 630px;
  margin-inline: auto;
}

.cta-content-desc {
  font-size: 20px;
  color: hsl(var(--white));
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .cta-content-desc {
    font-size: 16px;
  }
}

/* ======================  Cta Section End  ======================*/
/* ======================  Our-story Section Start  ======================*/
.our-story-section {
  padding-top: 90px;
}

@media screen and (max-width: 991px) {
  .our-story-section {
    padding-top: 0px;
  }
}

.our-story-section .section-heading {
  max-width: 910px;
  margin-inline: auto;
}

.our-story-section .section-heading__desc {
  max-width: 835px;
  margin-inline: auto;
}

/* ======================  Our-story Section End  ======================*/
/* ======================  Our-mission Section Start  ======================*/
.our-mission-section .section-heading__title span {
  max-width: 460px;
}

.our-mission-section .container {
  position: relative;
}

.our-mission-card {
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 40px;
  position: relative;
  padding: 40px;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .our-mission-card {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .our-mission-card {
    padding: 24px;
  }
}

.our-mission-card li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
  gap: 14px;
}

.our-mission-card li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.our-mission-card__thumb {
  width: 52.37px;
  height: 52.37px;
  background: hsl(var(--section-bg));
  border: 1.06872px solid hsl(var(--white) / 0.1);
  border-radius: 12.8246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
}

.our-mission-card__title {
  margin-bottom: 0;
  font-size: 24px;
}

.our-mission-card__desc {
  color: hsl(var(--white));
}

.our-mission-card .mission-blur-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* ======================  Our-mission Section End  ======================*/
/* ================================= Blog Section Css Start Here ============================= */

@media screen and (min-width: 991px) {
  .blog-bread {
    padding-top: 90px;
  }
}


.blog-bread-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .blog-bread-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .blog-bread .section-heading {
    text-align: center;
  }

  .blog-bread .section-heading__title,
  .blog-bread .section-heading__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-bread .articles-count {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.blog-bread .section-heading__title {
  max-width: 440px;
}

.blog-bread .section-heading__desc {
  max-width: 690px;
}

.blog-bread .articles-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.blog-bread .articles-count-item {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
  .blog-bread .articles-count-item {
    font-size: 14px;
  }
}

.blog-bread .articles-count-item-icon {
  color: hsl(var(--base));
}

.blog-bread .articles-count__title {
  font-size: 40px;
  font-weight: 600;
  color: hsl(var(--heading-color));
  background:
    linear-gradient(108.42deg,
      hsl(var(--white)) 35.68%,
      hsl(var(--base)) 65.5%,
      hsl(var(--base-two)) 78.74%,
      hsl(var(--base-three)) 95.63%),
    hsl(var(--white));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .blog-bread .articles-count__title {
    font-size: 20px;
  }
}

.blog-bread .articles-count__text {
  font-size: 14px;
  color: hsl(var(--body-color));
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  .blog-bread .articles-count__text {
    font-size: 12px;
  }
}

.blog-bread-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1199px) {
  .blog-bread-search {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .blog-bread-search {
    justify-content: center;
  }
}

.blog-bread-search .input--group {
  border-radius: 100px;
  width: 400px;
}

@media screen and (max-width: 1399px) {
  .blog-bread-search .input--group {
    width: 350px;
  }
}

.blog-bread-search .input--group .input-group-text {
  background: none;
  border: none;
}

.blog-bread .blog-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 1399px) {
  .blog-bread .blog-tab {
    gap: 10px;
  }
}

.blog-bread .blog-tab-btn {
  background: none !important;
  color: hsl(var(--white));
  font-weight: 400;
  padding-inline: 24px;
  border: 1px solid !important;
  border-color: hsl(var(--white) / 0.15) !important;
}

@media screen and (max-width: 1399px) {
  .blog-bread .blog-tab-btn {
    padding-inline: 20px;
  }
}

.blog-bread .blog-tab-btn::after {
  background: rgba(255, 255, 255, 0.05);
}

.blog-bread .blog-tab-btn:hover::after,
.blog-bread .blog-tab-btn.active::after {
  background:
    linear-gradient(121.95deg,
      hsl(var(--white)) 15.26%,
      hsl(var(--base)) 60.42%,
      hsl(var(--base-two)) 80.45%,
      hsl(var(--base-three)) 103.38%),
    rgba(255, 255, 255, 0.05);
}

.article__title {
  font-size: 18px;
  margin-bottom: 0;
}

.articles__count {
  font-size: 14px;
  color: hsl(var(--body-color));
}

.blog-section {
  overflow: hidden;
}

.blog-item {
  overflow: hidden;
  height: 100%;
  padding: 24px;
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 24px;
  position: relative;
  z-index: 1;
}

.blog-item:hover .blog-item__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item__thumb {
  overflow: hidden;
  border-radius: 8px;
  max-height: 300px;
}

.blog-item__thumb-link {
  width: 100%;
  height: 100%;
}

.blog-item__thumb-link img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__content {
  padding-top: 20px;
}

.blog-item__title {
  font-size: 20px;
  font-weight: 600;
  color: hsl(var(--white));
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}


.blog-item__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-item__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-item__author {
  border-top: 1px solid hsl(var(--white) / 0.1);
  padding-top: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-item .auth-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.blog-item .auth-title .author-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.blog-item .auth-title .author-list__thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-item .auth-title .author-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item .auth-title .author-list__name {
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--white));
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog-item .auth-title .author-list__date {
  font-size: 12px;
  color: hsl(var(--body-color) / 0.7);
}

.blog-item .auth-title .author-list__dot {
  width: 4px;
  height: 4px;
  background-color: hsl(var(--body-color) / 0.7);
  border-radius: 50%;
}

.blog-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
}

.blog-item__link:hover {
  background: hsl(var(--base));
  border-color: hsl(var(--base));
}

.blog-card-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* Text Border Bottom Animation Css Start */
.border-effect {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.border-effect:hover {
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/* ======================  Contact Section Start  ======================*/
.contact-section {
  position: relative;
  padding-top: 90px;
}

.contact-panel {
  position: relative;
  border-radius: 48px;
  padding: 40px;
  background: hsl(var(--section-bg));
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .contact-panel {
    border-radius: 25px;
    padding: 32px;
  }

  .contact-section {
    position: relative;
    padding-top: 00px;
  }

}

@media screen and (max-width: 767px) {
  .contact-panel {
    padding: 28px 16px;
  }
}

.contact-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .contact-panel__grid {
    grid-template-columns: 1fr;
  }
}

.contact-panel__content {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.contact-panel__content .section-heading__desc {
  max-width: 500px;
}

.contact-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  color: hsl(var(--white));
}

.contact-title span {
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 55%,
      hsl(var(--base-three)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 2rem;
  }
}

.contact-desc {
  max-width: 420px;
  color: hsl(var(--white) / 0.75);
  margin-bottom: 22px;
}

.contact-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: hsl(var(--white) / 0.08);
  border: 1px solid hsl(var(--white) / 0.12);
  color: hsl(var(--white) / 0.85);
  font-size: 13px;
  margin-bottom: 28px;
}

.contact-pill__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: hsl(var(--white) / 0.12);
  color: hsl(var(--base-three));
  font-size: 11px;
}

.contact-meta {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  padding-top: 24px;
  max-width: 470px;
}

.contact-meta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.contact-meta__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 24px;
  background: linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 50%,
      hsl(var(--base-three)) 100%);
  opacity: 0.5;
}

.contact-meta__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-meta__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--white) / 0.12);
  color: hsl(var(--white));
  font-size: 16px;
  flex-shrink: 0;
}

.contact-meta__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.contact-meta__info a,
.contact-meta__info span {
  color: hsl(var(--white) / 0.85);
}

.contact-meta__label {
  font-size: 16px;
  font-weight: 500;
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(hsl(var(--base))),
      color-stop(29.81%, #76e9c1),
      color-stop(64.42%, #81a6fd),
      to(#d379f6));
  background: linear-gradient(270deg,
      hsl(var(--base)) 0%,
      #76e9c1 29.81%,
      #81a6fd 64.42%,
      #d379f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact-panel__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-card {
  position: relative;
  padding: 30px 35px 35px;
  border-radius: 35px;
  background: hsl(var(--body-bg));
  border: 1px solid hsl(var(--white) / 0.07);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .contact-form-card {
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form-card {
    padding: 22px;
  }
}

.contact-form-card__header {
  margin-bottom: 20px;
}

.contact-form-card__header-title {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 32px;
  background:
    -webkit-gradient(linear,
      left top,
      right top,
      from(hsl(var(--base))),
      color-stop(48.08%, hsl(var(--base-two))),
      to(hsl(var(--base-three)))),
    hsl(var(--base));
  background:
    linear-gradient(90deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 48.08%, hsl(var(--base-three)) 100%), hsl(var(--base));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contact-form-card__header-desc {
  color: hsl(var(--white) / 0.9);
  margin-bottom: 0;
  font-weight: 300;
  max-width: 400px;
}

.contact-form .form--label {
  color: hsl(var(--white) / 0.4);
  font-weight: 400;
}

.contact-form .form--control {
  background: hsl(var(--white) / 0.05);
  border: 1px solid hsl(var(--white) / 0.14);
}

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

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

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

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

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

.contact-form .form--control:focus {
  border-color: hsl(var(--base));
  -webkit-box-shadow: 0 0 0 3px hsl(var(--base) / 0.15);
  box-shadow: 0 0 0 3px hsl(var(--base) / 0.15);
}

.contact-submit {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 40px;
  padding: 16px 20px;
}

/* ======================  Contact Section End  ======================*/
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
  margin: 24px 20px;
}

@media screen and (max-width: 991px) {
  .dashboard .sidebar-logo {
    margin-top: 32px;
  }
}

.dashboard .sidebar-logo img {
  max-width: 170px;
  max-height: 60px;
}

.dashboard .sidebar-menu {
  height: calc(100vh - 48px);
  background-color: var(--das-bg);
  z-index: 999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 290px;
  border: 1px solid hsl(var(--border-color) / 0.15);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  left: 24px;
  top: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 10px;
  overflow: hidden;
  /* Menu Title Css */
  /* Hr Css */
}

@media screen and (max-width: 1199px) {
  .dashboard .sidebar-menu {
    top: 0;
    left: 0;
    height: 100vh;
  }
}

.dashboard .sidebar-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.dashboard .sidebar-menu::before {
  --size: 100%;
  content: "";
  position: absolute;
  width: 50px;
  height: var(--size);
  border-radius: 10px;
  background: hsl(var(--base) / 0.15);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
}

.dashboard .sidebar-menu__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

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

@media screen and (max-width: 1199px) {
  .dashboard .sidebar-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
  }
}

.dashboard .sidebar-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--body-color));
  font-size: 1.25rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.dashboard .sidebar-menu__close:active {
  top: 14px;
}

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

.dashboard .sidebar-menu .menu-title {
  letter-spacing: 0.9px;
  padding: 8px 10px;
  color: hsl(var(--body-color));
  font-weight: 500;
  font-size: 0.8125rem;
}

.dashboard .sidebar-menu hr {
  opacity: 0.15;
}

.dashboard .sidebar-menu-list {
  margin-top: 0px;
  overflow-y: auto;
  padding: 0 8px 25px 16px;
}

.dashboard .sidebar-menu-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.dashboard .sidebar-menu-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

@media screen and (max-width: 991px) {
  .dashboard .sidebar-menu-list {
    height: calc(100vh - 120px);
  }
}

.dashboard .sidebar-menu-list__item {
  margin-bottom: 6px;
  position: relative;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
  border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.has-dropdown {
  position: relative;
}

.dashboard .sidebar-menu-list__item.side-menu--open .sidebar-submenu {
  display: block;
}

.dashboard .sidebar-menu-list__item.has-dropdown .sidebar-menu-list__link::after {
  content: "\f078";
  font-family: "font awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.dashboard .sidebar-menu-list__item.has-dropdown.active .sidebar-menu-list__link::after {
  content: "\f077";
}

.dashboard .sidebar-menu-list__item.active::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: hsl(var(--base));
  border-radius: 0 8px 8px 0;
}

.dashboard .sidebar-menu-list__item.active>a {
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  font-weight: 600;
}

.dashboard .sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 6px 10px;
  width: 100%;
  color: hsl(var(--white));
  font-weight: 400;
  font-size: 0.9375rem;
  border-radius: 5px;
}

.dashboard .sidebar-menu-list__link:hover {
  background-color: hsl(var(--base) / 0.06);
}

.dashboard .sidebar-menu-list__link.active {
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
  margin-right: 8px;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 4px;
}

.dashboard .sidebar-submenu {
  display: none;
  background-color: hsl(var(--base) / 0.05);
  padding: 5px 10px;
  border-radius: 5px;
}

.dashboard .sidebar-submenu-item:last-child .sidebar-submenu-link {
  border-bottom: none;
}

.dashboard .sidebar-submenu-link {
  color: hsl(var(--white) / 0.8);
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  padding: 7px;
  border-bottom: 1px solid hsl(var(--base) / 0.1);
  border-radius: 4px;
}

.dashboard .sidebar-submenu-link.active,
.dashboard .sidebar-submenu-link:hover {
  background-color: hsl(var(--base) / 0.06);
}

/* ================================= Dashboard Fulid Sidebar Css End =========================== */
.dropdown {
  display: inline-block !important;
}

.dashboard-header {
  border-radius: 10px;
  padding: 15px;
  background-color: var(--das-bg);
  border: 1px solid hsl(var(--border-color) / 0.15);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 20px;
  position: sticky;
  top: 24px;
  z-index: 999;
}

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

.dashboard-header__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: hsl(var(--white));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .dashboard-header__title {
    font-size: 16px;
    font-weight: 600;
    max-width: 120px;
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .dashboard-header__title {
    display: none;
  }
}

.dashboard-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .dashboard-header__left {
    gap: 8px;
  }
}

.dashboard-header__left .navigation-bar {
  background-color: hsl(var(--base));
  border-radius: 8px;
  padding: 4px 13px;
  cursor: pointer;
  color: hsl(var(--black));
  font-size: 1.25rem;
  display: none;
}

.dashboard-header__left .navigation-bar:hover {
  background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .dashboard-header__left .navigation-bar {
    display: block;
  }
}

.dashboard-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dashboard-header__right {
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .dashboard-header__right {
    gap: 10px;
  }
}

@media screen and (max-width: 424px) {
  .dashboard-header__right {
    gap: 5px;
  }
}

@media screen and (max-width: 374px) {
  .dashboard-header__right .lang-box {
    display: none !important;
  }
}

@media screen and (max-width: 424px) {
  .dashboard-header__right .btn span {
    display: none;
  }
}

/* ======================  Plugin Customization Start  ======================*/
/* ========================= Select2 CSS Start ================================== */
.select2-wrapper {
  --select2-min-height: 48px;
  --select2-arrow-size: 16px;
  --select2-font-size: 16px;
  --select2-padding-y: 15px;
  --select2-padding-x: 20px;
  --select2-border-radius: 15px;
  --select2-border-color: hsl(var(--white) / 0.2);
  --select2-border-color-focus: hsl(var(--base));
  --select2-bg-color: transparent;
  --select2-color: hsl(var(--white)/0.8);
  --select2-color-placeholder: hsl(var(--white)/0.6);
  --select2-dropdown-bg-color: hsl(var(--section-bg));
  --select2-dropdown-border-radius: var(--select2-border-radius);
  --select2-dropdown-padding-y: 12px;
  --select2-dropdown-padding-x: var(--select2-dropdown-padding-y);
  --select2-dropdown-field-padding-y: 7px;
  --select2-dropdown-field-padding-x: calc(var(--select2-dropdown-field-padding-y) * 1.5);
  --select2-dropdown-field-radius: var(--select2-border-radius);
  --select2-dropdown-field-color: hsl(var(--gray-d-300));
  --select2-dropdown-field-bg-color: transparent;
  position: relative;
}

@media screen and (min-width: 576px) {
  .select2-wrapper:has(.form-select--xl) {
    --select2-min-height: 64px;
    --select2-arrow-size: 20px;
    --select2-font-size: 1.25rem;
    --select2-padding-y: 16px;
    --select2-padding-x: 24px;
    --select2-dropdown-field-padding-y: 12px;
  }
}

@media screen and (min-width: 576px) {
  .select2-wrapper:has(.form-select--lg) {
    --select2-min-height: 60px;
    --select2-arrow-size: 18px;
    --select2-font-size: 1.125rem;
    --select2-padding-y: 18.5px;
    --select2-padding-x: 20px;
    --select2-dropdown-field-padding-y: 9.5px;
  }
}

@media screen and (min-width: 576px) {
  .select2-wrapper:has(.form-select--sm) {
    --select2-padding-y: 9px;
  }
}

.select2-wrapper:has(.form-select--xl) {
  --select2-min-height: 40px;
  --select2-arrow-size: 14px;
  --select2-font-size: 0.875rem;
  --select2-padding-y: 5px;
  --select2-padding-x: 18px;
  --select2-dropdown-field-padding-y: 6.5px;
}

.selection,
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  padding: var(--select2-padding-y) var(--select2-padding-x);
  height: auto;
  background-color: var(--select2-bg-color);
  border: 1px solid var(--select2-border-color);
  border-radius: var(--select2-border-radius);
}

.select2-container .select2-selection--multiple {
  padding-top: calc(var(--select2-padding-y) - 2px);
  padding-bottom: calc(var(--select2-padding-y) - 2px);
}

.select2-container--disabled .select2-selection--single,
.select2-container--disabled .select2-selection--multiple {
  pointer-events: none;
  background-color: hsl(var(--dark) / 0.1) !important;
}

.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open.select2-container--above .select2-selection--multiple {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container .select2-selection--single {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection--single,
.select2-container--focus:not(.select2-container--disabled) .select2-selection--multiple,
.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
  border-color: var(--select2-border-color-focus) !important;
  outline: none;
}

.select2-selection--single .select2-selection__rendered {
  font-size: var(--select2-font-size);
  font-weight: 400;
  color: var(--select2-color) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  line-height: 100% !important;
  white-space: nowrap;
}

.select2-selection__placeholder {
  color: var(--select2-color-placeholder) !important;
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection__placeholder,
.select2-container--open .select2-selection__placeholder {
  color: var(--select2-color) !important;
}

.select2-selection--single .select2-selection__arrow {
  width: auto !important;
  height: auto !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

.select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-selection--single .select2-selection__arrow::after {
  content: "\f107";
  font-size: var(--select2-arrow-size);
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--select2-color-placeholder);
}

.select2-selection--single[aria-expanded="true"] .select2-selection__arrow::after {
  content: "\f106";
}

.select2-container--focus:not(.select2-container--disabled) .select2-selection--single .select2-selection__arrow::after,
.select2-container--open .select2-selection--single .select2-selection__arrow::after,
.select2-container--selected .select2-selection--single .select2-selection__arrow::after {
  color: var(--select2-color) !important;
}

.select2-dropdown {
  overflow: hidden;
  border-color: hsl(var(--select2-border-color)) !important;
  background-color: var(--select2-dropdown-bg-color);
}

.select2-container--open .select2-dropdown {
  border-color: hsl(var(--base)) !important;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select2-search--dropdown {
  padding: var(--select2-dropdown-padding-y) var(--select2-dropdown-padding-y);
}

.select2-search--dropdown .select2-search__field {
  font-size: var(--select2-font-size);
  border-color: var(--select2-border-color) !important;
  border-radius: var(--select2-dropdown-field-radius);
  padding: var(--select2-dropdown-field-padding-y) var(--select2-dropdown-field-padding-x);
  color: var(--select2-dropdown-field-color);
  background-color: var(--select2-dropdown-field-bg-color);
}

.select2-search--dropdown .select2-search__field:focus {
  border-color: var(--select2-border-color-focus) !important;
  outline: none;
}

.select2-container--default .select2-results>.select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--dark) / 0.1) hsl(var(--dark) / 0.05);
  padding: var(--select2-dropdown-field-padding-y) var(--select2-dropdown-field-padding-x);
}

.select2-results__option--selectable {
  font-size: var(--select2-font-size);
  font-weight: 400;
  line-height: 100%;
  color: var(--select2-color) !important;
  padding: var(--select2-dropdown-padding-y) var(--select2-dropdown-padding-x);
}

.select2-results__option--selectable.select2-results__option--selected {
  background-color: hsl(var(--dark) / 0.05) !important;
}

.select2-results__option--selectable.select2-results__option--highlighted {
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--base)) !important;
  border-radius: var(--select2-border-radius);
}

.select2-results__message {
  color: var(--select2-color);
  font-size: var(--select2-font-size);
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}

.select2-selection--multiple {
  min-height: var(--select2-min-height) !important;
}

.select2-selection--multiple:has(.select2-selection__choice) {
  padding-top: calc(var(--select2-padding-y) - 8px);
  padding-left: calc(var(--select2-padding-x) - 8px);
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
  height: calc(var(--select2-min-height) / 2) !important;
  margin-top: 0 !important;
}

.select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
  font-weight: 500;
  background: var(--select2-bg-color) !important;
  border-color: var(--select2-border-color) !important;
  color: var(--select2-color) !important;
  padding: 0px 6px !important;
  border-radius: 250px !important;
  margin-top: 8px !important;
  margin-left: 8px !important;
}

.select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px !important;
}

.select2-selection--multiple .select2-selection__choice__remove {
  border-right-color: var(--select2-border-color) !important;
  color: var(--select2-color) !important;
}

.select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--select2-color) !important;
  background-color: var(--select2-bg-color) !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
  color: var(--select2-color);
}

/* ========================= Select2 CSS End ==================================== */
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  width: 32px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: hsl(var(--black));
  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(--black));
  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);
  }
}

/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

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

.slick-dots li button {
  border: none;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 5px;
  color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

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

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

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

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

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

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

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

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details-section .section-heading__title {
  max-width: 740px;
}

.blog-details-section .section-heading__desc {
  max-width: 925px;
}

.blog-details-section .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  margin-top: 40px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .blog-details-section .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}

.blog-details-section .post-info-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.blog-details-section .post-info-author__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-details-section .post-info-author__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details-section .post-info-author__name {
  font-size: 16px;
  font-weight: 600;
  color: hsl(var(--white));
  margin-bottom: -5px;
}

.blog-details-section .post-info-author__position {
  font-size: 14px;
}

.blog-details-section .post-info-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.blog-details-section .post-info-date li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.blog-details-section .post-info-date li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 3px;
  color: hsl(var(--white));
}

.blog-details-section .social-list {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .blog-details-section .social-list {
    margin-left: 0;
  }
}

.blog-details-section .social-list__link {
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--body-color));
}

.blog-details-section .social-list__link:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.blog-details__thumb {
  border-radius: 30px;
  overflow: hidden;
}

.blog-details__content {
  display: grid;
  gap: 50px;
}

.blog-details__title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-details__desc {
  font-size: 16px;
  line-height: 1.8;
  color: hsl(var(--white) / 0.8);
  margin-top: 15px;
}

.blog-details__desc a {
  color: hsl(var(--base));
  font-weight: 600;
}

.blog-details__desc a:hover {
  color: hsl(var(--base) / 0.8);
}

.blog-details .tage {
  background-color: hsl(var(--white));
  border-radius: 5px;
  color: hsl(var(--base));
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .blog-details .tage {
    padding: 0px 8px;
    font-size: 10px;
  }
}

.progress-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .progress-blog {
    grid-template-columns: 1fr;
  }
}

.progress-blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  background-color: hsl(var(--white) / 0.01);
  border: 1px solid hsl(var(--white) / 0.1);
  padding: 20px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

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

.progress-blog__desc {
  font-size: 16px;
  color: hsl(var(--white));
  max-width: 250px;
  margin-inline: auto;
}

.progress-blog .progress-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.quote-text {
  background-color: hsl(var(--base) / 0.1);
  padding: 30px 20px;
  border-radius: 5px;
  border-left: 3px solid hsl(var(--base));
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .quote-text {
    padding: 25px 15px;
  }
}

/* ========================================== Blog Details Css End ======================================*/
/* =========================================== Account Css Start =========================*/
.account-wrapper {
  --account-w: 800px;
  min-height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 1499px) {
  .account-wrapper {
    --account-w: 700px;
  }
}

@media screen and (max-width: 1199px) {
  .account-wrapper {
    --account-w: 600px;
  }
}

.account-wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-color: hsl(var(--section-bg));
}

.account-form {
  min-width: var(--account-w);
}

@media screen and (max-width: 767px) {
  .account-form {
    min-width: 100%;
  }
}

.account-form .form--check {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.account-sidebar {
  height: 100vh;
  width: calc(100% - var(--account-w));
  background-color: hsl(var(--body-bg));
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.account-contents {
  --sidebar-wh: 40%;
  --box-padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--white) / 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid hsl(var(--border-color));
  -webkit-box-shadow: 0 0 10px hsl(var(--base) / 0.07);
  box-shadow: 0 0 10px hsl(var(--base) / 0.07);
  border-radius: 20px;
  padding: var(--box-padding);
  position: relative;
}

@media screen and (max-width: 991px) {
  .account-contents {
    max-width: 550px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  .account-contents {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.account-info {
  width: var(--sidebar-wh);
  background-color: hsl(var(--base));
  border-radius: 20px;
  padding: var(--box-padding);
}

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

.account-info .logo {
  color: hsl(var(--white));
  font-size: clamp(1.125rem, 0.7679rem + 1.1429vw, 1.625rem);
  font-weight: 500;
  font-family: var(--heading-font);
}

.account-info__text {
  margin-top: 60px;
}

.account-info__text-title {
  font-size: clamp(1.5rem, 0.5625rem + 3vw, 2.8125rem);
  font-weight: 600;
  font-family: var(--heading-font);
  color: hsl(var(--white));
  max-width: 400px;
}

.account-info__text-subtitle {
  font-weight: 400;
  color: hsl(var(--white) / 0.8);
  max-width: 400px;
  font-size: clamp(0.875rem, 0.6964rem + 0.5714vw, 1.125rem);
}

.account-slider {
  margin-top: 150px;
}

.account-form {
  position: relative;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .account-form {
    width: 100%;
  }
}

.account-form .back-btn {
  position: absolute;
  top: -7px;
  left: -34px;
}

@media screen and (max-width: 991px) {
  .account-form .back-btn {
    top: -50px;
    left: -45px;
  }
}

@media screen and (max-width: 575px) {
  .account-form .back-btn {
    top: -68px;
    left: -28px;
  }
}

.account-form .back-btn .btn {
  background-color: hsl(var(--base-d-300));
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .account-form .back-btn .btn {
    padding: 13px;
  }
}

.account-form .back-btn .btn:hover {
  background-color: hsl(var(--base-d-400));
}

.account-form__form .row {
  --bs-gutter-x: 15px;
}

.account-form__content {
  max-width: 470px;
  margin: auto;
  padding: 30px;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .account-form__content {
    max-width: 470px;
    padding: 20px;
  }
}

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

.account-form__content .logo {
  max-width: 250px;
}

.account-form__title {
  font-size: clamp(1.125rem, 0.7679rem + 1.1429vw, 1.625rem);
  font-weight: 500;
  font-family: var(--heading-font);
  color: hsl(var(--white));
  margin-top: 30px;
  margin-bottom: 20px;
}

.account-form__subtitle {
  font-weight: 400;
  color: hsl(var(--white) / 0.8);
  font-size: clamp(0.875rem, 0.6964rem + 0.5714vw, 1.125rem);
}

.account-form__subtitle a {
  font-weight: 600;
  color: hsl(var(--base));
}

.account-form__subtitle a:hover {
  color: hsl(var(--base) / 0.8);
}

.account-form__social {
  display: grid;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.account-form__social-link {
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 50px;
  color: hsl(var(--white));
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.account-form__social-link:focus-visible,
.account-form__social-link:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.08);
}

.have-account {
  color: hsl(var(--white) / 0.5);
  margin-top: 20px;
}

.have-account a {
  background:
    linear-gradient(90deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 48.08%,
      hsl(var(--base-three)) 100%),
    linear-gradient(270deg,
      hsl(var(--base)) 0%,
      #76e9c1 29.81%,
      #81a6fd 64.42%,
      #d379f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.forgot-password {
  color: hsl(var(--white) / 0.5);
  font-weight: 300;
}

.account-or {
  position: relative;
  text-align: center;
  z-index: 1;
  margin: 15px 0 30px;
}

.account-or span {
  background-color: hsl(var(--white) / 0.001);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding: 0 5px;
}

.account-or svg {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.account-pagination .swiper-pagination-bullet {
  background: hsl(var(--white));
}

.square-list {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 100%;
}

.square-list:hover {
  background-color: hsl(var(--base-l-900));
}

.square-list:hover .square-list__icon {
  background-color: hsl(var(--base));
}

.square-list__icon {
  --icon-wh: 60px;
  width: var(--icon-wh);
  height: var(--icon-wh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: hsl(var(--base-l-900));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ============================================ Account Css End ====================================*/
/* ================================= Dashboard Css Start =========================== */
.dashboard {
  position: relative;
  --inner-p: 24px;
  --side-w: 310px;
  --das-bg: #16181c;
  background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 575px) {
  .dashboard {
    --inner-p: 16px;
  }
}

.dashboard__right {
  width: calc(100% - var(--side-w));
  margin-left: var(--side-w);
  padding: var(--inner-p);
  min-height: 100vh;
}

@media screen and (max-width: 1199px) {
  .dashboard__right {
    width: 100%;
    margin-left: 0;
  }
}

.dashboard-wrapper {
  --sidebar-w: 280px;
  --gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: var(--gap);
}

.dashboard-body {
  width: calc(100% - (var(--sidebar-w) + var(--gap)));
}

@media screen and (max-width: 1199px) {
  .dashboard-body {
    width: 100%;
  }
}

.dashboard-body__main {
  background-color: hsl(var(--white));
  border-radius: 10px;
  padding: 16px;
}

.sidebar-control-btn,
.sidebar-toggle-btn {
  height: 42px;
  width: 42px;
  background-color: hsl(var(--base));
  color: hsl(var(--black));
  display: none;
  place-content: center;
  margin-bottom: 24px;
  border-radius: 6px;
}

.sidebar-menu__close {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 24px;
}

@media (max-width: 1199px) {

  .sidebar-control-btn,
  .sidebar-toggle-btn {
    display: grid;
  }

  .sidebar-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 280px;
    z-index: 99999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: hsl(var(--black));
    border-radius: 0px 12px 12px 0;
  }

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

.widget-base {
  --color: var(--base);
}

.widget-base-two {
  --color: var(--base-two);
}

.widget-base-three {
  --color: var(--base-three);
}

.widget-primary {
  --color: var(--primary);
}

.widget-info {
  --color: var(--info);
}

.widget-danger {
  --color: var(--danger);
}

.widget-success {
  --color: var(--success);
}

.widget-warning {
  --color: var(--warning);
}

.widget-secondary {
  --color: var(--secondary);
}

.widget-gray {
  --color: var(--gray);
}

.dashboard-widget-grid {
  --widget-radius: 18px;
}

.modern-widget {
  position: relative;
  min-height: 190px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-radius: var(--widget-radius);
  border: 1px solid hsl(var(--white) / 0.1);
  background:
    radial-gradient(circle at 85% 12%, hsl(var(--color) / 0.1), transparent 34%),
    linear-gradient(145deg, hsl(var(--section-bg) / 0.96), hsl(var(--black) / 0.18));
  box-shadow: 0 18px 42px hsl(var(--black) / 0.24);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.modern-widget::before {
  inset: 1px;
  border-radius: calc(var(--widget-radius) - 1px);
  background:
    linear-gradient(135deg, hsl(var(--white) / 0.08), transparent 45%),
    hsl(var(--color) / 0.05);
}


.modern-widget:hover {
  transform: translateY(-5px);
  border-color: hsl(var(--color) / 0.34);
  box-shadow: 0 24px 58px hsl(var(--black) / 0.34);
  background:
    radial-gradient(circle at 85% 12%, hsl(var(--color) / 0.2), transparent 34%),
    linear-gradient(145deg, hsl(var(--section-bg) / 0.96), hsl(var(--black) / 0.18));
}


.modern-widget__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.modern-widget__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid hsl(var(--color) / 0.18);
  background: hsl(var(--color) / 0.1);
  color: hsl(var(--white) / 0.76);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.modern-widget__icon {
  --icon-wh: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, hsl(var(--color)), hsl(var(--color) / 0.62));
  box-shadow: 0 12px 28px hsl(var(--color) / 0.24);
  font-size: 28px;
  padding: 0;
  width: var(--icon-wh);
  height: var(--icon-wh);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-widget__body {
  margin-top: 5px;
  min-width: 0;
}

.modern-widget__title {
  display: block;
  color: hsl(var(--white) / 0.62);
  font-size: 14px;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
}

.modern-widget__number {
  font-size: clamp(1.125rem, 0.8472rem + 0.8889vw, 1.625rem);
  line-height: 1.05;
  font-weight: 800;
  color: hsl(var(--white));
  letter-spacing: 0;
  word-break: break-word;
}

.modern-widget__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 5px;
  color: hsl(var(--white) / 0.74);
  font-weight: 600;
}

.modern-widget__link i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: hsl(var(--color) / 0.14);
  color: hsl(var(--color));
  transition: transform 0.25s ease, background 0.25s ease;
}

.modern-widget__link:hover {
  color: hsl(var(--white));
}

.modern-widget__link:hover i {
  transform: translateX(3px);
  background: hsl(var(--color) / 0.24);
}

.modern-widget hr {
  display: none;
}

@media (max-width: 575px) {
  .modern-widget {
    min-height: 170px;
    padding: 20px;
  }

  .modern-widget__icon {
    --icon-wh: 48px;
    font-size: 25px;
  }
}

.seller-part {
  background-color: hsl(var(--black) / 0.01);
  border: 1px solid hsl(var(--base) / 0.5);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.seller-part::before {
  --size: 100%;
  content: "";
  position: absolute;
  width: var(--size);
  height: 50px;
  border-radius: 10px;
  background: hsl(var(--base) / 0.25);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
}

.seller-part .seller-details {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}

.seller-part .seller-details .seller-details-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.seller-part .seller-details .seller-img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.seller-part .seller-details .seller-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.seller-part .seller-details .seller-name .name {
  font-weight: 600;
  color: hsl(var(--white));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.seller-part .seller-details .seller-name .name .varified {
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 500;
  color: hsl(var(--white));
  background: #22c55e;
}

.seller-part .seller-details .seller-name .member-listing {
  font-size: 14px;
  font-weight: 400;
  color: hsl(var(--white) / 0.8);
  margin-top: 5px;
}

.seller-part .seller-details .seller-name .member-listing .listing {
  font-weight: 500;
  color: hsl(var(--white) / 0.6);
}

.seller-part .seller-details .seller-name .member-listing+.seller-ratings {
  display: none;
}

.seller-part .devider {
  border-top: 1px solid hsl(var(--white) / 0.15);
  margin: 10px 0 15px;
}

.seller-part .seller-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 5px;
}

.locations,
.emails,
.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.ads-table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-width: 340px;
}

@media screen and (max-width: 991px) {
  .ads-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: auto;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 3px;
  }
}

.ads-table .thumb {
  --thumb-wh: 80px;
  max-width: var(--thumb-wh);
  height: calc(var(--thumb-wh) - 30px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ads-table .thumb img {
  max-width: 100%;
}

.ads-table .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: hsl(var(--white) / 0.7);
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .ads-table .title {
    font-size: 12px;
  }
}

.ads-table .title:hover {
  color: hsl(var(--base));
}

.sell-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
}

.sell-card {
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 10px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 300px;
  position: relative;
}

.sell-card figure {
  margin: 0;
}

.sell-card figure img {
  max-width: 100%;
}

.sell-card a {
  display: block;
  width: 100%;
}

.search-box .input--group {
  border: 1px solid hsl(var(--white) / 0.1);
  background-color: hsl(var(--section-bg) / 0.7);
}

.search-box .form--control {
  background-color: transparent !important;
}

.search-box .form--control:focus {
  background-color: transparent !important;
}

.search-box .input-group-text {
  background: transparent !important;
  border: none;
}

.click-details-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.click-details-card::before {
  --size: 400px;
  content: "";
  position: absolute;
  width: var(--size);
  height: var(--size);
  border-radius: calc(var(--size) / 2);
  background: hsl(var(--base) / 0.25);
  -webkit-filter: blur(127px);
  filter: blur(127px);
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50%;
}

.click-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 424px) {
  .click-details {
    grid-template-columns: 1fr;
  }
}

.click-details__item {
  --border: 1px solid hsl(var(--white) / 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: var(--border);
  border-right: var(--border);
  padding: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1599px) {
  .click-details__item {
    padding: 25px 15px;
  }
}

@media screen and (max-width: 1399px) {
  .click-details__item {
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .click-details__item {
    display: grid;
  }
}

@media screen and (max-width: 424px) {
  .click-details__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 10px;
  }
}

.click-details__item:hover {
  background-color: hsl(var(--white) / 0.05);
}

.click-details__item:nth-child(even) {
  border-right: none;
}

.click-details__item:nth-child(odd) {
  border-right: var(--border);
}

@media screen and (max-width: 424px) {
  .click-details__item:nth-child(odd) {
    border-right: none;
  }
}

.click-details__item:nth-child(4n + 1) {
  border-bottom: var(--border);
}

.click-details__item:nth-child(4n + 2) {
  border-bottom: var(--border);
}

.click-details__item:nth-child(4n + 3) {
  border-bottom: none;
}

@media screen and (max-width: 424px) {
  .click-details__item:nth-child(4n + 3) {
    border-bottom: var(--border);
  }
}

.click-details__item:nth-child(4n + 4) {
  border-bottom: none;
}

.click-details__icon {
  --icon-wh: 70px;
  width: var(--icon-wh);
  height: var(--icon-wh);
  display: grid;
  place-content: center;
  border-radius: 6px;
  padding: 10px;
  background-color: hsl(var(--base) / 0.1);
  border: 1px solid hsl(var(--base) / 0.2);
}

@media screen and (max-width: 1599px) {
  .click-details__icon {
    --icon-wh: 50px;
  }
}

.click-details__icon img {
  max-width: 100%;
}

.click-details__value {
  display: block;
  font-size: 30px;
  color: hsl(var(--white));
  font-weight: 600;
  margin-bottom: 0;
}

.click-details__label {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--white) / 0.8);
}

@media screen and (max-width: 767px) {
  .click-details__label {
    font-size: 14px;
  }
}

.click-details__content {
  text-align: right;
}

@media screen and (max-width: 575px) {
  .click-details__content {
    text-align: left;
    margin-top: 10px;
  }
}

@media screen and (max-width: 424px) {
  .click-details__content {
    text-align: right;
    margin-top: 0;
  }
}

.click-details__content .countdown {
  --gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
}

@media screen and (max-width: 1599px) {
  .click-details__content .countdown {
    --gap: 5px;
  }
}

.click-details__content .countdown .countdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
  margin-bottom: 8px;
}

.click-details__content .countdown .countdown-item .countdown-value {
  font-size: 24px;
  font-weight: 600;
  color: hsl(var(--white));
}

@media screen and (max-width: 1599px) {
  .click-details__content .countdown .countdown-item .countdown-value {
    font-size: 20px;
  }
}

.click-details__content .countdown .countdown-item .countdown-label {
  font-size: 20px;
  font-weight: 400;
  color: hsl(var(--white) / 0.6);
}

@media screen and (max-width: 1599px) {
  .click-details__content .countdown .countdown-item .countdown-label {
    font-size: 16px;
  }
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

/* ================================= Social Connect Css Start =========================== */
.social-connect-page {
  display: grid;
  gap: 24px;
}

.social-connect-hero {
  margin-bottom: 0;
}

.social-connect-hero__icon {
  --icon-wh: 64px;
  width: var(--icon-wh);
  height: var(--icon-wh);
  display: grid;
  place-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg,
      hsl(var(--base)) 0%,
      hsl(var(--base-two)) 55%,
      hsl(var(--base-three)) 100%);
  color: hsl(var(--white));
  font-size: 2rem;
}

.social-connect-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-connect-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.social-connect-stat {
  padding: 18px 20px;
  border-radius: 12px;
  background-color: hsl(var(--white) / 0.01);
  border: 1px solid hsl(var(--white) / 0.03);
}

.social-connect-stat__label {
  font-size: 0.875rem;
  color: hsl(var(--white) / 0.65);
}

.social-connect-stat__value {
  margin: 8px 0 0;
  color: hsl(var(--white));
  font-size: 1.375rem;
}

.social-btn-secondary {
  color: hsl(var(--white));
  border: 1px solid hsl(var(--white) / 0.12);
  background-color: hsl(var(--white) / 0.06);
}

.social-btn-secondary:hover,
.social-btn-secondary:focus,
.social-btn-secondary:focus-visible {
  color: hsl(var(--white));
  border-color: hsl(var(--base) / 0.55);
  background-color: hsl(var(--base) / 0.12);
}

.social-account-card {
  height: 100%;
  border: 1px solid hsl(var(--white) / 0.08);
  background:
    radial-gradient(circle at top right,
      hsl(var(--base) / 0.08),
      transparent 32%),
    hsl(var(--section-bg) / 0.45);
}

.social-account-card .card-body {
  gap: 24px;
}

.social-account-card__top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.social-account-card__brand {
  --brand-wh: 68px;
  width: var(--brand-wh);
  height: var(--brand-wh);
  flex-shrink: 0;
  display: grid;
  place-content: center;
  border-radius: 20px;
  color: hsl(var(--white));
  font-size: 2rem;
}

.social-account-card__brand--instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 50%, #8134af 100%);
}

.social-account-card__brand--threads {
  background: linear-gradient(135deg,
      hsl(var(--white) / 0.2) 0%,
      hsl(var(--white) / 0.08) 100%);
  border: 1px solid hsl(var(--white) / 0.1);
}

.social-account-card__content {
  flex: 1;
}

.social-account-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.social-account-card__title {
  margin-bottom: 0;
}

.social-account-card__text {
  color: hsl(var(--white) / 0.72);
  line-height: 1.6;
}

.social-account-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-account-card__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background-color: hsl(var(--white) / 0.05);
  color: hsl(var(--white) / 0.82);
  border: 1px solid hsl(var(--white) / 0.08);
  font-size: 0.875rem;
}

.social-account-card__pill i {
  color: hsl(var(--success));
}

.social-account-card__field {
  margin-bottom: 0;
}

.social-account-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-account-card__actions form {
  flex: 1;
}

.social-account-card__actions form .btn {
  width: 100%;
}

.social-guide-card,
.social-checklist-card {
  border: 1px solid hsl(var(--white) / 0.08);
  background-color: hsl(var(--section-bg) / 0.45);
}

.social-guide-list {
  display: grid;
  gap: 16px;
}

.social-guide-list__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 14px;
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.08);
}

.social-guide-list__item h6 {
  margin-bottom: 8px;
}

.social-guide-list__item p {
  color: hsl(var(--white) / 0.72);
}

.social-guide-list__number {
  --number-wh: 42px;
  width: var(--number-wh);
  height: var(--number-wh);
  flex-shrink: 0;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.16);
  color: hsl(var(--base));
  font-weight: 700;
}

.social-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.social-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.08);
}

.social-checklist li i {
  color: hsl(var(--base));
  font-size: 1.125rem;
  margin-top: 2px;
}

.social-checklist li span {
  color: hsl(var(--white) / 0.76);
}

@media screen and (max-width: 991px) {
  .social-connect-stats {
    grid-template-columns: 1fr;
  }


}

@media screen and (max-width: 575px) {
  .social-account-card__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-account-card__actions .btn,
  .social-account-card__actions form {
    width: 100%;
    flex: auto;
  }

  .social-guide-list__item,
  .social-checklist li {
    padding: 14px;
  }
}

/* ================================= Social Connect Css End =========================== */

.custom-height {
  height: 100vh !important;
}

/*# sourceMappingURL=main.css.map */

.button--group {
  margin: -5px -15px;
  display: flex !important;
  flex-wrap: wrap !important;
}

.button--group .btn {
  margin: 2px 3px;
}

/* pricing Section */
.pricing-section {
  position: relative;
  overflow: hidden;
}

.pricing-section .section-shape-wrapper {
  pointer-events: none;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}

.pricing-toggle__label {
  font-size: 15px;
  font-weight: 500;
  color: hsl(var(--white) / 0.7);
  cursor: pointer;
  transition: color 0.3s ease;
}

.pricing-toggle__label.active {
  color: hsl(var(--white));
  font-weight: 600;
}

.pricing-toggle__switch {
  position: relative;
  width: 52px;
  height: 28px;
  margin: 0;
}

.pricing-toggle__switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.pricing-toggle__track {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, hsl(var(--base)), hsl(var(--base-two)));
  border-radius: 28px;
  cursor: pointer;
  transition: 0.3s;
}

.pricing-toggle__track::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: hsl(var(--white));
  border-radius: 50%;
  left: 4px;
  top: 4px;
  transition: transform 0.3s ease;
}

.pricing-toggle__switch input:checked+.pricing-toggle__track::before {
  transform: translateX(24px);
}

.pricing-toggle__badge {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: hsl(var(--white));
  position: absolute;
  top: -41%;
  left: 63%;
  transform: translate(-50%, -44%);

}

@media (max-width: 767px) {
  .pricing-toggle__badge {
    left: 85%;
  }
}



@media (max-width: 575px) {
  .pricing-toggle__badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: hsl(var(--white));
    position: absolute;
    left: 50%;
    bottom: -37px;
    transform: translate(-50%, -44%);
    border-bottom: 2px solid hsl(var(--base));
    top: unset;
  }
}

.pricing-toggle__shape {
  position: absolute;
  top: 78%;
  left: 59%;
  transform: translate(-50%, -50%);
  color: hsl(var(--base));
  z-index: -1;
}

@media (max-width: 575px) {
  .pricing-toggle__shape {
    display: none;
  }
}


@media (max-width: 767px) {
  .pricing-toggle__label {
    left: 81%;
  }
}



.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid hsl(var(--white) / 0.12);
  border-radius: 28px;
  padding: 36px 30px 32px;
  background: linear-gradient(160deg, hsl(var(--white) / 0.07), hsl(var(--white) / 0.02));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 24px 48px hsl(var(--black) / 0.38);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  z-index: 1;
  overflow: hidden;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two)), hsl(var(--base-three)));
  border-radius: inherit;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.pricing-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: hsl(var(--body-bg));
  border-radius: 27px;
  z-index: -1;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 72px hsl(var(--black) / 0.5);
}

.pricing-card:hover::before {
  opacity: 1;
}

.pricing-card--popular {
  border-color: transparent;
  box-shadow: 0 36px 72px hsl(var(--black) / 0.55);
}

.pricing-card--popular::before {
  opacity: 1;
}

.pricing-card--popular::after {
  background: hsl(var(--section-bg));
}

.pricing-card--popular:hover {
  transform: translateY(-15px);
}

.pricing-card__badge {
  display: none;
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid hsl(var(--base-two) / 0.5);
  border-radius: 999px;
  background: linear-gradient(135deg, hsl(var(--base) / 0.24), hsl(var(--base-two) / 0.28)), hsl(var(--body-bg));
  color: hsl(var(--white));
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor;
}

@media screen and (max-width: 1399px) {
  .pricing-card__badge {
    top: 8px;
    right: 13px;
    min-height: 26px;
    padding: 7px 8px;
    font-size: 9px;
    font-weight: 700;
  }
}

.pricing-card__badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-three)));
  box-shadow: 0 0 12px hsl(var(--base-two) / 0.9);
  -webkit-text-fill-color: currentColor;
}

.pricing-card--popular .pricing-card__badge,
.pricing-card.is-active .pricing-card__badge {
  display: inline-flex;
}

.pricing-card__header {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid hsl(var(--white) / 0.08);
}

@media screen and (max-width: 575px) {
  .pricing-card__header {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.pricing-card__plan {
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--white) / 0.5);
  margin-bottom: 10px;
}

.pricing-card__price-row {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 10px;
  line-height: 1;
}

.pricing-card__currency {
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 700;
  color: hsl(var(--white));
  transform: translateY(-8px);
}

.pricing-card__amount {
  font-family: var(--heading-font);
  font-size: 40px;
  font-weight: 700;
  color: hsl(var(--white));
  line-height: 1;
  word-break: break-word;
}

@media screen and (max-width: 1399px) {
  .pricing-card__amount {
    font-size: 30px;
  }
}


@media screen and (max-width: 575px) {
  .pricing-card__amount {
    font-size: 30px;
  }
}

.pricing-card__period {
  font-size: 14px;
  color: hsl(var(--white) / 0.5);
  margin-bottom: 6px;
}

.pricing-card__tagline {
  font-size: 14px;
  color: hsl(var(--white) / 0.6);
  margin-bottom: 0;
  margin-top: 6px;
}

.pricing-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 26px;
}

.pricing-card__meta-item {
  padding: 14px;
  border-radius: 16px;
  border: 1px solid hsl(var(--white) / 0.08);
  background: hsl(var(--white) / 0.04);
}

.pricing-card__meta-item span {
  display: block;
  font-size: 11px;
  color: hsl(var(--white) / 0.5);
  margin-bottom: 6px;
}

.pricing-card__meta-item strong {
  display: block;
  color: hsl(var(--white));
  font-size: 18px;
  line-height: 1.2;
}

.pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
}

.pricing-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: hsl(var(--white) / 0.82);
  line-height: 1.55;
}

.pricing-card__feature.text--danger {
  color: hsl(var(--danger));
}

.check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two)));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: hsl(var(--white));
  font-size: 10px;
}

.check-icon--danger {
  background: hsl(var(--danger) / 0.15);
  color: hsl(var(--danger));
  border: 1px solid hsl(var(--danger) / 0.25);
}

.pricing-card__cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--heading-font);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  outline: none;
}

.pricing-card__cta--outline {
  background: transparent;
  border: 1px solid hsl(var(--white) / 0.22);
  color: hsl(var(--white));
}

.pricing-card__cta--outline:hover {
  background: hsl(var(--white) / 0.08);
  border-color: hsl(var(--white) / 0.45);
  color: hsl(var(--white));
}

.pricing-card__cta--gradient {
  border: 0;
  background: linear-gradient(90deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
  color: hsl(var(--white));
  box-shadow: 0 8px 24px hsl(var(--base) / 0.45);
}

.pricing-card__cta--gradient:hover {
  background: linear-gradient(90deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
  box-shadow: 0 12px 32px hsl(var(--base) / 0.6);
  color: hsl(var(--white));
  transform: translateY(-2px);
}

.pricing-card__glow {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, hsl(var(--base) / 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.pricing-note {
  text-align: center;
  margin-top: 48px;
  font-size: 14px;
  color: hsl(var(--white) / 0.5);
  max-width: 550px;
  margin-inline: auto;
}

.pricing-note a {
  color: hsl(var(--base-two));
  text-decoration: none;
  font-weight: 500;
}

.pricing-note a:hover {
  text-decoration: underline;
}

.pricing-trial-box {
  justify-content: center;
  margin-top: 34px;
}

@media (max-width: 991px) {
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card--popular,
  .pricing-card--popular:hover {
    transform: translateY(0);
  }
}

@media (max-width: 639px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .pricing-card {
    padding: 30px 24px 28px;
  }

}

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

  .pricing-card {
    padding: 24px;
  }
}


.forget-card-section {
  padding-top: 200px;
}

@media (max-width: 991px) {
  .forget-card-section {
    padding-top: 120px;
    margin-top: -40px;
  }
}

.forget-card-section .card-title {
  margin-bottom: 0
}


.banned-page {
  display: flex;
  align-items: center;
}

.banned-section {
  position: relative;
  max-width: 700px;
  margin-inline: auto;
  padding: 66px 48px 52px;
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 26px;
  background: #11171d;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.banned-section__accent {
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: linear-gradient(90deg, hsl(var(--danger)), hsl(var(--danger) / 0.82));
  box-shadow: 0 14px 32px hsl(var(--danger) / 0.22);
}

.banned-section__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.banned-section__image {
  width: min(280px, 52vw);
  height: auto;
  object-fit: contain;
  margin-bottom: 24px;
  filter: drop-shadow(0 18px 22px hsl(var(--danger) / 0.18));
}

.banned-section__mark {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 34px;
  border: 28px solid hsl(var(--danger));
  border-radius: 50%;
  box-shadow:
    inset 0 8px 18px hsl(var(--black) / 0.08),
    0 20px 32px hsl(var(--danger) / 0.2);
}

.banned-section__mark::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -58px;
  width: 260px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(ellipse, hsl(var(--danger) / 0.22), transparent 68%);
  transform: translateX(-50%);
  z-index: -1;
}

.banned-section__mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 94px;
  height: 28px;
  border-radius: 999px;
  background: hsl(var(--danger));
  transform: translate(-50%, -50%) rotate(43deg);
  box-shadow: 0 7px 12px hsl(var(--black) / 0.1);
}

.banned-section__mark span::before,
.banned-section__mark span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 4px;
  border-radius: 999px;
  background: hsl(var(--danger) / 0.68);
}

.banned-section__mark span::before {
  left: -88px;
  box-shadow:
    18px -24px 0 hsl(var(--danger) / 0.58),
    18px 24px 0 hsl(var(--danger) / 0.58);
}

.banned-section__mark span::after {
  right: -88px;
  box-shadow:
    -18px -24px 0 hsl(var(--danger) / 0.58),
    -18px 24px 0 hsl(var(--danger) / 0.58);
}

.banned-section__title {
  margin-bottom: 12px;
  color: hsl(var(--white));
  font-size: clamp(1.5rem, 0.9444rem + 1.7778vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.banned-section__text {
  margin-bottom: 28px;
  color: hsl(224 14% 44%);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.5;
}

.banned-section__reason {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 20px;
  border: 1px solid hsl(var(--danger) / 0.18);
  border-radius: 18px;
  background: hsl(var(--danger) / 0.035);
  text-align: left;
}

.banned-section__reason-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border: 3px solid hsl(var(--danger));
  border-radius: 50%;
  color: hsl(var(--danger));
  font-size: 26px;
}

.banned-section__reason p {
  color: hsl(224 14% 44%);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.55;
}

.banned-section__reason strong {
  color: hsl(var(--danger));
  margin-right: 4px;
}

.banned-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 58px;
  padding: 14px 30px;
  border-radius: 14px;
  background: linear-gradient(180deg, hsl(var(--danger)), hsl(var(--danger) / 0.9));
  color: hsl(var(--white));
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 28px hsl(var(--danger) / 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.banned-section__btn:hover {
  color: hsl(var(--white));
  transform: translateY(-2px);
  box-shadow: 0 18px 34px hsl(var(--danger) / 0.28);
}

@media (max-width: 767px) {
  .banned-section {
    padding: 54px 20px 34px;
    border-radius: 20px;
  }

  .banned-section__accent {
    height: 18px;
  }

  .banned-section__mark {
    width: 150px;
    height: 150px;
    border-width: 20px;
    margin-bottom: 30px;
  }

  .banned-section__mark::after {
    width: 120px;
    height: 20px;
  }

  .banned-section__mark span::before,
  .banned-section__mark span::after {
    display: none;
  }

  .banned-section__reason {
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
  }

  .banned-section__reason-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 22px;
  }
}


.header-user {
  --size: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: hsl(var(--white));
  color: hsl(var(--body-color));
}

@media (max-width: 767px) {
  .header-user {
    --size: 36px;
  }
}

.header-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.profile-image-uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.profile-image-uploader__avatar {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  padding: 7px;
  background:
    linear-gradient(hsl(var(--section-bg)), hsl(var(--section-bg))) padding-box,
    linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two))) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 36px hsl(var(--black) / 0.22);
}

.profile-image-uploader__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
  background: hsl(var(--white) / 0.08);
}

.profile-image-uploader__btn {
  position: absolute;
  right: 2px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 3px solid hsl(var(--section-bg));
  border-radius: 50%;
  background: linear-gradient(135deg, hsl(var(--base)), hsl(var(--base-two)));
  color: hsl(var(--white));
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 8px 18px hsl(var(--base) / 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-image-uploader__btn:hover {
  transform: translateY(-2px) scale(1.04);
  color: hsl(var(--white));
  box-shadow: 0 12px 22px hsl(var(--base) / 0.42);
}

.profile-image-uploader__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.profile-image-uploader__hint {
  margin: 0;
  color: hsl(var(--white) / 0.62);
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .profile-image-uploader__avatar {
    width: 112px;
    height: 112px;
  }

  .profile-image-uploader__btn {
    width: 34px;
    height: 34px;
    right: 0;
    bottom: 6px;
  }
}


.list-group {
  --bs-list-group-color: hsl(var(--white)/.8);
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: transparent;
  --bs-list-group-border-radius: 0;
  --bs-list-group-item-padding-x: 0;
  background: none;
}

.list-group-item:not(:last-child) {
  border-bottom: 1px dashed hsl(var(--white) / 0.15);
  padding: 12px 0;
  font-size: 14px;
  transition: color 0.2s ease
}

.list-group-item span:last-child {
  font-weight: 700;
  color: hsl(var(--white));
}

.feedback {
  color: #fff;
}

.policy-page {
  padding-top: 80px
}

@media (max-width: 991px) {
  .policy-page {
    padding-top: 0px
  }
}


.drp-buttons .btn {
  color: hsl(var(--white))
}

.daterangepicker .drp-selected,
.daterangepicker .ranges li {
  color: hsl(var(--black));
}

.cancelBtn.btn:hover:hover {
  color: hsl(var(--white)) !important;
}

.daterangepicker .drp-buttons .btn {
  border: none;
}


.bg--transparent {
  background: transparent !important;
}


.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background: hsl(var(--base)) !important;
}




.error-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: fit-content;
  text-align: center;
}

.error-btn .icon svg {
  width: 20px;
  height: 20px;
  fill: hsl(var(--base));
  transition: all 0.3s;
}

.error-btn:hover .icon svg {
  fill: hsl(var(--dark)) !important;
}


.error .title {
  margin-top: 45px;
  margin-bottom: 20px;
}