@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/* Font Family*/
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/satoshi/Satoshi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/satoshi/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/satoshi/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/satoshi/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/satoshi/Satoshi-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
/* Italic */
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/satoshi/Satoshi-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/satoshi/Satoshi-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Satoshi", sans-serif;
  --body-font: "Urbanist", sans-serif;
  /* ========================= Theme Color Start ============================= */
  --base-h: 331;
  --base-s: 100%;
  --base-l: 59%;
  --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: 253;
  --base-two-s: 90%;
  --base-two-l: 57%;
  --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);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --body-color: 0 0% 8%;
  --body-bg: 224 71% 4%;
  --heading-color: 0 0% 60%;
  --black: 0 0% 0%;
  --border-color: 0 0% 88%;
  --section-bg: 0 0% 87%;
  /* ================================ Box Shadow Start =============================== */
  --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: 40;
  --warning-s: 100%;
  --warning-l: 46%;
  --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 ============================== */
  /* ============================== Dark Mood Color Modify Start ============================== */
  /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme="dark"] {
  --white: 200 9% 7%;
  --black: 210 40% 98%;
}

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

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

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

.bg--img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.bg--img-2 {
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
}

.bg--transparent {
  background-color: transparent !important;
}

.parallax--bg {
  background-attachment: fixed !important;
}

.fit--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.position--center {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.text--underline {
  text-decoration: underline !important;
}

/* ======================  Custom Classes End  ======================*/
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  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: flex;
  flex-direction: column;
}

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

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  font-weight: 700;
}

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

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

