@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Oswald", serif;
  --body-font: "Roboto", serif;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 45;
  --base-s: 22%;
  --base-l: 48%;
  --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: 263;
  --base-two-s: 84%;
  --base-two-l: 10%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-d-100: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-200: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-300: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-400: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-500: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-600: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-700: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-800: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  --base-two-d-900: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 0.9);
  --base-two-d-1000: var(--base-two-h) var(--base-two-s)
    calc(var(--base-two-l) - var(--base-two-l) * 1);
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
  --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s))
    calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --body-color: 0 0% 8%;
  --heading-color: 0 0% 100%;
  --black: 0 0% 0%;
  --border-color: 0 0% 88%;
  --section-bg: 208 100% 97%;
  --background-color: hsl(var(--body-color));
  /* ================================ 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: 43;
  --warning-s: 100%;
  --warning-l: 64%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-l-100: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  /* ============================== Bootstrap Modifier End ============================== */
}

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

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio {
  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: var(--background-color);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

span {
  display: inline-block;
  color: hsl(var(--white));
}

i {
  display: contents;
}

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

@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: 2.5rem;
}

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

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

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

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

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

h3 {
  font-size: 1.875rem;
}

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

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

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

@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.5rem;
}

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

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

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

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

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

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

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

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

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

select {
  cursor: pointer;
}

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

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

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

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

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

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

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

/* Bg Image Css */
.bg-img {
  background-size: cover !important;
  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 Section Start  ======================*/
.section__heading {
  text-align: center;
}

.section__heading > span {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: hsl(var(--white) / 0.7);
  display: block;
  font-family: var(--heading-font);
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1199px) {
  .section__heading > span {
    font-size: 0.875rem;
    letter-spacing: 0.375rem;
  }
}

@media screen and (max-width: 991px) {
  .section__heading > span {
    font-size: 0.75rem;
    letter-spacing: 0.25rem;
    margin-bottom: 1rem;
  }
}

.section__heading h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.3;
}

.section__heading__sp {
  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.875rem;
  gap: 1rem;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1399px) {
  .section__heading__sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 1199px) {
  .section__heading__sp {
    max-width: 18.75rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .section__heading__sp {
    max-width: 12.5rem;
  }
}

.section__heading__sp img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.75rem;
}

@media screen and (max-width: 1199px) {
  .section__heading__sp img {
    width: 3.125rem;
  }
}

@media screen and (max-width: 575px) {
  .section__heading__sp img {
    width: 2.5rem;
  }
}

.section__heading__sp span {
  width: 100%;
  height: 0.5rem;
  border-top: 0.0625rem solid hsl(var(--white) / 0.1);
  border-bottom: 0.0625rem solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 1199px) {
  .section__heading__sp span {
    height: 0.375rem;
  }
}
/* ======================  Section Heading Section End  ======================*/
/* ======================  Common Search Section Start  ======================*/
.common__topbar {
  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: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
  .common__topbar {
    -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: flex-start;
    align-items: flex-start;
    padding-left: 24px;
  }
}

.common__topbar__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.common__topbar__title h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.common__topbar__title h3 span {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-left: 5px;
}

.common__topbar__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 350px;
}

@media screen and (max-width: 575px) {
  .common__topbar__search {
    max-width: 17.5rem;
  }
}

.common__topbar__search input {
  padding: 16px 24px;
  border-radius: 0.5rem;
}

@media screen and (max-width: 575px) {
  .common__topbar__search input {
    border-radius: 0.375rem;
    padding: 0.875rem 1.125rem;
  }
}

.common__topbar__search button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 16px;
}

@media screen and (max-width: 575px) {
  .common__topbar__search button {
    padding: 0.875rem;
    border-radius: 0.375rem;
  }
}
/* ======================  Common Search Section End  ======================*/
/* ======================  Shape Animation Section Start  ======================*/
@-webkit-keyframes shapeAnim {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-15px) rotate(4deg);
    transform: translateX(-15px) rotate(4deg);
  }

  30% {
    -webkit-transform: translateX(7px) rotate(-4deg);
    transform: translateX(7px) rotate(-4deg);
  }

  45% {
    -webkit-transform: translateX(-7px) rotate(3deg);
    transform: translateX(-7px) rotate(3deg);
  }

  60% {
    -webkit-transform: translateX(8px) rotate(-2deg);
    transform: translateX(8px) rotate(-2deg);
  }

  75% {
    -webkit-transform: translateX(-8px) rotate(3deg);
    transform: translateX(-8px) rotate(3deg);
  }
}

@keyframes shapeAnim {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-15px) rotate(4deg);
    transform: translateX(-15px) rotate(4deg);
  }

  30% {
    -webkit-transform: translateX(7px) rotate(-4deg);
    transform: translateX(7px) rotate(-4deg);
  }

  45% {
    -webkit-transform: translateX(-7px) rotate(3deg);
    transform: translateX(-7px) rotate(3deg);
  }

  60% {
    -webkit-transform: translateX(8px) rotate(-2deg);
    transform: translateX(8px) rotate(-2deg);
  }

  75% {
    -webkit-transform: translateX(-8px) rotate(3deg);
    transform: translateX(-8px) rotate(3deg);
  }
}
/* ======================  Shape Animation Section 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 =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}
/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}
/* ================================= padding Css End =========================== */
/* ================================= 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.04);
  background-color: hsl(var(--white) / 0.04) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  overflow: hidden;
}
.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.custom--accordion .accordion-header {
  line-height: 1;
}
.custom--accordion .accordion-body {
  padding: 20px;
  padding-top: 2px !important;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body {
    padding: 16px;
    padding-top: 2px !important;
  }
}
.custom--accordion .accordion-body .text {
  max-width: 60%;
}
@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }
}
.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: transparent;
  color: hsl(var(--white));
  font-size: 20px;
  padding: 20px;
  padding-right: 50px !important;
}
@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    font-size: 16px;
    padding: 16px;
    padding-right: 35px;
  }
}
.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: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--base));
}
.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(--white));
}
/* ================================= 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(--body-color)) !important;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  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: 1rem;
  text-transform: uppercase;
  line-height: normal;
}

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

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

.btn:active {
  top: 1px;
}

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

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

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

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

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

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

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

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

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

.custom--card .card-body {
  background-color: transparent;
  padding: 24px;
  border-radius: 5px;
}

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

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

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

/* Form Select */
.select {
  background-color: transparent;
  color: hsl(var(--white)) !important;
  --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");
  border: 1px solid hsl(var(--white) / 0.1);
  padding: 21px 24px;
  border-radius: 12px;
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
}

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

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

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

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

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

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

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

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

.form--control:focus {
  background-color: hsl(var(--black) / 0.04);
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
  border-color: hsl(var(--white) / 0.2);
  color: hsl(var(--white));
  -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));
}

.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: 150px;
  resize: none;
}

/* 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.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: 3px;
  margin-top: 2px;
  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: 10px;
  cursor: pointer;
  color: hsl(var(--white));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.875rem;
}

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

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.875rem;
  }
}
/* 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.875rem;
  color: hsl(var(--white));
}

/*  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: hsl(var(--white));
}

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

.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: 14px;
}

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

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

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

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

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

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

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

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--white) / 0.06);
  padding: 15px;
}

.custom--modal .modal-header .modal-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  text-transform: capitalize;
}

.custom--modal .modal-header .close {
  width: 26px;
  height: 26px;
  background-color: hsl(var(--danger));
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
  color: hsl(var(--white));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

.custom--modal .modal-content {
  border-radius: 10px !important;
  background-color: #292929;
}

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

.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: 15px;
  border-top: 1px solid hsl(var(--white) / 0.06);
  -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(--white));
}

.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 Css Start */
.table > :not(caption) > * > * {
  background-color: transparent;
}

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

.table thead tr th {
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-weight: 600;
  border-bottom: 0;
  max-width: 300px;
  font-size: 0.875rem;
  background-color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .table thead tr th {
    max-width: 15rem;
  }
}

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

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

.table thead tr th:last-child {
  border-radius: 0 6px 6px 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 td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--white) / 0.7);
  font-weight: 500;
  max-width: 300px;
  font-size: 0.8125rem;
  background-color: hsl(var(--white) / 0.04);
}

@media screen and (max-width: 1199px) {
  .table tbody tr td {
    max-width: 15rem;
  }
}

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

.table tbody tr td:first-child {
  text-align: left;
  font-size: 0.875rem;
  border-radius: 6px 0 0 6px;
}

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

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

  .table--responsive--lg tbody tr {
    display: block;
    margin-bottom: 10px;
  }

  .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.8);
    max-width: unset;
  }

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

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

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

@media screen and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: 0;
  }
}
/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 8px;
  margin-bottom: 30px;
}

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

.custom--tab .nav-item .nav-link {
  color: hsl(var(--white));
  padding: 18px 25px;
  background-color: transparent !important;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid hsl(var(--white) / 0.1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--white)) !important;
  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 =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--body-color));
  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: "Coiffure Glow Up";
  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: #292929;
  border-right: 0.0625rem solid hsl(var(--white) / 0.01);
  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: 1.25rem;
}

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

.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;
  position: relative;
  top: -14px;
  right: -10px;
}

