@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans+Narrow:wght@400;700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "PT Sans Narrow", serif;
  --body-font: "Poppins", serif;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 17;
  --base-s: 90%;
  --base-l: 55%;
  --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 Color */
  --base-two-h: 225;
  --base-two-s: 26%;
  --base-two-l: 9%;
  --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% 100%;
  --heading-color: 0 0% 100%;
  --black: 0 0% 0%;
  --border-color: 224 43% 20%;
  --section-bg: 212 69% 15%;

  --cyan: 182 100% 45%;
  --pink: 301 88% 59%;
  /* ================================ Box Shadow Start =============================== */
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 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);

  --cyan-h: 180;
  --cyan-s: 100%;
  --cyan-l: 50%;
  --cyan: var(--cyan-h) var(--cyan-s) var(--cyan-l);
  --cyan-d-100: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) - var(--cyan-l) * 0.1);
  --cyan-d-200: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) - var(--cyan-l) * 0.2);
  --cyan-d-300: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) - var(--cyan-l) * 0.3);
  --cyan-d-400: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) - var(--cyan-l) * 0.4);
  --cyan-d-500: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) - var(--cyan-l) * 0.5);
  --cyan-l-100: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) + (100% - var(--cyan-l)) * 0.1);
  --cyan-l-200: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) + (100% - var(--cyan-l)) * 0.2);
  --cyan-l-300: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) + (100% - var(--cyan-l)) * 0.3);
  --cyan-l-400: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) + (100% - var(--cyan-l)) * 0.4);
  --cyan-l-500: var(--cyan-h) var(--cyan-s)
    calc(var(--cyan-l) + (100% - var(--cyan-l)) * 0.5);
  /* ============================== Bootstrap Modifier End ============================== */
}

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

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

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

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

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

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.alert__link::before {
  position: absolute;
  content: "";
}

.top-center-extend,
.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left-center-extend {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--white) / 0.8);
}

@media screen and (max-width: 1199px) {
  p {
    font-size: 0.8125rem;
  }
}

i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

span {
  display: inline-block;
}

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

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

h1 {
  font-size: 3.75rem;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 3rem;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 2.25rem;
}

@media screen and (max-width: 1399px) {
  h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.625rem;
}

@media screen and (max-width: 1399px) {
  h4 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.375rem;
}

@media screen and (max-width: 1399px) {
  h5 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.125rem;
  }
}

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

@media screen and (max-width: 575px) {
  h5 {
    font-size: 1.0625rem;
  }
}

h6 {
  font-size: 1rem;
}

@media screen and (max-width: 1399px) {
  h6 {
    font-size: 1rem;
  }
}

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

@media screen and (max-width: 991px) {
  h6 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 0.875rem;
  }
}

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

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

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

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

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

select {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ======================  Section Heading Start  ======================*/
.section__heading {
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section__heading {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section__heading h2 {
  margin-bottom: 2rem;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .section__heading h2 {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .section__heading h2 {
    margin-bottom: 0.875rem;
  }
}

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

/* ======================  Section Heading End  ======================*/
/* ======================  Magnific Popup Start  ======================*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: hsl(var(--white));
  right: 0;
  text-align: right;
  padding-right: 0;
  width: 2.375rem;
  height: 2.375rem;
  background-color: hsl(var(--danger));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
}

.mfp-iframe-holder .mfp-close {
  top: -2.375rem;
}

/* language  */
.dropdown-lang .language-btn::after {
  display: inline-block !important;
}

.dropdown-lang .language-btn .flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.dropdown-lang .language-btn::after {
  display: none;
}

.dropdown-lang .language-text {
  color: hsl(var(--text-color)) !important;
  font-size: 16px;
}

.dropdown-lang .language-btn {
  color: hsl(var(--white));
}

.dropdown-lang .dropdown-menu {
  width: 112px !important;
  border: 1px solid hsl(var(--border));
  border-radius: 8px;
  padding: 10px !important;
  max-height: 370px;
  overflow-y: auto;
  background-color: hsl(var(--white));
  z-index: 999;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  -webkit-transform: inherit;
  transform: inherit;
  min-width: 130px !important;
  margin-top: 20px;
}

.dropdown-lang .dropdown-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.dropdown-lang .dropdown-menu a {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: hsl(var(--body-color));
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 6px;
  border-bottom: 1px solid hsl(var(--border-color-two));
}

.dropdown-lang .dropdown-menu a:hover {
  color: hsl(var(--base));
}

.dropdown-lang .dropdown-menu li:last-child a {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown-lang .dropdown-menu a .flag {
  width: 20px;
  margin-right: 10px;
  height: 20px;
  border-radius: 50%;
}

.dropdown-lang .dropdown-menu li:last-child a {
  margin-bottom: 0px;
}

.dropdown-lang .a {
  color: hsl(var(--white)) !important;
}

@media (max-width: 1199px) {
  .dropdown-lang {
    margin-block: 16px;
  }
}

.dropdown-lang .dropdown-menu {
  position: absolute !important;
  z-index: 1;
  padding: 3.125rem 1.25rem;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  border: 0.0625rem solid hsl(var(--border-color));
  top: 23px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border: 1px solid hsl(var(--white) / 0.08);
  background-color: transparent !important;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .custom--accordion .accordion-item {
    border-radius: 8px;
  }
}

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

.custom--accordion .accordion-item:nth-child(even) .accordion-body {
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(hsl(var(--base-two))),
    to(hsl(var(--section-bg)))
  );
  background-image: linear-gradient(
    to left bottom,
    hsl(var(--base-two)),
    hsl(var(--section-bg))
  );
}

.custom--accordion .accordion-item:nth-child(even) .accordion-button {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(hsl(var(--base-two))),
    to(hsl(var(--section-bg)))
  );
  background-image: linear-gradient(
    to left top,
    hsl(var(--base-two)),
    hsl(var(--section-bg))
  );
}

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

.custom--accordion .accordion-body {
  padding: 20px;
  padding-top: 5px !important;
  background-color: unset;
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left bottom,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  color: hsl(var(--white) / 0.7);
}

@media screen and (max-width: 1199px) {
  .custom--accordion .accordion-body {
    font-size: 0.875rem;
  }
}

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

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

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

.custom--accordion .accordion-button {
  background-color: unset;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left top,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  color: var(--white);
  font-size: 1.25rem;
  padding: 24px;
  padding-right: 50px;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 18px 20px;
    padding-right: 40px;
    font-size: 16px;
  }
}

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

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

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

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

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

.custom--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));
  font-weight: 400;
  padding: 14px 16px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--heading-font);
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .btn {
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 6px;
  }
}

.btn i {
  width: 24px;
  height: 24px;
  background-color: hsl(var(--white) / 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .btn i {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .btn i {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}

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

.btn:hover i,
.btn:focus i,
.btn:focus-visible i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.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: 0.9375rem;
  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;
  color: hsl(var(--white)) !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--white {
  background-color: hsl(var(--white)) !important;
}

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

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

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

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

.btn--white {
  background-color: hsl(var(--white) / 0.1) !important;
  border: none !important;
}

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

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: none;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left top,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  overflow: hidden;
  border: 0.0625rem solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
  .custom--card {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .custom--card {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.file-text {
  width: 100% !important;
  height: unset !important;
  justify-content: flex-start !important;
  padding: 10px 20px !important;
}
.custom--card span {
  width: 3.25rem;
  height: 3.25rem;
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.08);
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .custom--card span {
    margin-left: auto;
    margin-right: auto;
  }
}

.custom--card span img {
  width: auto;
  height: 1.375rem;
}

.custom--card .card-body {
  padding: 0;
}

.custom--card .card-title {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  color: hsl(var(--white));
}

.custom--card p {
  font-size: 0.875rem;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 14px;
  font-size: 1rem;
  color: hsl(var(--white));
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .form--label {
    font-size: 14px;
  }
}

.form-group {
  margin-bottom: 24px;
}

/* Form Select */
.select {
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--white) / 0.04);
  border-color: hsl(var(--white) / 0.08);
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  padding: 18px 2.25rem 17px 24px;
}

@media screen and (max-width: 991px) {
  .select {
    padding: 14px 2.25rem 13px 24px;
  }
}

.select:focus {
  border-color: hsl(var(--white) / 0.08);
  color: hsl(var(--white)) !important;
}

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

/* Form Select End */
/* Form Control Start */
.form--control {
  border-radius: 8px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 20px 24px;
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: hsl(var(--white));
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .form--control {
    padding: 16px 20px;
    border-radius: 6px;
  }
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--white) / 0.5);
  font-size: 0.875rem;
}

.form--control::-moz-placeholder {
  color: hsl(var(--white) / 0.5);
  font-size: 0.875rem;
}

.form--control:-ms-input-placeholder {
  color: hsl(var(--white) / 0.5);
  font-size: 0.875rem;
}

.form--control::-ms-input-placeholder {
  color: hsl(var(--white) / 0.5);
  font-size: 0.875rem;
}