a {
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: hsl(var(--heading-color));
}

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 {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

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

/* ================================= Common Typography Css End =========================== */
/* ======================  Overlay Start  ======================*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 12;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ======================  Overlay End  ======================*/
/* ======================  Section Heading Start  ======================*/
.section-heading {
  margin-inline: auto;
  margin-bottom: 60px;
}

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

.section-heading span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .section-heading span {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading span {
    font-size: 14px;
  }
}

.section-heading h2 {
  font-size: 64px;
  font-weight: 700;
  color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
  .section-heading h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 424px) {
  .section-heading h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 374px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.section__heading a {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .section__heading a {
    margin-top: 24px;
  }
}

/* ======================  Section Heading End  ======================*/
/* ======================  Swiper Start  ======================*/
.swiper-pagination {
  position: unset;
  margin-top: 32px;
}

@media screen and (max-width: 1199px) {
  .swiper-pagination {
    margin-top: 24px;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 24px;
  background: hsl(var(--section-bg));
  opacity: 1;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: hsl(var(--base));
  width: 20px;
}

/* ======================  Swiper End  ======================*/
/* ======================  wyg Start  ======================*/
.wyg h1,
.wyg h2,
.wyg h3,
.wyg h4,
.wyg h5 {
  color: hsl(var(--heading-color));
  margin-bottom: 12px;
  margin-top: 20px;
}

.wyg p {
  font-size: 16px;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .wyg p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.wyg h2 {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .wyg h2 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .wyg h2 {
    margin-bottom: 14px;
  }
}

.wyg ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  list-style: disc;
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .wyg ul {
    gap: 14px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wyg ul {
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

.wyg ul li {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .wyg ul li {
    font-size: 14px;
  }
}

.wyg ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 48px;
  list-style: decimal;
  padding-left: 32px;
}

@media screen and (max-width: 991px) {
  .wyg ol {
    gap: 14px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wyg ol {
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
/* ======================  wyg End  ======================*/
/* ======================  filter start  ======================*/
.filter__wrap {
  position: relative;
}

.filter__main {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 12;
  background-color: hsl(var(--white));
  width: 500px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .filter__main {
    right: auto;
    width: 300px;
  }
}

.filter__main.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.filter__close {
  font-size: 18px;
  cursor: pointer;
  color: hsl(var(--heading-color));
  transition: 0.3s;
}

.filter__close:hover {
  color: hsl(var(--danger));
}

.filter__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.filter__topbar h5 {
  margin-bottom: 0;
}

.filter__topbar a {
  font-size: 14px;
  font-weight: 500;
}

.filter__card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.filter__form {
  border: 1px solid hsl(var(--black) / 0.08);
  border-radius: 8px;
  padding: 18px;
  max-height: 230px;
  overflow-y: auto;
}

.filter__form::-webkit-scrollbar {
  width: 4px;
}

.filter__form::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px hsl(var(--base) / 0.2);
  border-radius: 20px;
}

.filter__form::-webkit-scrollbar-thumb {
  background: hsl(var(--base) / 0.7);
  border-radius: 20px;
}

.filter__form::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base));
}

.filter__form .form-check {
  margin-bottom: 18px;
  justify-content: space-between;
}

.filter__form .form-check:last-child {
  margin-bottom: 0;
}

.filter__range {
  border: 1px solid hsl(var(--black) / 0.08);
  border-radius: 8px;
  padding: 22px 18px 18px 18px;
}

/* ======================  filter End  ======================*/
.arrow--base {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: hsl(var(--white));
  align-items: center;
  padding: 12px;
  color: hsl(var(--base));
}
.arrow--primary {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: hsl(var(--white));
  align-items: center;
  padding: 12px;
  color: hsl(var(--primary));
}

@media screen and (max-width: 575px) {
  .arrow--base {
    height: 34px;
    width: 34px;
    padding: 6px;
  }
}

.gradient--text {
  background: linear-gradient(
    0deg,
    hsl(var(--white)),
    hsl(var(--heading-color))
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text--black7 {
  color: hsl(var(--black) / 0.7) !important;
}

.text--shadow {
  text-shadow: 4px 1px 2px hsl(var(--black) / 0.6);
}

/* ================================= Color Css End =========================== */
/* ================================= Margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

.my-100 {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .my-100 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

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

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

@media (min-width: 576px) {
  .mt-100 {
    margin-top: 70px;
  }
}

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

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

@media (min-width: 576px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .my-30 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

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

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

@media (min-width: 576px) {
  .mt-30 {
    margin-top: 24px;
  }
}

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

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

@media (min-width: 576px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}

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

/* ================================= Margin Css End =========================== */
/* ================================= Padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border--base-two {
  border-color: hsl(var(--base-two)) !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--white {
  border-color: hsl(var(--white)) !important;
}

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

/* ================================= Border Color Css End =========================== */
/* ======================  Font Size Start  ======================*/
.fs--12 {
  font-size: 12px !important;
}

.fs--14 {
  font-size: 14px !important;
}

.fs--16 {
  font-size: 16px !important;
}

.fs--18 {
  font-size: 18px !important;
}

.fs--20 {
  font-size: 20px !important;
}

.fs--22 {
  font-size: 22px !important;
}

.fs--24 {
  font-size: 24px !important;
}

.fs--26 {
  font-size: 26px !important;
}

.fs--28 {
  font-size: 28px !important;
}

.fs--30 {
  font-size: 30px !important;
}

.fs--32 {
  font-size: 32px !important;
}

.fs--34 {
  font-size: 34px !important;
}

.fs--36 {
  font-size: 36px !important;
}

.fs--38 {
  font-size: 38px !important;
}

.fs--40 {
  font-size: 40px !important;
}

.fs--42 {
  font-size: 42px !important;
}

.fs--44 {
  font-size: 44px !important;
}

.fs--46 {
  font-size: 46px !important;
}

.fs--48 {
  font-size: 48px !important;
}

.fs--50 {
  font-size: 50px !important;
}

.fs--52 {
  font-size: 52px !important;
}

.fs--54 {
  font-size: 54px !important;
}

.fs--56 {
  font-size: 56px !important;
}

.fs--58 {
  font-size: 58px !important;
}

.fs--60 {
  font-size: 60px !important;
}

.fs--62 {
  font-size: 62px !important;
}

.fs--64 {
  font-size: 64px !important;
}

.fs--66 {
  font-size: 66px !important;
}

.fs--68 {
  font-size: 68px !important;
}

.fs--70 {
  font-size: 70px !important;
}

/* ======================  Font Size End  ======================*/
/* ======================  Font Weight Start  ======================*/
.fw--100 {
  font-weight: 100 !important;
}

.fw--200 {
  font-weight: 200 !important;
}

.fw--300 {
  font-weight: 300 !important;
}

.fw--400 {
  font-weight: 400 !important;
}

.fw--500 {
  font-weight: 500 !important;
}

.fw--600 {
  font-weight: 600 !important;
}

.fw--700 {
  font-weight: 700 !important;
}

.fw--800 {
  font-weight: 800 !important;
}

.fw--900 {
  font-weight: 900 !important;
}

/* ======================  Font Weight End  ======================*/
/* ======================  Radius Start  ======================*/
.radius--0 {
  border-radius: 0px !important;
}

.radius--2 {
  border-radius: 2px !important;
}

.radius--4 {
  border-radius: 4px !important;
}

.radius--6 {
  border-radius: 6px !important;
}

.radius--8 {
  border-radius: 8px !important;
}

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

.radius--12 {
  border-radius: 12px !important;
}

.radius--14 {
  border-radius: 14px !important;
}

.radius--16 {
  border-radius: 16px !important;
}

.radius--18 {
  border-radius: 18px !important;
}

.radius--20 {
  border-radius: 20px !important;
}

.radius--22 {
  border-radius: 22px !important;
}

.radius--24 {
  border-radius: 24px !important;
}

.radius--26 {
  border-radius: 26px !important;
}

.radius--28 {
  border-radius: 28px !important;
}

.radius--30 {
  border-radius: 30px !important;
}

.radius--32 {
  border-radius: 32px !important;
}

.radius--50 {
  border-radius: 50% !important;
}

/* ======================  Radius End  ======================*/
/* ======================  z-index Start  ======================*/
.z--1 {
  z-index: 1;
}

.z--2 {
  z-index: 2;
}

.z--3 {
  z-index: 3;
}

.z--4 {
  z-index: 4;
}

.z--5 {
  z-index: 5;
}

.z--6 {
  z-index: 6;
}

.z--7 {
  z-index: 7;
}

.z--8 {
  z-index: 8;
}

.z--9 {
  z-index: 9;
}

.zm--1 {
  z-index: -1;
}

.zm--2 {
  z-index: -2;
}

.zm--3 {
  z-index: -3;
}

.zm--4 {
  z-index: -4;
}

.zm--5 {
  z-index: -5;
}

.zm--6 {
  z-index: -6;
}

.zm--7 {
  z-index: -7;
}

.zm--8 {
  z-index: -8;
}

.zm--9 {
  z-index: -9;
}

/* ======================  z-index End  ======================*/
/* ======================  Width Start  ======================*/
.w--10 {
  width: 10% !important;
}

.w--20 {
  width: 20% !important;
}

.w--30 {
  width: 30% !important;
}

.w--40 {
  width: 40% !important;
}

.w--50 {
  width: 50% !important;
}

.w--60 {
  width: 60% !important;
}

.w--70 {
  width: 70% !important;
}

.w--80 {
  width: 80% !important;
}

.w--90 {
  width: 90% !important;
}

.w--100 {
  width: 100% !important;
}

/* ======================  Width End  ======================*/
/* ======================  Height Start  ======================*/
.h--10 {
  height: 10% !important;
}

.h--20 {
  height: 20% !important;
}

.h--30 {
  height: 30% !important;
}

.h--40 {
  height: 40% !important;
}

.h--50 {
  height: 50% !important;
}

.h--60 {
  height: 60% !important;
}

.h--70 {
  height: 70% !important;
}

.h--80 {
  height: 80% !important;
}

.h--90 {
  height: 90% !important;
}

.h--100 {
  height: 100% !important;
}

/* ======================  Height End  ======================*/
/* ======================  Gap Start  ======================*/
.gap--4 {
  gap: 4px !important;
}

.gap--8 {
  gap: 8px !important;
}

.gap--12 {
  gap: 12px !important;
}

.gap--16 {
  gap: 16px !important;
}

.gap--20 {
  gap: 20px !important;
}

.gap--24 {
  gap: 24px !important;
}

.gap--28 {
  gap: 28px !important;
}

.gap--32 {
  gap: 32px !important;
}

.gap--36 {
  gap: 36px !important;
}

.gap--40 {
  gap: 40px !important;
}

.gap--44 {
  gap: 44px !important;
}

.gap--48 {
  gap: 48px !important;
}

.gap--52 {
  gap: 52px !important;
}

.gap--56 {
  gap: 56px !important;
}

.gap--60 {
  gap: 60px !important;
}

.gap--64 {
  gap: 64px !important;
}

.gap--68 {
  gap: 68px !important;
}

.gap--72 {
  gap: 72px !important;
}

.gap--76 {
  gap: 76px !important;
}

.gap--80 {
  gap: 80px !important;
}

.gap--84 {
  gap: 84px !important;
}

.gap--88 {
  gap: 88px !important;
}

/* ======================  Gap End  ======================*/
/* =========================== Accordion Css start ============================= */
.accordion .accordion-item {
  border: 1px solid hsl(var(--black) / 0.09);
  background-color: transparent !important;
  border-radius: 5px;
  overflow: hidden;
}

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

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

.accordion .accordion-body {
  padding: 20px;
  background-color: hsl(var(--section-bg));
}

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

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

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

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

.accordion .accordion-button {
  background-color: hsl(var(--section-bg));
  color: var(--heading-color);
  font-size: 18px;
  padding: 15px;
}

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

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

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

.accordion .accordion-button:not(.collapsed) {
  color: hsl(var(--white));
  background-color: hsl(var(--black)) !important;
  box-shadow: none;
}

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

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

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

/* ================================= 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(--white)) !important;
  font-weight: 700;
  font-size: 18px;
  padding: 3px 3px;
  padding-left: 12px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  display: inline-flex;
  gap: 12px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  height: 56px;
}

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

.btn:active {
  top: 1px;
}

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

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

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


@media screen and (max-width: 424px) {
  .btn {
    font-size: 16px;
  }
}

.btn--sm {
  padding: 7px 18px;
  font-weight: 600;
  font-size: 0.75rem;
}

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

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

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

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

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

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

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

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
  background-color: hsl(var(--success-d-200)) !important;
  border: 1px solid hsl(var(--success-d-200)) !important;
}

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

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

.btn--base-two:hover,
.btn--base-two:focus .btn--base-two:focus-visible {
  background-color: hsl(var(--base-two-d-200)) !important;
  border: 1px solid hsl(var(--base-two-d-200)) !important;
}

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

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

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

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}

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

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}

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

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}

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

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}

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

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}

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

.gradient--btn,
.gradient--two {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  box-shadow: inset 0 0 8px 2px hsl(var(--white) / 0.25);
}

.gradient--two {
  background-color: hsl(var(--base-two));
  border-color: hsl(var(--base-two));
}

.arrow--base {
  transition: transform 0.4s ease;
}

.gradient--btn:hover .arrow--base,
.gradient--two:hover .arrow--base {
  transform: rotate(45deg);
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.card {
  padding: 24px;
  border-radius: 8px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
}

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

.card-header {
  padding: 12px 0;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.06);
}

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

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

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

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

label.required:after {
  content: "*";
  color: hsl(var(--danger)) !important;
  margin-left: 2px;
}

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

/* Form Select */
.form-select {
  color: hsl(var(--black)) !important;
  padding: 12px 18px;
  border: 1px solid hsl(var(--black) / 0.1);
}

.form-select:focus {
  border-color: hsl(var(--black) / 0.2);
  color: hsl(var(--black)) !important;
  outline: 0;
  box-shadow: none;
}

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

/* Form Select End */
/* Form Control Start */
.form-control {
  border-radius: 5px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 14px 18px;
  background-color: transparent;
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--black));
  line-height: 1;
}

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

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

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

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

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

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

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

.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 End */
textarea.form-control {
  height: 130px;
}

/* 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(--black)) !important;
  caret-color: hsl(var(--black));
}

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

/* Show Hide Password */
.password__field {
  position: relative;
  z-index: 1;
}

.password__field input {
  padding-right: 40px !important;
}

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

.password-show-hide .open-eye-icon {
  display: none;
}

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

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

/* Custom Checkbox Design */
.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.form-check .form-check-input {
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--black) / 0.2);
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
}

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

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

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

.form-check .form-check-label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/* Custom Radio Design */
.form-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.form-radio .form-check-input {
  box-shadow: none;
  border: 2px solid hsl(var(--black) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-top: 0;
}

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

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

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

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

.form-radio .form-check-label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/*  Custom Switch Design */
.form-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.form-switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--black) / 0.2) !important;
  margin-left: 0;
  margin-top: 0;
  border-radius: 40px;
  width: 54px;
  height: 28px;
  cursor: pointer;
}

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