.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;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.offcanvas__main__widgets .dropdown-item {
  color: hsl(var(--white));
}

.offcanvas__main__widgets .dropdown-menu {
  border: 1px solid hsl(var(--white) / 0.04);
}

.offcanvas__main__widgets .dropdown-toggle {
  color: hsl(var(--white));
}

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

.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(--body-color) / 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__main__widgets a {
  color: hsl(var(--base));
}

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

.header__area .header__main__min {
  display: none;
  -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;
}

@media screen and (max-width: 767px) {
  .header__area .header__main__min {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

.header__area .header__main__min a img {
  max-width: 4.375rem;
}

.header__area .header__main__min span {
  color: hsl(var(--white));
  font-size: 1.375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__area .header__main__min span:hover {
  color: hsl(var(--base));
}

.header__area .header__main 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: 2rem;
}

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

@media screen and (max-width: 991px) {
  .header__area .header__main ul {
    gap: 1rem;
  }
}

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

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

.header__area .header__main ul li .sub__menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 9.375rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #292929;
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  border-radius: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
  padding: 0.5rem;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1399px) {
  .header__area .header__main ul li .sub__menu {
    min-width: 8.75rem;
  }
}

@media screen and (max-width: 1199px) {
  .header__area .header__main ul li .sub__menu {
    min-width: 8.125rem;
  }
}

.header__area .header__main ul li .sub__menu li {
  width: 100%;
}

.header__area .header__main ul li .sub__menu li a {
  background-color: hsl(var(--white) / 0.06);
  width: 100%;
  display: block;
  border-radius: 0.25rem;
  padding: 0.625rem 1.125rem;
  color: hsl(var(--white));
  font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
  .header__area .header__main ul li .sub__menu li a {
    font-size: 0.8125rem;
    padding: 0.5rem 0.875rem;
  }
}

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

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

.header__area .header__main ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--white));
  text-transform: capitalize;
  font-family: var(--heading-font);
  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.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .header__area .header__main ul li a {
    font-size: 0.8125rem;
  }
}

.header__area .header__main ul li a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1875rem;
}

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

.dropdown-menu {
  display: none !important;
  background-color: #292929;
  padding: 8px;
}
.dropdown-menu.show {
  display: block !important;
}

.dropdown-item {
  padding: 10px 14px !important;
  border-radius: 5px;
  background-color: hsl(var(--white) / 0.04);
  margin-bottom: 5px;
  font-size: 14px !important;
}

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

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

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

.header__area .header__main .header__logo {
  margin: 0rem 0.25rem;
  max-width: 15rem;
}

@media screen and (max-width: 1199px) {
  .header__area .header__main .header__logo {
    margin: 0rem 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .header__area .header__main .header__logo {
    margin: 0rem 0.625rem;
    max-width: 4.375rem;
  }
}

.header__area .header__main .header__logo img {
  width: 100%;
}

.header__area .header__main .header__select {
  margin-left: -0.625rem;
}

.header__area .header__main .header__select .select {
  border: none;
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0.9375rem 0 0.625rem;
  background-position: right -0.125rem center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .header__area .header__main .header__select .select {
    font-size: 0.8125rem;
  }
}

.header__area .header__main .header__select .select:hover {
  color: hsl(var(--base)) !important;
}

.header__area .header__main .header__select .select option {
  cursor: pointer;
}

/* ======================  Header Section End  ======================*/
/* ======================  Footer Section Start  ======================*/
.footer__area {
  margin-top: auto;
  position: relative;
  z-index: 1;
}

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

.footer__area .footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.footer__area::after,
.footer__area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: -1;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    hsl(var(--body-color)),
    transparent
  );
}

.footer__area::before {
  top: auto;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    hsl(var(--body-color)),
    transparent
  );
}

.footer__area .footer__topbar {
  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.5rem;
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__topbar {
    gap: 1.25rem;
    margin-bottom: 2.1875rem;
  }
}

.footer__area .footer__topbar a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 13.00rem;
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__topbar a {
    max-width: 5rem;
  }
}

.footer__area .footer__topbar a img {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .footer__area .footer__single {
    text-align: center;
  }
}

.footer__area .footer__single h4 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
}

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

.footer__area .footer__single 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.25rem;
}

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

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

.footer__area .footer__single ul li {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--white) / 0.8);
}

.footer__area .footer__single ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--white) / 0.8);
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.footer__area .footer__single ul li a i {
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__area .footer__single__contact {
  gap: 0.875rem !important;
}

.footer__area .footer__single__contact li a {
  text-transform: unset !important;
}

.footer__area .footer__single__social {
  margin-top: 1.875rem;
}

@media screen and (max-width: 991px) {
  .footer__area .footer__about {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.footer__area .footer__copyright {
  text-align: center;
  margin-top: 4.375rem;
}

@media screen and (max-width: 991px) {
  .footer__area .footer__copyright {
    margin-top: 2.5rem;
  }
}

.footer__area .footer__copyright p {
  color: hsl(var(--white));
  margin-top: 1rem;
  padding: 0rem 1.25rem;
}

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

.footer__area .footer__copyright p a {
  color: hsl(var(--base));
}

.footer__area .footer__copyright p a:hover {
  text-decoration: underline;
}

.footer__area .footer__line {
  width: 100%;
  height: 0.5rem;
  border-top: 0.0625rem solid hsl(var(--white) / 0.1);
  border-bottom: 0.0625rem solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 1199px) {
  .footer__area .footer__line {
    height: 0.375rem;
  }
}
/* ======================  Footer Section End  ======================*/
/* ===================== 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 =========================== */
.common__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.common__social a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: hsl(var(--white) / 0.08);
  color: hsl(var(--white));
  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.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1199px) {
  .common__social a {
    width: 2.125rem;
    height: 2.125rem;
    font-size: 0.8125rem;
  }
}

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

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 150px;
  margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
  .breadcrumb {
    padding-top: 11.25rem;
    padding-bottom: 8.125rem;
  }
}

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

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

.breadcrumb::after,
.breadcrumb::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(35%, hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    hsl(var(--body-color)) 35%,
    transparent
  );
}

.breadcrumb::before {
  top: auto;
  bottom: 0;
  height: 20%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    hsl(var(--body-color)),
    transparent
  );
}

.breadcrumb .breadcrumb__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.05;
}

.breadcrumb .breadcrumb__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--white));
  text-transform: uppercase;
}

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

.breadcrumb__item {
  color: hsl(var(--white));
  padding: 0 5px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 18px;
}

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

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

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

.breadcrumb__link {
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-size: 18px;
}

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

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

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

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Start Rating Css Start =========================== */
.star__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.star__rating li span {
  color: hsl(var(--warning));
  font-size: 0.875rem;
}

@media screen and (max-width: 1199px) {
  .star__rating li span {
    font-size: 0.75rem;
  }
}

.star__rating li p {
  font-size: 0.875rem;
  color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .star__rating li p {
    font-size: 0.75rem;
  }
}
/* ================================= Start Rating Css End =========================== */
/* ======================  Hero Section Start  ======================*/
.hero__area {
  padding-top: 10.625rem;
  position: relative;
  z-index: 1;
}

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

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

.hero__area::after,
.hero__area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    hsl(var(--body-color)),
    transparent
  );
}

.hero__area::before {
  top: auto;
  bottom: 0;
  height: 20%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    hsl(var(--body-color)),
    transparent
  );
}