.form--control::placeholder {
  color: hsl(var(--white) / 0.5);
  font-size: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Custom Checkbox Design */
.form--check {
  margin-bottom: 0;
}

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

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

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

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

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

.form--check .form-check-label {
  font-weight: 600;
  padding-left: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input--group .input-group-text + .form--control {
  padding-right: 20px;
  padding-left: 10px;
}
.input-group-text.mobile-code {
  background: hsl(var(--base));
  border-color: transparent;
  color: hsl(var(--white));
}
.input--group:focus-within {
  border: 1px solid hsl(var(--base));
}

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

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

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

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

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

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

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal {
  background-color: hsl(var(--black) / 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.custom--modal .btn-close {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(91deg)
    brightness(104%) contrast(101%);
  filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(91deg)
    brightness(104%) contrast(101%);
  opacity: 1;
}

.custom--modal .modal-content {
  border-radius: 0.75rem;
  background: none;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left top,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  overflow: hidden;
  border: 0.0625rem solid hsl(var(--border-color));
}

.custom--modal .modal-header {
  border-bottom: 0.0625rem solid hsl(var(--border-color));
  padding: 0.9375rem 1.5rem;
}

.custom--modal .modal-header.close {
  width: 35px;
  height: 35px;
  background-color: hsl(var(--danger));
  font-size: 1.5625rem;
  line-height: 1;
  border-radius: 0.25rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

.custom--modal .modal-header.close :focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-content {
  border-radius: 0.625rem !important;
}

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

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

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.9375rem 1.5rem;
  border-top: 0.0625rem solid hsl(var(--border-color));
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.pagination .page-item .page-link {
  border: 1px solid hsl(var(--white) / 0.15);
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--body-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 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.dashboard__table__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

@media screen and (max-width: 575px) {
  .dashboard__table__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.dashboard__table__wrap {
  padding: 1.5rem;
}

.dashboard__table {
  background-color: hsl(var(--white) / 0.04);
  border: 0.0625rem solid hsl(var(--white) / 0.02);
  padding: 1.5rem;
  border-radius: 0.625rem;
}

@media screen and (max-width: 575px) {
  .dashboard__table {
    padding: 0.875rem;
    border-radius: 0.5rem;
  }
}

.dashboard__table .dashboard_table__topbar_bottom {
  max-width: 45.1875rem;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 1.5rem;
  margin-bottom: 0.8125rem;
}

@media screen and (max-width: 1199px) {
  .dashboard__table .dashboard_table__topbar_bottom {
    grid-template-columns: 5fr 7fr;
  }
}

@media screen and (max-width: 767px) {
  .dashboard__table .dashboard_table__topbar_bottom {
    grid-template-columns: 1fr;
  }
}

.dashboard__table .select__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.dashboard__table .select__wrap .custom_select_list {
  background-color: hsl(var(--section-bg));
  border: 0.0625rem solid hsl(var(--white) / 0.02);
  padding: 10px;
}

.dashboard__table .select__wrap .custom_select_selected_item {
  width: 100%;
  background-color: transparent;
  border: 0.0625rem solid hsl(var(--white) / 0.02);
}

.dashboard__table .select__wrap .custom_select_selected_item::after {
  content: "\f130" !important;
  border: none;
}

.dashboard__table__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

@media screen and (max-width: 575px) {
  .dashboard__table__pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.dashboard__table__pagination .select__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.dashboard__table__pagination .select__wrap .custom_select_list {
  background-color: hsl(var(--section-bg));
  border: 0.0625rem solid hsl(var(--white) / 0.02);
  padding: 10px;
}

.dashboard__table__pagination .select__wrap .custom_select_selected_item {
  width: 100%;
  min-width: 4.75rem !important;
  padding: 10px;
  background-color: transparent;
  border: 0.0625rem solid hsl(var(--white) / 0.02);
}

.dashboard__table__pagination
  .select__wrap
  .custom_select_selected_item::after {
  content: "\f132";
  border: none;
}

.dashboard__table__pagination p {
  color: hsl(var(--white));
  font-size: 0.875rem;
  font-weight: 400;
}

.dashboard__table__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.875rem;
}

.dashboard__table__topbar h5 {
  margin-bottom: 0;
}

.dashboard__table__topbar .topbar__add__btn,
.dashboard__table__topbar .topbar__close__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dashboard__table__topbar .topbar__add__btn i,
.dashboard__table__topbar .topbar__close__btn i {
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid hsl(var(--white) / 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dashboard__table__topbar .topbar__add__btn:hover,
.dashboard__table__topbar .topbar__close__btn:hover {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.dashboard__table__topbar .topbar__add__btn:hover i,
.dashboard__table__topbar .topbar__close__btn:hover i {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.dashboard__table__filter .filter__btn i {
  border: 0;
}

.table__transcript {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: hsl(var(--white) / 0.04);
  border-radius: 0.3125rem;
  color: hsl(var(--white));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.table__transcript i {
  display: grid;
  place-items: center;
}

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

.ticket__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.375rem;
}

.ticket__view a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: hsl(var(--white) / 0.04);
  border-radius: 0.3125rem;
  color: hsl(var(--white));
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.table__channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

.table__channel img {
  border-radius: 0.25rem;
  max-width: 2.25rem;
}

.table__Videos_name,
.table__channel_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

.table__Videos_name img,
.table__channel_v2 img {
  border-radius: 0.25rem;
  max-width: 2.25rem;
}

.table__action .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: hsl(var(--white) / 0.04);
  border-radius: 0.3125rem;
  color: hsl(var(--white));
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 575px) {
  .table__action .dropdown-toggle {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
    border-radius: 0.1875rem;
  }
}

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

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

.table__action .dropdown-menu {
  padding: 0.625rem;
  margin: 0;
  margin-top: 0.625rem !important;
  font-size: 0.875rem;
  color: hsl(var(--white));
  text-align: left;
  list-style: none;
  background-color: hsl(var(--section-bg));
  border: 0.0625rem solid hsl(var(--white) / 0.15);
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  min-width: 7.5rem;
}

@media screen and (max-width: 575px) {
  .table__action .dropdown-menu {
    padding: 0.375rem;
    border-radius: 0.25rem;
    min-width: 6.25rem;
  }
}

.table__action .dropdown-menu li {
  margin-bottom: 0.3125rem;
}

.table__action .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.table__action .dropdown-menu .dropdown-item {
  color: hsl(var(--base-two));
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.04);
  color: hsl(var(--white));
  border-radius: 0.25rem;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 575px) {
  .table__action .dropdown-menu .dropdown-item {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
  }
}

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

/* Table Css Start */
.table > :not(caption) > * > * {
  background-color: transparent;
}

.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.table thead tr th {
  text-align: center;
  padding: 0.9375rem 1.25rem;
  color: hsl(var(--white));
  font-weight: 600;
  font-size: 1.125rem;
  border-bottom: 0;
  max-width: 170px;
  background-color: hsl(var(--white) / 0.12);
}

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

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

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

.table tbody {
  border: 0 !important;
  background-color: transparent;
}

.table tbody tr {
  background-color: hsl(var(--white) / 0.02);
}

.table tbody tr:last-child td:first-child {
  text-align: left;
  border-radius: 8px 0 0 8px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 8px 8px 0;
  text-align: right;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  border-width: 1px;
  border: 0;
  color: hsl(var(--white));
  font-weight: 400;
  max-width: 170px;
  font-size: 0.8125rem;
}

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

.table tbody tr td:first-child {
  text-align: left;
  font-size: 0.875rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.table tbody tr td:nth-child(2) {
  text-align: left;
  max-width: 15.625rem;
}

.table tbody tr td:last-child {
  text-align: right;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

@media screen and (max-width: 1399px) {
  .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(--white) / 0.06);
  }

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

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

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

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

  .table--responsive--lg tbody tr td:nth-child(2) {
    max-width: unset;
  }

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

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

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

  .table--responsive--lg tbody tr td {
    font-size: 0.75rem;
  }

  .table--responsive--lg tbody tr td::before {
    font-size: 0.75rem;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: hsl(var(--white) / 0.04);
  padding: 7px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
  .custom--tab {
    padding: 6px;
  }
}

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

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

@media screen and (max-width: 991px) {
  .custom--tab .nav-item .nav-link {
    padding: 7px 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));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  font-size: 1rem;
  border-radius: 20px !important;
  padding: 8px 14px;
  font-weight: 500;
  position: relative;
  text-align: center;
  width: unset !important;
  height: unset !important;
  margin-bottom: 0 !important;
  display: inline-block !important;
}

.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--pink {
  background-color: hsl(var(--info) / 0.15) !important;
  color: hsl(var(--info)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  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: 1rem;
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

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

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

.alert__link {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ====================================== Alert Css End =============================== */
.custom_select {
  position: relative;
  display: block;
  border: 1px solid hsl(var(--border-color) / 0.04);
  border-radius: 0.5rem;
  width: 100%;
}

.custom_select.open {
  position: relative;
}

.custom_select.open .custom_select_list {
  display: block;
}

.custom_select .custom_select_selected_item {
  position: relative;
  padding: 1rem 1.0625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(var(--white));
  cursor: pointer;
  display: block;
  width: 11.4375rem;
  text-align: start !important;
  background-color: hsl(var(--section-bg));
  border-radius: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_select .custom_select_selected_item::after {
  content: "\f130";
  font-family: flaticon_haviotube !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  border: 1px solid hsl(var(--white) / 0.43);
  color: hsl(var(--white));
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.custom_select .custom_select_list {
  padding: 0.5rem;
  width: inherit;
  border-radius: 0.5rem;
  margin-top: 0.625rem;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: hsl(var(--section-bg));
  border: 1px solid hsl(var(--border-color) / 0.04);
  z-index: 9999999;
}

.custom_select .custom_select_list__item {
  position: relative;
  padding: 0.625rem 1rem;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.04);
  border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.875rem;
  cursor: pointer;
}

.custom_select .custom_select_list__item:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.custom_select .custom_select_list__item:hover {
  background-color: hsl(var(--base));
}

.custom_select .custom_select_list__item.selected {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--base-two));
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader-p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-family: var(--heading-font);
  letter-spacing: 2px;
  font-size: 40px;
  background: radial-gradient(
      circle closest-side,
      hsl(var(--base)) 94%,
      transparent
    )
    right/calc(200% - 1em) 100%;
  -webkit-animation: loader 1s infinite alternate linear;
  animation: loader 1s infinite alternate linear;
}

@media screen and (max-width: 575px) {
  .loader-p {
    font-size: 1.875rem;
  }
}

.loader-p::before {
  content: "HavioTube";
  line-height: 1em;
  color: transparent;
  background: inherit;
  background-image: radial-gradient(
    circle closest-side,
    hsl(var(--white)) 94%,
    hsl(var(--white) / 0.1)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

@-webkit-keyframes loader {
  100% {
    background-position: left;
  }
}

@keyframes loader {
  100% {
    background-position: left;
  }
}
/* ================================= preload Css End ===========================  */
/* ======================  Offcanvas Section Start  ======================*/
.offcanvas__area {
  position: fixed !important;
  left: -100%;
  height: 100%;
  width: 18.75rem;
  padding: 1.25rem;
  padding-right: 0 !important;
  background-color: hsl(var(--base-two));
  border-right: 0.0625rem solid hsl(var(--white) / 0.03);
  z-index: 9999 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  top: 0;
  overflow: hidden;
}

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

.offcanvas__area .offcanvas__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 2.5rem;
}

.offcanvas__area .offcanvas__topbar a img {
  width: 6.25rem;
}

.offcanvas__area .offcanvas__topbar .menu__close {
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: hsl(var(--white));
  font-size: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas__area .offcanvas__topbar .menu__close:hover {
  color: hsl(var(--base));
}

.offcanvas__area .offcanvas__main {
  overflow-y: auto;
  height: 100%;
  scrollbar-width: thin;
  padding-right: 1.25rem;
  padding-bottom: 3.75rem;
}

.offcanvas__area .offcanvas__main__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 0.9375rem;
}

.offcanvas__area .offcanvas__main__widgets__select .form-select {
  padding: 0.5rem 0.625rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  border-radius: 0.3125rem;
  background-position: right 5px center;
}

.offcanvas__area .offcanvas__main__widgets > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas__area .offcanvas__main__widgets > a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.offcanvas__area .offcanvas__main__widgets > a:hover {
  color: hsl(var(--base));
}

.offcanvas__area .offcanvas__main__menu ul li {
  margin-bottom: 0.375rem;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu {
  background-color: hsl(var(--base-l-100));
  border-radius: 0rem 0rem 0.3125rem 0.3125rem;
  overflow: hidden;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu li {
  margin-bottom: 0;
}

.offcanvas__area
  .offcanvas__main__menu
  ul
  li
  .offcanvas__sub__menu
  li:last-child
  a {
  border-bottom: none;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu li a {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0.875rem 1.25rem;
  border-bottom: 0.0625rem solid hsl(var(--white) / 0.08);
  border-radius: 0;
}

.offcanvas__area .offcanvas__main__menu ul li .offcanvas__sub__menu li a:hover,
.offcanvas__area
  .offcanvas__main__menu
  ul
  li
  .offcanvas__sub__menu
  li
  a.active {
  background-color: hsl(var(--white) / 0.08);
}

.offcanvas__area .offcanvas__main__menu ul li a {
  font-size: 1rem;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.875rem 1.25rem;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}

.offcanvas__area .offcanvas__main__menu ul li a i {
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas__area .offcanvas__main__menu ul li a[aria-expanded="true"] {
  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
}

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

.offcanvas__area .offcanvas__main__menu ul li a:hover i,
.offcanvas__area .offcanvas__main__menu ul li a.active i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.offcanvas__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--section-bg) / 0.2);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
}

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

/* ======================  Offcanvas Section End  ======================*/
/* ======================  Header Start Here  ======================*/
.header__area {
  padding: 1.25rem 0rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
}
.header-shrink {
  backdrop-filter: blur(50px);
  background: hsl(var(--base-two) / 0.4);
  box-shadow: 0px 3px 10px 0px hsl(var(--white) / 0.1);
  padding: 0.8rem 0rem;
}

@media screen and (max-width: 575px) {
  .header__area {
    padding: 1.25rem;
  }
}

.header__area .header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}

.header__area .header__main__logo a img {
  max-width: 6.25rem;
  width: 100%;
}

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

.header__area .header__main__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.875rem;
}

@media screen and (max-width: 1199px) {
  .header__area .header__main__menu ul {
    gap: 1.25rem;
  }
}

.header__area .header__main__menu ul li {
  position: relative;
  z-index: 1;
}

.header__area .header__main__menu ul li:hover a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__area .header__main__menu ul li:hover .dropdown__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header__area .header__main__menu ul li:hover .dropdown__menu li a i {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.header__area .header__main__menu ul li a {
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
  padding: 0.625rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.125rem;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .header__area .header__main__menu ul li a {
    font-size: 0.875rem;
  }
}

.header__area .header__main__menu ul li a i {
  font-size: 1.25rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 1199px) {
  .header__area .header__main__menu ul li a i {
    font-size: 1.125rem;
  }
}

.header__area .header__main__menu ul li a:hover,
.header__area .header__main__menu ul li a.active {
  color: hsl(var(--base));
}

.header__area .header__main__menu ul li .dropdown__menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background-color: hsl(var(--white) / 0.06);
  border: 0.0625rem solid hsl(var(--white) / 0.08);
  border-radius: 0.5rem;
  padding: 0.5rem;
  min-width: 10.625rem;
  display: block !important;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.header__area .header__main__menu ul li .dropdown__menu li {
  margin-bottom: 0.375rem;
}

.header__area .header__main__menu ul li .dropdown__menu li:last-child {
  margin-bottom: 0;
}

.header__area .header__main__menu ul li .dropdown__menu li a {
  background-color: hsl(var(--section-bg));
  width: 100%;
  padding: 0.625rem 1rem;
  border-radius: 0.375rem;
}

.header__area .header__main__menu ul li .dropdown__menu li a:hover,
.header__area .header__main__menu ul li .dropdown__menu li a.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.header__area .header__main__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1199px) {
  .header__area .header__main__widgets {
    gap: 0.625rem;
  }
}

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

.header__area .header__main__widgets .select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border-color: transparent;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

@media screen and (max-width: 1199px) {
  .header__area .header__main__widgets .select {
    font-size: 0.875rem;
  }
}

.header__area .header__main__widgets a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.625rem 0.875rem;
  gap: 0.25rem;
}

@media screen and (max-width: 1199px) {
  .header__area .header__main__widgets a {
    padding: 0.5rem 0.625rem;
  }
}

.header__area .header__main__widgets a i {
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header__area .header__main__widgets a:hover i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.header__area .header__main .menu__open {
  font-size: 1.375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  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 End Here  ======================*/
/* ================ Top Header Start Here ================ */
.header-top {
  background-color: hsl(var(--black));
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  padding: 10px 0px;
  position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
  width: 30px;
  height: 30px;
  font-size: 0.75rem;
}

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

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

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

.contact-list__item {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

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

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

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

.contact-list__item-icon {
  font-size: 0.75rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

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

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

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

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

.login-registration-list__item {
  color: hsl(var(--white));
  padding: 0 10px;
  position: relative;
}

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

.login-registration-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.5);
}

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

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

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

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

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

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

/* Language Box */
.language-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.language-box .select {
  color: hsl(var(--white));
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.4);
  padding: 5px 8px;
  font-size: 0.9375rem;
  font-weight: 400;
  border-radius: 5px;
}

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

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer__area {
  position: relative;
  z-index: 1;
  margin-top: auto;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left top,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
}

.footer__area .footer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: -2;
  opacity: 0.5;
}

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

.footer__area .footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}

@media screen and (max-width: 991px) {
  .footer__area .footer__main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .footer__area .footer__main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.footer__area .footer__main__about {
  max-width: 15.625rem;
}

@media screen and (max-width: 575px) {
  .footer__area .footer__main__about {
    max-width: 100%;
    width: 100%;
  }

  .footer__area .footer__main__about .social__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer__area .footer__main__about > a {
  margin-bottom: 1.25rem;
}

.footer__area .footer__main__about > a img {
  width: 7.5rem;
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__main__about > a img {
    width: 6.25rem;
  }
}

.footer__area .footer__main__about p {
  color: hsl(var(--white));
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 575px) {
  .footer__area .footer__main__about p {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__area .footer__main__menu h4 {
  font-size: 1.125rem;
  text-transform: capitalize;
}

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

.footer__area .footer__main__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__main__menu ul {
    gap: 0.75rem;
  }
}

.footer__area .footer__main__menu ul li a {
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__main__menu ul li a {
    font-size: 0.875rem;
  }
}

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

.footer__area .footer__main__contact {
  max-width: 12.5rem;
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__main__contact {
    max-width: 11.25rem;
  }
}

.footer__area .footer__main__contact h4 {
  font-size: 1.125rem;
  text-transform: capitalize;
}

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

.footer__area .footer__main__contact p {
  color: hsl(var(--white));
  margin-bottom: 1.25rem;
}

.footer__area .footer__main__contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}

@media screen and (max-width: 575px) {
  .footer__area .footer__main__contact ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__area .footer__main__contact ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__main__contact ul li a {
    font-size: 0.875rem;
  }
}

.footer__area .footer__main__contact ul li a i {
  color: hsl(var(--base));
}

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

.footer__area .footer__main__newsletter {
  max-width: 15.625rem;
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__main__newsletter {
    max-width: 12.5rem;
  }
}

@media screen and (max-width: 991px) {
  .footer__area .footer__main__newsletter {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer__area .footer__main__newsletter {
    margin-left: 0;
    margin-right: 0;
  }
}

.footer__area .footer__main__newsletter h4 {
  font-size: 1.125rem;
  text-transform: capitalize;
}

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

.footer__area .footer__main__newsletter__form {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 3.375rem;
}

.footer__area .footer__main__newsletter__form input {
  width: 100%;
  height: 100%;
  padding: 1rem;
  padding-right: 2.5rem !important;
}

.footer__area .footer__main__newsletter__form button {
  position: absolute;
  right: 1rem;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: hsl(var(--white));
  font-size: 1rem;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__area .footer__main__newsletter__form button i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__area .footer__main__newsletter__form button:hover i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: hsl(var(--base));
}

.footer__area .footer__copyright {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .footer__area .footer__copyright {
    padding-top: 3.75rem;
  }
}

.footer__area .footer__copyright span {
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .footer__area .footer__copyright span {
    font-size: 0.875rem;
  }
}

.footer__area .footer__copyright span a {
  color: hsl(var(--base));
  margin: 0rem 0.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__area .footer__copyright span a:hover {
  color: hsl(var(--base-l-300));
}

.widget-news-box {
  border-bottom: 1px solid hsl(var(--white) / 0.15);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.widget-news-box h3 {
  margin-bottom: 10px;
}

.widget-news-box p {
  max-width: 450px;
}

.widget-news-box .news-email-box {
  position: relative;
}

.widget-news-box .news-email-box input {
  width: 100%;
  height: 60px;
  padding-right: 70px;
}

.widget-news-box .news-email-box .news-submit {
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 13px 23px;
  color: hsl(var(--white));
}

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

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

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

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

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

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

.social__icon li a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: hsl(var(--white) / 0.06);
  border: 0.0625rem solid hsl(var(--white) / 0.06);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--white));
  font-size: 0.875rem;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social__icon li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: hsl(var(--base));
  content: "";
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social__icon li a:hover::after {
  height: 100%;
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 130px 0 60px;
  margin-bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .breadcrumb {
    padding-top: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-top: 7.5rem;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb::after {
    -webkit-filter: blur(4.375rem);
    filter: blur(4.375rem);
  }
}

@media screen and (max-width: 575px) {
  .breadcrumb::after {
    -webkit-filter: blur(3.125rem);
    filter: blur(3.125rem);
  }
}

.breadcrumb__wrapper {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

@media screen and (max-width: 575px) {
  .breadcrumb__wrapper {
    max-width: 98%;
  }
}

.breadcrumb__title {
  margin-bottom: 0;
  font-size: 100px;
}

@media screen and (max-width: 1399px) {
  .breadcrumb__title {
    font-size: 3.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumb__title {
    font-size: 1.625rem;
    max-width: 21.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Social Icon Css Start =========================== */
.social__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.social__icon li a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: hsl(var(--white) / 0.06);
  border: 0.0625rem solid hsl(var(--white) / 0.06);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--white));
  font-size: 0.875rem;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social__icon li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: hsl(var(--base));
  content: "";
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social__icon li a:hover::after {
  height: 100%;
}

/* ================================= Social Icon Css End ===========================  */
/* ======================  Hero Section Start  ======================*/
.hero__area {
  padding-top: 9.375rem;
  padding-bottom: 3.75rem;
  background-position: center top !important;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .hero__area {
    padding-top: 8.75rem;
  }
}

@media screen and (max-width: 991px) {
  .hero__area {
    padding-top: 6.875rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .hero__area {
    padding-bottom: 1.875rem;
  }
}

.hero__area::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  content: "";
  z-index: -2;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsl(var(--base-two))),
    to(transparent)
  );
  background-image: linear-gradient(to top, hsl(var(--base-two)), transparent);
}

.hero__area::after {
  position: absolute;
  left: 50%;
  bottom: 9%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 54%;
  background-color: hsl(var(--base));
  z-index: -3;
  -webkit-filter: blur(12.5rem);
  filter: blur(12.5rem);
  opacity: 0.3;
}

.hero__area .hero__main {
  text-align: center;
}

.hero__area .hero__main__title {
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 1199px) {
  .hero__area .hero__main__title {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 991px) {
  .hero__area .hero__main__title {
    margin-bottom: 0.625rem;
  }
}

.hero__area .hero__main__title h1 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 7.5rem;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
}

@media screen and (max-width: 1399px) {
  .hero__area .hero__main__title h1 {
    font-size: 6.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .hero__area .hero__main__title h1 {
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 991px) {
  .hero__area .hero__main__title h1 {
    font-size: 4.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .hero__area .hero__main__title h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 575px) {
  .hero__area .hero__main__title h1 {
    font-size: 2.5rem;
    max-width: 96%;
  }
}

.hero__area .hero__main__title h1 span {
  color: hsl(var(--base));
}

.hero__area .hero__main__title .hero-desc {
  font-size: 1.25rem;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 1.875rem;
}

@media screen and (max-width: 1199px) {
  .hero__area .hero__main__title .hero-desc {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .hero__area .hero__main__title .hero-desc {
    padding-top: 1.25rem;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .hero__area .hero__main__title .hero-desc {
    padding-top: 0.625rem;
    font-size: 0.9375rem;
  }
}

.hero__area .hero__main__thumb {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 22;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@media screen and (max-width: 991px) {
  .hero__area .hero__main__thumb {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hero__area .hero__main__thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (max-width: 575px) {
  .hero__area .hero__main__thumb {
    max-width: 90%;
  }
}

.hero__area .hero__main__thumb img {
  width: 100%;
}

.hero__area .hero__main__thumb__video {
  position: absolute;
  left: 3%;
  top: 21%;
  z-index: 2;
  width: 64%;
  height: 100%;
}

.hero__particle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .hero__particle {
    display: none;
  }
}

.hero__particle__single {
  max-width: 15rem;
  width: 100%;
  background-color: hsl(var(--base-two));
  border: 0.0625rem solid hsl(var(--white) / 0.03);
  padding: 0.875rem;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
  border-radius: 0.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 991px) {
  .hero__particle__single {
    max-width: 10rem;
    padding: 0.5rem;
  }
}

.hero__particle__single > img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.5rem !important;
  height: 2.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .hero__particle__single > img {
    width: 1.5rem !important;
    height: 1.5rem;
  }
}

.hero__particle__single h4 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

@media screen and (max-width: 991px) {
  .hero__particle__single h4 {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
  }
}

.hero__particle__single p {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 991px) {
  .hero__particle__single p {
    font-size: 0.625rem;
    margin-bottom: 0.25rem;
  }
}

.hero__particle__single img {
  width: 100%;
}

.hero__particle__single:nth-child(1) {
  -webkit-animation: heroParticle-1 10s ease-in-out infinite;
  animation: heroParticle-1 10s ease-in-out infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.hero__particle__single:nth-child(2) {
  -webkit-animation: heroParticle-2 10s ease-in-out infinite;
  animation: heroParticle-2 10s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero__particle__single:nth-child(3) {
  -webkit-animation: heroParticle-3 10s ease-in-out infinite;
  animation: heroParticle-3 10s ease-in-out infinite;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.hero__particle__single:nth-child(4) {
  -webkit-animation: heroParticle-4 10s ease-in-out infinite;
  animation: heroParticle-4 10s ease-in-out infinite;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.hero__particle__single:nth-child(5) {
  -webkit-animation: heroParticle-5 10s ease-in-out infinite;
  animation: heroParticle-5 10s ease-in-out infinite;
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.hero__particle__single:nth-child(6) {
  -webkit-animation: heroParticle-6 10s ease-in-out infinite;
  animation: heroParticle-6 10s ease-in-out infinite;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.hero__particle__single:nth-child(7) {
  -webkit-animation: heroParticle-7 10s ease-in-out infinite;
  animation: heroParticle-7 10s ease-in-out infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.hero__particle__single:nth-child(8) {
  -webkit-animation: heroParticle-8 10s ease-in-out infinite;
  animation: heroParticle-8 10s ease-in-out infinite;
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.hero__particle__single:nth-child(9) {
  -webkit-animation: heroParticle-9 10s ease-in-out infinite;
  animation: heroParticle-9 10s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero__particle__single:nth-child(10) {
  -webkit-animation: heroParticle-10 10s ease-in-out infinite;
  animation: heroParticle-10 10s ease-in-out infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@-webkit-keyframes heroParticle-1 {
  100% {
    left: -10%;
    top: 8%;
    -webkit-transform: translate(-50%, -50%) rotate(58deg);
    transform: translate(-50%, -50%) rotate(58deg);
  }
}

@keyframes heroParticle-1 {
  100% {
    left: -10%;
    top: 8%;
    -webkit-transform: translate(-50%, -50%) rotate(58deg);
    transform: translate(-50%, -50%) rotate(58deg);
  }
}

@-webkit-keyframes heroParticle-2 {
  100% {
    left: 110%;
    top: 16%;
    -webkit-transform: translate(-50%, -50%) rotate(60deg);
    transform: translate(-50%, -50%) rotate(60deg);
  }
}

@keyframes heroParticle-2 {
  100% {
    left: 110%;
    top: 16%;
    -webkit-transform: translate(-50%, -50%) rotate(60deg);
    transform: translate(-50%, -50%) rotate(60deg);
  }
}

@-webkit-keyframes heroParticle-3 {
  100% {
    left: 110%;
    top: 24%;
    -webkit-transform: translate(-50%, -50%) rotate(21deg);
    transform: translate(-50%, -50%) rotate(21deg);
  }
}

@keyframes heroParticle-3 {
  100% {
    left: 110%;
    top: 24%;
    -webkit-transform: translate(-50%, -50%) rotate(21deg);
    transform: translate(-50%, -50%) rotate(21deg);
  }
}

@-webkit-keyframes heroParticle-4 {
  100% {
    left: -10%;
    top: 32%;
    -webkit-transform: translate(-50%, -50%) rotate(89deg);
    transform: translate(-50%, -50%) rotate(89deg);
  }
}

@keyframes heroParticle-4 {
  100% {
    left: -10%;
    top: 32%;
    -webkit-transform: translate(-50%, -50%) rotate(89deg);
    transform: translate(-50%, -50%) rotate(89deg);
  }
}

@-webkit-keyframes heroParticle-5 {
  100% {
    left: 110%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%) rotate(61deg);
    transform: translate(-50%, -50%) rotate(61deg);
  }
}

@keyframes heroParticle-5 {
  100% {
    left: 110%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%) rotate(61deg);
    transform: translate(-50%, -50%) rotate(61deg);
  }
}

@-webkit-keyframes heroParticle-6 {
  100% {
    left: 110%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%) rotate(58deg);
    transform: translate(-50%, -50%) rotate(58deg);
  }
}

@keyframes heroParticle-6 {
  100% {
    left: 110%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%) rotate(58deg);
    transform: translate(-50%, -50%) rotate(58deg);
  }
}

@-webkit-keyframes heroParticle-7 {
  100% {
    left: -10%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%) rotate(84deg);
    transform: translate(-50%, -50%) rotate(84deg);
  }
}

@keyframes heroParticle-7 {
  100% {
    left: -10%;
    top: 56%;
    -webkit-transform: translate(-50%, -50%) rotate(84deg);
    transform: translate(-50%, -50%) rotate(84deg);
  }
}

@-webkit-keyframes heroParticle-8 {
  100% {
    left: 110%;
    top: 64%;
    -webkit-transform: translate(-50%, -50%) rotate(6deg);
    transform: translate(-50%, -50%) rotate(6deg);
  }
}

@keyframes heroParticle-8 {
  100% {
    left: 110%;
    top: 64%;
    -webkit-transform: translate(-50%, -50%) rotate(6deg);
    transform: translate(-50%, -50%) rotate(6deg);
  }
}

@-webkit-keyframes heroParticle-9 {
  100% {
    left: 110%;
    top: 72%;
    -webkit-transform: translate(-50%, -50%) rotate(81deg);
    transform: translate(-50%, -50%) rotate(81deg);
  }
}

@keyframes heroParticle-9 {
  100% {
    left: 110%;
    top: 72%;
    -webkit-transform: translate(-50%, -50%) rotate(81deg);
    transform: translate(-50%, -50%) rotate(81deg);
  }
}

@-webkit-keyframes heroParticle-10 {
  100% {
    left: -10%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%) rotate(27deg);
    transform: translate(-50%, -50%) rotate(27deg);
  }
}

@keyframes heroParticle-10 {
  100% {
    left: -10%;
    top: 80%;
    -webkit-transform: translate(-50%, -50%) rotate(27deg);
    transform: translate(-50%, -50%) rotate(27deg);
  }
}

.hero-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: hsl(var(--base) / 0.1);
  -webkit-backdrop-filter: blur(0.3125rem);
  backdrop-filter: blur(0.3125rem);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.hero-overlay.show {
  opacity: 1;
  z-index: 11;
}

/* ======================  Hero Section End  ======================*/
/* ======================  Brand Section Start  ======================*/
.brand__area {
  position: relative;
  z-index: 1;
}

.brand__area .brand__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.brand__area .brand__title h5 {
  margin-bottom: 0;
}

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

.brand__area .brand__slider {
  position: relative;
  z-index: 1;
}

.brand__area .brand__slider::after,
.brand__area .brand__slider::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 12.5rem;
  height: 100%;
  z-index: 2;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsl(var(--base-two))),
    to(transparent)
  );
  background-image: linear-gradient(
    to right,
    hsl(var(--base-two)),
    transparent
  );
}

@media screen and (max-width: 575px) {
  .brand__area .brand__slider::after,
  .brand__area .brand__slider::before {
    width: 7.5rem;
  }
}

.brand__area .brand__slider::before {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.brand__area .brand__slider__single {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 10.625rem;
}

@media screen and (max-width: 1199px) {
  .brand__area .brand__slider__single {
    max-width: 8.75rem;
  }
}

@media screen and (max-width: 991px) {
  .brand__area .brand__slider__single {
    max-width: 7.5rem;
  }
}

@media screen and (max-width: 575px) {
  .brand__area .brand__slider__single {
    max-width: 6.25rem;
  }
}

.brand__area .brand__slider .slide-transition {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand__area .brand__slider .inner-slide-element {
  width: auto;
  display: inline-block;
  padding: 0rem 2.5rem;
}

@media screen and (max-width: 991px) {
  .brand__area .brand__slider .inner-slide-element {
    padding: 0rem 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .brand__area .brand__slider .inner-slide-element {
    padding: 0rem 1.25rem;
  }
}

/* ======================  Brand Section End  ======================*/
/* ======================  Core Feature Section Start  ======================*/
.core__feature__area {
  position: relative;
  z-index: 1;
}

.core__feature__area .col-lg-3:first-child .core__feature__single::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .core__feature__area .col-lg-3:nth-child(odd) .core__feature__single::before {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .core__feature__area .col-lg-3 .core__feature__single::before {
    display: none;
  }
}

.core__feature__area .core__feature__single {
  padding: 0 1.25rem 1.25rem;
  border-bottom: 0.0625rem solid hsl(var(--border-color));
  position: relative;
  z-index: 1;
  text-align: center;
}

.core__feature__area .core__feature__single::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 70%;
  background-color: hsl(var(--border-color) / 0.6);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .core__feature__area .core__feature__single {
    text-align: center;
  }
}

.core__feature__area .core__feature__single::after {
  position: absolute;
  right: 0;
  bottom: -0.0625rem;
  content: "";
  z-index: 1;
  width: 0;
  height: 0.0625rem;
  background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .core__feature__area .core__feature__single::after {
    width: 100%;
    background-image: radial-gradient(
      circle,
      hsl(var(--base)) 0%,
      transparent 100%
    );
    opacity: 0;
  }
}

.core__feature__area .core__feature__single:hover::after {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .core__feature__area .core__feature__single:hover::after {
    opacity: 1;
  }
}

.core__feature__area .core__feature__single:hover span {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
}

.core__feature__area .core__feature__single span {
  width: 3.25rem;
  height: 3.25rem;
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.08);
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1199px) {
  .core__feature__area .core__feature__single span {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .core__feature__area .core__feature__single span {
    margin-left: auto;
    margin-right: auto;
  }
}

.core__feature__area .core__feature__single span img {
  width: auto;
  height: 1.375rem;
}

@media screen and (max-width: 1199px) {
  .core__feature__area .core__feature__single span img {
    height: 1.125rem;
  }
}

.core__feature__area .core__feature__single h5 {
  margin-bottom: 0.75rem;
  text-transform: capitalize;
}

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

/* ======================  Core Feature Section End  ======================*/
/* ======================  About Section Start  ======================*/
.about__area {
  position: relative;
  z-index: 1;
}

.about__area .about__box {
  position: absolute;
  right: 0;
  bottom: -40%;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: 43.75rem;
}

.about__area .about__box img {
  width: 100%;
}

.about__area .about__img {
  position: relative;
  z-index: 1;
  max-width: 90%;
}

@media screen and (max-width: 1199px) {
  .about__area .about__img {
    max-width: 98%;
  }
}

@media screen and (max-width: 991px) {
  .about__area .about__img {
    margin-left: auto;
    margin-right: auto;
  }
}

.about__area .about__img__thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .about__area .about__img__thumb {
    border-radius: 0.75rem;
  }
}

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

.about__area .about__img__thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-color: hsl(var(--base));
  mix-blend-mode: multiply;
}

.about__area .about__img__thumb::before {
  position: absolute;
  right: -32%;
  bottom: -36%;
  width: 31.25rem;
  height: 31.25rem;
  border: 5.625rem solid hsl(var(--base-two));
  content: "";
  z-index: 2;
  border-radius: 50%;
  mix-blend-mode: overlay;
}

.about__area .about__img__sp {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 89%;
  z-index: -2;
}

.about__area .about__img__sp.about__sp2 {
  left: 1.25rem;
  top: 1.25rem;
}

@media screen and (max-width: 991px) {
  .about__area .about__img__sp.about__sp2 {
    left: 0.9375rem;
    top: 0.9375rem;
  }
}

@media screen and (max-width: 575px) {
  .about__area .about__img__sp.about__sp2 {
    left: 0.625rem;
    top: 0.625rem;
  }
}

.about__area .about__content h2 {
  text-transform: capitalize;
}

.about__area .about__content > p {
  max-width: 27.5rem;
}

.about__area .about__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .about__area .about__content ul {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.about__area .about__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}

@media screen and (max-width: 575px) {
  .about__area .about__content ul li {
    gap: 0.625rem;
  }
}

.about__area .about__content ul li span {
  font-size: 0.75rem;
  color: hsl(var(--base));
  margin-top: 0.125rem;
}

@media screen and (max-width: 575px) {
  .about__area .about__content ul li span {
    font-size: 0.625rem;
    margin-top: 0.1875rem;
  }
}

.about__area .about__content ul li h4 {
  font-size: 1rem;
  text-transform: capitalize;
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 575px) {
  .about__area .about__content ul li h4 {
    margin-bottom: 0.625rem;
  }
}

.about__area .about__content ul li p {
  max-width: 23.125rem;
}

/* ======================  About Section End  ======================*/
/* ======================  Feature Section Start  ======================*/
.feature__area {
  position: relative;
  z-index: 1;
}

.feature__item {
  padding: 7.5rem 5rem;
  border-bottom: 0.0625rem solid hsl(var(--border-color));
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .feature__item {
    padding: 5rem 3.75rem;
  }
}

@media screen and (max-width: 991px) {
  .feature__item {
    padding: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .feature__item {
    padding: 2.5rem 1.5rem;
  }
}

.feature__item:first-child::after {
  position: absolute;
  left: -0.125rem;
  top: 0;
  width: 0.3125rem;
  height: 19%;
  content: "";
  background-color: hsl(var(--base-two));
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .feature__item:first-child::after {
    height: 15%;
  }
}

@media screen and (max-width: 575px) {
  .feature__item:first-child::after {
    height: 7%;
  }
}

.feature__item:nth-child(odd) {
  border-left: 0.0625rem solid hsl(var(--border-color));
}

.feature__item:nth-child(odd) .feature__content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .feature__item:nth-child(odd) .feature__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.feature__item:nth-child(even) {
  border-right: 0.0625rem solid hsl(var(--border-color));
}

.feature__item:nth-child(even) .feature__title {
  margin-left: auto;
}

.feature__item:nth-child(even) .feature__icon {
  left: auto;
  right: -2.8125rem;
}

@media screen and (max-width: 1199px) {
  .feature__item:nth-child(even) .feature__icon {
    right: -2.1875rem;
  }
}

.feature__item:nth-child(even) .feature__br {
  left: auto;
  right: -0.0625rem;
}

.feature__item .feature__br {
  position: absolute;
  left: -0.0625rem;
  top: 19%;
  width: 1px;
  height: 0%;
  background-color: hsl(var(--base));
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .feature__item .feature__br {
    display: none;
  }
}

.feature__item .feature__icon {
  position: absolute;
  left: -2.8125rem;
  top: 14%;
  z-index: 2;
  width: 5.625rem;
  height: 5.625rem;
  background-color: hsl(var(--border-color));
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.625rem solid hsl(var(--base-two));
}

@media screen and (max-width: 1199px) {
  .feature__item .feature__icon {
    width: 4.375rem;
    height: 4.375rem;
    left: -2.1875rem;
  }
}

@media screen and (max-width: 991px) {
  .feature__item .feature__icon {
    top: 8%;
  }
}

@media screen and (max-width: 575px) {
  .feature__item .feature__icon {
    display: none;
  }
}

.feature__item .feature__icon img {
  width: auto;
  height: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .feature__item .feature__icon img {
    height: 1.625rem;
  }
}

.feature__item .feature__title {
  max-width: 50%;
}

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

.feature__item .feature__title h3 {
  margin-bottom: 0;
  font-size: 3rem;
}

@media screen and (max-width: 1399px) {
  .feature__item .feature__title h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .feature__item .feature__title h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .feature__item .feature__title h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 575px) {
  .feature__item .feature__title h3 {
    font-size: 1.25rem;
  }
}

.feature__item .feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .feature__item .feature__content {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .feature__item .feature__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .feature__item .feature__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .feature__item .feature__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.feature__item .feature__content__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .feature__item .feature__content__single {
    gap: 0.875rem;
  }
}

.feature__item .feature__content__single span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  background-color: hsl(var(--border-color));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .feature__item .feature__content__single span {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 575px) {
  .feature__item .feature__content__single span {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.5rem;
  }
}

.feature__item .feature__content__single h4 {
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
  text-transform: capitalize;
}

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

@media screen and (max-width: 991px) {
  .feature__item .feature__content__single h4 {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

.feature__item .feature__content__single p {
  max-width: 16.25rem;
}

@media screen and (max-width: 991px) {
  .feature__item .feature__content__single p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 991px) {
  .feature__item .feature__img {
    text-align: center;
  }
}

.feature__item .feature__img img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .feature__item .feature__img img {
    width: 60%;
  }
}

@media screen and (max-width: 575px) {
  .feature__item .feature__img img {
    width: 80%;
  }
}

.feature__area .feature-item {
  border: 1px solid hsl(var(--border-color));
  border-radius: 20px;
  padding: 50px 40px;
  position: relative;
  margin-top: 60px;
}

.feature__area .feature-item:first-child {
  margin-top: 0;
}

.feature__area .feature-item:nth-child(even) .feature_image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 991px) {
  .feature__area .feature-item:nth-child(even) .feature_image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.feature__area
  .feature-item:nth-child(even)
  .feature__area__content
  .feature__icon {
  left: auto;
  right: -15px;
}

@media screen and (max-width: 991px) {
  .feature__area
    .feature-item:nth-child(even)
    .feature__area__content
    .feature__icon {
    left: -15px;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .feature__area .feature-item {
    padding: 50px 24px 24px;
  }
}

.feature__area__content .feature__icon {
  width: 5.625rem;
  height: 5.625rem;
  min-width: 90px;
  background-color: hsl(var(--border-color));
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.625rem solid hsl(var(--base-two));
  position: absolute;
  top: -15px;
  left: -15px;
}

.feature__area .feature__title h3 {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .feature__area .feature__title h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  .feature__area .feature__title h3 {
    font-size: 1.375rem;
  }
}

.feature__area .feature__content {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.feature__area .feature__content__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .feature__area .feature__content__single {
    gap: 0.875rem;
  }
}

.feature__area .feature__content__single span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  background-color: hsl(var(--border-color));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .feature__area .feature__content__single span {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 575px) {
  .feature__area .feature__content__single span {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.5rem;
  }
}

.feature__area .feature__content__single h5 {
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
  text-transform: capitalize;
}

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

@media screen and (max-width: 991px) {
  .feature__area .feature__content__single h5 {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

.feature__area .feature__content__single p {
  max-width: 16.25rem;
}

@media screen and (max-width: 991px) {
  .feature__area .feature__content__single p {
    font-size: 0.75rem;
  }
}

/* ======================  Feature Section End  ======================*/
/* ======================  Tutorial Section Start  ======================*/
.tutorial__area {
  position: relative;
  z-index: 1;
}

.tutorial__area .tutorial__dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

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

.tutorial__area .tutorial__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
  row-gap: 7.5rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .tutorial__area .tutorial__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2.5rem;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .tutorial__area .tutorial__main {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tutorial__area .tutorial__main__single {
  padding: 2.75rem;
  text-align: center;
  border-radius: 1.5rem;
  position: relative;
  z-index: 1;
  border: 0.0625rem solid hsl(var(--border-color));
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .tutorial__area .tutorial__main__single {
    padding: 2.125rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .tutorial__area .tutorial__main__single {
    padding: 1.5rem;
    border-radius: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .tutorial__area .tutorial__main__single {
    max-width: 13.75rem;
  }
}

.tutorial__area .tutorial__main__single::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 1.5rem;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  content: "";
}

@media screen and (max-width: 1199px) {
  .tutorial__area .tutorial__main__single::after {
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .tutorial__area .tutorial__main__single::after {
    border-radius: 0.875rem;
  }
}

.tutorial__area .tutorial__main__single::before {
  position: absolute;
  left: 105%;
  top: 10%;
  z-index: -1;
  background-image: url(../images/tutorial-sp2.png);
  background-size: cover;
  background-position: right top;
  content: "";
  width: 95%;
  height: 1.875rem;
}

@media screen and (max-width: 1399px) {
  .tutorial__area .tutorial__main__single::before {
    width: 77%;
  }
}

@media screen and (max-width: 1199px) {
  .tutorial__area .tutorial__main__single::before {
    width: 69%;
  }
}

@media screen and (max-width: 991px) {
  .tutorial__area .tutorial__main__single::before {
    width: 77%;
  }
}

@media screen and (max-width: 767px) {
  .tutorial__area .tutorial__main__single::before {
    display: none;
  }
}

.tutorial__area .tutorial__main__single:last-child::before {
  display: none;
}

.tutorial__area .tutorial__main__single:nth-child(2),
.tutorial__area .tutorial__main__single:nth-child(5),
.tutorial__area .tutorial__main__single:nth-child(8) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .tutorial__area .tutorial__main__single:nth-child(2),
  .tutorial__area .tutorial__main__single:nth-child(5),
  .tutorial__area .tutorial__main__single:nth-child(8) {
    margin-top: 0;
  }
}

.tutorial__area .tutorial__main__single:nth-child(2)::before,
.tutorial__area .tutorial__main__single:nth-child(5)::before,
.tutorial__area .tutorial__main__single:nth-child(8)::before {
  top: 10%;
}

.tutorial__area .tutorial__main__single:nth-child(3),
.tutorial__area .tutorial__main__single:nth-child(6),
.tutorial__area .tutorial__main__single:nth-child(9) {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .tutorial__area .tutorial__main__single:nth-child(3),
  .tutorial__area .tutorial__main__single:nth-child(6),
  .tutorial__area .tutorial__main__single:nth-child(9) {
    margin-top: 0;
  }
}

.tutorial__area .tutorial__main__single:nth-child(3)::before,
.tutorial__area .tutorial__main__single:nth-child(6)::before,
.tutorial__area .tutorial__main__single:nth-child(9)::before {
  display: none;
}

.tutorial__area .tutorial__main__single .tutorial__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}

.tutorial__area .tutorial__main__single .tutorial__bg img {
  width: 100%;
  height: 100%;
}

.tutorial__area .tutorial__main__single .tutorial__sp {
  position: absolute;
  left: -0.625rem;
  top: -0.625rem;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: -3;
}

.tutorial__area .tutorial__main__single .tutorial__sp img {
  width: 100%;
  height: 100%;
}

.tutorial__area .tutorial__main__single span {
  width: 3.125rem;
  height: 3.125rem;
  background-color: hsl(var(--white) / 0.06);
  border: 0.0625rem solid hsl(var(--white) / 0.06);
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: hsl(var(--base));
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .tutorial__area .tutorial__main__single span {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 0.875rem;
  }
}

.tutorial__area .tutorial__main__single h4 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .tutorial__area .tutorial__main__single h4 {
    font-size: 1rem;
  }
}

/* ======================  Tutorial Section End  ======================*/
/* ======================  Pricing Section Start  ======================*/
.pricing__area {
  position: relative;
  z-index: 1;
}

.pricing__area::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 50%;
  height: 70%;
  background-color: hsl(var(--section-bg));
  -webkit-filter: blur(9.375rem);
  filter: blur(9.375rem);
  content: "";
  opacity: 0.7;
}

.pricing__area::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  content: "";
  z-index: -4;
  background-color: hsl(var(--base-two));
}

@media screen and (max-width: 1399px) {
  .pricing__area::before {
    height: 34%;
  }
}

@media screen and (max-width: 991px) {
  .pricing__area::before {
    height: 43%;
  }
}

@media screen and (max-width: 767px) {
  .pricing__area::before {
    display: none;
  }
}

.pricing__rv {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
}

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

.pricing__rv__single {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: hsl(var(--base-two));
}

.pricing__rv__single:last-child {
  left: auto;
  right: 0;
}

.pricing__br {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

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

.pricing__br span {
  width: calc(100% + 0.375rem);
  margin-left: -0.1875rem;
  height: 150%;
  border: 0.125rem solid hsl(var(--base));
  border-radius: 50%;
  -webkit-box-shadow: 0rem -0.375rem 2.5rem hsl(var(--base) / 0.5);
  box-shadow: 0rem -0.375rem 2.5rem hsl(var(--base) / 0.5);
  margin-top: 3.75rem;
}

@media screen and (max-width: 1399px) {
  .pricing__br span {
    height: 125%;
  }
}

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

.pricing__heading {
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 1399px) {
  .pricing__heading {
    max-width: 39rem;
  }
}

@media screen and (max-width: 991px) {
  .pricing__heading {
    max-width: 28.75rem;
  }
}

@media screen and (max-width: 575px) {
  .pricing__heading {
    max-width: 20.3125rem;
  }
}

.pricing__heading h2 {
  margin-bottom: 0;
}

.pricing__single {
  position: relative;
  z-index: 1;
  padding: 3.4375rem;
  padding-bottom: 2rem !important;
  border-radius: 1.25rem;
  border: 0.0625rem solid hsl(var(--border-color));
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .pricing__single {
    padding: 2.8125rem;
  }
}

@media screen and (max-width: 1199px) {
  .pricing__single {
    padding: 2.5rem 1.875rem;
  }
}

@media screen and (max-width: 991px) {
  .pricing__single {
    padding: 1.25rem;
    gap: 1.25rem;
    border-radius: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .pricing__single {
    min-height: auto;
  }
}

.pricing__single::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to top,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  border-radius: 1.25rem;
}

@media screen and (max-width: 991px) {
  .pricing__single::after {
    border-radius: 0.875rem;
  }
}

.pricing__single .pricing__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}

.pricing__single .pricing__bg img {
  width: 100%;
  height: 100%;
}

.pricing__single .pricing__sp {
  position: absolute;
  left: -0.625rem;
  top: -0.625rem;
  z-index: -4;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.pricing__single .pricing__sp img {
  width: 100%;
  height: 100%;
}

.pricing__single__topbar {
  text-align: center;
}

.pricing__single__topbar > span {
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 991px) {
  .pricing__single__topbar > span {
    font-size: 0.75rem;
  }
}

.pricing__single__topbar p {
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 991px) {
  .pricing__single__topbar p {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }
}

.pricing__single__topbar h4 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
  .pricing__single__topbar h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .pricing__single__topbar h4 {
    font-size: 1rem;
  }
}

.pricing__single__topbar h4 span {
  font-size: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .pricing__single__topbar h4 span {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 991px) {
  .pricing__single__topbar h4 span {
    font-size: 1.75rem;
  }
}

.pricing__single__topbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  text-align: start;
}

@media screen and (max-width: 1199px) {
  .pricing__single__topbar ul {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .pricing__single__topbar ul {
    gap: 1rem;
  }
}

.pricing__single__topbar ul li {
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.pricing__single__topbar ul li i {
  width: 1.25rem;
  height: 1.25rem;
  background-color: hsl(var(--base));
  border-radius: 50%;
  font-size: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 1199px) {
  .pricing__single__topbar ul li i {
    width: 1.125rem;
    height: 1.125rem;
    font-size: 0.5rem;
  }
}

/* ======================  Pricing Section End  ======================*/
/* ======================  Benefit Section Start  ======================*/
.benefit__area {
  position: relative;
  z-index: 1;
}

.benefit__area .benefit__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .benefit__area .benefit__topbar {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.benefit__area .benefit__topbar h2 {
  margin-bottom: 0;
  max-width: 34.375rem;
}

@media screen and (max-width: 991px) {
  .benefit__area .benefit__topbar h2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 575px) {
  .benefit__area .benefit__topbar h2 {
    max-width: 25rem;
  }
}

.benefit__area .benefit__single {
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: none;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left top,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  overflow: hidden;
  border: 0.0625rem solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
  .benefit__area .benefit__single {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .benefit__area .benefit__single {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.benefit__area .benefit__single span {
  width: 3.25rem;
  height: 3.25rem;
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.08);
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .benefit__area .benefit__single span {
    margin-left: auto;
    margin-right: auto;
  }
}

.benefit__area .benefit__single span img {
  width: auto;
  height: 1.375rem;
}

.benefit__area .benefit__single h5 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  text-transform: capitalize;
}

.benefit__area .benefit__single p {
  font-size: 0.875rem;
}

/* ======================  Benefit Section End  ======================*/
/* ======================  Promo Section Start  ======================*/
.promo__area {
  position: relative;
  z-index: 1;
}

.promo__wrap {
  padding: 6.25rem;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(hsl(var(--section-bg))),
    to(transparent)
  );
  background-image: linear-gradient(
    to left,
    hsl(var(--section-bg)),
    transparent
  );
  border: 0.0625rem solid hsl(var(--border-color));
  border-radius: 1.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 1399px) {
  .promo__wrap {
    padding: 4.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .promo__wrap {
    padding: 3.75rem;
  }
}

@media screen and (max-width: 991px) {
  .promo__wrap {
    padding: 3.125rem 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  .promo__wrap {
    padding: 3.125rem 1.25rem;
  }
}

.promo__wrap .promo__sp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

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

.promo__wrap .promo__statistics {
  text-align: center;
}

.promo__wrap .promo__statistics h4 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.375rem;
}

@media screen and (max-width: 1199px) {
  .promo__wrap .promo__statistics h4 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__statistics h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .promo__wrap .promo__statistics h4 {
    font-size: 1.125rem;
  }
}

.promo__wrap .promo__statistics h4 span {
  font-size: 4.5rem;
}

@media screen and (max-width: 1199px) {
  .promo__wrap .promo__statistics h4 span {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__statistics h4 span {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 575px) {
  .promo__wrap .promo__statistics h4 span {
    font-size: 2.125rem;
  }
}

.promo__wrap .promo__statistics p {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .promo__wrap .promo__statistics p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__statistics p {
    font-size: 0.625rem;
  }
}

.promo__wrap .promo__video {
  padding: 17.5rem 1.25rem;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .promo__wrap .promo__video {
    padding: 13.75rem 1.25rem;
    border-radius: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__video {
    padding: 8.75rem 1.25rem;
    border-radius: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .promo__wrap .promo__video {
    padding: 6.25rem 1.25rem;
    border-radius: 0.75rem;
  }
}

.promo__wrap .promo__video__play {
  border: 0.3125rem solid hsl(var(--base));
  border-radius: 50%;
  background-color: hsl(var(--base));
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
  -webkit-box-shadow: 0rem 0rem 0.0625rem 0.0625rem hsl(var(--base) / 0.1);
  box-shadow: 0rem 0rem 0.0625rem 0.0625rem hsl(var(--base) / 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__video__play {
    border-width: 0.25rem;
  }
}

.promo__wrap .promo__video__play:hover {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  opacity: 0.8;
}

.promo__wrap .promo__video__play i {
  width: 4.0625rem;
  height: 4.0625rem;
  background-color: hsl(var(--white) / 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--white));
  border-radius: 50%;
  border: 0.0625rem dashed hsl(var(--white) / 0.5);
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__video__play i {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsl(var(--base));
    box-shadow: 0 0 0 0 hsl(var(--base));
  }

  100% {
    -webkit-box-shadow: 0 0 0 1.875rem hsl(var(--base) / 0);
    box-shadow: 0 0 0 1.875rem hsl(var(--base) / 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsl(var(--base));
    box-shadow: 0 0 0 0 hsl(var(--base));
  }

  100% {
    -webkit-box-shadow: 0 0 0 1.875rem hsl(var(--base) / 0);
    box-shadow: 0 0 0 1.875rem hsl(var(--base) / 0);
  }
}

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

@media screen and (max-width: 767px) {
  .promo__wrap .promo__users {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}

.promo__wrap .promo__users__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding-right: 3.75rem;
  margin-right: 3.75rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__users__left {
    padding-right: 1.875rem;
    margin-right: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .promo__wrap .promo__users__left {
    padding-right: 0;
    margin-right: 0;
  }
}

.promo__wrap .promo__users__left::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 0.3125rem;
  height: 65%;
  border-left: 0.0625rem solid hsl(var(--white) / 0.1);
  border-right: 0.0625rem solid hsl(var(--white) / 0.1);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .promo__wrap .promo__users__left::after {
    display: none;
  }
}

.promo__wrap .promo__users__left h5 {
  font-size: 1rem;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__users__left h5 {
    font-size: 0.875rem;
  }
}

.promo__wrap .promo__users__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo__wrap .promo__users__left ul li {
  margin-left: -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo__wrap .promo__users__left ul li:first-child {
  margin-left: 0;
}

.promo__wrap .promo__users__left ul li span {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.1875rem solid hsl(var(--base-two));
}

@media screen and (max-width: 1199px) {
  .promo__wrap .promo__users__left ul li span {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

@media screen and (max-width: 991px) {
  .promo__wrap .promo__users__left ul li span {
    width: 2.1875rem;
    height: 2.1875rem;
    border-width: 0.125rem;
  }
}

.promo__wrap .promo__users__left ul li span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo__wrap .promo__users p {
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .promo__wrap .promo__users p {
    text-align: center;
  }
}

/* ======================  Promo Section End  ======================*/
/* ======================  Video Start  ======================*/
.video-section .video__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.video-container {
  position: relative;
  cursor: none;
  max-width: 100%;
}

.video-container .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0.3125rem solid hsl(var(--base));
  border-radius: 50%;
  background-color: hsl(var(--base));
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
  -webkit-box-shadow: 0rem 0rem 0.0625rem 0.0625rem hsl(var(--base) / 0.1);
  box-shadow: 0rem 0rem 0.0625rem 0.0625rem hsl(var(--base) / 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .video-container .play-button {
    border-width: 0.25rem;
  }
}

.video-container .play-button:hover {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
  opacity: 0.8;
}

.video-container .play-button i {
  width: 4.0625rem;
  height: 4.0625rem;
  background-color: hsl(var(--white) / 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: hsl(var(--white));
  border-radius: 50%;
  border: 0.0625rem dashed hsl(var(--white) / 0.5);
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .video-container .play-button i {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }
}

.video-container .video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsl(var(--base));
    box-shadow: 0 0 0 0 hsl(var(--base));
  }

  100% {
    -webkit-box-shadow: 0 0 0 1.875rem hsl(var(--base) / 0);
    box-shadow: 0 0 0 1.875rem hsl(var(--base) / 0);
  }
}
/* ======================  Video End  ======================*/
/* ======================  Faq Section Start  ======================*/
.faq__area {
  position: relative;
  z-index: 1;
}

.faq__area::after {
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  z-index: -3;
  background-color: hsl(var(--section-bg));
  width: 50%;
  height: 70%;
  border-radius: 50%;
  -webkit-filter: blur(9.375rem);
  filter: blur(9.375rem);
  opacity: 0.8;
}

.faq__area .faq__sp {
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  max-width: 50rem;
}

.faq__area .faq__sp img {
  width: 100%;
}

.faq__area .faq__main {
  border-radius: 1.5rem;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    to(hsl(var(--section-bg) / 0.1))
  );
  background-image: linear-gradient(
    to top,
    transparent,
    hsl(var(--section-bg) / 0.1)
  );
}

@media screen and (max-width: 1199px) {
  .faq__area .faq__main {
    padding: 1.625rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .faq__area .faq__main {
    padding: 1rem;
    border-radius: 0.625rem;
  }
}

/* ======================  Faq Section End  ======================*/
/* ======================  Testimonial Section Start  ======================*/
.testimonial__area {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.testimonial__area::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  z-index: -3;
  background-color: hsl(var(--section-bg));
  width: 60%;
  height: 70%;
  border-radius: 50%;
  -webkit-filter: blur(9.375rem);
  filter: blur(9.375rem);
  opacity: 0.5;
}

.testimonial__area .testimonial__sp {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 76%;
}

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

.testimonial__area .testimonial__main2 {
  margin-top: 2rem;
}

@media screen and (max-width: 991px) {
  .testimonial__area .testimonial__main2 {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .testimonial__area .testimonial__main2 {
    margin-top: 0.75rem;
  }
}

.testimonial__area .testimonial__main__single {
  position: relative;
  z-index: 1;
  border-radius: 1.5rem;
  overflow: hidden;
  padding: 2.5rem;
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left top,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  max-width: 33.4375rem;
  border: 0.0625rem solid hsl(var(--border-color));
}

@media screen and (max-width: 1399px) {
  .testimonial__area .testimonial__main__single {
    padding: 2.125rem;
    max-width: 29.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial__area .testimonial__main__single {
    padding: 1.75rem;
    max-width: 23.75rem;
    border-radius: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .testimonial__area .testimonial__main__single {
    padding: 1.25rem;
    max-width: 18.75rem;
    border-radius: 0.625rem;
  }
}

.testimonial__area .testimonial__main__single .testimonial__single__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.testimonial__area .testimonial__main__single .testimonial__single__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial__area .testimonial__main__single > p {
  font-size: 16px;
  color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
  .testimonial__area .testimonial__main__single > p {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial__area .testimonial__main__single > p {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .testimonial__area .testimonial__main__single > p {
    font-size: 0.75rem;
  }
}

.testimonial__area .testimonial__main__single__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .testimonial__area .testimonial__main__single__topbar {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .testimonial__area .testimonial__main__single__topbar {
    margin-bottom: 0.625rem;
    gap: 0.625rem;
  }
}

.testimonial__area .testimonial__main__single__topbar img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1399px) {
  .testimonial__area .testimonial__main__single__topbar img {
    width: 3.4375rem;
    height: 3.4375rem;
  }
}

@media screen and (max-width: 1199px) {
  .testimonial__area .testimonial__main__single__topbar img {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

@media screen and (max-width: 575px) {
  .testimonial__area .testimonial__main__single__topbar img {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.testimonial__area .testimonial__main__single__topbar h4 {
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

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

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

@media screen and (max-width: 575px) {
  .testimonial__area .testimonial__main__single__topbar h4 {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
}

@media screen and (max-width: 575px) {
  .testimonial__area .testimonial__main__single__topbar p {
    font-size: 0.75rem;
  }
}

.testimonial__area .swiper-slide:nth-child(odd) .testimonial__main__single {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(hsl(var(--base-two))),
    to(hsl(var(--section-bg)))
  );
  background-image: linear-gradient(
    to left top,
    hsl(var(--base-two)),
    hsl(var(--section-bg))
  );
}

.testimonial__area .slide-transition {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.testimonial__area .inner-slide-element {
  width: auto;
  display: inline-block;
  padding: 0 0.9375rem;
}

@media screen and (max-width: 991px) {
  .testimonial__area .inner-slide-element {
    padding: 0 0.625rem;
  }
}

@media screen and (max-width: 575px) {
  .testimonial__area .inner-slide-element {
    padding: 0 0.375rem;
  }
}

/* ======================  Testimonial Section End  ======================*/
/* ======================  Blog Section Start  ======================*/
.blog__area {
  position: relative;
  z-index: 1;
}

.blog__single {
  border: 1px solid hsl(var(--border-color));
  padding: 29px;
  border-radius: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog__single:hover {
  border-color: hsl(var(--base) / 0.5);
}

@media screen and (max-width: 575px) {
  .blog__single {
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog__single:hover .blog__single__img a::after {
  width: 180%;
}

.blog__single__img {
  width: 100%;
  height: 17.5rem;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1399px) {
  .blog__single__img {
    height: 15.625rem;
  }
}

@media screen and (max-width: 1199px) {
  .blog__single__img {
    height: 12.5rem;
    border-radius: 0.625rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .blog__single__img {
    height: 10rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .blog__single__img {
    height: 12.5rem;
  }
}

.blog__single__img a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.blog__single__img a::after {
  position: absolute;
  left: -70%;
  top: 0;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  width: 0;
  height: 30%;
  z-index: 1;
  content: "";
  background-color: hsl(var(--base));
  mix-blend-mode: multiply;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.blog__single__content span {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  display: block;
  color: hsl(var(--white) / 0.6);
}

@media screen and (max-width: 991px) {
  .blog__single__content span {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

.blog__single__content h4 {
  text-transform: capitalize;
}

.blog__single__content > a {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  color: hsl(var(--white) / 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 991px) {
  .blog__single__content > a {
    font-size: 0.875rem;
  }
}

.blog__single__content > a i {
  color: hsl(var(--base));
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .blog__single__content > a i {
    font-size: 0.875rem;
  }
}

.blog__single__content > a:hover {
  color: hsl(var(--base));
  gap: 0.75rem;
}

.blog__single__content > a:hover i {
  color: hsl(var(--white));
}

.blog__single.blog__fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

@media screen and (max-width: 575px) {
  .blog__single.blog__fl {
    gap: 0.75rem;
  }
}

.blog__single.blog__fl .blog__single__img {
  width: 9.375rem;
  height: 6.25rem;
  border-radius: 0.5rem;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .blog__single.blog__fl .blog__single__img {
    width: 6.25rem;
    height: 4.375rem;
    border-radius: 0.3125rem;
  }
}

.blog__single.blog__fl .blog__single__content span {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 991px) {
  .blog__single.blog__fl .blog__single__content span {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 575px) {
  .blog__single.blog__fl .blog__single__content span {
    font-size: 0.75rem;
  }
}

.blog__single.blog__fl .blog__single__content h4 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
  .blog__single.blog__fl .blog__single__content h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .blog__single.blog__fl .blog__single__content h4 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 575px) {
  .blog__single.blog__fl .blog__single__content h4 {
    font-size: 0.875rem;
  }
}

.blog__single.blog__fl .blog__single__content > a {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .blog__single.blog__fl .blog__single__content > a {
    font-size: 0.875rem;
  }
}

.blog__single.blog__fl .blog__single__content > a i {
  font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
  .blog__single.blog__fl .blog__single__content > a i {
    font-size: 0.75rem;
  }
}

.blog__single.blog__sp {
  padding: 1.875rem;
  position: relative;
  z-index: 1;
  border: 1px solid hsl(var(--border-color));
  border-radius: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}

.blog__single.blog__sp:hover {
  border-color: hsl(var(--base) / 0.5);
}

@media screen and (max-width: 1199px) {
  .blog__single.blog__sp {
    padding: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  .blog__single.blog__sp {
    padding: 1.25rem;
  }
}

.blog__single.blog__sp .blog__single__img {
  height: auto;
}

.blog__sp__single {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.blog__sp__single img {
  width: 97%;
  height: 18.75rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .blog__sp__single img {
    height: 14.375rem;
  }
}

@media screen and (max-width: 767px) {
  .blog__sp__single img {
    height: 17.5rem;
  }
}

@media screen and (max-width: 575px) {
  .blog__sp__single img {
    height: 13.75rem;
  }
}

.blog__sp__single img:last-child {
  left: 1.25rem;
  top: 1.25rem;
  width: 90%;
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .blog__sp__single img:last-child {
    left: 0.9375rem;
    top: 0.9375rem;
  }
}

@media screen and (max-width: 575px) {
  .blog__sp__single img:last-child {
    left: 0.625rem;
    top: 0.625rem;
  }
}

.blog__single__content h4 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blog__single__content h4 a:hover {
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  );
  background-size: 100% 100%;
}
.blog-sidebar-wrapper {
  position: sticky;
  top: 80px;
  z-index: 1;
}
.blog-sidebar {
  background-color: hsl(var(--section-bg));
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

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

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

.blog-sidebar__title {
  position: relative;
  padding-bottom: 10px;
  color: hsl(var(--white));
}

.blog-sidebar__title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: hsl(var(--base));
  left: 0;
  bottom: 0px;
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

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

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

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

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

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

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

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

.latest-blog__title a {
  color: hsl(var(--heading-color));
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

/* ======================  Blog Section End  ======================*/
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.select2-wrapper {
  --border-radius: 8px;
  --height: 67px;
  --select2-border: 1px solid hsl(var(--white) / 0.04);
}

.select2 + .select2-container {
  border-radius: 8px !important;
  width: 100% !important;
  height: 67px;
  background-color: hsl(var(--white) / 0.04);
  border: 1px solid hsl(var(--white) / 0.04);
  backdrop-filter: blur(10px);
}

.select2 + .select2-container .select2-selection__rendered {
  line-height: 53px !important;
  color: hsl(var(--white)) !important;
}

.select2 + .select2-container .select2-selection--single {
  height: 67px !important;
}

.select2 + .select2-container .select2-selection {
  border: 0;
  background-color: transparent;
  width: 100%;
}

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

.select2 + .select2-container .select2-selection__arrow {
  top: 50% !important;
  right: 18px !important;
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: inherit;
  height: calc(var(--height) - 10px) !important;
  width: calc(var(--height) - 10px) !important;
}

.select2 + .select2-container .select2-selection__arrow::after {
  position: absolute;
  content: "\f078";
  inset: 0;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.select2 + .select2-container .select2-selection__arrow b {
  border: 0;
}

.select2-container--open:has(.select2-dropdown--above) {
  margin-top: -12px;
}

.select2-container--open:has(.select2-dropdown--below) {
  margin-top: 10px;
}

.select2-container--open .select2-dropdown {
  border-radius: 8px !important;
  overflow: hidden;
  background: linear-gradient(
    to left,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  border: 1px solid hsl(var(--base-two)) !important;
  box-shadow: 0 3px 9px hsl(var(--white) / 0.2);
}

.select2-container--open .select2-dropdown--above {
  margin-bottom: 10px;
}

.select2-search__field {
  border-radius: 8px;
  border: 1px solid hsl(var(--white) / 0.1) !important;
  background: transparent;
  color: hsl(var(--white)) !important;
}

.select2-search__field:focus {
  outline: 0;
  border-color: hsl(var(--base)) !important;
}

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

.select2-container--below.select2-container--open
  .select2-selection__arrow::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  width: 32px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  top: -67px;
}

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

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

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

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

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

.slick-prev {
  right: 52px;
}

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

/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

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

.slick-dots li button {
  border: none;
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 5px;
  color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

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

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

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

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

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

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

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

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* ======================  Auth Section Start  ======================*/
.auth__wrap {
  position: relative;
  z-index: 1;
  text-align: center;

  display: block;
}

.breadcrumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to right,
      hsl(var(--white) / 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, hsl(var(--white) / 0.06) 1px, transparent 1px),
    radial-gradient(
      circle 500px at 20% 100%,
      hsl(var(--base) / 0.2),
      transparent
    ),
    radial-gradient(
      circle 500px at 100% 80%,
      hsl(var(--base) / 0.2),
      transparent
    );
  background-size: 48px 48px, 48px 48px, 100% 100%, 100% 100%;
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .breadcrumb::before {
    background-image: linear-gradient(
        to right,
        hsl(var(--white) / 0.06) 1px,
        transparent 1px
      ),
      linear-gradient(to bottom, hsl(var(--white) / 0.06) 1px, transparent 1px),
      radial-gradient(
        circle 500px at 20% 100%,
        hsl(var(--base) / 0.2),
        transparent
      ),
      radial-gradient(
        circle 500px at 100% 80%,
        hsl(var(--base) / 0),
        transparent
      );
  }
}

.auth__wrap__content {
  text-align: center;
}

.auth__wrap__content a img {
  max-width: 10rem;
  width: 100%;
}

.auth__wrap span {
  text-align: center;
  color: hsl(var(--white));
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 4vw;
}

@media screen and (max-width: 767px) {
  .auth__wrap span {
    font-size: 5vw;
  }
}

@media screen and (max-width: 575px) {
  .auth__wrap span {
    font-size: 8vw;
  }
}

.auth__main {
  background-color: hsl(var(--section-bg));
  padding: 3.75rem 2.5rem;
  border-radius: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .auth__main {
    padding: 2.5rem 1.875rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .auth__main {
    padding: 2.5rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.auth__main__title {
  text-align: center;
}

.auth__main__title span {
  display: block;
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 0.375rem;
}

@media screen and (max-width: 1199px) {
  .auth__main__title span {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .auth__main__title span {
    font-size: 1rem;
  }
}

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

.auth__main__title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
}

.auth__main__form .social__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auth__main__form .auth__widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.auth__main__form .auth__widgets a {
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

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

.auth__main__form .auth__widgets a:hover {
  text-decoration: underline;
}

.auth__main__form .auth__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.5rem 0rem;
}

.auth__main__form .auth__others span {
  width: 100%;
  border-bottom: 0.0625rem dashed hsl(var(--white) / 0.25);
}

.auth__main__form .auth__others p {
  color: hsl(var(--white));
  text-transform: capitalize;
  font-size: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0rem 1.25rem;
}

.auth__main__form .auth__already {
  margin-top: 1rem;
  text-align: center;
}

.auth__main__form .auth__already p {
  color: hsl(var(--white));
}

.auth__main__form .auth__already p a {
  color: hsl(var(--base));
}

.auth__main__form .auth__already p a:hover {
  text-decoration: underline;
}

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

.input__pass input {
  padding-right: 3.125rem;
}

.input__pass .password-show-toggle {
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.input__pass .password-show-toggle i {
  color: hsl(var(--white));
  font-size: 0.875rem;
  cursor: pointer;
}

.input__pass .password-show-toggle .close-eye-icon {
  display: none;
}

.auth__wrapper img {
  max-width: 11.25rem;
}

@media screen and (max-width: 1199px) {
  .auth__wrapper img {
    max-width: 9.375rem;
  }
}

@media screen and (max-width: 991px) {
  .auth__wrapper img {
    max-width: 7.5rem;
  }
}

/* ======================  Auth Section End  ======================*/
/* ======================  Blog Details Section Start  ======================*/
.blog__details {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  blockquote {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 575px) {
  .blog__details__main {
    padding: 0rem 0.625rem;
  }
  blockquote {
    font-size: 15px !important;
  }
}

.blog__details__main > img {
  width: 100%;
  border-radius: 1.25rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1399px) {
  .blog__details__main > img {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .blog__details__main > img {
    margin-bottom: 1.25rem;
    border-radius: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .blog__details__main > img {
    border-radius: 0.625rem;
  }
}

.blog__details__main p {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 991px) {
  .blog__details__main p {
    margin-bottom: 1rem;
  }
}

.blog__details__main__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

@media screen and (max-width: 575px) {
  .blog__details__main__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.blog__details__main__socials h4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

/* ======================  Blog Details Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact__area {
  position: relative;
  z-index: 1;
}

.contact__area .contact__form {
  padding: 2.5rem;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(var(--section-bg) / 0.1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    hsl(var(--section-bg) / 0.1),
    transparent
  );
  border-radius: 1.5rem;
}

@media screen and (max-width: 991px) {
  .contact__area .contact__form {
    padding: 1.875rem;
    border-radius: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .contact__area .contact__form {
    padding: 1.875rem 1.25rem;
    border-radius: 0.625rem;
  }
}

@media screen and (max-width: 991px) {
  .contact__area .contact__title {
    text-align: center;
  }
}

.contact__area .contact__title h3 {
  max-width: 21.25rem;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .contact__area .contact__title h3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__area .contact__card {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3.125rem 1.25rem;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(hsl(var(--section-bg))),
    to(hsl(var(--base-two)))
  );
  background-image: linear-gradient(
    to left,
    hsl(var(--section-bg)),
    hsl(var(--base-two))
  );
  border: 0.0625rem solid hsl(var(--border-color));
  border-radius: 1.25rem;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .contact__area .contact__card {
    padding: 2.1875rem 1rem;
    border-radius: 0.875rem;
  }
}

.contact__area .contact__card span {
  width: 3.25rem;
  height: 3.25rem;
  background-color: hsl(var(--white) / 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.9375rem;
  border: 0.0625rem solid hsl(var(--white) / 0.08);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.contact__area .contact__card span img {
  width: auto;
  height: 1.375rem;
}

.contact__area .contact__card h4 {
  color: hsl(var(--white) / 0.7);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
}

.contact__area .contact__card a {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1399px) {
  .contact__area .contact__card a {
    font-size: 0.875rem;
  }
}

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

.contact__area .contact__card p {
  color: hsl(var(--white));
  font-weight: 600;
  font-family: var(--heading-font);
}

@media screen and (max-width: 1399px) {
  .contact__area .contact__card p {
    font-size: 0.875rem;
  }
}

.contact__area .contact__card__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.7;
}

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

.contact__map {
  width: 100%;
  height: 37.5rem;
  overflow: hidden;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media screen and (max-width: 1399px) {
  .contact__map {
    height: 31.25rem;
  }
}

@media screen and (max-width: 1199px) {
  .contact__map {
    height: 25rem;
  }
}

@media screen and (max-width: 767px) {
  .contact__map {
    height: 18.75rem;
  }
}

.contact__map iframe {
  width: 100%;
  height: 100%;
}

/* ======================  Contact Section End  ======================*/
/* ======================  Error Section Start  ======================*/
.error__content {
  text-align: center;
}

.error__content img {
  max-width: 15.625rem;
  width: 100%;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 991px) {
  .error__content img {
    max-width: 13.125rem;
  }
}

@media screen and (max-width: 767px) {
  .error__content img {
    max-width: 11.25rem;
  }
}

@media screen and (max-width: 575px) {
  .error__content img {
    max-width: 7.5rem;
  }
}

.error__content h2 {
  font-size: 6.25rem;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 991px) {
  .error__content h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .error__content h2 {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 575px) {
  .error__content h2 {
    font-size: 2.5rem;
  }
}

.error__content p {
  margin-bottom: 3.125rem;
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .error__content p {
    max-width: 19.6875rem;
    margin-bottom: 1.875rem;
  }
}

.error__content a {
  margin-left: auto;
  margin-right: auto;
}

.view-ticket-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
  @media (min-width: 576px) {
    .container-sm,
    .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    max-width: 720px;
    margin-bottom: 80px;
  }
  @media (min-width: 992px) {
    max-width: 960px;
    margin-bottom: 90px;
  }
  @media (min-width: 1200px) {
    max-width: 1140px;
  }
  @media (min-width: 1400px) {
    max-width: 1320px;
  }
}

.header__widgets__profile button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  color: hsl(var(--white));
  font-size: 16px;
  text-transform: capitalize;
}

.header__widgets__profile button span {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  overflow: hidden;
}

.header__widgets__profile button span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__widgets__profile .dropdown-menu {
  padding: 0.625rem;
  margin: 0;
  margin-top: 1.375rem !important;
  font-size: 0.875rem;
  color: hsl(var(--white));
  text-align: left;
  list-style: none;
  background-color: hsl(var(--section-bg));
  border: 0.0625rem solid hsl(var(--white) / 0.15);
  border-radius: 0.375rem;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}

.header__widgets__profile .dropdown-menu li {
  margin-bottom: 0.3125rem;
}

.header__widgets__profile .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header__widgets__profile .dropdown-menu .dropdown-item {
  padding: 0.625rem 1rem;
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.04);
  border-radius: 0.25rem;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

blockquote {
  background: hsl(var(--base) / 0.2) !important;
  border-left: 4px solid hsl(var(--base)) !important;
  text-align: left !important;
}

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

button.btn.btn--white.w-100.mt-4.mb-0.confirmationBtn.active {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: none;
  background-color: hsl(var(--base)) !important;
  border-color: none;
}
@media screen and (max-width: 574px) {
  .flex-fill:has(.pagination) {
    margin-top: 32px;
    justify-content: center !important;
  }
}

.ban-container {
    text-align: center;
}

.ban-icon {
    font-size: 60px;
    color: hsl(var(--danger));
    line-height: 1;
    margin-bottom: 10px;
}

.ban-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.custom--card:has(.ban-container) {
  max-width: 100% !important;
}
/* ======================  Pages Design End  ======================*/
/*# sourceMappingURL=main.css.map */