.form-switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-color: hsl(var(--white));
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border-radius: 50%;
  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% - 26px);
  background-color: hsl(var(--white)) !important;
}

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

.form-switch .form-check-label {
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

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

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.input-group .form-control:focus {
  border: none !important;
}

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

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

.input-group .input-group-text {
  padding: 13px;
  border-width: 0px;
  border-radius: 5px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.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 =========================== */
.modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.06);
  padding: 15px;
}

.modal-header .close {
  width: 28px;
  height: 28px;
  background-color: hsl(var(--black) / 0.1);
  font-size: 16px;
  border-radius: 50%;
  color: hsl(var(--black));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.modal-header .close:hover {
  background-color: hsl(var(--danger));
  color: hsl(var(--white));
}

.modal-content {
  border-radius: 10px !important;
  background-color: hsl(var(--white));
}

.modal-body {
  padding: 15px;
}

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

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 48px;
  }
}

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

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 32px;
  }
}

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

.pagination .page-item.disabled .page-link {
  color: hsl(var(--heading-color) / 0.4);
}

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--black) / 0.08);
  border-radius: 4px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--heading-color));
}

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

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

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@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 {
  width: calc(100% - 35px);
  padding-left: 15px;
  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: 12px;
  color: hsl(var(--black) / 0.7);
}

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}