.hero__area .hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.hero__area .hero__content > span {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  color: hsl(var(--white) / 0.7);
  display: block;
  font-family: var(--heading-font);
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 1399px) {
  .hero__area .hero__content > span {
    font-size: 1rem;
    letter-spacing: 0.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .hero__area .hero__content > span {
    font-size: 0.875rem;
    letter-spacing: 0.25rem;
  }
}

.hero__area .hero__content h1 {
  font-size: 5.3125rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

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

@media screen and (max-width: 1199px) {
  .hero__area .hero__content h1 {
    font-size: 4rem;
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 991px) {
  .hero__area .hero__content h1 {
    font-size: 3.375rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .hero__area .hero__content h1 {
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 575px) {
  .hero__area .hero__content h1 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}

.hero__area .hero__content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .hero__area .hero__content__btn {
    gap: 1.125rem;
  }
}

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

@media screen and (max-width: 575px) {
  .hero__area .hero__content__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hero__area .hero__content__btn .hero__play:hover {
  background-color: hsl(var(--base-d-200));
  color: hsl(var(--base));
}

.hero__area .hero__content__btn .hero__play {
  width: 3.3125rem;
  height: 3.3125rem;
  background-color: hsl(var(--base));
  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%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse {
  width: 100px;
  height: 100px;
  background: hsl(var(--base));
  border-radius: 50%;
  animation: animate-pulse 3s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 hsl(var(--base) / 0.7), 0 0 0 0 hsl(var(--base) / 0.7);
  }
  40% {
    box-shadow: 0 0 0 30px transparent, 0 0 0 0 hsl(var(--base) / 0.7);
  }
  80% {
    box-shadow: 0 0 0 30px transparent, 0 0 0 15px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 15px transparent;
  }
}

@media screen and (max-width: 1199px) {
  .hero__area .hero__content__btn .hero__play {
    width: 2.9375rem;
    height: 2.9375rem;
  }
}

@media screen and (max-width: 575px) {
  .hero__area .hero__content__btn .hero__play {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
}

.hero__area .hero__content__btn .hero__play i {
  color: hsl(var(--body-color));
}

.hero__area .hero__thumb {
  -webkit-mask-image: url("../images/hero/hero-thumb-mask.png");
  mask-image: url("../images/hero/hero-thumb-mask.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .hero__area .hero__thumb {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__area .hero__thumb video {
  width: 100%;
}

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

/* ======================  Hero Section End  ======================*/
/* ======================  Counter Section Start  ======================*/
.counter__area .counter__title h2 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 12.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 1399px) {
  .counter__area .counter__title h2 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 1199px) {
  .counter__area .counter__title h2 {
    font-size: 2.25rem;
    max-width: 9.375rem;
  }
}

@media screen and (max-width: 991px) {
  .counter__area .counter__title h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .counter__area .counter__title h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

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

.counter__area .counter__single {
  text-align: center;
  border-right: 0.0625rem dashed hsl(var(--white) / 0.2);
  padding: 0rem 0.625rem;
}

@media screen and (max-width: 575px) {
  .counter__area .counter__single {
    border-right: none;
    padding: 0.625rem 0rem;
  }
}

.counter__area .counter__single h4 {
  font-size: 3.75rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}

@media screen and (max-width: 1399px) {
  .counter__area .counter__single h4 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1199px) {
  .counter__area .counter__single h4 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 991px) {
  .counter__area .counter__single h4 {
    font-size: 2.25rem;
  }
}

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

.counter__area .counter__single h4 span {
  font-size: 5rem;
}

@media screen and (max-width: 1399px) {
  .counter__area .counter__single h4 span {
    font-size: 4.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .counter__area .counter__single h4 span {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 991px) {
  .counter__area .counter__single h4 span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .counter__area .counter__single h4 span {
    font-size: 2.5rem;
  }
}

.counter__area .counter__single p {
  font-size: 1.125rem;
  text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
  .counter__area .counter__single p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .counter__area .counter__single p {
    font-size: 0.875rem;
  }
}

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

.counter__area .counter__single__last {
  border: none;
}

/* ======================  Counter Section End  ======================*/
/* ======================  Service Section Start  ======================*/
.service__area {
  position: relative;
  z-index: 1;
}

.service__area .service__sp {
  position: absolute;
  left: 3%;
  top: 10%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: 14.375rem;
  -webkit-animation: shapeAnim 15s linear 0s infinite normal none;
  animation: shapeAnim 15s linear 0s infinite normal none;
}

@media screen and (max-width: 1399px) {
  .service__area .service__sp {
    max-width: 11.25rem;
  }
}

@media screen and (max-width: 1199px) {
  .service__area .service__sp {
    max-width: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .service__area .service__sp {
    max-width: 6.25rem;
    top: 5%;
  }
}

@media screen and (max-width: 575px) {
  .service__area .service__sp {
    max-width: 5.625rem;
  }
}

.service__area .service__sp img {
  width: 100%;
}

.service__area .service__sp.sp__1 {
  left: auto;
  right: 3%;
  top: -1.25rem;
}

@media screen and (max-width: 1199px) {
  .service__area .service__sp.sp__1 {
    max-width: 8.75rem;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .service__area .service__sp.sp__1 {
    max-width: 7.5rem;
    top: -1.875rem;
  }
}

@media screen and (max-width: 575px) {
  .service__area .service__sp.sp__1 {
    max-width: 6.25rem;
    top: -3.125rem;
  }
}

.service__area .service__single {
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  border-radius: 1.5rem;
  padding: 1.5rem;
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .service__area .service__single {
    border-radius: 1rem;
    padding: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .service__area .service__single {
    border-radius: 0.75rem;
    padding: 0.75rem;
  }
}

@media screen and (max-width: 991px) {
  .service__area .service__single {
    padding: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .service__area .service__single {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.service__area .service__single:hover .service__single__btn {
  top: 0;
}

.service__area .service__single__btn {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  background-color: hsl(var(--body-color) / 0.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service__area .service__single__img {
  width: 100%;
  height: 10.625rem;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1399px) {
  .service__area .service__single__img {
    border-radius: 0.625rem;
    height: 9.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .service__area .service__single__img {
    border-radius: 0.5rem;
    height: 8.125rem;
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 991px) {
  .service__area .service__single__img {
    height: 10.625rem;
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .service__area .service__single__img {
    height: 9.375rem;
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 575px) {
  .service__area .service__single__img {
    height: 12rem;
    margin-bottom: 0.625rem;
  }
}

.service__area .service__single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
 /* -webkit-filter: grayscale(1);
  filter: grayscale(1);*/
}

.service__area .service__single__content h4 {
  text-transform: capitalize;
  margin-bottom: 0.125rem;
}

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

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

@media screen and (max-width: 767px) {
  .service__area .service__single__content h4 {
    font-size: 1.125rem;
  }
}

.service__area .service__single__content > p {
  margin-bottom: 2px;
}

@media screen and (max-width: 1199px) {
  .service__area .service__single__content > p {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
}

.service__area .service__single__content ul {
  margin-bottom: 1.25rem;
}

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

.service__area .service__single__content h5 {
  margin-bottom: 0;
  color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .service__area .service__single__content h5 {
    font-size: 1.125rem;
  }
}
/* ======================  Service Section End  ======================*/
/* ======================  Appointment Section Start  ======================*/
.appointment__area .appointment__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: 3.75rem;
  background-color: hsl(var(--white) / 0.02);
  border-radius: 1.25rem;
  padding: 4.375rem 6.25rem;
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .appointment__area .appointment__main {
    padding: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .appointment__area .appointment__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5rem 3.75rem;
  }
}

@media screen and (max-width: 575px) {
  .appointment__area .appointment__main {
    padding: 2.5rem 1.875rem;
  }
}

.appointment__area .appointment__main .appoint__sp {
  position: absolute;
  left: 2%;
  top: 14%;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: 4.6875rem;
  -webkit-animation: shapeAnim 15s linear 0s infinite normal none;
  animation: shapeAnim 15s linear 0s infinite normal none;
}

@media screen and (max-width: 991px) {
  .appointment__area .appointment__main .appoint__sp {
    max-width: 3.4375rem;
    left: 4%;
  }
}

@media screen and (max-width: 767px) {
  .appointment__area .appointment__main .appoint__sp {
    top: auto;
    bottom: 10%;
    left: 6%;
  }
}

@media screen and (max-width: 575px) {
  .appointment__area .appointment__main .appoint__sp {
    max-width: 2.5rem;
  }
}

.appointment__area .appointment__main .appoint__sp img {
  width: 100%;
}

.appointment__area .appointment__main .appoint__sp.appoint__sp2 {
  left: auto;
  right: 1%;
  top: 5%;
  max-width: 6.875rem;
}

@media screen and (max-width: 991px) {
  .appointment__area .appointment__main .appoint__sp.appoint__sp2 {
    max-width: 5rem;
    right: 2%;
    top: 6%;
  }
}

@media screen and (max-width: 575px) {
  .appointment__area .appointment__main .appoint__sp.appoint__sp2 {
    max-width: 3.75rem;
  }
}

.appointment__area .appointment__main h2 {
  font-size: 2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .appointment__area .appointment__main h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 991px) {
  .appointment__area .appointment__main h2 {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .appointment__area .appointment__main h2 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 575px) {
  .appointment__area .appointment__main h2 {
    font-size: 1.25rem;
  }
}

.appointment__area .appointment__main a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.pricing__area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    hsl(var(--body-color)),
    transparent
  );
}

.pricing__area .pricing__sp {
  position: absolute;
  left: 6%;
  top: 16%;
  max-width: 14.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-animation: shapeAnim 15s linear 0s infinite normal none;
  animation: shapeAnim 15s linear 0s infinite normal none;
}

@media screen and (max-width: 1399px) {
  .pricing__area .pricing__sp {
    max-width: 11.25rem;
  }
}

@media screen and (max-width: 1199px) {
  .pricing__area .pricing__sp {
    max-width: 9.375rem;
    top: 6%;
  }
}

@media screen and (max-width: 991px) {
  .pricing__area .pricing__sp {
    max-width: 7.5rem;
    top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .pricing__area .pricing__sp {
    max-width: 6.25rem;
  }
}

@media screen and (max-width: 575px) {
  .pricing__area .pricing__sp {
    max-width: 5rem;
    top: 2%;
  }
}

.pricing__area .pricing__sp img {
  width: 100%;
}

.pricing__area .pricing__thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
  max-width: 29.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.1;
}

@media screen and (max-width: 1399px) {
  .pricing__area .pricing__thumb {
    max-width: 25rem;
  }
}

@media screen and (max-width: 1199px) {
  .pricing__area .pricing__thumb {
    max-width: 21.875rem;
  }
}

@media screen and (max-width: 991px) {
  .pricing__area .pricing__thumb {
    max-width: 18.75rem;
  }
}

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

.pricing__area .pricing__thumb img {
  width: 100%;
}

.pricing__area .pricing__single {
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
}

@media screen and (max-width: 1399px) {
  .pricing__area .pricing__single {
    padding: 1.5rem 1rem;
    border-radius: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  .pricing__area .pricing__single {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.pricing__area .pricing__single > span {
  width: 3.4375rem;
  height: 3.4375rem;
  background-color: hsl(var(--white) / 0.04);
  border-radius: 0.8125rem;
  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(--base));
  font-size: 1.875rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1399px) {
  .pricing__area .pricing__single > span {
    border-radius: 0.625rem;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 1199px) {
  .pricing__area .pricing__single > span {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.375rem;
  }
}

.pricing__area .pricing__single h3 {
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

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

.pricing__area .pricing__single p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1199px) {
  .pricing__area .pricing__single p {
    font-size: 0.75rem;
  }
}

.pricing__area .pricing__single ul li {
  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;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid transparent;
}

@media screen and (max-width: 1199px) {
  .pricing__area .pricing__single ul li {
    border-radius: 0.5rem;
    padding: 0.625rem 0.75rem;
  }
}

.pricing__area .pricing__single ul li:nth-child(odd) {
  background-color: hsl(var(--white) / 0.02);
  border-color: hsl(var(--white) / 0.04);
}

.pricing__area .pricing__single ul li h4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
  .pricing__area .pricing__single ul li h4 {
    font-size: 0.875rem;
  }
}

.pricing__area .pricing__single ul li span {
  font-size: 1.125rem;
  font-weight: 600;
  color: hsl(var(--base));
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 1199px) {
  .pricing__area .pricing__single ul li span {
    font-size: 1rem;
  }
}

.pricing__area .pricing__single a {
  margin-top: 1rem;
}

/* ======================  Pricing Section End  ======================*/
/* ======================  barbers Section Start  ======================*/
.barbers__single {
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  background-color: hsl(var(--white) / 0.02);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .barbers__single {
    border-radius: 1.125rem;
  }
}

@media screen and (max-width: 1199px) {
  .barbers__single {
    border-radius: 0.875rem;
    padding: 1.5rem 1rem;
  }
}

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

.barbers__single::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(56%, hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    hsl(var(--body-color)) 56%,
    transparent
  );
  content: "";
  z-index: 1;
}

.barbers__single:hover .barbers__single__img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.barbers__single__img {
  text-align: center;
  height: 21.25rem;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .barbers__single__img {
    height: 17.5rem;
  }
}

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

@media screen and (max-width: 991px) {
  .barbers__single__img {
    height: 17.5rem;
  }
}

@media screen and (max-width: 767px) {
  .barbers__single__img {
    height: 12.5rem;
  }
}

.barbers__single__img img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.barbers__single__content {
  text-align: center;
  margin-top: 1.25rem;
  position: relative;
  z-index: 2;
}

.barbers__single__content h3 {
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}

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

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

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

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

.barbers__single__content p {
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .barbers__single__content p {
    font-size: 0.875rem;
  }
}
/* ======================  barbers Section End  ======================*/
/* ======================  Gallery Section Start  ======================*/
.gallery__single a {
  width: 100%;
  height: 24.0625rem;
  overflow: hidden;
  border-radius: 1.5rem;
}

@media screen and (max-width: 1399px) {
  .gallery__single a {
    height: 18.75rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 1199px) {
  .gallery__single a {
    height: 13.75rem;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .gallery__single a {
    height: 11.25rem;
    border-radius: 0.75rem;
  }
}

@media screen and (max-width: 424px) {
  .gallery__single a {
    height: 8.75rem;
    border-radius: 0.5rem;
  }
}

.gallery__single a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.gallery__single a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .gallery__area .g-4,
  .gallery__area .gy-4 {
    --bs-gutter-y: 1rem;
  }

  .gallery__area .g-4,
  .gallery__area .gx-4 {
    --bs-gutter-x: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .gallery__area .g-4,
  .gallery__area .gy-4 {
    --bs-gutter-y: 0.5rem;
  }

  .gallery__area .g-4,
  .gallery__area .gx-4 {
    --bs-gutter-x: 0.5rem;
  }
}
/* ======================  Gallery Section End  ======================*/
/* ======================  Testimonials Section Start  ======================*/
.testimonials__area {
  position: relative;
  z-index: 1;
}

.testimonials__area::after,
.testimonials__area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to bottom,
    hsl(var(--body-color)),
    transparent
  );
}

.testimonials__area::before {
  top: auto;
  bottom: 0;
  height: 20%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(hsl(var(--body-color))),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    hsl(var(--body-color)),
    transparent
  );
}

.testimonials__area .testimonials__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.05;
}

.testimonials__area .testimonials__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.testimonials__area .swiper-pagination {
  position: unset;
  margin-top: 0.9375rem;
}

.testimonials__area .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  border-radius: 50%;
  background: hsl(var(--white) / 0.2);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .testimonials__area .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}

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

.testimonials__area .testimonials__slider__single__img {
  width: 8.625rem;
  height: 8.625rem;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .testimonials__area .testimonials__slider__single__img {
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__area .testimonials__slider__single__img {
    width: 4.375rem;
    height: 4.375rem;
    margin-bottom: 0.625rem;
  }
}

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

.testimonials__area .testimonials__slider__single__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.testimonials__area .testimonials__slider__single__content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0.125rem;
}

@media screen and (max-width: 1199px) {
  .testimonials__area .testimonials__slider__single__content h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__area .testimonials__slider__single__content h3 {
    font-size: 1.125rem;
  }
}

.testimonials__area .testimonials__slider__single__content h4 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: hsl(var(--white) / 0.7);
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 1199px) {
  .testimonials__area .testimonials__slider__single__content h4 {
    font-size: 0.875rem;
    margin-bottom: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__area .testimonials__slider__single__content h4 {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
}

.testimonials__area .testimonials__slider__single__content p {
  font-size: 2rem;
  font-style: italic;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1399px) {
  .testimonials__area .testimonials__slider__single__content p {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  .testimonials__area .testimonials__slider__single__content p {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 991px) {
  .testimonials__area .testimonials__slider__single__content p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__area .testimonials__slider__single__content p {
    font-size: 1.125rem;
  }
}

.testimonials__area .testimonials__slider__single__content > span {
  position: absolute;
  left: 50%;
  bottom: 12%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  font-size: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: hsl(var(--white));
  opacity: 0.1;
}

@media screen and (max-width: 767px) {
  .testimonials__area .testimonials__slider__single__content > span {
    font-size: 3.75rem;
  }
}
/* ======================  Testimonials Section End  ======================*/
/* ======================  Products Section Start  ======================*/
.product__single {
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  border-radius: 1.5rem;
  padding: 1.5rem;
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
}

@media screen and (max-width: 1399px) {
  .product__single {
    border-radius: 1.125rem;
    padding: 1.125rem;
  }
}

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

@media screen and (max-width: 575px) {
  .product__single {
    max-width: 17.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.product__single:hover .products__widgets {
  top: 0;
}

.product__single__img {
  background-color: hsl(var(--white) / 0.1);
  border-radius: 0.75rem;
  padding: 2.5rem 1.25rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.product__single__img img {
  width: auto;
  height: 12.5rem;
}

@media screen and (max-width: 1399px) {
  .product__single__img img {
    height: 10.625rem;
  }
}

@media screen and (max-width: 1199px) {
  .product__single__img img {
    height: 8.125rem;
  }
}

.product__single__img .products__widgets {
  position: absolute;
  left: 0;
  top: 100%;
  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;
  gap: 0.625rem;
  background-color: hsl(var(--black) / 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__single__img .products__widgets a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: hsl(var(--white));
  color: hsl(var(--base));
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__single__img .products__widgets a:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--body-color));
}

.product__single__content {
  text-align: center;
  margin-top: 1.125rem;
}

.product__single__content a {
  margin-bottom: 0.375rem;
  color: hsl(var(--white));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.product__single__content a h3 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1399px) {
  .product__single__content a h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1199px) {
  .product__single__content a h3 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .product__single__content a h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .product__single__content a h3 {
    font-size: 1.125rem;
  }
}

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

.product__single__content .star__rating {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}

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

.product__single__content h4 {
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--base));
  margin-bottom: 0;
}

.product__single__content h4 span {
  color: hsl(var(--base));
}

.products__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.75rem;
}

@media screen and (max-width: 991px) {
  .products__btn {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .products__btn {
    margin-top: 1.875rem;
  }
}
/* ======================  Products Section End  ======================*/
/* ======================  Product Details Section Start  ======================*/
.product__details__thumb {
  margin-top: 0.625rem;
}

.product__details__thumb__single {
  background-color: hsl(var(--white) / 0.1);
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  border-radius: 0.75rem;
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
  padding: 1.25rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product__details__thumb__single img {
  width: auto;
  height: 5rem;
}

.product__details__thumb__single.swiper-slide-thumb-active {
  background-color: hsl(var(--white) / 0.2);
  opacity: 1;
}

.product__details__main__single {
  background-color: hsl(var(--white) / 0.1);
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  border-radius: 1.5rem;
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
  text-align: center;
  padding: 3.125rem;
}

.product__details__main__single img {
  width: auto;
  height: 18.75rem;
}

.product__details__main .swiper-button-next,
.product__details__main .swiper-button-prev {
  color: hsl(var(--base));
}

.product__details__main .swiper-button-next:after,
.product__details__main .swiper-button-prev:after {
  font-size: 1.5rem;
}

.product__details__content h3 {
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}

.product__details__content h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: hsl(var(--base));
  margin-bottom: 0.75rem;
}

.product__details__content > p {
  margin-bottom: 1.25rem;
}

.product__details__content .star__rating {
  margin-bottom: 0.625rem;
}

.product__details__content__list {
  margin-bottom: 1.875rem;
}

.product__details__content__list 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;
  max-width: 21.875rem;
}

.product__details__content__list ul li {
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
}

.product__details__content__list ul li i {
  color: hsl(var(--base));
  font-size: 0.4375rem;
  margin-top: 0.625rem;
}

.product__details__content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.product__details__tab {
  margin-top: 2.5rem;
}

.product__details__tab__content h4 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0.625rem;
}

.product__details__tab__content__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  max-width: 43.75rem;
  margin-top: 1.875rem;
}

.product__details__tab__content__review > span {
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product__details__tab__content__review > span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__details__tab__content__review .star__rating {
  margin-bottom: 0.375rem;
}

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

.product__number button {
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  color: hsl(var(--white));
  width: 3.25rem;
  height: 3.75rem;
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  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;
}

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

.product__number button.minus__btn {
  border-radius: 0.5rem 0 0 0.5rem;
}

.product__number button.plus__btn {
  border-radius: 0 0.5rem 0.5rem 0;
}

.product__number input {
  width: 5rem;
  height: 3.75rem;
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  border-left: none !important;
  border-right: none !important;
  background-color: transparent;
  padding: 0rem 0.625rem;
  color: hsl(var(--white));
  outline: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.related__products {
  margin-bottom: 1.875rem;
}

.related__products h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}

/* ======================  Product Details Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact__area {
  position: relative;
  z-index: 1;
}

.contact__area .section__heading {
  padding-bottom: 1.875rem;
}

.contact__area .contact__sp {
  position: absolute;
  left: 3%;
  top: 10%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: 14.375rem;
  -webkit-animation: shapeAnim 15s linear 0s infinite normal none;
  animation: shapeAnim 15s linear 0s infinite normal none;
}

@media screen and (max-width: 1399px) {
  .contact__area .contact__sp {
    max-width: 11.25rem;
  }
}

@media screen and (max-width: 1199px) {
  .contact__area .contact__sp {
    max-width: 9.375rem;
    top: 6%;
  }
}

@media screen and (max-width: 991px) {
  .contact__area .contact__sp {
    max-width: 7.5rem;
    top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .contact__area .contact__sp {
    max-width: 6.25rem;
  }
}

@media screen and (max-width: 575px) {
  .contact__area .contact__sp {
    max-width: 5rem;
    top: 2%;
  }
}

.contact__area .contact__sp img {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .contact__area .contact__wrp {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__area .contact__wrap {
  height: 100%;
  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;
}

.contact__area .contact__wrap .contact__main {
  position: relative;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
}

@media screen and (max-width: 1399px) {
  .contact__area .contact__wrap .contact__main {
    padding-left: 0.625rem !important;
  }
}

@media screen and (max-width: 1199px) {
  .contact__area .contact__wrap .contact__main {
    padding-left: 0rem !important;
  }
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main {
    padding: 1.5rem !important;
  }
}

.contact__area .contact__wrap .contact__main::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 78%;
  height: 100%;
  z-index: -2;
  content: "";
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  border-radius: 1.5rem;
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main::after {
    width: 100%;
    height: 75%;
    top: auto;
    bottom: 0;
    border-radius: 1rem;
  }
}

.contact__area .contact__wrap .contact__main__time {
  background-color: hsl(var(--base));
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 0.5rem solid hsl(var(--body-color));
  text-align: center;
  max-width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1399px) {
  .contact__area .contact__wrap .contact__main__time {
    padding: 1.125rem;
  }
}

@media screen and (max-width: 1199px) {
  .contact__area .contact__wrap .contact__main__time {
    padding: 0.875rem;
  }
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__time {
    padding: 1.5rem;
  }
}

.contact__area .contact__wrap .contact__main__time h4 {
  margin-bottom: 0.875rem;
  color: hsl(var(--base-two));
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__time h4 {
    text-align: center;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__time ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 575px) {
  .contact__area .contact__wrap .contact__main__time ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;
    text-align: center;
  }
}

.contact__area .contact__wrap .contact__main__time ul li {
  border-top: 0.0625rem solid hsl(var(--body-color) / 0.1);
  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.25rem;
  padding-top: 0.875rem;
  margin-top: 0.875rem;
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__time ul li {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}

.contact__area .contact__wrap .contact__main__time ul li:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.contact__area .contact__wrap .contact__main__time ul li span:first-child {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  color: hsl(var(--base-two) / 0.5);
}

@media screen and (max-width: 1399px) {
  .contact__area .contact__wrap .contact__main__time ul li span:first-child {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1199px) {
  .contact__area .contact__wrap .contact__main__time ul li span:first-child {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__time ul li span:first-child {
    font-size: 0.875rem;
  }
}

.contact__area .contact__wrap .contact__main__time ul li span:last-child {
  color: hsl(var(--base-two));
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 1399px) {
  .contact__area .contact__wrap .contact__main__time ul li span:last-child {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  .contact__area .contact__wrap .contact__main__time ul li span:last-child {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__time ul li span:last-child {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .contact__area .contact__wrap .contact__main__time ul li span:last-child {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__address ul {
    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;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
}

.contact__area .contact__wrap .contact__main__address ul li {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 0.0625rem solid hsl(var(--white) / 0.08);
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__address ul li {
    margin-top: 0;
    border-top: none;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33% - 1.25rem);
    flex: 0 1 calc(33.33% - 1.25rem);
    background-color: hsl(var(--white) / 0.04);
    padding: 14px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 575px) {
  .contact__area .contact__wrap .contact__main__address ul li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.contact__area .contact__wrap .contact__main__address ul li:first-child {
  margin-top: 0;
  border-top: none;
}

.contact__area .contact__wrap .contact__main__address ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--white));
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  gap: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .contact__area .contact__wrap .contact__main__address ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .contact__area .contact__wrap .contact__main__address ul li a {
    font-size: 0.75rem;
  }
}

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

.contact__area .contact__wrap .contact__main__address ul li a i {
  color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.125rem;
}

.contact__area .contact__wrap .contact__main__address ul li p {
  max-width: 15.625rem;
}

@media screen and (max-width: 767px) {
  .contact__area .contact__wrap .contact__main__address ul li p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 575px) {
  .contact__area .contact__wrap .contact__main__address ul li p {
    max-width: unset;
  }
}

.contact__area .contact__wrap .contact__main__address ul li h4 {
  margin-bottom: 0.375rem;
  text-transform: capitalize;
  transition: 0.3s;
}

.contact__area .contact__wrap .contact__main__address ul li h4:hover {
  color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .contact__area .contact__wrap .contact__main__address ul li h4 {
    font-size: 1rem;
  }
}

.contact__main__address {
  max-height: 460px;
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  .contact__main__address {
    max-height: unset;
  }
}

.contact__main__address::-webkit-scrollbar-track {
  background-color: transparent;
}

.contact__main__address::-webkit-scrollbar {
  width: 0.3125rem;
  background-color: transparent;
}

.contact__main__address::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.5);
  border-radius: 0.3125rem;
}

/* ======================  Contact Section End  ======================*/

/* ======================  Staff Details Section Start  ======================*/
.staff__details__info {
  text-align: center;
  margin-bottom: 2rem;
}
.staff__details__info span {
  margin-bottom: 0.625rem;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  padding: 0.625rem;
  overflow: hidden;
  background-color: hsl(var(--black) / 0.1);
}
.staff__details__info span img {
  width: 100%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.staff__details__info h4 {
  margin-bottom: 0.125rem;
  display: block;
}
.staff__details__info p {
  text-transform: uppercase;
}
.staff__details .staff__details__list {
  background-color: hsl(var(--white) / 0.04);
  padding: 1rem;
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  border-radius: 1rem;
}
.staff__details .staff__details__list__item {
  background-color: hsl(var(--white) / 0.04);
  margin-bottom: 0.625rem;
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  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;
  font-size: 0.875rem;
}
.staff__details .staff__details__list__item:last-child {
  margin-bottom: 0;
}

.staff__details__list__item:nth-child(3) {
  background-color: transparent;
  border: none;
  padding-left: 0;
  font-size: 16px;
}

.staff__details__list__item:nth-child(3) span {
  color: hsl(var(--base));
}

/* ======================  Staff Details Section End  ======================*/

/* ======================  Auth Section Start  ======================*/
.auth__area {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.forgot__pass__wrap {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .auth__area {
    height: auto;
  }
}

.auth__area .auth__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

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

.auth__area .auth__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.auth__area .auth__wrap {
  max-width: 37.5rem;
  background-color: hsl(var(--body-color));
  height: 100%;
  padding: 2.5rem;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .auth__area .auth__wrap {
    padding: 2rem 1.5rem;
    max-width: 31.25rem;
  }
}

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

.auth__area .auth__wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.auth__area .auth__wrap::-webkit-scrollbar {
  width: 0.3125rem;
  background-color: transparent;
}

.auth__area .auth__wrap::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.5);
  border-radius: 0.3125rem;
}

.auth__area .auth__wrap .auth__wrap__pk {
  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;
  min-height: 100%;
}

.auth__area .auth__wrap__topbar {
  text-align: center;
  margin-bottom: 1.25rem;
}

.auth__area .auth__wrap__topbar a {
  max-width: 5.9375rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1199px) {
  .auth__area .auth__wrap__topbar a {
    max-width: 5rem;
  }
}

.auth__area .auth__wrap__topbar a img {
  width: 100%;
}

.auth__area .auth__wrap__topbar span {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  color: hsl(var(--white));
  display: block;
}

@media screen and (max-width: 1199px) {
  .auth__area .auth__wrap__topbar span {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  .auth__area .auth__wrap__topbar span {
    font-size: 1rem;
  }
}

.auth__area .auth__wrap__topbar h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .auth__area .auth__wrap__topbar h1 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 575px) {
  .auth__area .auth__wrap__topbar h1 {
    font-size: 1.75rem;
  }
}

.auth__area .auth__wrap .auth__options {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.auth__area .auth__wrap .auth__options .form-check {
  margin-bottom: -0.25rem;
}

.auth__area .auth__wrap .auth__options a {
  color: hsl(var(--base));
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}

.auth__area .auth__wrap .auth__options a:hover {
  text-decoration: underline;
}

.auth__area .auth__wrap__form__others {
  text-align: center;
  margin-bottom: 1.5rem;
}

.auth__area .auth__wrap__form__others p {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--white));
  text-transform: capitalize;
}

.auth__area .auth__wrap__form__others p span {
  display: block;
}

.auth__area .auth__wrap__form__socials {
  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: 0.75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.auth__area .auth__wrap__form__socials a {
  width: 5.5rem;
  height: 2.75rem;
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid 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;
  border-radius: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .auth__area .auth__wrap__form__socials a {
    width: 5rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  .auth__area .auth__wrap__form__socials a {
    width: 3.75rem;
  }
}

.auth__area .auth__wrap__form__socials a img {
  width: auto;
  height: 1.125rem;
}

@media screen and (max-width: 991px) {
  .auth__area .auth__wrap__form__socials a img {
    height: 1rem;
  }
}

.auth__area .auth__wrap__form__socials a:hover {
  background-color: hsl(var(--white) / 0.08);
  border-color: hsl(var(--white) / 0.1);
}

.auth__area .auth__already {
  text-align: center;
  margin-top: 1.125rem;
}

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

.auth__area .auth__already p a {
  color: hsl(var(--base));
  text-transform: capitalize;
}

.auth__area .auth__already p a:hover {
  text-decoration: underline;
}

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

.country__number span {
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.country__number input {
  padding-left: 3.75rem;
}

/* ======================  Auth Section End  ======================*/
/* ======================  Checkout Section Start  ======================*/
.checkout__main > h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 991px) {
  .checkout__main > h4 {
    text-align: center;
  }
}

.common__sidebar {
  background-color: hsl(var(--white) / 0.06);
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
  padding: 2rem;
  border-radius: 1.5rem;
}

@media screen and (max-width: 1399px) {
  .common__sidebar {
    padding: 1.625rem;
    border-radius: 1.25rem;
  }
}

@media screen and (max-width: 1199px) {
  .common__sidebar {
    padding: 1.25rem 1.125rem;
    border-radius: 0.875rem;
  }
}

.common__sidebar > h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1199px) {
  .common__sidebar > h4 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.common__sidebar__promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.875rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.common__sidebar__promocode div {
  width: 100%;
}

.common__sidebar__promocode button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 1199px) {
  .common__sidebar__promocode button {
    padding: 1.0625rem 1.5rem;
    margin-bottom: 0.125rem;
  }
}

.common__sidebar__promocode input {
  padding: 1.125rem 1.5rem;
  width: 100%;
}

.common__sidebar > button {
  width: 100%;
  margin-top: 1.25rem;
}

.common__sidebar ul li {
  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;
  border-radius: 0.75rem;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid transparent;
}

@media screen and (max-width: 1199px) {
  .common__sidebar ul li {
    border-radius: 0.5rem;
  }
}

.common__sidebar ul li:nth-child(odd) {
  background-color: hsl(var(--white) / 0.02);
  border-color: hsl(var(--white) / 0.04);
}

.common__sidebar ul li:last-child span {
  color: hsl(var(--base)) !important;
}

.common__sidebar ul li h5 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

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

.common__sidebar ul li span {
  font-size: 1.125rem;
  font-weight: 500;
  color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .common__sidebar ul li span {
    font-size: 1rem;
  }
}
/* ======================  Checkout Section End  ======================*/
/* ======================  Cart Section Start  ======================*/
.cart__area .form-check {
  margin-bottom: -3px;
}

.cart__area .cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  text-align: start;
}

.cart__area .cart__product__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 6px;
}

.cart__area .cart__product__img a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid #96885f;
  border-radius: 6px;
  padding: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  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;
}

.cart__area .cart__product__img a img {
  width: auto;
  height: 100%;
}

.cart__area .cart__product__img a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cart__area .cart__product__content a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart__area .cart__product__content a h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart__area .cart__product__content a:hover {
  color: #96885f;
}

.cart__area .cart__product__content a:hover h4 {
  color: #96885f;
}

.cart__area .cart__product__content p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}

.cart__area .cart__product__content p span {
  color: rgba(255, 255, 255, 0.7);
  display: contents;
}

.cart__area .cart__product__content h5 {
  color: #96885f;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.cart__area .delete__btn {
  color: #fff;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart__area .delete__btn:hover {
  color: #ff0000;
}

.cart__area .product__number button {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.75rem;
}

.cart__area .product__number button.minus__btn {
  border-radius: 0.25rem 0 0 0.25rem;
}

.cart__area .product__number button.plus__btn {
  border-radius: 0 0.25rem 0.25rem 0;
}

.cart__area .product__number input {
  width: 3.125rem;
  height: 2.5rem;
  padding: 0rem 0.625rem;
  font-size: 0.75rem;
}

/* ======================  Cart Section End  ======================*/
/* ======================  Booking Section Start  ======================*/
.booking__wrap {
  background-color: hsl(var(--white) / 0.04);
  border: 0.0625rem solid hsl(var(--white) / 0.02);
  border-radius: 0.75rem;
  padding: 2rem;
}

@media screen and (max-width: 1199px) {
  .booking__wrap {
    padding: 1rem;
    border-radius: 0.5rem;
  }
}

.booking__form {
  padding: 1.5rem;
  border: 0.0625rem dashed hsl(var(--white) / 0.1);
  border-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .booking__form {
    padding: 1rem;
  }
}

.booking__form__topbar {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.booking__form__topbar a {
  background-color: hsl(var(--white) / 0.04);
  color: hsl(var(--white) / 0.6);
  padding: 0.375rem 0.75rem;
  border-radius: 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.booking__form__topbar a.active {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.booking__form .booking__date {
  position: relative;
  z-index: 1;
}

.booking__form .booking__date span {
  position: absolute;
  left: 1.25rem;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  color: hsl(var(--white));
  font-size: 1.125rem;
}

.booking__form .booking__date input {
  padding-left: 3.125rem;
}

.booking__preview {
  border: 0.0625rem dashed hsl(var(--white) / 0.1);
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .booking__preview {
    height: auto;
    margin-top: 20px;
  }
}

.booking__preview__map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .booking__preview__map {
    height: 15.625rem;
  }
}

.booking__preview__map iframe {
  width: 100%;
  height: 100%;
}

.booking__preview__content {
  padding: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .booking__preview__content {
    padding: 1.125rem;
  }
}

.booking__preview__content__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.25rem;
}

@media screen and (max-width: 575px) {
  .booking__preview__content__topbar {
    gap: 0.625rem;
  }
}

.booking__preview__content__topbar img {
  width: 9.375rem;
  height: 6.875rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 575px) {
  .booking__preview__content__topbar img {
    width: 6.25rem;
    height: 4.375rem;
  }
}

.booking__preview__content__topbar h4 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.375rem;
}

@media screen and (max-width: 575px) {
  .booking__preview__content__topbar h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}

.booking__preview__content__topbar p {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 575px) {
  .booking__preview__content__topbar p {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}

.booking__preview__content__topbar 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;
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  color: hsl(var(--white));
  gap: 0.25rem;
  width: 6.25rem;
  height: 2.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 575px) {
  .booking__preview__content__topbar a {
    font-size: 0.75rem;
    width: 5.625rem;
    height: 32px;
  }
}

.booking__preview__content__topbar a:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.booking__preview__content ul {
  background-color: hsl(var(--white) / 0.04);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  padding: 1rem;
  border-radius: 0.625rem;
}

@media screen and (max-width: 575px) {
  .booking__preview__content ul {
    padding: 0.5rem;
  }
}

.booking__preview__content ul li {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0.625rem 1rem;
  border-radius: 0.375rem;
}

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

@media screen and (max-width: 991px) {
  .booking__preview__content ul li {
    font-size: 0.875rem;
  }
}

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

.booking__preview__content ul li:nth-child(odd) {
  background-color: hsl(var(--white) / 0.04);
}

.booking__preview__content ul li:last-child span {
  color: hsl(var(--base));
}

.add_booking__btn i {
  display: flex;
  font-size: 14px;
  margin-right: 7px;
  margin-top: -2px;
}

.booking__delete__btn {
  width: fit-content;
  margin-left: auto;
  padding: 8px;
  border-radius: 5px;
  color: #fff !important;
  background-color: hsl(var(--white) / 0.04) !important;
  border-color: hsl(var(--white) / 0.04);
}

.booking__payment__title {
  margin-bottom: 1.5rem;
}

.booking__payment__title h3 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

.booking__payment__form {
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
}

.booking__payment__form .form-check {
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.booking__payment__form .form-check input {
  margin-top: 0;
}

.booking__payment__form .form-check label {
  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;
  width: 100%;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.booking__payment__form .form-check label img {
  max-width: 7.5rem;
}

.booking__pay__options {
  overflow-y: auto;
  max-height: 26.25rem;
}

.booking__pay__options::-webkit-scrollbar-track {
  background-color: transparent;
}

.booking__pay__options::-webkit-scrollbar {
  width: 0.3125rem;
  background-color: transparent;
}

.booking__pay__options::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.5);
  border-radius: 0.3125rem;
}

.booking__pay__options .row .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.booking__dt .deposit-info__input-group-text {
  align-self: unset;
}

.booking__dt .deposit-info__input-group .form--control {
  height: unset;
}

.booking__dt {
  padding: 24px;
}
.deposit-infso {
  margin-bottom: 20px;
}

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

.deposit-info {
  background-color: hsl(var(--white) / 0.04);
  padding: 10px 20px;
  margin-bottom: 5px;
  border-radius: 4px;
}

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

.crypto-message {
  background-color: hsl(var(--white) / 0.04);
  padding: 10px 20px;
  margin-bottom: 5px;
  border-radius: 4px;
  color: hsl(var(--white));
}

.gateway-currency {
  margin: 0px 4px;
  color: hsl(var(--base));
}

/* ======================  Booking Section End  ======================*/
label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}
.policy__section ul li {
  color: hsl(var(--white));
}

.policy__section ul {
  list-style: decimal;
  padding-left: 20px;
}
.policy__section p strong {
  color: hsl(var(--white));
}

/* ======================  View Ticket Section Start  ======================*/
.view__ticket {
  background-color: hsl(var(--white) / 0.04);
  border: 0.0625rem solid hsl(var(--white) / 0.02);
  padding: 1.25rem;
  border-radius: 0.625rem;
}

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

.view__ticket__wrap {
  overflow-y: auto;
  height: 28.75rem;
  padding: 1.25rem;
  margin-bottom: 0.625rem;
}

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

.view__ticket__wrap::-webkit-scrollbar-track {
  background-color: transparent;
}

.view__ticket__wrap::-webkit-scrollbar {
  width: 0.3125rem;
  background-color: transparent;
}

.view__ticket__wrap::-webkit-scrollbar-thumb {
  background-color: hsl(var(--white) / 0.5);
  border-radius: 0.3125rem;
}

.view__ticket__single {
  max-width: 80%;
  margin-bottom: 1.5rem;
}

.view__ticket__single:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .view__ticket__single {
    max-width: unset;
  }
}

.view__ticket__single__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}

.view__ticket__single__topbar img {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.view__ticket__single__topbar h3 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}

.view__ticket__single__topbar p {
  font-size: 0.75rem;
}

.view__ticket__single > h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

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

.view__ticket__single > p {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .view__ticket__single > p {
    font-size: 0.75rem;
  }
}

.view__ticket__single > a {
  margin-top: 0.875rem;
}

.view__ticket__single > a img {
  width: 2.1875rem;
}

.view__ticket__single.ticket__admin__reply {
  text-align: end;
  margin-left: auto;
}

.view__ticket__single.ticket__admin__reply .view__ticket__single__topbar {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.view__ticket .file__uploader {
  padding: 1.8125rem;
  min-height: 8.125rem;
}

@media screen and (max-width: 1199px) {
  .view__ticket .file__uploader {
    padding: 18px;
  }

  .view__ticket .file__uploader .support-text {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .view__ticket .file__uploader {
    min-height: auto;
  }

  .view__ticket .file__uploader .support-text {
    max-width: unset;
  }
}
/* ======================  View Ticket Section End  ======================*/

.support__user {
  padding-top: 150px;
  padding-bottom: 120px;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .support__user {
    padding-top: 120px;
    padding-bottom: 80px;
    max-width: 90%;
  }
}

.support__user h2 {
  font-size: 20px;
  margin-bottom: 0;
}
.support__user h2 span {
  color: hsl(var(--white));
}

.support__user .file__uploader {
  background-color: hsl(var(--white) / 0.04);
  border: 0.0625rem solid hsl(var(--white) / 0.02);
  border-radius: 0.5rem;
  padding: 1.25rem;
  text-align: center;
}

.support__user textarea.form--control {
  height: 130px;
  background-color: hsl(var(--white) / 0.04);
  border-color: hsl(var(--white) / 0.04);
}

.support__user label {
  color: hsl(var(--white));
  cursor: pointer;
}

.support__user .icon-wrap {
  color: hsl(var(--base));
  margin-bottom: 8px;
  border: 1px solid hsl(var(--white) / 0.04);
  width: fit-content;
  padding: 6px 20px;
  border-radius: 5px;
  background-color: hsl(var(--white) / 0.04);
  margin-left: auto;
  margin-right: auto;
}

.support__user span {
  color: hsl(var(--base));
}

/* ======================  File Uploader Section Start  ======================*/
.file__uploader {
  background-color: hsl(var(--white) / 0.04);
  border: 0.0625rem solid hsl(var(--white) / 0.02);
  border-radius: 0.5rem;
  padding: 1.25rem;
  text-align: center;
  display: block;
  cursor: pointer;
}

.file__uploader .icon-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  background-color: hsl(var(--white) / 0.04);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  cursor: pointer;
}

.file__uploader .icon-wrap label {
  cursor: pointer;
}

.file__uploader .icon-wrap i {
  margin-right: 0.125rem;
  color: hsl(var(--cyan));
}

.file__uploader .icon-wrap span {
  color: hsl(var(--cyan));
  margin-left: 0.125rem;
}

.file__uploader .support-text {
  font-size: 0.875rem;
}

.file__uploader .thumb_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.file__uploader .thumb_area > div {
  width: 3.75rem;
  height: 3.75rem;
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.file__uploader .thumb_area > div div {
  width: 100%;
  height: 100%;
}

.file__uploader .thumb_area > div div label {
  width: 100%;
  height: 100%;
}

.file__uploader .thumb_area > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.file__uploader .delete {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: hsl(var(--danger));
  color: hsl(var(--white));
  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;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.file__uploader .emptyDiv .delete {
  display: none;
}

.file__uploader .emptyDiv label {
  cursor: pointer;
}

.file__uploader .emptyDiv label img[alt="add-attchmewnt"] {
  -webkit-filter: brightness(100);
  filter: brightness(100);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* ======================  File Uploader Section End  ======================*/

.dark__mode__date {
  background: #1e1e1e !important;
  color: #ffffff !important;
  border: 1px solid #444 !important;
}

.dark__mode__date .drp-calendar {
  background: #2a2a2a !important;
  color: #ffffff !important;
}

.dark__mode__date .calendar-table {
  background: #2a2a2a !important;
}

.dark__mode__date td.available:hover,
.dark__mode__date td.available:focus {
  background: #444 !important;
}

.dark__mode__date .drp-buttons {
  background: #2a2a2a !important;
  border-top: 1px solid #444 !important;
}

.dark__mode__date .drp-buttons .btn {
  background: #444 !important;
  color: #ffffff !important;
  border: none !important;
}

.dark__mode__date .ranges li {
  color: #ffffff !important;
}

.dark__mode__date .ranges li:hover {
  background: #444 !important;
}

.daterangepicker.dark__mode__date td.off,
.daterangepicker.dark__mode__date td.off.in-range,
.daterangepicker.dark__mode__date td.off.start-date,
.daterangepicker.dark__mode__date td.off.end-date {
  background-color: #292929;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid hsl(var(--base));
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker:before {
  border-bottom: 7px solid #444;
}

.daterangepicker:after {
  border-bottom: 6px solid #444;
}

.back__to__home {
  color: hsl(var(--base));
  font-size: 16px;
}

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

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: hsl(var(--base));
}

/* ======================  Blog Section Start  ======================*/
.blog__single {
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.02);
  padding: 0.9375rem;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}

@media screen and (max-width: 1199px) {
  .blog__single {
    padding: 0.625rem;
  }
}

@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 img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.blog__single__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 13.75rem;
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
}

@media screen and (max-width: 1199px) {
  .blog__single__img {
    height: 10.3125rem;
  }
}

.blog__single__img h6 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2.25rem;
  text-align: center;
}

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

.blog__single__img h6 span {
  font-size: 1rem;
  text-transform: uppercase;
  background-color: hsl(var(--body-color));
  padding: 0.375rem 1.375rem;
}

@media screen and (max-width: 1199px) {
  .blog__single__img h6 span {
    font-size: 0.875rem;
  }
}

.blog__single__img a {
  width: 100%;
  height: 100%;
}

.blog__single__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.blog__single__content {
  background-color: hsl(var(--white) / 0.04);
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .blog__single__content {
    padding: 1.5rem 1.125rem;
  }
}

.blog__single__content .blog__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(var(--white));
  margin-bottom: 1rem;
  text-transform: capitalize;
  display: block;
  font-family: var(--heading-font);
}

@media screen and (max-width: 1199px) {
  .blog__single__content .blog__title {
    font-size: 1.0625rem;
    margin-bottom: 0.625rem;
  }
}

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

.blog__single__content p {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog__single__content .blog_description {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
  .blog__single__content p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}

.blog__single__content .blog__btn {
  color: hsl(var(--white));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.blog__single__content .blog__btn span {
  width: 0.9375rem;
  height: 0.0625rem;
  background-color: hsl(var(--white));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.blog__single__content .blog__btn:hover span {
  width: 1.25rem;
}

/* ======================  Blog Section End  ======================*/
/* ======================  Blog Details Section Start  ======================*/
.blog__details__wrap {
  display: grid;
  grid-template-columns: 1fr 19.375rem;
  gap: 1.5rem;
}

@media screen and (max-width: 991px) {
  .blog__details__wrap {
    grid-template-columns: 1fr 16.25rem;
  }
}

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

.blog__details__content img {
  width: 100%;
  border-radius: 1rem;
}

@media screen and (max-width: 991px) {
  .blog__details__content img {
    border-radius: 0.625rem;
  }
}

.blog__details__content p {
  margin-bottom: 1.25rem;
}

.blog__details__content blockquote {
  color: hsl(var(--white));
  background-color: hsl(var(--white) / 0.08);
  padding: 2rem;
  border-left: 0.3125rem solid hsl(var(--base));
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 991px) {
  .blog__details__content blockquote {
    font-size: 0.875rem;
    padding: 1.25rem;
    border-width: 0.1875rem;
  }
}

.blog__details__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 3.125rem;
  margin-top: -3.4375rem;
  position: relative;
  z-index: 2;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1199px) {
  .blog__details__date {
    margin-top: -2.8125rem;
  }
}

@media screen and (max-width: 991px) {
  .blog__details__date {
    margin-top: -2.1875rem;
    margin-left: 2.1875rem;
    margin-bottom: 1.5rem;
  }
}

.blog__details__date > span {
  width: 100%;
  height: 0.3125rem;
  background-color: hsl(var(--base));
  border-radius: 0.625rem;
  display: block;
}

@media screen and (max-width: 991px) {
  .blog__details__date > span {
    height: 0.1875rem;
  }
}

.blog__details__date h4 {
  background-color: hsl(var(--base));
  padding: 0.5rem 1.5rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 0.5rem;
  border: 0.3125rem solid hsl(var(--body-color));
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 1199px) {
  .blog__details__date h4 {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 991px) {
  .blog__details__date h4 {
    font-size: 1.25rem;
    padding: 0.375rem 0.75rem;
    border-width: 0.1875rem;
  }
}

.blog__details__date h4 span {
  font-size: 1.25rem;
  text-transform: uppercase;
}

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

@media screen and (max-width: 991px) {
  .blog__details__date h4 span {
    font-size: 0.875rem;
  }
}

.blog__details__search {
  margin-bottom: 1.5rem;
}

.blog__details__search .form--control {
  padding: 20px;
}

.blog__category {
  margin-bottom: 1.5rem;
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
}

.blog__category h5 {
  font-weight: 500;
}

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

.blog__category ul li {
  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.75rem;
  color: hsl(var(--white));
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

.blog__recent {
  margin-bottom: 1.5rem;
  border: 0.0625rem solid hsl(var(--white) / 0.1);
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
}

.blog__recent h5 {
  font-weight: 500;
}

.blog__recent__img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}

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

.blog__recent__img a {
  width: 100%;
  height: 100%;
  display: block;
}

.blog__recent__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.blog__recent__content a {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--white));
  margin-bottom: 0.125rem;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--heading-font);
}

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

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

.blog__recent__content p {
  font-size: 0.75rem;
}

.blog__recent__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
}

.blog__recent__single:last-child {
  margin-bottom: 0;
}

.blog__recent__single:hover .blog__recent__img a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ======================  Blog Details Section End  ======================*/

/* ======================  Branch Section Start  ======================*/
.branch__single {
  background-color: hsl(var(--white) / 0.02);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  padding: 0.9375rem;
  border-radius: 1rem;
}

@media screen and (max-width: 575px) {
  .branch__single {
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.branch__single:hover .branch__single__img a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.branch__single__img {
  width: 100%;
  height: 10.625rem;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 1399px) {
  .branch__single__img {
    height: 8.75rem;
  }
}

@media screen and (max-width: 767px) {
  .branch__single__img {
    height: 7.5rem;
  }
}

@media screen and (max-width: 575px) {
  .branch__single__img {
    height: 9.375rem;
  }
}

.branch__single__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.branch__single__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.branch__single__content a {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  color: hsl(var(--white));
  display: block;
  margin-bottom: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.branch__single__content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: hsl(var(--white));
}

.branch__single__content p i {
  color: hsl(var(--base));
}

/* ======================  Branch Section End  ======================*/
/* ======================  Branch Details Section Start  ======================*/
.branch__details__main__single img {
  width: 100%;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .branch__details__main__single img {
    border-radius: 0.625rem;
  }
}

.branch__details__main {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .branch__details__main {
    margin-bottom: 0.875rem;
  }
}

.branch__details__main .swiper-button-next,
.branch__details__main .swiper-button-prev {
  color: hsl(var(--base));
}

.branch__details__main .swiper-button-next:after,
.branch__details__main .swiper-button-prev:after {
  font-size: 1.5rem;
}

.branch__details__thumb__single img {
  width: 100%;
  border-radius: 0.5rem;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .branch__details__thumb__single img {
    border-radius: 0.3125rem;
  }
}

.branch__details__thumb__single.swiper-slide-thumb-active img {
  opacity: 1;
}

.branch__main__content {
  margin-top: 2.5rem;
}

.branch__main__topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
  .branch__main__topbar {
    flex-direction: column;
  }
}

.branch__main__topbar > a {
  flex: 0 0 auto;
}

.branch__main__content h2 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.branch__main__content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}

.branch__main__content p {
  margin-bottom: 1.25rem;
}

.branch__main__barber {
  margin-top: 2.5rem;
}

.branch__main__barber h4 {
  text-transform: capitalize;
}

.branch__main__map {
  margin-top: 2.5rem;
}

.branch__main__map h4 {
  text-transform: capitalize;
}

.branch__main__map iframe {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  border-radius: 1rem;
}

.branch__sidebar__card {
  background-color: hsl(var(--white) / 0.04);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  padding: 1.5rem 0.9375rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

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

.branch__sidebar__card:last-child {
  margin-bottom: 0;
}

.branch__sidebar__card.branch__dt 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: 991px) {
  .branch__sidebar__card.branch__dt ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.branch__sidebar__card.branch__dt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: hsl(var(--white) / 0.04);
  border: 0.0625rem solid hsl(var(--white) / 0.04);
  padding: 1.25rem 0.875rem;
  border-radius: 0.625rem;
  gap: 0.625rem;
}

@media screen and (max-width: 991px) {
  .branch__sidebar__card.branch__dt ul li {
    -webkit-box-flex: 44%;
    -ms-flex: 44%;
    flex: 44%;
    max-width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .branch__sidebar__card.branch__dt ul li {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.branch__sidebar__card.branch__dt ul li > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: hsl(var(--base));
  font-size: 1.25rem;
}

.branch__sidebar__card.branch__dt ul li h6 {
  margin-bottom: 0.5rem;
}

.branch__sidebar__card.branch__dt ul li p {
  font-size: 0.875rem;
  color: hsl(var(--white));
}

.branch__sidebar__card.branch__dt ul li p span {
  color: hsl(var(--base));
}

.branch__sidebar__card.branch__dt ul li a {
  color: hsl(var(--white));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .branch__sidebar__card.branch__dt ul li a {
    font-size: 0.875rem;
  }
}

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

.branch__sidebar__card.other__branch ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.branch__sidebar__card.other__branch ul li a {
  color: hsl(var(--white));
  text-transform: capitalize;
  font-size: 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid hsl(var(--white) / 0.1);
  display: block;
  margin-bottom: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .branch__sidebar__card.other__branch ul li a {
    font-size: 0.875rem;
  }
}

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

@media screen and (max-width: 991px) {
  .branch__sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .branch__sidebar__card:first-child {
    grid-column: span 2;
  }
}

@media screen and (max-width: 575px) {
  .branch__sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .branch__sidebar__card:first-child {
    grid-column: span 1;
  }
}

.empty-message img {
  width: 70px !important;
}
/* ======================  Branch Details Section End  ======================*/

/*# sourceMappingURL=main.css.map */

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

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

.social-list__link {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--white));
  font-size: 12px;
  background-color: hsl(var(--white) / 0.15);
}

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