.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 Content Css end */
/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table thead tr th {
  background-color: hsl(var(--white));
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--black) / 0.7);
  font-family: var(--heading-font);
  font-weight: 600;
  border-bottom: 0;
  max-width: 170px;
  font-size: 14px;
  border: 1px solid hsl(var(--black) / 0.08);
  background-color: hsl(var(--base) / 0.03);
}

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

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

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

.table thead tr th:nth-child(2) {
  text-align: left;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

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

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

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

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

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

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--black) / 0.7);
  font-weight: 500;
  max-width: 170px;
  font-size: 13px;
  border-bottom: 1px solid hsl(var(--black) / 0.08);
  border-right: 1px solid hsl(var(--black) / 0.08);
}

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

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid hsl(var(--black) / 0.08);
  font-size: 14px;
}

.table tbody tr td:last-child {
  text-align: right;
  border-right: 1px solid hsl(var(--black) / 0.08);
}

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

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

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

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

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

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

  .table--responsive--sm tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

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

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

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

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

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

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

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

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

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

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

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

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

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

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

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

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

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

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

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

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

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

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

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

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

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 14px;
    color: hsl(var(--black) / 0.7);
  }
}

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

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

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

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

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

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

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

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

.custom--tab .nav-item #pills-disabled-tab.nav-link {
  background-color: hsl(var(--black) / 0.04) !important;
  color: hsl(var(--heading-color) / 0.6);
}

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

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

.badge--primary {
  background-color: hsl(var(--primary) / 0.15) !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 Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--white));
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 5px;
}

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

.alert__content {
  width: calc(100% - 24px);
  padding-left: 32px;
}

@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: 16px;
  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: 13px;
  }
}

.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;
  transition: 0.2s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ====================================== Alert Css End =============================== */
/* ======================  Dropdown Section Start  ======================*/
.dropdown-toggle {
  color: hsl(var(--heading-color));
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 7px;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 0;
  margin-top: -4px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  vertical-align: 0;
  transition: 0.2s;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(225deg);
  margin-top: 2px;
}

.dropdown-menu {
  min-width: max-content;
  padding: 0;
  font-size: 14px;
  color: hsl(var(--heading-color));
  background-color: hsl(var(--white));
  border: 0;
  border-radius: 0;
  white-space: nowrap;
  box-shadow: var(--box-shadow);
}

.dropdown-item {
  padding: 8px 18px;
  font-weight: 400;
  color: hsl(var(--body-color));
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid hsl(var(--border-color) / 0.3);
  border-radius: 0;
  font-size: 14px;
  transition: 0.3s;
}

.dropdown-item:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.dropdown-item.active,
.dropdown-item:active {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

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

.spinner {
  width: 80px;
  height: 80px;
  border: 2px solid hsl(var(--white));
  border-top: 3px solid hsl(var(--base));
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.icon-play {
  position: absolute;
  top: 0px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: hsl(var(--base));
  font-size: 30px;
}
/* ================================= Preloader Css End ===========================  */
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
  position: fixed;
  left: -100%;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 20px;
  background-color: hsl(var(--body-bg));
  border-right: 1px solid hsl(var(--white) / 0.2);
  z-index: 15;
  transition: 0.4s;
  visibility: hidden;
  overflow-y: auto;
}

.offcanvas__area::-webkit-scrollbar {
  width: 5px;
}

.offcanvas__area::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px hsl(var(--black) / 0.1);
}

.offcanvas__area::-webkit-scrollbar-thumb {
  background: hsl(var(--base) / 0.7);
}

.offcanvas__area::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base));
}

.offcanvas__area.active {
  left: 0;
  visibility: visible;
}

.offcanvas__area .offcanvas__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.offcanvas__area .offcanvas__topbar a img {
  width: 140px;
}

.offcanvas__area .offcanvas__topbar .menu__close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: hsl(var(--danger));
  font-size: 20px;
  border-radius: 4px;
  transition: 0.3s;
}

.offcanvas__area .offcanvas__topbar .menu__close:hover {
  background-color: hsl(var(--danger-d-200));
  color: hsl(var(--white));
}

.offcanvas__area .offcanvas__main .offcanvas__widgets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: hsl(var(--white));
  border-bottom: 1px solid hsl(var(--white) / 0.6);
  padding: 12px 0;
  transition: 0.3s;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li:last-child a {
  border-bottom: none;
}

.offcanvas__area .offcanvas__main .offcanvas__menu ul li a:hover,
.offcanvas__area .offcanvas__main .offcanvas__menu ul li a.active {
  color: hsl(var(--base));
}

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Section Start  ======================*/
.header__area {
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}

.header__area.fixed-header {
  position: fixed;
  top: 0px;
  background-color: hsl(var(--black) / 0.3);
  backdrop-filter: blur(5px);
  box-shadow: var(--box-shadow);
  transition: 0.25s linear;
  animation: slide-down 0.6s;
  width: 100%;
}

.header__area .header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__area .header__main .menu__open {
  font-size: 24px;
  color: hsl(var(--heading-color));
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

@media screen and (max-width: 991px) {
  .header__area .header__main .menu__open {
    display: block;
  }
}

.header__area .header__main .menu__open:hover {
  color: hsl(var(--base));
}

.header__area .header__logo a img {
  max-width: 250px;
  width: 100%;
}

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

.header__area .header__menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.header__area .header__menu ul li a {
  color: hsl(var(--white));
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid hsl(var(--white) / 0.1);
  background-color: hsl(var(--white) / 0.05);
  padding: 11px 22px;
  border-radius: 999px;
  transition: 0.3s;
}

.header__area .header__menu ul li a:hover,
.header__area .header__menu ul li a.active {
  color: hsl(var(--white));
  border-color: hsl(var(--white) / 0.2);
  background-color: hsl(var(--white) / 0.25);
}

.header__area .header__widgets {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .header__area .header__widgets {
    gap: 10px;
  }
}

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

.language__item {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  user-select: none;
}

.language__item img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.language__item p {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.language__item:hover p {
  color: hsl(var(--white));
}

.dropdown-toggle .language__item p {
  font-size: 16px;
}

.dropdown-toggle .language__item:hover p {
  color: hsl(var(--heading-color));
}

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

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

.header__top__content {
  padding: 12px;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.search__bar {
  display: flex;
  gap: 12px;
  align-items: center;
}

.header__info {
  font-size: 14px;
  font-weight: 400;
  color: hsl(var(--black));
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ======================  Header Section End  ======================*/
/* ======================  Footer Section Start  ======================*/
.foote__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 56px;
  border-bottom: 1px solid hsl(var(--white) / 0.3);
  flex-wrap: wrap;
}

.foote__left__items {
  max-width: 440px;
}

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

.foote__left__logo {
  margin-bottom: 25px;
}

.foote__left__logo img {
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  .foote__left__logo {
    margin-bottom: 10px;
  }
}

.foote__left__desc {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--white));
}

.footer__right__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: hsl(var(--white));
}

.footer__right span img {
  max-width: 200px;
}

.footer__bottom {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 22px;
}

.footer__bottom__desc {
  color: hsl(Var(--white));
  font-size: 16px;
  font-weight: 400;
}

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

/* ======================  Footer Section End  ======================*/
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: hsl(var(--white));
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  transform: scale(0);
  background-color: hsl(var(--base));
  border-radius: 8px;
}

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

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

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

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

/* ================================= Template Selection Css End ===========================  */
/* ======================  Social Icon Section Start  ======================*/
.social__icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.social__icon.dark__social li a {
  background-color: hsl(var(--white) / 0.15);
  color: hsl(var(--white));
}

.social__icon.dark__social li a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.social__icon li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--body-color));
  border-radius: 50%;
  transition: 0.3s;
  font-size: 16px;
}

.social__icon li a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ======================  Social Icon Section End  ======================*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  background-color: hsl(var(--warning));
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 100px;
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--black));
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.breadcrumb__item {
  color: hsl(var(--black));
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.breadcrumb__item-dot {
  width: 6px;
  height: 6px;
  background-color: hsl(var(--black));
  border-radius: 50%;
}

.breadcrumb__item-text {
  color: hsl(var(--base));
}

.breadcrumb__link {
  color: hsl(var(--black));
  font-weight: 500;
}

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

/* ====================== Breadcrumb Css End ==================== */
/* ======================  Star Rating Section Start  ======================*/
.star__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
  list-style: none !important;
}

.star__rating li {
  font-size: 14px;
  color: hsl(var(--body-color));
  line-height: 1;
}

.star__rating li i {
  color: hsl(var(--warning));
}

/* ======================  Star Rating Section End  ======================*/
/* ======================  Odometer Section Start  ======================*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme
  .odometer-digit
  .odometer-value.odometer-last-value,
.odometer.odometer-theme-default
  .odometer-digit
  .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down
  .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating
  .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/* ======================  Odometer Section End  ======================*/
/* ======================  Select2 Section Start  ======================*/
.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  height: auto;
  padding: 14px 30px 14px 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
  line-height: normal;
  color: hsl(var(--heading-color));
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  font-family: "Line Awesome Free";
  font-size: 16px;
  color: hsl(var(--heading-color));
  font-weight: 900;
  transition: 0.3s;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow::after {
  transform: translateY(-50%) rotate(-180deg);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-dropdown {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.select2-search--dropdown {
  padding: 6px;
}

.select2-search--dropdown .select2-search__field {
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid hsl(var(--black) / 0.1);
  background-color: hsl(var(--white) / 0.2);
}

.select2-results__option {
  padding: 10px 14px;
  user-select: none;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.select2-results__option:last-child {
  border-bottom: none;
}

.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base) / 0.1);
}

.select2-results__option.select2-results__message {
  text-align: center;
}

/* ======================  Select2 Section End  ======================*/
/* ======================  Banner Section Start  ======================*/
.banner-section {
  position: relative;
  z-index: 1;
  padding-top: 170px;
  padding-bottom: 120px;
  background-color:#040116;
}

@media screen and (max-width: 1399px) {
  .banner-section {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .banner-section {
padding-top: 100px;
  }
}




.banner-section__bg {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 90%;
}


@media screen and (max-width: 1366px) {
  .banner-section__bg {
  top: 45%;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section__bg {
    top: 48%;
  }
}

@media screen and (max-width: 991px) {
  .banner-section__bg {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .banner-section__bg {
    top: 52%;
  }
}

@media screen and (max-width: 575px) {
  .banner-section__bg {
    top: 60%;
  }
}

@media screen and (max-width: 424px) {
  .banner-section__bg {
    top: 57%;
  }
}

@media screen and (max-width: 375px) {
  .banner-section__bg {
    top: 64%;
  }
}

.banner-section__bg img {
  width: 100%;
}

.banner-section__content {
  text-align: center;
}

.banner-section__title {
  font-size: 88px;
  font-weight: 600;
  margin-bottom: 16px;
}

@media screen and (max-width: 1399px) {
  .banner-section__title {
    font-size: 64px;
  }
}

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

@media screen and (max-width: 991px) {
  .banner-section__title {
    font-size: 45px;
  }
}

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

@media screen and (max-width: 424px) {
  .banner-section__title {
    font-size: 26px;
  }
}

.banner-section__desc {
  color: hsl(var(--white));
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}

@media screen and (max-width: 424px) {
  .banner-section__desc {
    font-size: 15px;
  }
}

.banner-section__button {
  margin-bottom: 124px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .banner-section__button {
    margin-bottom: 85px;    
  }
}

@media screen and (max-width: 767px) {
  .banner-section__button {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section__button {
    margin-bottom: 85px;
    gap: 10px;
  }
}

@media screen and (max-width: 424px) {
  .banner-section__button .btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .banner-section__button {
    margin-bottom: 54px;
  }
}

.banner-section__thumb {
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 575px) {
  .banner-section__thumb {
    max-width: 390px;
  }
}

/* ======================  Banner Section End  ======================*/
/* ======================  Feature Section Start  ======================*/
.feature-section {
  margin-bottom: 54px;
  position: relative;
  z-index: 1;
}

.feature-section__shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.feature-section__shape2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.feature-section__item {
  margin-bottom: 120px;
}

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

.feature-section__item2 {
  margin-bottom: 120px;
}

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

.feature-section__thumb {
  border-radius: 40px;
}

.feature-section__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.feature__content {
  margin-left: 48px;
}

@media screen and (max-width: 991px) {
  .feature__content {
    margin-left: 0;
  }
}

.feature__content__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: hsl(var(--base));
  margin-bottom: 12px;
}

.feature__content__title {
  font-size: 40px;
  font-weight: 700;
  color: hsl(var(--white));
  margin-bottom: 40px;
  max-width: 500px;
}

@media screen and (max-width: 1199px) {
  .feature__content__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 991px) {
  .feature__content__title {
    max-width: 100%;
  }
}

@media screen and (max-width: 424px) {
  .feature__content__title {
    font-size: 24px;
  }
}

.feature__content__list {
  margin-bottom: 72px;
}

@media screen and (max-width: 1199px) {
  .feature__content__list {
    margin-bottom: 40px;
  }
}

.feature__content__list li {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  color: hsl(var(--white));
  font-weight: hsl(var(--body-font));
}

@media screen and (max-width: 1199px) {
  .feature__content__list li {
    margin-bottom: 10px;
  }
}

.feature__content__list li:last-child {
  margin-bottom: 0;
}

.feature-section__item2 .feature__content {
  margin-left: 0;
  margin-left: 42px;
}

@media screen and (max-width: 991px) {
  .feature-section__item2 .feature__content {
    margin-left: 0;
  }
}

/* ======================  Feature Section End  ======================*/
.mb-64 {
  margin-bottom: 64px !important;
}

/* ======================  Marquee Section Start  ======================*/
.marquee__area {
  overflow: hidden;
  padding: 38px 0;
}

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

.marquee__inner {
  position: relative;
  z-index: 1;
}

.marquee__inner::after {
  position: absolute;
  right: 0;
  bottom: -34px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #1e2939;
  transform: translateY(-26%) rotate(358deg);
  transform-origin: center;
}

@media screen and (max-width: 1399px) {
  .marquee__inner::after {
    bottom: -22px;
  }
}

@media screen and (max-width: 767px) {
  .marquee__inner::after {
    bottom: -16px;
  }
}

.marquee__wrap {
  background-color: hsl(var(--base));
  padding: 40px 0;
}

@media screen and (max-width: 1399px) {
  .marquee__wrap {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .marquee__wrap {
    padding: 12px 0;
  }
}

.marquee__wrap .slide-transition {
  transition-timing-function: linear;
}

.marquee__single {
  width: fit-content !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px !important;
}

.marquee__single h4 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .marquee__single h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .marquee__single h4 {
    font-size: 14px;
  }
}

.marquee__gear {
  animation: centerRotate 16s linear 0s infinite normal none;
}

@media screen and (max-width: 575px) {
  .marquee__gear {
    font-size: 16px !important;
  }
}

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

  100% {
    transform: rotate(0);
  }
}
/* ======================  Marquee Section End  ======================*/
/* ======================  Feature-all Section Start  ======================*/
.feature__items {
  background-color: hsl(var(--white) / 0.1);
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 1399px) {
  .feature__items {
    padding: 24px;
  }
}

.feature__items:hover {
  border: 1px solid hsl(var(--base));
}

.feature__items__shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.feature__items__shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.feature__items__icon {
  height: 56px;
  width: 56px;
  color: hsl(var(--white));
  font-size: 24px;
  font-weight: 600;
  border-radius: 12px;
  margin-bottom: 32px;
  background: linear-gradient(203deg, hsl(var(--base)), hsl(var(--primary)));
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .feature__items__icon {
    margin-bottom: 35px;
  }
}

.feature__items__title {
  color: hsl(var(--white));
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature__items__desc {
  font-size: 16px;
  font-weight: 400;
  color: hsl(var(--white) / 0.75);
}

.feature-all-section {
  position: relative;
  z-index: 1;
}

.feature-all-section__shape1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.feature-all-section__shape2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.feature-all-section {
  overflow: hidden;
}

/* ======================  Feature-all Section End  ======================*/
/* ======================  Setup Section Start  ======================*/
.setup-section {
  border-radius: 38.4px;
  background:
    linear-gradient(360deg, #010314 40.24%, rgba(1, 3, 20, 0) 100%),
    radial-gradient(
      65.08% 85.05% at 50% 50%,
      rgba(0, 0, 0, 0) 37.41%,
      var(--primary-500, #5a31f4) 69.27%,
      #fff 100%
    );
}

.setup-section__item {
  background-color: hsl(var(--white) / 0.1);
  border: 1px solid hsl(var(--white) / 0.22);
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 425px) {
  .setup-section__item__icon {
    max-width: 254px;
  }
}
@media screen and (max-width: 374px) {
  .setup-section__item__icon {
    max-width: 254px;
  }
}

.setup-section__item:hover {
  border: 1px solid hsl(var(--base));
}

.setup-section__item:hover .setup-section__item__number {
  color: hsl(var(--base));
}

.setup-section__item__content {
  text-align: center;
  max-width: 340px;
  margin: auto;
  padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .setup-section__item__content {
    max-width: 286px;
  }
}

.setup-section__item__number {
  font-size: 200px;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: -38px;
  z-index: -1;
  color: hsl(var(--white) / 0.05);
  transition: 0.3s;
}

@media screen and (max-width: 375px) {
  .setup-section__item__number {
    font-size: 130px;
  }
}

.setup-section__item__title {
  font-size: 20px;
  font-weight: 700;
  color: hsl(var(--white));
  margin-bottom: 8px;
}

.setup-section__item__desc {
  font-size: 14px;
  font-weight: 400;
  color: hsl(var(--white) / 0.75);
}

/* ======================  Setup Section End  ======================*/
/* ======================  Faq Section Start  ======================*/
.faq-section__items {
  background-color: hsl(var(--white) / 0.1);
  border: 1px solid hsl(var(--white) / 0.22);
  padding: 24px;
  border-radius: 20px;
  height: 100%;
}

.faq-section__items__title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  align-items: center;
  color: hsl(var(--white));
  margin-bottom: 16px;
}

.faq-section__items__desc {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--white) / 0.75);
}

.faq-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faq-section__glow1 {
  position: absolute;
  right: 350px;
  top: -250px;
  z-index: -1;
  max-width: 300px;
}

.faq-section__glow2 {
  position: absolute;
  left: -1052px;
  top: -264px;
  z-index: -1;
  max-width: 300px;
}

.faq-center {
  position: absolute;
  left: 48%;
  top: 64%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.faq-center img {
  max-width: 1590px;
}

/* ======================  Faq Section End  ======================*/
/* ======================  Cta Section Start  ======================*/
.cta-section__wrap {
  background: linear-gradient(293deg, hsl(var(--base)), hsl(var(--base-two)));
  padding: 34px 60px;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .cta-section__wrap {
    padding: 35px 24px;
    border-radius: 33px;
  }
}

@media screen and (max-width: 575px) {
  .cta-section__wrap {
    border-radius: 24px;
  }
}

.cta-section__shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.cta-section__thumb {
  margin-top: -65px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .cta-section__thumb {
    margin-top: 0;
  }
}

.cta__content__title {
  font-size: 59px;
  font-weight: 700;
  color: hsl(Var(--white));
  margin-bottom: 16px;
}

@media screen and (max-width: 1399px) {
  .cta__content__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .cta__content__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 424px) {
  .cta__content__title {
    font-size: 22px;
  }
}

.cta__content__desc {
  font-size: 18px;
  font-weight: 400;
  color: hsl(Var(--white) / 0.75);
  margin-bottom: 52px;
}

.cta__button {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

/* ======================  Cta Section End  ======================*/
/* ======================  Tech Section Start  ======================*/
.tech-section__items__title {
  color: hsl(var(--white));
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .tech-section__items__title {
    font-size: 20px;
  }
}

.tech-section__items__technology {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.tech-section__items2 {
  margin-top: 24px;
}

.tech-section {
  position: relative;
  z-index: 1;
}

.tech-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

.tech-section__thumb img {
  max-width: 892px;
  margin-left: -100px;
}

@media screen and (max-width: 1399px) {
  .tech-section__thumb img {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .tech-section__thumb img {
    margin-left: 0;
  }
}

.tech-section .section-heading h2 {
  font-size: 177px;
  font-weight: 900;
}

@media screen and (max-width: 1399px) {
  .tech-section .section-heading h2 {
    font-size: 150px;
  }
}

@media screen and (max-width: 1199px) {
  .tech-section .section-heading h2 {
    font-size: 132px;
  }
}

@media screen and (max-width: 991px) {
  .tech-section .section-heading h2 {
    font-size: 92px;
  }
}

@media screen and (max-width: 767px) {
  .tech-section .section-heading h2 {
    font-size: 66px;
  }
}

@media screen and (max-width: 575px) {
  .tech-section .section-heading h2 {
    font-size: 40px;
  }
}

.tech-section .section-heading {
  margin-bottom: -60px;
}

@media screen and (max-width: 991px) {
  .tech-section .section-heading {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1399px) {
  .tech-section__items__technology li img {
    height: 44px;
    width: 44px;
  }
}

/* ======================  Tech Section End  ======================*/
/* ======================  Tech Section Start  ======================*/
.tech-section__items__title {
  color: hsl(var(--white));
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .tech-section__items__title {
    font-size: 20px;
  }
}

.tech-section__items__technology {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.tech-section__items2 {
  margin-top: 24px;
}

.tech-section {
  position: relative;
  z-index: 1;
}

.tech-section__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

.tech-section__thumb img {
  max-width: 892px;
  margin-left: -100px;
}

@media screen and (max-width: 1399px) {
  .tech-section__thumb img {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .tech-section__thumb img {
    margin-left: 0;
  }
}



.tech-section .section-heading {
  margin-bottom: -60px;
}

@media screen and (max-width: 991px) {
  .tech-section .section-heading {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1399px) {
  .tech-section__items__technology li img {
    height: 44px;
    width: 44px;
  }
}

/* ======================  Tech Section End  ======================*/
/* ======================  Operations Section Start  ======================*/
.operations-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.operations-section__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.operations__item {
  border-left: 1px solid hsl(var(--white) / 0.2);
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
}

.operations__item__subtitle {
  color: hsl(var(--base));
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.operations__item__title {
  font-size: 40px;
  font-weight: 700;
  color: hsl(var(--white));
  margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
  .operations__item__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1399px) {
  .operations__item {
    border: none;
  }

  .col-xxl-3:last-child .operations__item {
    border-right: none !important;
  }
}

.operations__item__list li {
  font-size: 18px;
  font-weight: 400;
  color: hsl(var(--white) / 0.75);
  margin-bottom: 16px;
}

.operations-section .section-heading {
  margin-bottom: 60px;
}

/* ======================  Operations Section End  ======================*/
.operations__item__body {
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.col-xxl-3:last-child .operations__item {
  border-right: 1px solid hsl(var(--white) / 0.2);
}

/* Swiper Slider start */
.swiper-full-mobile .swiper-slide.swiper-slide-active img {
  border-radius: 24px;
}

@media screen and (max-width: 1199px) {
  .swiper-full-mobile .swiper-slide.swiper-slide-active img {
    border-radius: 16px;
  }
}

.swiper-full-mobile {
  width: 100%;
  padding: 50px 0;
}

.swiper-full-mobile .swiper-slide {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media screen and (max-width: 1199px) {
  .swiper-full-mobile .swiper-slide {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-full-mobile .swiper-slide {
    width: 160px;
  }
}

.swiper-full-mobile .swiper-slide img {
  width: 100%;
  height: 620px;
}

@media screen and (max-width: 1199px) {
  .swiper-full-mobile .swiper-slide img {
    height: 480px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-full-mobile .swiper-slide img {
    height: 280px;
  }
}

.swiper-full-mobile {
  position: relative;
}

.swiper-full-mobile:before {
  content: "";
  width: 320px;
  background-image: url("../images/app/frame.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0px;
  top: 31px;
  height: 656px;
  margin: auto;
  z-index: 999;
}

@media screen and (max-width: 1199px) {
  .swiper-full-mobile:before {
    width: 252px;
    height: 520px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-full-mobile:before {
    width: 160px;
    height: 330px;
  }
}

.swiper-full-mobile .swiper-slide.swiper-slide-active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
  background: hsl(var(--base));
  color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.app-screen .section-name {
  color: #060e38;
}

.app-screen {
  position: relative;
  z-index: 1;
}

.app-screen__wrapper {
  position: relative;
  z-index: 1;
}

.app-screen__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.app-button-next {
  color: hsl(var(--white));
  height: 70px;
  width: 70px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  top: 44%;
  left: 16px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .app-button-next {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 424px) {
  .app-button-next {
    display: none;
  }
}

.app-button-prev {
  color: hsl(var(--white));
  height: 70px;
  width: 70px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: absolute;
  top: 44%;
  right: 16px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .app-button-prev {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 424px) {
  .app-button-prev {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
