@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&amp;display=swap");
header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
:root {
  --primary: #dab153;
  --primary-rgb: 194, 84, 20;
  --secondary: #3444a5;
  --light: #f7f8f8;
  --dark: #1b1414;
  --dark-hover: #1b1414;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --white-50: #ffffff0d;
  --white-100: #ffffff24;
  --success: #27ae60;
  --info: #2f80ed;
  --danger: #ef1e1e;
  --orange: #e04f16;
  --pink: #dd2590;
  --purple: purple;
  --teal: #0e9384;
  --cyan: #06aed4;
  --warning: #fdaf22;
  --black: #000;
  --dark-700: #1b1414b2;
  --gray-100: #e5e5e5;
  --gray-200: #cbcbcb;
  --gray-300: #b2b2b2;
  --gray-400: #9a9a9a;
  --gray-500: #828282;
  --gray-600: #6b6b6b;
  --gray-700: #555;
  --gray-800: #404040;
  --gray-900: #2c2c2c;
  --gray-hover: #191919;
  --light-100: #fafafa;
  --light-200: #f1f1f1;
  --light-300: #d7d7d766;
  --light-hover: #d3d3d3;
  --danger-100: #fde9e9;
  --success-100: #27ae60;
  --cyan-transparent: #e9f8fb;
  --danger-transparent: #fef4f4;
  --dark-transparent: #fafafa;
  --gray-transparent: #fafafa;
  --info-transparent: #f4f9fe;
  --light-transparent: #fefefe;
  --orange-transparent: #fdf6f3;
  --pink-transparent: #fdf4f9;
  --primary-transparent: #fff9f6;
  --secondary-transparent: #f2f5ff;
  --purple-transparent: #f9f2f9;
  --success-transparent: #f4fbf7;
  --teal-transparent: #e9f5f4;
  --warning-transparent: #fefbf1;
  --primary-200: #f3d1c2;
  --secondary-200: #e8ecf7;
  --purple-200: #f2e6f2;
  --teal-200: #d4ece9;
  --primary-hover: #000;
  --secondary-hover: #2c3a8f;
  --danger-hover: #d93030;
  --warning-hover: #cead47;
  --success-hover: #37a465;
  --info-hover: #3d7fd7;
  --cyan-hover: #39a4c3;
  --orange-hover: #cf5a32;
  --pink-hover: #e4479b;
  --purple-hover: #7f177f;
  --teal-hover: #358e82;
  --form-bg: #fff;
  --heading-color: #2c2c2c;
  --border-color: #e5e5e5;
  --body-color: #555;
  --input-border: #e5e5e5;
  --dark-gradient: #00000080;
  --dark-linear-gradient: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    #000 100%
  );
}
:root[data-bs-theme="dark"] {
  --white: #0c0602;
  --dark: #fffbf9;
  --gray-100: #1c1b1b;
  --gray-200: #282828;
  --gray-300: #464443;
  --gray-400: #505050;
  --gray-500: #595959;
  --gray-600: #817b78;
  --gray-700: #bab4b0;
  --gray-800: #d7d0cc;
  --gray-900: #efe9e6;
  --gray-hover: #e0dddb;
  --light-100: #797979;
  --light-200: #222120;
  --light-hover: #171615;
  --form-bg: #0c0602;
  --input-border: #1c1b1b;
  --heading-color: #efe9e6;
  --body-color: #bab4b0;
  --border-color: #1c1b1b;
  --light: #141312;
  --light-rgb: 20, 19, 18;
  --light-dark: rgb(17, 16.15, 15.3);
  --white: #100f0e;
  --white-rgb: 16, 15, 14;
  --white-dark: rgb(10.2, 5.1, 1.7);
}
.theme-1 {
  --primary: #50723b;
  --primary-hover: #3a532a;
  --primary-transparent: #eff2ed;
}
.theme-2 {
  --primary: #ac3c76;
  --light-100: #fbf5f8;
  --pink: #e15362;
  --dark: #28172a;
  --primary-linear-gradient: linear-gradient(
    90deg,
    #e15362 0,
    #c64d9e 50%,
    #a356bb 100%
  );
  --primary-hover-gradient: linear-gradient(
    270deg,
    #e15362 0,
    #c64d9e 50%,
    #a356bb 100%
  );
  --dark-linear-gradient: linear-gradient(
    181.77deg,
    rgba(0, 0, 0, 0.54) -139.23%,
    rgba(26, 21, 22, 0.6) 98.5%
  );
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.primary-btn-outline {
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .primary-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.primary-btn-outline:hover,
.primary-btn-outline:focus,
.primary-btn-outline.focus,
.primary-btn-outline:active,
.primary-btn-outline.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  box-shadow: none;
}
.secondary-btn-outline {
  color: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .secondary-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.secondary-btn-outline:hover,
.secondary-btn-outline:focus,
.secondary-btn-outline.focus,
.secondary-btn-outline:active,
.secondary-btn-outline.active {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white);
  box-shadow: none;
}
.dark-btn-outline {
  color: var(--dark);
  border: 1px solid var(--dark);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .dark-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.dark-btn-outline:hover,
.dark-btn-outline:focus,
.dark-btn-outline.focus,
.dark-btn-outline:active,
.dark-btn-outline.active {
  background-color: var(--dark);
  border: 1px solid var(--dark);
  color: var(--white);
  box-shadow: none;
}
.light-btn-outline {
  color: var(--light);
  border: 1px solid var(--light);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .light-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.light-btn-outline:hover,
.light-btn-outline:focus,
.light-btn-outline.focus,
.light-btn-outline:active,
.light-btn-outline.active {
  background-color: var(--light);
  border: 1px solid var(--light);
  color: var(--white);
  box-shadow: none;
}
.info-btn-outline {
  color: var(--info);
  border: 1px solid var(--info);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .info-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.info-btn-outline:hover,
.info-btn-outline:focus,
.info-btn-outline.focus,
.info-btn-outline:active,
.info-btn-outline.active {
  background-color: var(--info);
  border: 1px solid var(--info);
  color: var(--white);
  box-shadow: none;
}
.danger-btn-outline {
  color: var(--danger);
  border: 1px solid var(--danger);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .danger-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.danger-btn-outline:hover,
.danger-btn-outline:focus,
.danger-btn-outline.focus,
.danger-btn-outline:active,
.danger-btn-outline.active {
  background-color: var(--danger);
  border: 1px solid var(--danger);
  color: var(--white);
  box-shadow: none;
}
.success-btn-outline {
  color: var(--success);
  border: 1px solid var(--success);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .success-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.success-btn-outline:hover,
.success-btn-outline:focus,
.success-btn-outline.focus,
.success-btn-outline:active,
.success-btn-outline.active {
  background-color: var(--success);
  border: 1px solid var(--success);
  color: var(--white);
  box-shadow: none;
}
.warning-btn-outline {
  color: var(--warning);
  border: 1px solid var(--warning);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .warning-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.warning-btn-outline:hover,
.warning-btn-outline:focus,
.warning-btn-outline.focus,
.warning-btn-outline:active,
.warning-btn-outline.active {
  background-color: var(--warning);
  border: 1px solid var(--warning);
  color: var(--white);
  box-shadow: none;
}
.cyan-btn-outline {
  color: var(--cyan);
  border: 1px solid var(--cyan);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .cyan-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.cyan-btn-outline:hover,
.cyan-btn-outline:focus,
.cyan-btn-outline.focus,
.cyan-btn-outline:active,
.cyan-btn-outline.active {
  background-color: var(--cyan);
  border: 1px solid var(--cyan);
  color: var(--white);
  box-shadow: none;
}
.pink-btn-outline {
  color: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .pink-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.pink-btn-outline:hover,
.pink-btn-outline:focus,
.pink-btn-outline.focus,
.pink-btn-outline:active,
.pink-btn-outline.active {
  background-color: var(--pink);
  border: 1px solid var(--pink);
  color: var(--white);
  box-shadow: none;
}
.orange-btn-outline {
  color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .orange-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.orange-btn-outline:hover,
.orange-btn-outline:focus,
.orange-btn-outline.focus,
.orange-btn-outline:active,
.orange-btn-outline.active {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
  box-shadow: none;
}
.purple-btn-outline {
  color: var(--purple);
  border: 1px solid var(--purple);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .purple-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.purple-btn-outline:hover,
.purple-btn-outline:focus,
.purple-btn-outline.focus,
.purple-btn-outline:active,
.purple-btn-outline.active {
  background-color: var(--purple);
  border: 1px solid var(--purple);
  color: var(--white);
  box-shadow: none;
}
.teal-btn-outline {
  color: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .teal-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.teal-btn-outline:hover,
.teal-btn-outline:focus,
.teal-btn-outline.focus,
.teal-btn-outline:active,
.teal-btn-outline.active {
  background-color: var(--teal);
  border: 1px solid var(--teal);
  color: var(--white);
  box-shadow: none;
}
.white-btn-outline {
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .white-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.white-btn-outline:hover,
.white-btn-outline:focus,
.white-btn-outline.focus,
.white-btn-outline:active,
.white-btn-outline.active {
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--white);
  box-shadow: none;
}
.primary-btn {
  color: #fff;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .primary-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.primary-btn:hover,
.primary-btn:focus,
.primary-btn.focus,
.primary-btn:active,
.primary-btn.active {
  background-color: var(--primary-hover);
  border: 1px solid var(--primary-hover);
  color: #fff;
}
.secondary-btn {
  color: #fff;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .secondary-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.secondary-btn:hover,
.secondary-btn:focus,
.secondary-btn.focus,
.secondary-btn:active,
.secondary-btn.active {
  background-color: var(--secondary-hover);
  border: 1px solid var(--secondary-hover);
  color: #fff;
}
.dark-btn {
  color: #fff;
  border: 1px solid var(--dark);
  background-color: var(--dark);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .dark-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.dark-btn:hover,
.dark-btn:focus,
.dark-btn.focus,
.dark-btn:active,
.dark-btn.active {
  background-color: var(--dark-hover);
  border: 1px solid var(--dark-hover);
  color: #fff;
}
.light-btn {
  color: #fff;
  border: 1px solid var(--light);
  background-color: var(--light);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .light-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.light-btn:hover,
.light-btn:focus,
.light-btn.focus,
.light-btn:active,
.light-btn.active {
  background-color: var(--light-hover);
  border: 1px solid var(--light-hover);
  color: #fff;
}
.info-btn {
  color: #fff;
  border: 1px solid var(--info);
  background-color: var(--info);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .info-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.info-btn:hover,
.info-btn:focus,
.info-btn.focus,
.info-btn:active,
.info-btn.active {
  background-color: var(--info-hover);
  border: 1px solid var(--info-hover);
  color: #fff;
}
.danger-btn {
  color: #fff;
  border: 1px solid var(--danger);
  background-color: var(--danger);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .danger-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.danger-btn:hover,
.danger-btn:focus,
.danger-btn.focus,
.danger-btn:active,
.danger-btn.active {
  background-color: var(--danger-hover);
  border: 1px solid var(--danger-hover);
  color: #fff;
}
.success-btn {
  color: #fff;
  border: 1px solid var(--success);
  background-color: var(--success);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .success-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.success-btn:hover,
.success-btn:focus,
.success-btn.focus,
.success-btn:active,
.success-btn.active {
  background-color: var(--success-hover);
  border: 1px solid var(--success-hover);
  color: #fff;
}
.warning-btn {
  color: #fff;
  border: 1px solid var(--warning);
  background-color: var(--warning);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .warning-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.warning-btn:hover,
.warning-btn:focus,
.warning-btn.focus,
.warning-btn:active,
.warning-btn.active {
  background-color: var(--warning-hover);
  border: 1px solid var(--warning-hover);
  color: #fff;
}
.cyan-btn {
  color: #fff;
  border: 1px solid var(--cyan);
  background-color: var(--cyan);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .cyan-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.cyan-btn:hover,
.cyan-btn:focus,
.cyan-btn.focus,
.cyan-btn:active,
.cyan-btn.active {
  background-color: var(--cyan-hover);
  border: 1px solid var(--cyan-hover);
  color: #fff;
}
.pink-btn {
  color: #fff;
  border: 1px solid var(--pink);
  background-color: var(--pink);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .pink-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.pink-btn:hover,
.pink-btn:focus,
.pink-btn.focus,
.pink-btn:active,
.pink-btn.active {
  background-color: var(--pink-hover);
  border: 1px solid var(--pink-hover);
  color: #fff;
}
.orange-btn {
  color: #fff;
  border: 1px solid var(--orange);
  background-color: var(--orange);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .orange-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.orange-btn:hover,
.orange-btn:focus,
.orange-btn.focus,
.orange-btn:active,
.orange-btn.active {
  background-color: var(--orange-hover);
  border: 1px solid var(--orange-hover);
  color: #fff;
}
.purple-btn {
  color: #fff;
  border: 1px solid var(--purple);
  background-color: var(--purple);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .purple-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.purple-btn:hover,
.purple-btn:focus,
.purple-btn.focus,
.purple-btn:active,
.purple-btn.active {
  background-color: var(--purple-hover);
  border: 1px solid var(--purple-hover);
  color: #fff;
}
.teal-btn {
  color: #fff;
  border: 1px solid var(--teal);
  background-color: var(--teal);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .teal-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.teal-btn:hover,
.teal-btn:focus,
.teal-btn.focus,
.teal-btn:active,
.teal-btn.active {
  background-color: var(--teal-hover);
  border: 1px solid var(--teal-hover);
  color: #fff;
}
.white-btn {
  color: #fff;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .white-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.white-btn:hover,
.white-btn:focus,
.white-btn.focus,
.white-btn:active,
.white-btn.active {
  background-color: var(--white-hover);
  border: 1px solid var(--white-hover);
  color: #fff;
}
.primary-btn {
  color: #fff;
}
.primary-btn:hover,
.primary-btn:focus,
.primary-btn.focus,
.primary-btn:active,
.primary-btn.active {
  color: #fff;
}
.white-btn {
  color: var(--gray-900);
  border: 1px solid var(--border-color);
  background-color: var(--white);
}
.white-btn:hover,
.white-btn:focus,
.white-btn.focus,
.white-btn:active,
.white-btn.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff !important;
}
.dark-btn {
  color: var(--white);
  border: 1px solid var(--dark);
  background-color: var(--dark);
}
.dark-btn:hover,
.dark-btn:focus,
.dark-btn.focus,
.dark-btn:active,
.dark-btn.active {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.light-btn {
  color: var(--gray-900) !important;
  border: 1px solid var(--gray-100);
}
.light-btn-outline {
  color: var(--gray-900) !important;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .light-btn-outline {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.light-btn-outline:hover,
.light-btn-outline:focus,
.light-btn-outline.focus,
.light-btn-outline:active,
.light-btn-outline.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
  box-shadow: none;
}
[data-bs-theme="dark"] .btn.dark-btn {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--dark);
}
[data-bs-theme="dark"] .btn.dark-btn:hover {
  background-color: var(--primary);
}
.theme-1 .primary-btn {
  border-radius: 1.5rem;
}
.theme-1 .secondary-btn {
  border-radius: 1.5rem;
}
.theme-1 .dark-btn {
  border-radius: 1.5rem;
}
.theme-1 .light-btn {
  border-radius: 1.5rem;
}
.theme-1 .info-btn {
  border-radius: 1.5rem;
}
.theme-1 .danger-btn {
  border-radius: 1.5rem;
}
.theme-1 .success-btn {
  border-radius: 1.5rem;
}
.theme-1 .warning-btn {
  border-radius: 1.5rem;
}
.theme-1 .cyan-btn {
  border-radius: 1.5rem;
}
.theme-1 .pink-btn {
  border-radius: 1.5rem;
}
.theme-1 .orange-btn {
  border-radius: 1.5rem;
}
.theme-1 .purple-btn {
  border-radius: 1.5rem;
}
.theme-1 .teal-btn {
  border-radius: 1.5rem;
}
.theme-1 .white-btn {
  border-radius: 1.5rem;
}
.theme-2 .primary-btn {
  position: relative;
  background: var(--primary);
  background-size: 200% auto;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 0;
  border: 0;
}
.theme-2 .primary-btn:hover {
  background-position: right center;
}
.btn-icon {
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
}
.btn-large {
  padding: 16px 28px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767.98px) {
  .btn-large {
    padding: 8px 12px;
    font-size: 15px;
  }
}
.btn-medium {
  padding: 10px 16px;
  font-size: 14px;
}
.btn-medium.btn-icon {
  width: 32px;
  height: 32px;
}
.btn-small {
  padding: 8px 20px;
  font-size: 14px;
}
.avatar-xxs {
  height: 1rem;
  width: 1rem;
}
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}
.avatar-sm {
  height: 2rem;
  width: 2rem;
}
.avatar-md {
  height: 2.25rem;
  width: 2.25rem;
}
.avatar-lg {
  height: 3rem;
  width: 3rem;
}
.avatar-xl {
  height: 5rem;
  width: 5rem;
}
.avatar-title {
  align-items: center;
  color: var(--white);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.avatar-group {
  padding-left: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  display: inline-flex;
}
.avatar-group .avatar {
  margin-left: -0.75rem;
  transition: all 0.2s;
  line-height: 1;
  width: 2.625rem;
  height: 2.625rem;
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar > .initial-wrap {
  border: 2px solid var(--white);
  font-size: 0.9rem;
}
.avatar-group .avatar:hover {
  position: relative;
  transform: translateY(-3px);
  z-index: 1;
}
.avatar-group.avatar-group-sm .avatar {
  width: 2rem;
  height: 2rem;
  margin-left: -0.5rem;
}
.avatar-group.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-group.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-group.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-group.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-group.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-group.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-group.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.user-img {
  height: 1em;
  width: 1em;
}
.avatar {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #fff;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid var(--white);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before,
.avatar.offline:before,
.avatar.away:before {
  position: absolute;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid var(--white) !important;
  z-index: 1;
}
.avatar.online:before {
  background-color: var(--success);
}
.avatar.offline:before {
  background-color: var(--danger);
}
.avatar.away:before {
  background-color: var(--warning);
}
.avatar.avatar-xss {
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  font-size: 0.65rem;
}
.avatar.avatar-xss .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-xss.online:before,
.avatar.avatar-xss.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-xs {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-xs.online:before,
.avatar.avatar-xs.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -28%;
  inset-inline-end: -0.45rem;
}
.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-md {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-md svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-lg svg {
  width: 1.8rem;
  height: 1.8rem;
}
.avatar.avatar-xl {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xl.border.online::before {
  width: 10px;
  height: 10px;
  inset-inline-end: 5px;
}
.avatar.avatar-xxl {
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar.avatar-xxxl {
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  font-size: 1.75rem;
}
.avatar.avatar-xxxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxxl.online:before,
.avatar.avatar-xxxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
  margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
  z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
  width: 3.25rem;
  height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
  font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
  margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
  margin-right: -0.625rem;
}
.avatar-list-stacked.avatar-group-xs .avatar {
  width: 1rem;
  height: 1rem;
  margin-inline-end: -6px !important;
}
.avatar-list-stacked.avatar-group-xs .avatar > .initial-wrap {
  font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-xs.avatar-group-overlapped .avatar {
  margin-right: -6px;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.875rem !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: translateY(-0.188rem);
}
.alert .custom-btn-close {
  background-image: none;
}
.accordion-button {
  background-color: var(--white);
  color: var(--gray-900);
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .accordion-button {
    font-size: 17px;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--gray-900);
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  color: var(--gray-900);
  background-image: none;
}
.accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}
.accordion-button:after {
  content: "\eb0b";
  font-family: "tabler-icons" !important;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: var(--gray-900);
  background-image: none;
}
.accordion-body {
  padding: 0 20px 20px;
  font-size: 16px;
  color: var(--body-color);
}
.accordion-item {
  color: var(--body-color);
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 5px;
  position: relative;
}
.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 1rem;
}
.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid var(--border-color);
  border-radius: 6px;
  overflow: hidden;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.accordion.accordionicon-none .accordion-button:after {
  display: none;
}
.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}
.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}
.accordion.accordion-list .accordion-item {
  border: 0;
  background: transparent;
}
.accordion.accordion-list .accordion-item:last-child {
  border-bottom: 0 !important;
}
.accordion.accordion-list .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
}
.accordion.accordion-list
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed):after {
  content: "\f0d8";
  transform: none;
}
.accordion.accordion-list
  .accordion-item
  .accordion-header
  .accordion-button:after {
  content: "\f0d7";
  color: var(--gray-600);
  font-size: 16px;
}
.accordion.accordion-list .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0 0;
}
.badge-soft-primary {
  color: var(--primary);
  background-color: var(--primary-transparent);
}
.badge-soft-primary[href] {
  color: var(--primary);
  text-decoration: none;
}
.badge-soft-primary[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--primary-transparent);
}
.badge-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.badge-soft-secondary {
  color: var(--secondary);
  background-color: var(--secondary-transparent);
}
.badge-soft-secondary[href] {
  color: var(--secondary);
  text-decoration: none;
}
.badge-soft-secondary[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--secondary-transparent);
}
.badge-outline-secondary {
  color: var(--secondary);
  border-color: var(--secondary);
}
.badge-soft-dark {
  color: var(--dark);
  background-color: var(--dark-transparent);
}
.badge-soft-dark[href] {
  color: var(--dark);
  text-decoration: none;
}
.badge-soft-dark[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--dark-transparent);
}
.badge-outline-dark {
  color: var(--dark);
  border-color: var(--dark);
}
.badge-soft-light {
  color: var(--light);
  background-color: var(--light-transparent);
}
.badge-soft-light[href] {
  color: var(--light);
  text-decoration: none;
}
.badge-soft-light[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--light-transparent);
}
.badge-outline-light {
  color: var(--light);
  border-color: var(--light);
}
.badge-soft-info {
  color: var(--info);
  background-color: var(--info-transparent);
}
.badge-soft-info[href] {
  color: var(--info);
  text-decoration: none;
}
.badge-soft-info[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--info-transparent);
}
.badge-outline-info {
  color: var(--info);
  border-color: var(--info);
}
.badge-soft-danger {
  color: var(--danger);
  background-color: var(--danger-transparent);
}
.badge-soft-danger[href] {
  color: var(--danger);
  text-decoration: none;
}
.badge-soft-danger[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--danger-transparent);
}
.badge-outline-danger {
  color: var(--danger);
  border-color: var(--danger);
}
.badge-soft-success {
  color: var(--success);
  background-color: var(--success-transparent);
}
.badge-soft-success[href] {
  color: var(--success);
  text-decoration: none;
}
.badge-soft-success[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--success-transparent);
}
.badge-outline-success {
  color: var(--success);
  border-color: var(--success);
}
.badge-soft-warning {
  color: var(--warning);
  background-color: var(--warning-transparent);
}
.badge-soft-warning[href] {
  color: var(--warning);
  text-decoration: none;
}
.badge-soft-warning[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--warning-transparent);
}
.badge-outline-warning {
  color: var(--warning);
  border-color: var(--warning);
}
.badge-soft-cyan {
  color: var(--cyan);
  background-color: var(--cyan-transparent);
}
.badge-soft-cyan[href] {
  color: var(--cyan);
  text-decoration: none;
}
.badge-soft-cyan[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--cyan-transparent);
}
.badge-outline-cyan {
  color: var(--cyan);
  border-color: var(--cyan);
}
.badge-soft-pink {
  color: var(--pink);
  background-color: var(--pink-transparent);
}
.badge-soft-pink[href] {
  color: var(--pink);
  text-decoration: none;
}
.badge-soft-pink[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--pink-transparent);
}
.badge-outline-pink {
  color: var(--pink);
  border-color: var(--pink);
}
.badge-soft-orange {
  color: var(--orange);
  background-color: var(--orange-transparent);
}
.badge-soft-orange[href] {
  color: var(--orange);
  text-decoration: none;
}
.badge-soft-orange[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--orange-transparent);
}
.badge-outline-orange {
  color: var(--orange);
  border-color: var(--orange);
}
.badge-soft-purple {
  color: var(--purple);
  background-color: var(--purple-transparent);
}
.badge-soft-purple[href] {
  color: var(--purple);
  text-decoration: none;
}
.badge-soft-purple[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--purple-transparent);
}
.badge-outline-purple {
  color: var(--purple);
  border-color: var(--purple);
}
.badge-soft-teal {
  color: var(--teal);
  background-color: var(--teal-transparent);
}
.badge-soft-teal[href] {
  color: var(--teal);
  text-decoration: none;
}
.badge-soft-teal[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--teal-transparent);
}
.badge-outline-teal {
  color: var(--teal);
  border-color: var(--teal);
}
.badge-soft-white {
  color: var(--white);
  background-color: var(--white-transparent);
}
.badge-soft-white[href] {
  color: var(--white);
  text-decoration: none;
}
.badge-soft-white[href]:is(:hover, :focus) {
  text-decoration: none;
  background-color: var(--white-transparent);
}
.badge-outline-white {
  color: var(--white);
  border-color: var(--white);
}
.badge {
  vertical-align: middle;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 400;
}
.badge-sm {
  padding: 5px 7px;
  font-size: 12px;
}
.border {
  border: 1px solid var(--border-color) !important;
}
.border.border-dashed {
  border-style: dashed !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-primary {
  border: 1px solid var(--primary) !important;
  opacity: 1;
}
.border.border-secondary {
  border: 1px solid var(--secondary) !important;
  opacity: 1;
}
.border.border-info {
  border-color: var(--info) !important;
  opacity: 1;
}
.border.border-success {
  border-color: var(--success) !important;
  opacity: 1;
}
.border.border-warning {
  border: 1px solid var(--warning) !important;
  opacity: 1;
}
.border.border-danger {
  border: 1px solid var(--danger) !important;
  opacity: 1;
}
.border.border-white {
  border: 1px solid var(--white) !important;
  opacity: 1;
}
.border.border-light {
  border: 1px solid var(--light) !important;
  opacity: 1;
}
.border.border-dark {
  border: 1px solid var(--dark) !important;
  opacity: 1;
}
.border.border-1 {
  border-width: 1px !important;
}
.border.border-2 {
  border-width: 2px !important;
}
.border.border-3 {
  border-width: 3px !important;
}
.border.border-4 {
  border-width: 4px !important;
}
.border.border-5 {
  border-width: 5px !important;
}
.border.border-block-start-dashed {
  border-top-style: dashed;
}
.border.border-block-start-dotted {
  border-top-style: dotted;
}
.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
  border-bottom-style: dashed;
}
.border.border-block-end-dotted {
  border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}
.border.border-0 {
  border: 0 !important;
}
.border.border-top-0 {
  border-block-start: 0 !important;
}
.border.border-end-0 {
  border-inline-end: 0 !important;
}
.border.border-bottom-0 {
  border-block-end: 0 !important;
}
.border.border-start-0 {
  border-inline-start: 0 !important;
}
.border-top {
  border-top: 1px solid var(--border-color) !important;
}
.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}
.border-top.border-primary {
  border-color: var(--primary) !important;
}
.border-top.border-secondary {
  border-color: var(--secondary) !important;
}
.border-top.border-warning {
  border-color: var(--warning) !important;
}
.border-top.border-info {
  border-color: var(--info) !important;
}
.border-top.border-success {
  border-color: var(--success) !important;
}
.border-top.border-danger {
  border-color: var(--danger) !important;
}
.border-top.border-light {
  border-color: var(--light) !important;
}
.border-top.border-dark {
  border-color: var(--dark) !important;
}
.border-end {
  border-inline-end: 1px solid var(--border-color) !important;
}
.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}
.border-end.border-primary {
  border-color: var(--primary) !important;
}
.border-end.border-secondary {
  border-color: var(--secondary) !important;
}
.border-end.border-warning {
  border-color: var(--warning) !important;
}
.border-end.border-info {
  border-color: var(--info) !important;
}
.border-end.border-success {
  border-color: var(--success) !important;
}
.border-end.border-danger {
  border-color: var(--danger) !important;
}
.border-end.border-light {
  border-color: var(--light) !important;
}
.border-end.border-dark {
  border-color: var(--dark) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}
.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
  border-color: var(--primary) !important;
}
.border-bottom.border-secondary {
  border-color: var(--secondary) !important;
}
.border-bottom.border-warning {
  border-color: var(--warning) !important;
}
.border-bottom.border-info {
  border-color: var(--info) !important;
}
.border-bottom.border-success {
  border-color: var(--success) !important;
}
.border-bottom.border-danger {
  border-color: var(--danger) !important;
}
.border-bottom.border-light {
  border-color: var(--light) !important;
}
.border-bottom.border-dark {
  border-color: var(--dark) !important;
}
.border-start {
  border-inline-start: 1px solid var(--border-color) !important;
}
.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}
.border-start.border-primary {
  border-color: var(--primary) !important;
}
.border-start.border-secondary {
  border-color: var(--secondary) !important;
}
.border-start.border-warning {
  border-color: var(--warning) !important;
}
.border-start.border-info {
  border-color: var(--info) !important;
}
.border-start.border-success {
  border-color: var(--success) !important;
}
.border-start.border-danger {
  border-color: var(--danger) !important;
}
.border-start.border-light {
  border-color: var(--light) !important;
}
.border-start.border-dark {
  border-color: var(--dark) !important;
}
.border-dashed.border-primary {
  border-style: dashed !important;
}
.border-light {
  border-color: var(--light) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-dark {
  background-color: var(--dark) !important;
}
.bg-light {
  background-color: var(--light) !important;
}
.bg-info {
  background-color: var(--info) !important;
}
.bg-danger {
  background-color: var(--danger) !important;
}
.bg-success {
  background-color: var(--success) !important;
}
.bg-warning {
  background-color: var(--warning) !important;
}
.bg-cyan {
  background-color: var(--cyan) !important;
}
.bg-pink {
  background-color: var(--pink) !important;
}
.bg-orange {
  background-color: var(--orange) !important;
}
.bg-purple {
  background-color: var(--purple) !important;
}
.bg-teal {
  background-color: var(--teal) !important;
}
.bg-white {
  background-color: var(--white) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-dark {
  color: var(--dark) !important;
}
.text-light {
  color: var(--light) !important;
}
.text-info {
  color: var(--info) !important;
}
.text-danger {
  color: var(--danger) !important;
}
.text-success {
  color: var(--success) !important;
}
.text-warning {
  color: var(--warning) !important;
}
.text-cyan {
  color: var(--cyan) !important;
}
.text-pink {
  color: var(--pink) !important;
}
.text-orange {
  color: var(--orange) !important;
}
.text-purple {
  color: var(--purple) !important;
}
.text-teal {
  color: var(--teal) !important;
}
.text-white {
  color: var(--white) !important;
}
.link-primary {
  color: var(--primary) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: var(--primary-hover) !important;
}
.link-secondary {
  color: var(--secondary) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: var(--secondary-hover) !important;
}
.link-dark {
  color: var(--dark) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: var(--dark-hover) !important;
}
.link-light {
  color: var(--light) !important;
}
.link-light:hover,
.link-light:focus {
  color: var(--light-hover) !important;
}
.link-info {
  color: var(--info) !important;
}
.link-info:hover,
.link-info:focus {
  color: var(--info-hover) !important;
}
.link-danger {
  color: var(--danger) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: var(--danger-hover) !important;
}
.link-success {
  color: var(--success) !important;
}
.link-success:hover,
.link-success:focus {
  color: var(--success-hover) !important;
}
.link-warning {
  color: var(--warning) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: var(--warning-hover) !important;
}
.link-cyan {
  color: var(--cyan) !important;
}
.link-cyan:hover,
.link-cyan:focus {
  color: var(--cyan-hover) !important;
}
.link-pink {
  color: var(--pink) !important;
}
.link-pink:hover,
.link-pink:focus {
  color: var(--pink-hover) !important;
}
.link-orange {
  color: var(--orange) !important;
}
.link-orange:hover,
.link-orange:focus {
  color: var(--orange-hover) !important;
}
.link-purple {
  color: var(--purple) !important;
}
.link-purple:hover,
.link-purple:focus {
  color: var(--purple-hover) !important;
}
.link-teal {
  color: var(--teal) !important;
}
.link-teal:hover,
.link-teal:focus {
  color: var(--teal-hover) !important;
}
.link-white {
  color: var(--white) !important;
}
.link-white:hover,
.link-white:focus {
  color: var(--white-hover) !important;
}
.bg-primary-transparent {
  background-color: var(--primary-transparent);
}
.bg-secondary-transparent {
  background-color: var(--secondary-transparent);
}
.bg-dark-transparent {
  background-color: var(--dark-transparent);
}
.bg-light-transparent {
  background-color: var(--light-transparent);
}
.bg-info-transparent {
  background-color: var(--info-transparent);
}
.bg-danger-transparent {
  background-color: var(--danger-transparent);
}
.bg-success-transparent {
  background-color: var(--success-transparent);
}
.bg-warning-transparent {
  background-color: var(--warning-transparent);
}
.bg-cyan-transparent {
  background-color: var(--cyan-transparent);
}
.bg-pink-transparent {
  background-color: var(--pink-transparent);
}
.bg-orange-transparent {
  background-color: var(--orange-transparent);
}
.bg-purple-transparent {
  background-color: var(--purple-transparent);
}
.bg-teal-transparent {
  background-color: var(--teal-transparent);
}
.bg-white-transparent {
  background-color: var(--white-transparent);
}
.bg-dark {
  background: #1e1b1b !important;
}
.bg-gray-300 {
  background: var(--gray-300) !important;
}
.text-body {
  color: var(--gray-700) !important;
}
.text-gray-100 {
  color: var(--gray-100) !important;
}
.heading-color {
  color: var(--gray-900) !important;
}
.bg-primary-200 {
  background-color: var(--primary-200) !important;
}
.bg-secondary-200 {
  background-color: var(--secondary-200) !important;
}
.bg-purple-200 {
  background-color: var(--purple-200) !important;
}
.bg-teal-200 {
  background-color: var(--teal-200) !important;
}
.card {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  margin-bottom: 24px;
  color: inherit;
}
.card .card-title {
  color: var(--gray-900);
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
}
.card .card-body {
  padding: 20px;
}
.card-header {
  border-color: var(--border-color);
  padding: 1rem 1.5rem;
  background: var(--white);
  position: relative;
}
.card-footer {
  background-color: var(--white);
  border-color: var(--border-color);
  padding: 15px 20px;
}
@keyframes movebounce {
  0 {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.form-control {
  border-color: var(--input-border);
  color: var(--gray-900);
  background-color: var(--form-bg);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  min-height: 44px;
  transition: all 0.5s;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--input-border);
  background-color: var(--form-bg);
  color: var(--gray-900);
}
.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
  color: var(--gray-400);
  padding-inline-start: 0;
}
.form-control::-webkit-input-placeholder {
  color: var(--gray-400);
  padding-inline-start: 0;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
  color: var(--gray-400);
}
.form-control::-moz-placeholder {
  color: var(--gray-400);
}
.form-control:-ms-input-placeholder {
  color: var(--gray-400);
}
.form-control-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  height: auto;
  min-height: 34px;
}
.form-control-lg {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  min-height: 40px;
}
@media (max-width: 767.98px) {
  .form-control-lg {
    padding: 0.5rem 0.75rem;
    min-height: 30px;
  }
}
textarea {
  resize: none;
}
textarea.form-control {
  min-height: 38px;
  height: auto;
}
.form-control[type="file"] {
  padding: 0.3rem 0.5rem;
}
.form-control[type="file"].form-control-sm {
  padding: 0.25rem 0.5rem !important;
}
.form-control[type="file"].form-control-lg {
  padding: 0.5rem 1rem !important;
}
input.form-control[type="color"],
input.form-control[type="range"] {
  min-height: 38px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-check {
  min-height: inherit !important;
}
.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 500;
}
.col-form-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
}
.form-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.custom-select:invalid:focus,
.form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.custom-select:valid:focus,
.form-control:valid:focus {
  box-shadow: none !important;
}
select.form-control:not([size]):not([multiple]) {
  height: 38px;
}
select.form-control-sm:not([size]):not([multiple]) {
  height: 32px;
}
.password-eye {
  cursor: pointer;
}
.password-eye:before {
  font-family: tabler-icons;
  content: "\ea9a";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 16px;
}
.show-password .password-eye:before {
  content: "\f06d1";
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent !important;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem - 4px);
}
.form-floating.floating-primary label {
  color: var(--primary);
  opacity: 1;
}
.form-floating.floating-primary input {
  border: 1px solid var(--primary);
}
.form-floating.floating-primary > .form-control:focus ~ label {
  color: var(--primary) !important;
}
.form-floating.floating-secondary label {
  color: var(--secondary);
  opacity: 1;
}
.form-floating.floating-secondary input {
  border: 1px solid var(--secondary);
}
.form-floating.floating-secondary > .form-control:focus ~ label {
  color: var(--secondary) !important;
}
.form-floating.floating-warning label {
  color: var(--warning);
  opacity: 1;
}
.form-floating.floating-warning input {
  border: 1px solid var(--warning);
}
.form-floating.floating-warning > .form-control:focus ~ label {
  color: var(--warning) !important;
}
.form-floating.floating-info label {
  color: var(--info);
  opacity: 1;
}
.form-floating.floating-info input {
  border: 1px solid var(--info);
}
.form-floating.floating-info > .form-control:focus ~ label {
  color: var(--info) !important;
}
.form-floating.floating-success label {
  color: var(--success);
  opacity: 1;
}
.form-floating.floating-success input {
  border: 1px solid var(--success);
}
.form-floating.floating-success > .form-control:focus ~ label {
  color: var(--success) !important;
}
.form-floating.floating-danger label {
  color: var(--danger);
  opacity: 1;
}
.form-floating.floating-danger input {
  border: 1px solid var(--danger);
}
.form-floating.floating-danger > .form-control:focus ~ label {
  color: var(--danger) !important;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: var(--white);
  border-radius: 6px;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--success);
  box-shadow: none;
}
.input-group-flat:focus-within {
  border-radius: 6px;
}
.input-group-flat:focus-within .form-control,
.input-group-flat:focus-within .input-group-text {
  border-color: var(--input-border) !important;
  background: var(--white) !important;
}
.input-group-flat .form-control:focus {
  border-color: var(--input-border);
  box-shadow: none;
}
.input-group-flat .form-control:not(:last-child) {
  border-right: 0;
}
.input-group-flat .form-control:not(:first-child) {
  border-left: 0;
}
.input-group-flat .input-group-text {
  background-color: var(--form-bg);
  border-color: var(--input-border);
  transition: all 0.5s;
}
.input-group-flat .input-group-text:first-child {
  padding-right: 0;
}
.input-group-flat .input-group-text:last-child {
  padding-left: 0;
}
.input-group-flat .input-group-text i {
  color: var(--gray-300);
}
.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-check-input:checked ~ label {
  color: var(--gray-900);
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input ~ label {
  color: var(--gray-700);
}
.file-uploader {
  position: relative;
}
.file-uploader input {
  font-size: 0;
  opacity: 0;
  position: absolute;
}
.file-uploader .input-file {
  width: 100%;
  background: var(--light);
  border-radius: 5px;
  display: flex;
  height: 38px;
  align-items: center;
}
.file-uploader .input-file .browse-btn {
  height: 38px;
  background: var(--dark);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  font-size: 14px;
}
.file-uploader .input-file .browse-text {
  font-size: 14px;
  color: var(--gray-300);
  padding-left: 12px;
}
.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  pointer-events: none;
  font-size: 14px;
  padding: 0 12px 0 12px;
}
.input-icon-addon:last-child {
  right: 0;
  left: auto;
}
.input-icon-end .input-icon-addon {
  right: 0;
  left: auto;
}
.input-icon-end .form-control {
  padding-right: 32px;
}
.input-icon-start .form-control {
  padding-left: 32px;
}
.input-group-text {
  background-color: transparent;
  border-color: var(--border-color);
}
.form-control.bookingrange {
  height: 35px;
  font-size: 13px;
}
.input-group button {
  position: relative;
  z-index: 2;
}
.dropdown-menu {
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  animation-name: DropDownSlideUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  will-change: transform;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
}
.dropdown-menu[data-popper-placement="top-start"],
.dropdown-menu[data-popper-placement="top"] {
  animation-name: DropDownSlideDown;
}
.dropdown-menu .dropdown-item {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-600);
  padding: 8px 16px;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: var(--heading-color);
  background: var(--light);
}
@keyframes DropDownSlideUp {
  100% {
    margin-top: -1px;
  }
  0 {
    margin-top: 5px;
  }
}
@keyframes DropDownSlideDown {
  100% {
    margin-bottom: 0;
  }
  0 {
    margin-bottom: 5px;
  }
}
.dropdown-divider {
  border-color: var(--border-color);
}
.dropdown-menu-lg {
  width: 400px;
}
@media (max-width: 767.98px) {
  .dropdown-menu-lg {
    width: 300px;
  }
}
.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0;
  content: "\ea5f";
  font-family: "tabler-icons";
  border: 0;
  font-size: 14px;
  position: relative;
}
.breadcrumb-bar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 991.98px) {
  .breadcrumb-bar {
    padding: 60px 0 60px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar {
    padding: 40px 0 40px;
  }
}
.breadcrumb-bar .page-breadcrumb {
  background: var(--white-100);
  padding: 8px 12px;
  border-radius: 4px;
  backdrop-filter: blur(20px);
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .breadcrumb-bar .page-breadcrumb {
    margin-bottom: 12px;
  }
}
.breadcrumb-bar .page-breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb-bar .page-breadcrumb .breadcrumb .breadcrumb-item {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.breadcrumb-bar
  .page-breadcrumb
  .breadcrumb
  .breadcrumb-item:first-child::before {
  content: unset;
}
.breadcrumb-bar .page-breadcrumb .breadcrumb .breadcrumb-item::before {
  content: "\ea1f";
  font-family: "tabler-icons";
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.breadcrumb-bar .page-breadcrumb .breadcrumb .breadcrumb-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.breadcrumb-bar .page-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: var(--primary) !important;
}
.breadcrumb-bar .breadcrumb-title {
  font-size: 56px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb-bar .breadcrumb-title {
    font-size: 30px;
  }
}
hr {
  border-color: var(--border-color);
  opacity: 1;
}
.fs-6 {
  font-size: 0.375rem !important;
}
.fs-7 {
  font-size: 0.4375rem !important;
}
.fs-8 {
  font-size: 0.5rem !important;
}
.fs-9 {
  font-size: 0.5625rem;
}
.fs-10 {
  font-size: 0.75em !important;
}
.fs-11 {
  font-size: 0.6875rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-15 {
  font-size: 0.9375rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-17 {
  font-size: 1.0625rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-19 {
  font-size: 1.1875rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-21 {
  font-size: 1.3125rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-23 {
  font-size: 1.4375rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-25 {
  font-size: 1.5625rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-27 {
  font-size: 1.6875rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-29 {
  font-size: 1.8125rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-34 {
  font-size: 2.125rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-38 {
  font-size: 2.375rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-42 {
  font-size: 2.625rem;
}
.fs-44 {
  font-size: 2.75rem;
}
.fs-46 {
  font-size: 2.875rem;
}
.fs-48 {
  font-size: 3rem;
}
.shadow {
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843) !important;
}
.rounded {
  border-radius: 6px !important;
}
.btn-primary {
  color: #fff;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .btn-primary {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  background-color: var(--primary-hover);
  border: 1px solid var(--primary-hover);
  color: #fff;
}
.modal-content {
  background-color: var(--white);
}
.modal-header {
  border-color: var(--border-color);
  padding: 1rem 1.5rem;
}
.modal-body {
  padding: 1.5rem;
}
.modal-footer {
  border-color: var(--border-color);
  padding: 1rem 1.5rem;
}
.table-responsive {
  overflow-x: auto;
}
.table {
  background-color: var(--white);
  margin-bottom: 0 !important;
  width: 100%;
}
.table thead tr th {
  background: var(--light);
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px;
  color: var(--gray-900);
}
.table tbody tr td {
  padding: 16px 20px;
  font-size: 16px;
  vertical-align: middle;
  color: var(--gray-600);
}
.table tbody tr td a {
  color: var(--gray-900);
}
.table tbody tr td a:hover {
  color: var(--primary);
}
th {
  font-weight: 600;
  color: var(--gray-900);
}
.table > :not(caption) > * > * {
  background-color: var(--white);
}
table.table.dataTable > :not(caption) > * > * {
  background-color: var(--white);
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--border-color);
}
.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}
body {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  background-color: var(--white);
  color: var(--body-color);
  line-height: 1.6;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
}
a {
  color: var(--heading-color);
  text-decoration: none;
  transition: color 0.25s ease;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  outline: 0;
}
a:focus-visible {
  box-shadow: 0 0 0 4px rgba(194, 84, 20, 0.35);
  border-radius: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
h1 {
  font-size: 36px;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 32px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 28px;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}
h4,
.custom-title {
  font-size: 24px;
}
@media (max-width: 991.98px) {
  h4,
  .custom-title {
    font-size: 22px;
  }
}
h5,
.sub-title {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  h5,
  .sub-title {
    font-size: 19px;
  }
}
h6 {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  h6 {
    font-size: 17px;
  }
}
.title {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  .title {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .title {
    font-size: 18px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p:last-child {
  margin-bottom: 0;
}
::selection {
  background: var(--primary);
  color: var(--white);
  text-shadow: none;
  -webkit-text-fill-color: white;
  -moz-text-fill-color: white;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
  a:focus-visible {
    box-shadow: 0 0 0 3px rgba(194, 84, 20, 0.35);
  }
}
.fs-20 {
  font-size: 20px;
}
.main-header {
  background: url(../img/bg/breadcrumb-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
header {
  background: transparent;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 111;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
header.fixed {
  background: var(--white);
}
header.fixed .navbar-header .navbar-brand.logo {
  display: none;
}
header.fixed .navbar-header .navbar-brand.logo-white {
  display: block;
}
header.fixed .header-items .topbar-icon {
  color: var(--gray-900);
  transition: all 0.8s;
}
header.fixed .header-items .topbar-icon:hover {
  color: var(--primary);
}
header.fixed .header-items .custom-icon:hover {
  color: var(--white);
}
header.header-one {
  z-index: 100 !important;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
}

header.header-one .navbar .logo img{
    width: 180px;
    padding: 10px;
}

@media (max-width: 991.98px) {
  header.header-one {
    background: var(--white);
    z-index: 1050 !important;
    padding-bottom: 21px;
  }
}
header.header-one .navbar .navbar-brand {
  margin: 0;
}
@media (max-width: 575.98px) {
  header.header-one .navbar .navbar-brand {
    max-width: 180px;
  }
}
@media (max-width: 991.98px) {
  header.header-one .navbar .navbar-brand.logo {
    display: none;
  }
}
header.header-one .navbar .navbar-brand.logo-white {
  display: none;
}
@media (max-width: 991.98px) {
  header.header-one .navbar .navbar-brand.logo-white {
    display: block;
  }
}
header.header-one .header-items {
  /* margin-left: 120px; */
}
@media (max-width: 1399.98px) {
  header.header-one .header-items {
    margin-left: 52px;
  }
}
@media (max-width: 1199.98px) {
  header.header-one .header-items {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  header.header-one .main-menu-wrapper .main-nav > li.megamenu .home-mega-menu {
    left: 0;
  }
}
header.header-one.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
header.header-one.fixed .navbar .navbar-brand.logo {
  display: none;
}
header.header-one.fixed .navbar .navbar-brand.logo-white {
  display: block !important;
}
header.header-one.fixed .navbar .navbar-brand.logo-white img{

    width: 180px;
}
header.header-one.fixed .header-items .topbar-link {
  color: var(--gray-900);
}
header.header-one.fixed .header-items .topbar-link:hover {
  color: var(--primary);
}
header.header-one .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #fff;
}
header.header-one .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  header.header-one .header-nav .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }
  header.header-one .header-nav .main-menu-wrapper .main-nav > li > a:hover {
    color: var(--primary);
  }
}
header.header-one .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: var(--primary);
}
header.header-one .header-items .topbar-link {
  color: #fff;
}
header.header-one .header-items .topbar-link:hover {
  color: var(--primary);
}
header.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0 normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0 normal none 1 running fadeInDown;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
header.fixed.menu {
  backdrop-filter: none !important;
}
header.fixed .header-nav .main-menu-wrapper .main-nav > li.active > a,
header.fixed .header-nav .main-menu-wrapper .main-nav > li:hover > a {
  color: var(--primary);
}
header.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900);
}
header.fixed .header-btn .theme-toggle {
  color: var(--gray-900);
}
header.header-three {
  border-bottom: 0;
  z-index: 1050;
}
header.header-three.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
header.header-four {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
  background: transparent;
  border: 0;
}
@media (max-width: 991.98px) {
  header.header-four {
    background: var(--white);
  }
}
header.header-four.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
@media (max-width: 1199.98px) {
  header.header-four .navbar-header .navbar-brand {
    max-width: 210px;
  }
}
header.header-four .header-nav .main-menu-wrapper .main-nav > li > a::before {
  content: none;
}
header.header-four .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  header.header-four .header-nav .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }
  header.header-four .header-nav .main-menu-wrapper .main-nav > li > a:hover {
    color: var(--primary);
  }
}
header.header-four .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: var(--primary);
}
header.header-four
  .header-nav
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  .megamenu-wrapper::before {
  filter: brightness(0) saturate(100%) invert(37%) sepia(56%) saturate(398%)
    hue-rotate(53deg) brightness(91%) contrast(82%);
}
header.header-four .header-items {
  gap: 12px;
}
header.header-four .header-items .topbar-link {
  color: var(--gray-900);
  border: 1px solid var(--border-color);
  background: var(--white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
header.header-four .header-items .topbar-link:hover {
  color: var(--primary);
}
header.header-four .header-items .dropdown-menu.show {
  margin-top: 15px !important;
}
header.header-five {
  background: var(--dark);
  border-radius: 10px 10px 0 0;
}
@media (max-width: 991.98px) {
  header.header-five {
    z-index: 1050;
  }
}
@media (max-width: 575.98px) {
  header.header-five {
    border-radius: 0;
  }
}
header.header-five .header-logo .logo {
  display: none;
}
@media (max-width: 991.98px) {
  header.header-five .header-logo .logo {
    display: block;
  }
}
@media (max-width: 991.98px) {
  header.header-five .header-logo .logo-white {
    display: none;
  }
}
header.header-five .header-logo .navbar-brand {
  margin: 0;
}
header.header-five .navbar-brand.logo {
  display: none;
}
header.header-five .navbar-brand.logo-white {
  display: block !important;
}
header.header-five .header-nav .main-menu-wrapper .main-nav > li > a {
  color: #fff;
}
header.header-five .header-nav .main-menu-wrapper .main-nav > li > a::before {
  content: none;
}
header.header-five .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  header.header-five .header-nav .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }
  header.header-five .header-nav .main-menu-wrapper .main-nav > li > a:hover {
    color: var(--primary);
  }
}
header.header-five .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  header.header-five .menu-header .menu-logo .logo-white {
    display: block !important;
  }
}
header.header-five .header-items {
  gap: 24px;
}
@media (max-width: 1199.98px) {
  header.header-five .header-items {
    gap: 12px;
  }
}
header.header-five .header-items .topbar-link {
  color: #fff;
  border: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
header.header-five .header-items .topbar-link:hover {
  color: var(--primary);
}
header.header-five .header-items .header-content {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
header.header-five .header-items .header-content i {
  color: var(--white);
  position: relative;
  top: 2px;
}
header.header-five .header-items .header-content h6 {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
header.header-five .header-items .header-content a {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
header.header-five.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border-radius: 0;
}
header.header-five.fixed .navbar-brand.logo {
  display: block;
}
header.header-five.fixed .navbar-brand.logo-white {
  display: none !important;
}
header.header-five.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900);
}
header.header-five.fixed
  .header-nav
  .main-menu-wrapper
  .main-nav
  > li
  > a::before {
  content: none;
}
header.header-five.fixed
  .header-nav
  .main-menu-wrapper
  .main-nav
  > li
  > a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  header.header-five.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }
  header.header-five.fixed
    .header-nav
    .main-menu-wrapper
    .main-nav
    > li
    > a:hover {
    color: var(--primary);
  }
}
header.header-five.fixed
  .header-nav
  .main-menu-wrapper
  .main-nav
  > li.active
  > a {
  color: var(--primary);
}
header.header-five.fixed .header-items {
  gap: 12px;
}
header.header-five.fixed .header-items .topbar-link {
  color: var(--gray-900);
  border: 0;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
header.header-five.fixed .header-items .topbar-link:hover {
  color: var(--primary);
}
header.header-five.fixed .header-logo .logo {
  display: block;
}
header.header-five.fixed .header-logo .logo-white {
  display: none;
}
header.header-five.fixed .header-logo .navbar-brand {
  max-width: 260px;
}
header.header-five.fixed .header-content i {
  color: var(--gray-900);
}
header.header-five.fixed .header-content h6 {
  color: var(--gray-900);
}
header.header-five.fixed .header-content a {
  color: var(--gray-900);
}
header.header-five
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  .megamenu-wrapper::before {
  background: url(../img/home-3/bg/shadow-img-3.svg) no-repeat !important;
  right: -283px;
  bottom: 0;
  filter: unset !important;
}
header.header-six {
  background: transparent;
  border-bottom: 0;
  z-index: 10;
}
@media (max-width: 991.98px) {
  header.header-six {
    z-index: 1050;
  }
}
header.header-six .navbar {
  background: var(--white);
  border-radius: 4px;
  padding: 0 24px;
  height: 83px;
}
@media (max-width: 991.98px) {
  header.header-six .navbar {
    height: 60px;
    padding: 0 12px;
  }
}
header.header-six .navbar .header-logo {
  background: var(--white);
  border-radius: 50%;
  text-align: center;
  padding: 10px;
}
header.header-six .navbar .header-logo a {
  margin: auto;
}
@media (max-width: 1199.98px) {
  header.header-six .navbar .header-logo {
    width: 100px;
  }
}
header.header-six .navbar .header-items {
  margin-left: 120px;
}
@media (max-width: 1399.98px) {
  header.header-six .navbar .header-items {
    margin-left: 92px;
  }
}
@media (max-width: 1199.98px) {
  header.header-six .navbar .header-items {
    margin-left: 16px;
  }
}
header.header-six .navbar .header-items .topbar-icon {
  color: var(--gray-900);
}
header.header-six .navbar .header-items .custom-topbar-icon {
  background: var(--dark);
  border-radius: 4px;
  color: var(--white);
  padding: 8px;
}
header.header-six .navbar .header-items .custom-topbar-icon:hover {
  background: var(--primary);
}
@media (max-width: 991.98px) {
  header.header-six .navbar-header #mobile_btn {
    color: #fff;
  }
}
header.header-six .navbar-header .navbar-brand.logo {
  display: none;
}
@media (max-width: 991.98px) {
  header.header-six .navbar-header .navbar-brand.logo {
    display: block;
  }
}
header.header-six .navbar-header .navbar-brand.logo-white {
  display: block;
}
@media (max-width: 991.98px) {
  header.header-six .navbar-header .navbar-brand img {
    max-width: 176px;
  }
}
header.header-six .header-nav .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900);
}
header.header-six .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--primary);
}
header.header-six .header-nav .main-menu-wrapper .main-nav > li > a::before {
  content: none;
}
@media (max-width: 991.98px) {
  header.header-six .header-nav .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }
  header.header-six .header-nav .main-menu-wrapper .main-nav > li > a:hover {
    color: var(--primary);
  }
}
header.header-six .header-nav .main-menu-wrapper .main-nav > li > a i {
  color: var(--primary);
}
header.header-six .header-nav .main-menu-wrapper .main-nav > li.active > a {
  color: var(--primary);
}
@media (min-width: 992px) {
  header.header-six .home-mega-menu {
    left: -22px !important;
  }
}
header.header-six .main-menu-wrapper .main-nav .has-submenu a i {
  transition: all 0.7s ease;
}
header.header-six .main-menu-wrapper .main-nav .has-submenu .submenu i {
  transform: rotate(45deg);
  transition: all 0.7s ease;
}
header.header-six.fixed {
  background-color: var(--white);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
header.header-six.fixed .navbar {
  background: transparent !important;
}
header.header-six.fixed .navbar .header-logo {
  background: transparent;
  padding: 0;
}
header.header-six.fixed .navbar .header-logo img {
  height: 62px;
}
header.header-six.fixed .navbar-header .navbar-brand.logo {
  display: block;
}
header.header-six.fixed .navbar-header .navbar-brand.logo-white {
  display: none;
}
@media (max-width: 991.98px) {
  header.header-six.fixed .navbar-header .navbar-brand.logo-white {
    display: block;
  }
}
header.header-six.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
  color: var(--gray-900);
}
header.header-six.fixed
  .header-nav
  .main-menu-wrapper
  .main-nav
  > li
  > a:hover {
  color: var(--primary);
}
header.header-six.fixed
  .header-nav
  .main-menu-wrapper
  .main-nav
  > li
  > a::before {
  content: none;
}
@media (max-width: 991.98px) {
  header.header-six.fixed .header-nav .main-menu-wrapper .main-nav > li > a {
    color: var(--gray-900);
  }
  header.header-six.fixed
    .header-nav
    .main-menu-wrapper
    .main-nav
    > li
    > a:hover {
    color: var(--primary);
  }
}
header.header-six.fixed
  .header-nav
  .main-menu-wrapper
  .main-nav
  > li.active
  > a {
  color: var(--primary);
}
@media (min-width: 992px) {
  header.header-six.fixed .home-mega-menu {
    left: -1px !important;
  }
}
header.header-six.fixed .header-items .topbar-link {
  color: var(--gray-900);
}
header.header-six.fixed .header-items .topbar-link:hover {
  color: var(--primary);
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 991.98px) {
  header .header-nav {
    height: 60px;
  }
}
header .header-nav .main-menu-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper {
    order: 3;
    width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background-color: var(--white);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    display: block;
    height: 100vh;
  }
}
header .header-nav .main-menu-wrapper .main-nav > li {
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li {
    width: 100%;
    padding: 0;
  }
}
header .header-nav .main-menu-wrapper .main-nav > li > a {
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
}
header .header-nav .main-menu-wrapper .main-nav > li > a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li > a {
    display: block;
    line-height: 20px;
    color: var(--gray-900);
  }
  header .header-nav .main-menu-wrapper .main-nav > li > a:hover {
    color: var(--primary);
  }
  header .header-nav .main-menu-wrapper .main-nav > li > a i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li > a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}
header
  .header-nav
  .main-menu-wrapper
  .main-nav
  > li.active.has-submenu
  > a::after {
  left: calc(50% - 6px);
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li {
  position: relative;
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li.active {
  color: var(--primary);
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li.active > a {
  color: var(--primary);
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
  display: block;
  padding: 8px 16px;
  clear: both;
  white-space: nowrap;
  color: var(--gray-900);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li .submenu li a {
    padding: 8px 0 8px 20px;
    font-size: 14px;
    font-weight: 400;
  }
}
header .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
  color: var(--primary);
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav > li .submenu li a:hover {
    padding-left: 20px;
  }
}
header .header-nav .main-menu-wrapper .main-nav > li .login-link {
  display: none;
}
header .navbar-header .navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 0;
}
@media (max-width: 991.98px) {
  header .navbar-header .navbar-brand {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  header .navbar-header .navbar-brand {
    max-width: 180px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar-header .navbar-brand img {
    max-width: 180px;
  }
}
header .navbar-header .navbar-brand.logo-white {
  display: none;
}
header .navbar-header .logo-small {
  display: none;
}
@media (max-width: 575.98px) {
  header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }
}
header .navbar-header #mobile_btn {
  display: none;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  header .navbar-header #mobile_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #fff;
    font-size: 24px;
    width: 36px;
    height: 36px;
    background: var(--primary);
    border-radius: 6px;
  }
  header .navbar-header #mobile_btn:hover {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  header .navbar-header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  header .navbar-header {
    width: 100%;
  }
}
header .main-menu-wrapper {
  margin: 0;
}
header .main-menu-wrapper .menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  display: none;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    align-items: center;
    background: var(--white);
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }
}
header .main-menu-wrapper .menu-header .menu-logo .logo-white {
  display: none;
}
header .main-menu-wrapper .menu-header .menu-close {
  font-size: 18px;
  color: var(--gray-500);
  cursor: pointer;
}
header .main-menu-wrapper .menu-header .menu-close:hover {
  color: var(--primary);
}
header .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav.active {
    position: unset;
  }
}
header .main-menu-wrapper .main-nav:last-child {
  margin-right: 0;
}
@media (min-width: 1400px) {
  header .main-menu-wrapper .main-nav > li {
    /* margin-right: 30px !important; */
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1399.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 18px !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 10px !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    width: 100%;
    padding: 0;
    margin-right: 0 !important;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
header .main-menu-wrapper .main-nav > li.active > a,
header .main-menu-wrapper .main-nav > li:hover > a {
  color: var(--primary);
}
header .main-menu-wrapper .main-nav > li.active > a::before {
  opacity: 1;
}
header .main-menu-wrapper .main-nav > li > a {
  position: relative;
}
header .main-menu-wrapper .main-nav > li a i {
  font-size: 16px;
  margin-left: 4px;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a {
    display: block;
    line-height: 20px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
  }
  header .main-menu-wrapper .main-nav > li a i {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li a i {
    float: right;
    margin-top: 5px;
    font-size: 14px;
  }
}
header .main-menu-wrapper .main-nav > li:last-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li {
    border-bottom: 1px solid var(--border-color);
    padding: 0;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li {
    display: block;
    position: relative;
    margin-right: 30px;
  }
  header .main-menu-wrapper .main-nav > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  header .main-menu-wrapper .main-nav > li {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
    left: 100%;
    top: 10%;
    font-size: 14px;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    z-index: 1000;
    border-top: 0;
    display: unset;
    background: var(--white);
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li .submenu > li .submenu {
    left: 0;
  }
}
header
  .main-menu-wrapper
  .main-nav
  > li
  .submenu
  > li
  ul
  li.has-submenu:hover
  .submenu {
  top: 0;
  position: relative;
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul {
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease-out 0;
    transition: all 0.5s ease-out 0;
    transform-origin: top center;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
    border-radius: 0 0 10px 10px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul::before {
    border: 7px solid var(--white);
    border-color: transparent transparent var(--white) var(--white);
    content: "";
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    top: 2px;
    left: 45px;
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  }
}
header .main-menu-wrapper .main-nav > li > ul.mega-submenu.home-two-menu {
  margin-left: 260px !important;
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu.home-two-menu {
    left: -220px;
  }
}
@media (min-width: 1200px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu.home-two-menu {
    left: -300px;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu.home-two-menu {
    margin-left: 0 !important;
  }
}
header .main-menu-wrapper .main-nav > li > ul.mega-submenu.home-two-menu1 {
  margin-left: 60px !important;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu.home-two-menu1 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 680px;
    left: 0;
    transition: all 0.3s ease-in-out 0;
    -webkit-transition: all 0.3s ease-in-out 0;
    -moz-transition: all 0.3s ease-in-out 0;
    -ms-transition: all 0.3s ease-in-out 0;
    -o-transition: all 0.3s ease-in-out 0;
    box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
    border-radius: 0 0 10px 10px;
  }
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu::before {
    content: none;
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-submenu {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li > ul.mega-menu-pages {
    min-width: 426px !important;
    width: auto;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.megamenu {
    position: unset;
  }
}
@media (min-width: 1200px) {
  header .main-menu-wrapper .main-nav > li.megamenu .mega-submenu {
    left: -142px;
    min-width: 876px;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.megamenu .mega-submenu {
    left: -172px;
    min-width: 876px;
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }
}
header
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  .megamenu-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  padding: 30px;
}
@media (max-width: 991.98px) {
  header
    .main-menu-wrapper
    .main-nav
    > li.mega-innermenu
    > ul.mega-submenu
    .megamenu-wrapper {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  header
    .main-menu-wrapper
    .main-nav
    > li.mega-innermenu
    > ul.mega-submenu
    .megamenu-wrapper {
    box-shadow: none;
  }
}
header
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  .megamenu-label {
  color: var(--heading-color);
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  header
    .main-menu-wrapper
    .main-nav
    > li.mega-innermenu
    > ul.mega-submenu
    .megamenu-label {
    font-size: 14px;
    display: none;
  }
}
header
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  ul
  li {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  header
    .main-menu-wrapper
    .main-nav
    > li.mega-innermenu
    > ul.mega-submenu
    ul
    li {
    margin: 0;
    padding: 8px 0;
  }
}
header
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  ul
  li:last-child {
  margin-bottom: 0;
}
header
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  ul
  li
  a {
  padding: 0 0 0 20px;
  font-weight: 400;
  color: var(--gray-900);
  font-size: 16px;
  position: relative;
}
header
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  ul
  li
  a::before {
  content: "\ea61";
  font-family: "tabler-icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  header
    .main-menu-wrapper
    .main-nav
    > li.mega-innermenu
    > ul.mega-submenu
    ul
    li
    a::before {
    content: none;
  }
}
@media (max-width: 991.98px) {
  header
    .main-menu-wrapper
    .main-nav
    > li.mega-innermenu
    > ul.mega-submenu
    ul
    li
    a {
    font-size: 14px;
  }
}
header
  .main-menu-wrapper
  .main-nav
  > li.mega-innermenu
  > ul.mega-submenu
  ul
  li.active
  a {
  color: var(--primary);
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav > li.mega-innermenu > ul.mega-submenu {
    min-width: 230px;
    width: auto;
  }
}
@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 1px;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    border-radius: 0 0 10px 10px;
  }
  header
    .main-menu-wrapper
    .main-nav
    li.has-submenu:hover
    > .submenu
    .submenu
    li
    a {
    color: var(--body-color);
  }
  header
    .main-menu-wrapper
    .main-nav
    li.has-submenu:hover
    > .submenu
    .submenu
    li
    a:hover {
    color: var(--primary);
  }
  header .main-menu-wrapper .main-nav li.has-submenu.megamenu:hover > .submenu {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
  }
  header .main-menu-wrapper .main-nav .has-submenu .submenu ~ ul ul {
    display: block !important;
  }
}
header .main-menu-wrapper .main-nav li.login-link {
  display: none;
}
@media (max-width: 991.98px) {
  header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }
}
header .header-items {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  header .header-items {
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  header .header-items {
    display: none;
  }
}
header .header-items .topbar-icon {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  font-size: 20px;
  background: transparent;
  border: 0;
  color: var(--white);
  border-radius: 4px;
  transition: all 0.7s;
}
header .header-items .topbar-icon:hover {
  background: var(--white-100);
}
header .header-items .topbar-icon.custom-icon {
  background: var(--dark);
  color: var(--white);
}
header .header-items .topbar-icon.custom-icon:hover {
  background: var(--primary);
}
header.header-two {
  border-bottom: 0;
  z-index: 1050;
}
header.header-two.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
.header-top {
  padding: 8px 0;
}
@media (max-width: 991.98px) {
  .header-top {
    display: none;
  }
}
.header-top p {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
.menu-opened .main-menu-wrapper {
  transform: translateX(0) !important;
}
.menu-opened .main-menu-wrapper body {
  overflow: hidden;
}
.menu-opened .menu-wrapper {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  .menu-opened .menu-wrapper {
    opacity: 1;
    transform: translateX(0) !important;
  }
}
.menu-opened header.header-one.fixed,
.menu-opened header.header-three.fixed,
.menu-opened header.header-four.fixed,
.menu-opened header.header-six.fixed,
.menu-opened header.header-five.fixed,
.menu-opened header.header-two.fixed {
  backdrop-filter: none;
}
.menu-opened header.header-one .menu-overlay,
.menu-opened header.header-one .menu-wrapper,
.menu-opened header.header-three .menu-overlay,
.menu-opened header.header-three .menu-wrapper,
.menu-opened header.header-four .menu-overlay,
.menu-opened header.header-four .menu-wrapper,
.menu-opened header.header-six .menu-overlay,
.menu-opened header.header-six .menu-wrapper,
.menu-opened header.header-five .menu-overlay,
.menu-opened header.header-five .menu-wrapper,
.menu-opened header.header-two .menu-overlay,
.menu-opened header.header-two .menu-wrapper {
  width: 300px;
}
.menu-opened body {
  overflow: hidden !important;
}
.menu-wrapper {
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991.98px) {
  .menu-wrapper {
    height: 100%;
    width: 100%;
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
    transform-origin: left center;
  }
}
@media (max-width: 991.98px) {
  .menu-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    position: absolute;
  }
}
.menu-overlay .opened {
  z-index: 1;
}
.megamenu-wrapper {
  padding: 30px 30px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
@media (max-width: 1199.98px) {
  .megamenu-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
    box-shadow: none;
    border: 0;
  }
}
.megamenu-wrapper h6 {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper h6 {
    display: none;
  }
}
.megamenu-wrapper .single-demo {
  padding: 15px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  border: 1px solid var(--border-color);
  transition: 0.4s;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo.upcoming-demo {
    display: none;
  }
}
.megamenu-wrapper .single-demo a {
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo a {
    padding: 8px 0 8px 20px !important;
  }
}
.megamenu-wrapper .single-demo .demo-img {
  margin-bottom: 20px;
}
.megamenu-wrapper .single-demo .demo-img img {
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo .demo-img {
    display: none;
  }
}
.megamenu-wrapper .single-demo .demo-info .inner-demo-img {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo .demo-info .inner-demo-img {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .megamenu-wrapper .single-demo:hover {
    transform: translateY(-2px);
  }
}
@media (max-width: 991.98px) {
  .megamenu-wrapper .single-demo {
    box-shadow: none;
    padding: 0;
    border: 0;
    text-align: left;
  }
}
.single-demo.active .demo-info a {
  color: var(--primary) !important;
}
.menu-img {
  border-radius: 10px;
  max-width: 246px;
  margin-left: auto;
  overflow: hidden;
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
  border: 4px solid var(--white);
}
.menu-img img {
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
.menu-img:hover img {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -webkit-transition: all 0.9s;
  -ms-transition: all 0.9s;
  transition: all 0.9s;
}
@media (max-width: 991.98px) {
  .menu-img {
    display: none;
  }
}
.theme-toggle {
  display: none;
}
.theme-toggle.activate {
  display: block;
}
@media (max-width: 991.98px) {
  #mobile-menu {
    display: none;
  }
}
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .sidebar-overlay.opened {
    display: block;
  }
}
.menu-dropdown {
  display: block;
  background: var(--light);
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .menu-dropdown {
    display: none;
  }
}
.menu-dropdown .dropdown > a {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--white);
  padding: 6px 12px;
  display: flex;
  color: var(--gray-900);
  font-size: 14px;
}
.menu-dropdown .dropdown .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 12px;
}
.menu-dropdown .cart-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-dropdown .cart-item h6 {
  font-weight: 500;
}
.menu-dropdown .icon-btn > a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  background: var(--white);
  font-size: 16px;
}
.menu-dropdown .icon-btn > a:hover {
  background: var(--light);
}
.menu-login {
  margin-top: 20px;
  width: 100%;
}
.menu-login a {
  margin-bottom: 16px;
}
.menu-login a:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .menu-login {
    display: none;
  }
}
.modal-search .modal-backdrop {
  background: var(--white);
  backdrop-filter: blur(14px);
}
.badge-icon {
  position: absolute;
  top: 0;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.notification-head {
  padding: 12px 20px;
  border-bottom: 1px solid var(--border-color);
}
.notification-body {
  min-height: 280px;
  max-height: 280px;
}
.notification-item {
  background-color: var(--white);
  position: relative;
  cursor: pointer;
  border-radius: 0 !important;
  padding: 16px 20px !important;
}
.notification-item .notification-item-close {
  position: absolute;
  right: 0;
  display: none;
  top: 0;
  bottom: 0;
  padding: 15px;
  background-color: var(--body-color);
}
.notification-item .avatar {
  margin-right: 12px;
}
.notification-item .notification-action {
  display: none !important;
}
.notification-item .notification-action button {
  color: var(--body-color);
  display: flex;
  font-size: 15px;
  transition: all 0.5s;
  font-weight: 600;
  border: 0;
  background: transparent;
}
.notification-item .notification-action button i {
  font-size: 12px;
}
.notification-item .notification-read {
  display: block;
  width: 8px;
  height: 8px;
}
.notification-item .notification-badge {
  height: 22px;
  width: 22px;
  text-align: center;
  color: var(--white);
  top: -12px;
  right: -8px;
  border: 2px solid var(--body-color);
  line-height: 18px;
  font-size: 11px;
}
.notification-item:hover .notification-item-close {
  display: block;
}
.notification-item:hover .notification-action {
  display: flex !important;
}
.notification-footer {
  padding: 12px 20px;
  border-top: 1px solid var(--border-color);
}
.notification-footer a {
  color: var(--primary);
  font-size: 14px;
}
.animate-ring {
  animation: tada 1.5s ease infinite;
}
@keyframes tada {
  0 {
    transform: scaleZ(1);
  }
  10%,
  20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
  60%,
  80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scaleZ(1);
  }
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile__menu {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.mobile-menu-visible .mobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile__menu .close-btn {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.mobile__menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
}
.mobile__menu .main-nav li > ul {
  display: none;
}
.mobile__menu .nav-logo {
  position: relative;
  padding: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile__menu .nav-logo img {
  max-width: 150px;
}
.mobile__menu .nav-logo .logo-white {
  display: none;
}
.mobile__menu .nav-logo .topbar-cart {
  position: relative;
  font-size: 16px;
  display: flex;
}
.mobile__menu .nav-logo .topbar-cart .badge-icon {
  top: -2px;
  right: 0;
}
.mobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.mobile__menu .close-btn {
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: var(--gray-900);
  cursor: pointer;
  padding: 2px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile__menu .mobile__menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--white);
  padding: 0;
  z-index: 5;
}
.mobile__menu .mobile__menu-outer {
  padding: 4px 20px;
}
.mobile__menu .mobile__menu-outer .menu-header {
  display: none;
}
.mobile__menu .mobile__menu-outer .main-nav > li {
  border-bottom: 1px solid var(--border-color);
}
.mobile__menu .mobile__menu-outer .main-nav > li.active > a {
  color: var(--primary);
}
.mobile__menu .mobile__menu-outer .main-nav > li.active li.active > a {
  color: var(--primary);
}
.mobile__menu .mobile__menu-outer .main-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gray-900);
  padding: 16px 0;
  font-weight: 500;
}
.mobile__menu .mobile__menu-outer .main-nav > li .submenu ul {
  padding-left: 20px;
}
.mobile__menu .mobile__menu-outer .main-nav > li ul li {
  margin-bottom: 8px;
}
.mobile__menu .mobile__menu-outer .main-nav > li ul li a {
  font-size: 14px;
  color: var(--gray-500);
}
.mobile__menu .mobile__menu-outer .main-nav > li ul li a:hover {
  color: var(--primary);
}
.content {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .content {
    padding: 40px 0;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: var(--white);
  z-index: 99999999999 !important;
}
[data-loader="circle-side"] {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 6px solid var(--primary-transparent);
  border-top: 5px solid var(--primary);
  border-radius: 100%;
}
@-webkit-keyframes circle {
  0 {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
@keyframes circle {
  0 {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
.theme-1 [data-loader="circle-side"] {
  border: 6px solid rgba(80, 114, 59, 0.1);
  border-top: 5px solid var(--primary);
}
footer {
  position: relative;
}
footer h3,
footer .footer-title {
  font-size: 20px;
  font-weight: 600;
}
footer.footer .footer-subscribe h6 {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  footer.footer .footer-subscribe h6 {
    margin-bottom: 1rem;
  }
}
footer.footer .footer-subscribe p {
  margin-bottom: 16px;
}
footer.footer .footer-subscribe .input-group {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  footer.footer .footer-subscribe .input-group {
    margin-bottom: 24px;
  }
}
footer.footer
  .footer-subscribe
  .input-group.input-group-flat:focus-within
  .form-control,
footer.footer
  .footer-subscribe
  .input-group.input-group-flat:focus-within
  .input-group-text {
  border-color: #404040 !important;
  background: transparent !important;
}
footer.footer .footer-subscribe .input-group .form-control {
  background: transparent;
  border-color: #404040;
  padding-left: 16px;
  color: #fff;
  font-size: 16px;
}
footer.footer .footer-subscribe .input-group .form-control:focus {
  border-color: #404040;
  background: transparent !important;
}
footer.footer .footer-subscribe .input-group .input-group-text {
  background: transparent;
  border-color: #404040;
  border-left: 0;
  padding: 7px 7px 7px 0;
}
footer.footer .footer-subscribe .input-group .input-group-text button {
  padding: 6px 16px;
}
footer.footer .footer-subscribe .input-group .input-group-text:focus {
  background: transparent !important;
}
footer.footer .footer-subscribe .social-links h6 {
  margin-bottom: 16px;
}
footer.footer .download-app {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  footer.footer .download-app {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399.98px) {
  footer.footer .download-app img {
    max-width: 150px;
  }
}
@media (max-width: 1199.98px) {
  footer.footer .download-app img {
    max-width: 135px;
  }
}
footer.footer .download-app .footer-widget .footer-title {
  position: relative;
  display: inline-block;
  padding-right: 21px;
}
footer.footer .download-app .footer-widget .footer-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  width: 13px;
  height: 3px;
  background: var(--primary);
}
footer.footer-dark {
  background: #000;
}
@media (max-width: 991.98px) {
  footer.footer-dark .footer-widget {
    margin-bottom: 10px;
  }
}
footer.footer-dark .footer-widget h3 {
  color: #fff;
}
footer.footer-dark .footer-widget p {
  color: #f7f8f8;
}
footer.footer-dark .footer-widget .footer-title {
  color: #fff;
}
footer.footer-dark .footer-widget .footer-menu li {
  margin-bottom: 10px;
}
footer.footer-dark .footer-widget .footer-menu li a {
  position: relative;
  color: #f7f8f8;
}
footer.footer-dark .footer-widget .footer-menu li a::before {
  content: "";
  top: -5px;
  width: 6px;
  height: 2px;
  background: var(--light);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  position: relative;
  transition: all 0.7s;
}
footer.footer-dark .footer-widget .footer-menu li a:hover {
  color: var(--primary);
}
footer.footer-dark .footer-widget .footer-menu li a:hover::before {
  background: var(--primary);
}
footer.footer-dark .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
footer.footer-dark .footer-bottom {
  border-top: 1px solid var(--white-50);
  background: var(--dark-hover);
}
footer.footer-dark .footer-bottom .container {
  position: relative;
  z-index: 1;
}
footer.footer-dark .footer-bottom p {
  color: #fff;
  margin-bottom: 0;
}
footer.footer-dark .footer-bottom p a {
  color: #fff;
}
footer.footer-dark .footer-bottom p a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  footer.footer-dark .footer-bottom p {
    text-align: center;
  }
}
footer.footer-two {
  z-index: 1;
  overflow: hidden;
}
footer.footer-two .footer-top {
  position: relative;
}
footer.footer-two .footer-top .footer-about .footer-logo {
  margin-bottom: 95px;
}
@media (max-width: 767.98px) {
  footer.footer-two .footer-top .footer-about .footer-logo {
    margin-bottom: 96px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-two .footer-top .footer-about .footer-logo {
    margin-bottom: 40px;
  }
}
footer.footer-two .footer-top .footer-widget .footer-title {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  footer.footer-two .footer-top .footer-widget .footer-title {
    margin-bottom: 16px;
  }
}
footer.footer-two .footer-top .footer-contact p {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
footer.footer-two .footer-top .footer-contact p:last-child {
  margin-bottom: 0;
}
footer.footer-two .social-icon a {
  width: 40px;
  height: 40px;
  color: #2c2c2c;
}
@media (max-width: 1199.98px) {
  footer.footer-two .social-icon a {
    width: 32px;
    height: 32px;
  }
}
footer.footer-two .footer-bg-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  footer.footer-two .footer-bg-01 {
    display: none;
  }
}
footer.footer-two .footer-bg-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
footer.footer-two .footer-bottom .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 991.98px) {
  footer.footer-two .footer-bottom .copyright-content {
    flex-direction: column;
  }
}
footer.footer-two .footer-bottom .copyright-content .copyright p a {
  color: #fff;
}
footer.footer-three .footer-top {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  footer.footer-three .footer-top {
    padding: 40px 0 30px;
  }
}
footer.footer-three .footer-top .footer-widget .footer-title {
  margin-bottom: 16px;
}
footer.footer-three .footer-top .input-group {
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  footer.footer-three .footer-top .input-group {
    margin-bottom: 20px;
  }
}
footer.footer-three .footer-top .input-group .form-control {
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  footer.footer-three .footer-top .input-group .form-control {
    padding-left: 15px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-three .footer-top .input-group button {
    padding: 8px 14px;
  }
}
@media (max-width: 991.98px) {
  footer.footer-three .footer-top .footer-gallery img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-three .footer-top .footer-gallery img {
    width: 50px;
    height: 50px;
  }
}
footer.footer-three .footer-top .social-icon a {
  background: #1e1b1b;
  color: #fff;
}
footer.footer-three .footer-top .social-icon a:hover {
  background: var(--primary);
}
footer.footer-three .footer-logo-white {
  display: none;
}
footer.footer-three .image-popup-desc {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
}
footer.footer-three .image-popup-desc img {
  transition: transform 0.3s ease;
}
footer.footer-three .image-popup-desc:hover img {
  transform: scale(1.05);
}
footer.footer-three .image-popup-desc:hover::after {
  opacity: 1;
}
footer.footer-three .image-popup-desc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 991.98px) {
  footer.footer-three .footer-widget {
    margin-bottom: 10px;
  }
}
footer.footer-three .footer-widget .footer-menu li {
  margin-bottom: 12px;
}
footer.footer-three .footer-widget .footer-menu li a {
  color: var(--body-color);
}
footer.footer-three .footer-widget .footer-menu li a:hover {
  color: var(--primary);
}
footer.footer-three .footer-bottom-three {
  padding: 15px 0;
  border-top: 1px solid var(--gray-100);
}
footer.footer-three .footer-bottom-three .policy-link a {
  margin-left: 21px;
}
footer.footer-three .footer-bottom-three .policy-link a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  footer.footer-three .footer-bottom-three .policy-link {
    justify-content: center;
  }
}
footer.footer-three .input-group-text {
  padding-right: 0.375rem;
}
footer.footer-four .footer-contact {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-contact {
    padding: 30px 0;
  }
}
footer.footer-four .footer-contact .footer-contact-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer.footer-four .footer-contact .footer-contact-info span {
  width: 56px;
  height: 56px;
  background: linear-gradient(0, #6b9c4c 0, #008979 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  footer.footer-four .footer-contact .footer-contact-info span {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
footer.footer-four .footer-contact .footer-contact-info h3 {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-contact .footer-contact-info h3 {
    font-size: 17px;
  }
}
footer.footer-four .footer-contact .footer-contact-info p {
  color: #f7f8f8;
  margin-bottom: 0;
}
footer.footer-four .footer-top {
  border-top: 1px solid #2c2c2c;
}
footer.footer-four .footer-top .footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  padding-left: 20px;
}
footer.footer-four .footer-top .footer-widget .footer-menu li a::before {
  content: "\ea61";
  font-family: "tabler-icons" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
footer.footer-four .footer-top .footer-widget .footer-menu li a:hover {
  color: var(--primary);
}
footer.footer-four .footer-about p {
  max-width: 414px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  footer.footer-four .footer-about p {
    margin-bottom: 20px;
  }
}
footer.footer-four .footer-logo {
  margin-bottom: 16px;
}
footer.footer-four .social-icon a {
  background: #2c2c2c;
  color: #fff;
}
footer.footer-four .social-icon a:hover {
  background: linear-gradient(0, #6b9c4c 0, #008979 100%);
}
footer.footer-four .footer-bottom {
  border-top: 1px solid #2c2c2c;
}
footer.footer-four .footer-bottom .copyright {
  text-align: center;
}
footer.footer-four .footer-bottom .copyright p a {
  color: #fff;
}
footer.footer-five {
  margin: 0 12px 12px;
  border-radius: 10px;
  overflow: hidden;
}
footer.footer-five .footer-top {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  footer.footer-five .footer-top {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  footer.footer-five .footer-top {
    padding: 0 0 30px;
  }
}
footer.footer-five .footer-top .top-btn {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 99;
  display: flex;
  align-items: end;
}
footer.footer-five .footer-top .top-btn .top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50px 50px 0 0;
  background: var(--primary-linear-gradient);
  color: var(--white);
  font-size: 24px;
  transition: all 0.7s;
}
footer.footer-five .footer-top .top-btn .top-icon:hover {
  background: var(--primary);
}
footer.footer-five .footer-support {
  border-bottom: 1px solid var(--gray-900);
}
@media (max-width: 991.98px) {
  footer.footer-five .footer-support {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  footer.footer-five .footer-support {
    padding: 30px 0;
    margin-bottom: 30px !important;
  }
}
footer.footer-five .footer-support .footer-promo {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 991.98px) {
  footer.footer-five .footer-support .footer-promo {
    text-align: start;
  }
}
footer.footer-five .footer-support h2 {
  color: var(--white);
}
@media (max-width: 991.98px) {
  footer.footer-five .footer-support h2 {
    text-align: start;
  }
}
footer.footer-five .footer-support .social-tag {
  position: relative;
  z-index: 1;
}
footer.footer-five .footer-support .social-tag a {
  background: var(--gray-hover);
  transition: all 0.3s;
  padding: 6px 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 30px;
}
footer.footer-five .footer-support .social-tag a:hover {
  background: var(--primary-linear-gradient);
}
footer.footer-five .footer-support .booking-btn {
  width: 160px;
  height: 160px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  background: var(--gray-hover);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 10px 18px;
  text-align: center;
}
@media (max-width: 767.98px) {
  footer.footer-five .footer-support .booking-btn {
    width: 100px;
    height: 100px;
    font-size: 11px;
  }
}
footer.footer-five .footer-support .booking-btn:hover {
  background: var(--primary-linear-gradient);
}
footer.footer-five .footer-support .booking-btn i {
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  footer.footer-five .footer-support .booking-btn i {
    font-size: 18px;
  }
}
footer.footer-five .footer-support .shadow-img-2 {
  position: absolute;
  right: 0;
  top: -20px;
  left: 0;
  margin: auto;
}
@media (max-width: 575.98px) {
  footer.footer-five .footer-widget {
    text-align: start;
  }
}
footer.footer-five .footer-widget .footer-title {
  margin-bottom: 20px;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
footer.footer-five .footer-widget .footer-title .header-icon {
  width: 32px;
}
footer.footer-five .footer-widget .footer-menu li a {
  color: #fff;
}
footer.footer-five .footer-widget .footer-menu li a::before {
  content: unset;
}
footer.footer-five .footer-bottom {
  border-top: 1px solid var(--gray-900);
  background: transparent;
}
footer.footer-five .footer-subscribe {
  position: relative;
  border: 1px solid var(--gray-900);
  padding: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-bottom: 52px;
}
@media (max-width: 767.98px) {
  footer.footer-five .footer-subscribe {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-five .footer-subscribe {
    margin-bottom: 20px;
  }
}
footer.footer-five .footer-subscribe .form-control {
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}
footer.footer-five .footer-subscribe button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  font-size: 14px;
}
footer.footer-five .copyright-content a {
  color: #fff;
  transition: all 0.3s;
}
footer.footer-five .copyright-content a:hover {
  color: var(--primary);
}
@media (max-width: 767.98px) {
  footer.footer-five .copyright-content .copyright {
    justify-content: center !important;
  }
}
footer.footer-five .footer-logo {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  footer.footer-five .footer-logo {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  footer.footer-five .footer-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-five .footer-logo {
    text-align: start;
  }
}
footer.footer-six {
  z-index: 1;
  overflow: hidden;
  padding: 60px 0 20px;
  background: url(../img/home-2/well-bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  footer.footer-six {
    padding: 40px 0 20px;
  }
}
footer.footer-six .footer-top {
  padding: 0 0 60px;
}
@media (max-width: 991.98px) {
  footer.footer-six .footer-top {
    padding: 0 0 20px;
  }
}
footer.footer-six .footer-top .footer-about .footer-logo {
  margin-bottom: 15px;
}
footer.footer-six .footer-top .footer-about .footer-logo5 {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  footer.footer-six .footer-top .footer-about .footer-logo5 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-six .footer-top .footer-about .footer-logo5 {
    margin-bottom: 25px;
  }
}
footer.footer-six .footer-top .footer-about p {
  margin-bottom: 37px;
}
@media (max-width: 767.98px) {
  footer.footer-six .footer-top .footer-about p {
    margin-bottom: 20px;
  }
}
footer.footer-six .footer-top .footer-widget .footer-title {
  margin-bottom: 26px;
}
@media (max-width: 991.98px) {
  footer.footer-six .footer-top .footer-widget .footer-title {
    margin-bottom: 16px;
  }
}
footer.footer-six .footer-top .footer-contact p {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
footer.footer-six .footer-top .footer-contact p:last-child {
  margin-bottom: 0;
}
footer.footer-six .social-icon a {
  width: 36px;
  height: 36px;
  color: #2c2c2c;
}
@media (max-width: 1199.98px) {
  footer.footer-six .social-icon a {
    width: 30px;
    height: 30px;
  }
}
footer.footer-six .footer-bg-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  footer.footer-six .footer-bg-01 {
    display: none;
  }
}
footer.footer-six .footer-bg-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  footer.footer-six .footer-bg-02 {
    display: none;
  }
}
footer.footer-six .footer-bottom {
  padding: 20px 0 0;
}
@media (max-width: 991.98px) {
  footer.footer-six .footer-bottom {
    padding: 20px 0 0;
  }
}
footer.footer-six .footer-bottom .copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 991.98px) {
  footer.footer-six .footer-bottom .copyright-content {
    flex-direction: column;
  }
}
footer.footer-six .footer-bottom .copyright-content .copyright p a {
  color: var(--white);
}
footer.footer-six .footer-bottom .copyright-content .copyright p a:hover {
  color: var(--primary);
}
@media (max-width: 991.98px) {
  footer.footer-dark .footer-support {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  footer.footer-dark .footer-support {
    margin-bottom: 16px;
  }
}
footer.footer-dark .footer-support .footer-logo {
  margin-bottom: 20px;
}
footer.footer-dark .footer-support .footer-logo img{
     width: 150px;
}
footer.footer-dark .footer-support .description {
  color: #f7f8f8;
  margin-bottom: 40px;
  width: 75%;
}
@media (max-width: 991.98px) {
  footer.footer-dark .footer-support .description {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer.footer-dark .footer-support .primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
footer.footer-dark .address {
  margin-top: 40px;
}
@media (max-width: 1399.98px) {
  footer.footer-dark .address {
    margin-top: 34px;
  }
}
@media (max-width: 991.98px) {
  footer.footer-dark .address {
    margin-top: 25px;
  }
}
@media (max-width: 1399.98px) {
  footer.footer-dark .address .footer-title {
    margin-bottom: 10px !important;
  }
}
footer.footer-dark .address a {
  color: var(--white);
  display: block;
  margin-bottom: 8px;
}
footer.footer-dark .footer-hours {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid var(--white-50);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer.footer-dark .footer-hours {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
}
footer.footer-dark .footer-hours .hours {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  footer.footer-dark .footer-hours .hours {
    text-align: center;
  }
}
footer.footer-dark .footer-hours .hours span {
  font-weight: 600;
}
footer.footer-dark .footer-hours .hours strong {
  color: var(--primary);
  margin: 0 8px;
}
footer.footer-dark .footer-hours .privacy {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: var(--white);
  gap: 16px;
  margin-bottom: 0;
}
footer.footer-dark .footer-hours .privacy i {
  font-size: 6px;
  color: var(--primary);
}
footer.footer-dark .footer-hours .privacy a {
  color: var(--white);
}
footer.footer-dark .footer-hours .privacy a:hover {
  color: var(--primary);
}
footer .footer-bg .bg-1 {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}
footer .footer-bg .bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
footer .footer-bg .bg-3 {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}
footer .footer-top {
  padding: 60px 0 20px;
}
@media (max-width: 991.98px) {
  footer .footer-top {
    padding: 40px 0 20px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-top {
    text-align: center;
  }
}
footer .footer-top .container {
  position: relative;
  z-index: 1;
}
footer .footer-top .footer-img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  footer .footer-top .footer-img-1 {
    display: none;
  }
}
footer .footer-top .footer-img-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  footer .footer-top .footer-img-2 {
    display: none;
  }
}
@media (max-width: 991.98px) {
  footer .footer-top .footer-widget {
    margin-bottom: 0;
  }
}
footer .footer-top .footer-widget .footer-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  footer .footer-top .footer-widget .footer-title {
    margin-bottom: 1rem;
  }
}
footer .footer-top .footer-menu li {
  margin-bottom: 8px;
}
footer .footer-top .footer-menu li:last-child {
  margin-bottom: 0;
}
footer .footer-bottom {
  padding: 20px 0;
}
footer .footer-bottom .copyright-content {
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .footer-bottom .copyright-content {
    justify-content: center;
    flex-direction: column;
    gap: 16px !important;
  }
}
footer .footer-bottom .copy-right {
  color: var(--gray-900);
  margin-bottom: 0;
}
footer .footer-bottom .company-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer-bottom .company-logo p {
  font-size: 14px;
  font-weight: 500;
}
footer .footer-bottom .policy-link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  footer .footer-bottom .policy-link {
    justify-content: center;
  }
}
footer .footer-bottom .policy-link a {
  color: #fff;
  margin-right: 12px;
}
footer .footer-bottom .policy-link a:hover {
  color: var(--primary);
}
footer .footer-bottom .policy-link a:last-child {
  margin-right: 0;
}
footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575.98px) {
  footer .social-icon {
    justify-content: center;
  }
}
footer .social-icon a {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  font-size: 18px;
}
footer .social-icon a:hover {
  background: var(--primary);
  color: #fff;
}
footer .social-icon a:hover i {
  animation: verticalRotate 0.5s linear 1;
}
footer .join-sec {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  footer .join-sec {
    padding: 30px;
  }
}
footer .join-sec h2 {
  color: var(--white);
  margin-bottom: 8px;
}
footer .join-sec p {
  color: var(--light);
  margin-bottom: 0;
}
.input-group.input-group-flat.home5 {
  height: 48px;
}
.input-group.input-group-flat.home5 .form-control {
  border-color: var(--gray-800);
  background-color: var(--dark);
  color: var(--white);
  padding-left: 20px;
}
.input-group.input-group-flat.home5 .form-control:focus {
  border-color: var(--gray-800) !important;
  background-color: var(--dark) !important;
  color: var(--white) !important;
}
.input-group.input-group-flat.home5:focus-within .form-control {
  border-color: var(--gray-800) !important;
  background-color: var(--dark) !important;
  color: var(--white) !important;
}
.input-group.input-group-flat.home5 .input-group-text {
  border-color: var(--gray-800) !important;
  background-color: var(--dark) !important;
  color: var(--white) !important;
  padding-right: 6px;
}
.input-group.input-group-flat.home5 .input-group-text:focus {
  border-color: var(--gray-800) !important;
  background-color: var(--dark) !important;
  color: var(--white) !important;
}
.input-group.input-group-flat.home5 .input-group-text:focus-within {
  border-color: var(--gray-800) !important;
  background-color: var(--dark) !important;
  color: var(--white) !important;
}
.input-group.input-group-flat.home5 i {
  color: var(--white);
}
.social-icon.home-5 a {
  background-color: rgba(255, 255, 255, 0.05);
}
.social-icon.home-5 a i {
  color: var(--white);
}
.footer-title.home-5 {
  position: relative;
  margin-bottom: 38px !important;
}
@media (max-width: 1199.98px) {
  .footer-title.home-5 {
    margin-bottom: 38px !important;
  }
}
@media (max-width: 767.98px) {
  .footer-title.home-5 {
    margin-bottom: 38px !important;
  }
}
.footer-title.home-5::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 26px;
  left: 0;
  bottom: -16px;
  background-color: var(--primary);
}
.footer-bottom.home-5 {
  background: #1e1b1b;
}
.footer-six .footer-subscribe .input-group {
  width: 70%;
}
@media (max-width: 991.98px) {
  .footer-six .footer-subscribe .input-group {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .footer-six .footer-subscribe .input-group {
    width: 100%;
  }
}
.footer-six .footer-widget .footer-menu li a::before {
  content: "\ea61" !important;
  font-family: "tabler-icons" !important;
  width: 0 !important;
  background: transparent !important;
  margin-right: 0 !important;
  top: 1px !important;
  opacity: 0;
  transition: all 0.7s;
}
.footer-six .footer-widget .footer-menu li a:hover::before {
  width: 0 !important;
  margin-right: 12px !important;
  opacity: 1;
}
.footer-six .footer-bottom {
  background-color: transparent !important;
}
.footer-six .footer-img-1 {
  position: absolute;
  top: 0;
  top: -65px;
}
.footer-six .social-icon a {
  background: var(--white-50);
  transition: all 0.7s;
  color: var(--white) !important;
}
.footer-six .social-icon a:hover {
  background: var(--primary);
}
.top-btn {
  position: absolute;
  top: -80px;
  right: 38px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .top-btn {
    top: -40px;
  }
}
.top-btn .top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50px 50px 0 0;
  background: var(--primary);
  color: var(--white);
  font-size: 40px;
  transition: all 0.7s;
}
@media (max-width: 767.98px) {
  .top-btn .top-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.top-btn .top-icon:hover {
  background: var(--dark);
  color: var(--white);
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 11;
}
.back-to-top .show {
  opacity: 1 !important;
}
.back-to-top .back-to-top-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  color: var(--dark);
  border: 1px solid var(--primary);
  font-size: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}
.back-to-top .back-to-top-icon:hover {
  background: var(--primary);
  color: var(--white);
}
.banner-section {
  background: url("../img/banner/banner-bg.png") #1e1b1b;
  position: relative;
  padding-top: 74px;
}
@media (max-width: 991.98px) {
  .banner-section {
    padding-top: 60px;
  }
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/banner-bg-01.png");
  height: 187px;
  width: 100%;
  background-size: 100% 100%;
}
.banner-section .banner-content {
  padding: 134px 0;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-content {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-content {
    padding: 70px 0;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-content {
    padding: 50px 0;
  }
}
.banner-section .banner-content .user-rating {
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .user-rating {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
  }
}
.banner-section .banner-content .user-rating .avatar-list-stacked img {
  border: 2px solid #fff;
}
.banner-section .banner-content .user-rating .rating {
  font-size: 14px;
}
.banner-section .banner-content .user-rating .rating i.filled {
  color: var(--warning);
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .user-rating .rating {
    justify-content: center;
  }
}
.banner-section .banner-content .user-rating p,
.banner-section .banner-content .user-rating span {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
.banner-section .banner-content h1 {
  color: #fff;
  font-size: 52px;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-content h1 {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content h1 {
    font-size: 26px;
    text-align: center;
  }
}
.banner-section .banner-content p {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .banner-section .banner-content p {
    text-align: center;
  }
}
.banner-section .banner-content .banner-search {
  position: relative;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 20px;
  z-index: 1;
  border: 3px solid transparent;
  background: rgba(var(--white-rgb), 0.1);
  background-image: linear-gradient(var(--dark), var(--dark)),
    linear-gradient(90deg, #f17f3f 0, #0052b4 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search {
    display: block;
    padding: 16px;
  }
}
.banner-section .banner-content .banner-search div {
  flex: 1;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search div {
    margin-bottom: 24px;
  }
}
.banner-section .banner-content .banner-search .form-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}
.banner-section .banner-content .banner-search .form-control {
  min-height: 24px;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .banner-section .banner-content .banner-search .form-control {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search .form-control {
    width: 100%;
  }
}
.banner-section .banner-content .banner-search button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 6px;
}
@media (min-width: 576px) {
  .banner-section .banner-content .banner-search button:hover {
    background-color: #ae4000;
    border-color: #ae4000;
  }
}
@media (min-width: 576px) {
  .banner-section .banner-content .banner-search button {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-content .banner-search button {
    width: 100%;
  }
}
.banner-section .banner-img {
  position: relative;
  text-align: end;
  z-index: 1;
  margin-left: 60px;
}
@media (max-width: 1199.98px) {
  .banner-section .banner-img {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-img {
    display: none;
  }
}
.banner-section .banner-img .banner-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: -1;
}
.banner-section .banner-img .banner-bg-01 {
  position: absolute;
  top: 26%;
  right: 20%;
  width: 27px;
  height: 27px;
  z-index: -1;
}
.banner-section .banner-img .banner-bg-02 {
  position: absolute;
  bottom: 43%;
  right: 5%;
  width: 27px;
  height: 27px;
  z-index: -1;
}
.banner-section .banner-img .app-view {
  background: #fff;
  padding: 12px;
  border-radius: 6px;
  position: absolute;
  right: 15px;
  top: 18%;
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
}
@media (max-width: 1399.98px) {
  .banner-section .banner-img .app-view {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .banner-img .app-view {
    top: 0;
  }
}
.banner-section .banner-img .app-view::before {
  border: 8px solid #fff;
  border-color: transparent transparent #fff #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  transform: rotate(45deg) translateY(-50%);
}
.banner-section-six {
  background: url(../img/bg/banner-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.banner-section-six video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: inherit;
  width: 100%;
  height: auto;
  object-fit: cover;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .banner-section-six video {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner-section-six video {
    height: 495px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-six video {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six video {
    height: 480px;
  }
}
.banner-section-six .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    89.85deg,
    rgba(0, 0, 0, 0.7) 28.66%,
    rgba(0, 0, 0, 0.28) 48.52%,
    rgba(0, 0, 0, 0.7) 69.79%
  );
  opacity: 0.5;
  z-index: 1;
}
.banner-section-six .banner-content {
  padding: 140px 0 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .banner-section-six .banner-content {
    padding: 60px 0;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six .banner-content {
    padding: 40px 0 40px;
    text-align: center;
  }
}
.banner-section-six .banner-content h1 {
  color: #fff;
  font-size: 80px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .banner-section-six .banner-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  .banner-section-six .banner-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-six .banner-content h1 {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-six .banner-content h1 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.banner-section-six .banner-content h1 span {
  color: var(--primary);
}
.banner-section-six .banner-content p {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .banner-section-six .banner-content p {
    text-align: center;
  }
}
.banner-section-six .banner-content .video-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 8px;
}
@media (max-width: 991.98px) {
  .banner-section-six .banner-content .video-btn {
    justify-content: center;
    margin-top: 40px;
  }
}
.banner-section-six .section-badge {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .banner-section-six .section-badge {
    justify-content: center;
  }
}
.banner-section-six .banner-slide {
  padding-bottom: 30px;
}
.banner-section-six .banner-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .banner-section-six .banner-btn a {
    width: 100%;
    justify-content: center;
  }
}
.banner-section-five {
  padding: 160px 0 !important;
  z-index: 10;
  background: transparent !important;
}
.banner-section-five:hover .arrow-item {
  right: 8%;
}
@media (max-width: 991.98px) {
  .banner-section-five:hover .arrow-item {
    opacity: 1;
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .banner-section-five {
    padding: 120px 0 !important;
  }
}
@media (max-width: 991.98px) {
  .banner-section-five {
    padding: 90px 0 !important;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five {
    padding: 50px 0 !important;
  }
}
.banner-section-five:before {
  content: unset;
}
.banner-section-five .row {
  position: relative;
  z-index: 1;
}
.banner-section-five .banner-content {
  position: relative;
  padding: 0;
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-content {
    text-align: center;
    padding-left: 0;
  }
}
.banner-section-five .banner-content .sub-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-content .sub-title {
    position: unset;
    transform: unset;
    margin-bottom: 4px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .banner-content .sub-title {
    left: 32px;
    display: none;
  }
}
.banner-section-five .banner-content h1 {
  color: #fff;
  font-size: 72px;
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-content h1 {
    font-size: 68px;
  }
}
@media (max-width: 767.98px) {
  .banner-section-five .banner-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .banner-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .banner-content h1 img {
    display: none;
  }
}
.banner-section-five .banner-content p {
  text-align: start;
  width: 78%;
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-content p {
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .banner-content p {
    width: 100%;
  }
}
.banner-section-five .banner-content .banner-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-content .banner-btn {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .banner-content .banner-btn {
    flex-direction: column;
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .banner-content .banner-btn a {
    width: 100%;
    justify-content: center;
  }
}
.banner-section-five .banner-right {
  text-align: end;
  position: relative;
  top: 50px;
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-right {
    top: 0;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .banner-section-five .banner-right {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
.banner-section-five .banner-right .banner-video {
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 255px;
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-right .banner-video {
    margin-left: unset;
  }
}
.banner-section-five .banner-right .banner-video img {
  border-radius: 6px !important;
  width: 100%;
}
.banner-section-five .banner-right .banner-video .banner-vid-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  transition: transform 0.3s ease;
  position: absolute;
  inset: 0;
  margin: auto;
}
.banner-section-five .banner-right .banner-video .banner-vid-play-btn i {
  position: relative;
  z-index: 2;
}
.banner-section-five .banner-right .banner-video .banner-vid-play-btn:hover {
  transform: scale(1.05);
}
.banner-section-five .banner-right .banner-video .banner-vid-play-btn::before,
.banner-section-five .banner-right .banner-video .banner-vid-play-btn::after {
  content: "";
  position: absolute;
  border: 5px solid var(--primary-transparent);
  border-radius: 50%;
  inset: 0;
  animation: wave-pulse 2s infinite;
  z-index: 0;
}
.banner-section-five .banner-right .banner-video .banner-vid-play-btn::after {
  animation-delay: 1s;
}
.banner-section-five .banner-right .banner-group {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  text-align: start;
  width: fit-content;
  margin-left: auto;
  backdrop-filter: blur(10px);
}
@media (max-width: 991.98px) {
  .banner-section-five .banner-right .banner-group {
    margin-left: unset;
  }
}
.banner-section-five .banner-right .banner-group p {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: var(--white);
  font-size: 20px;
}
.banner-section-five .banner-right .banner-group p span {
  font-family: "Familjen Grotesk", sans-serif;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
.banner-section-five .banner-right .banner-group .review {
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 400;
  color: var(--white);
  font-size: 14px;
  padding: 4px 10px 10px;
  text-align: center;
}
.banner-section-five .banner-right .banner-group .avatar-list-stacked .avatar {
  margin-inline-end: -20px !important;
  border: 1px solid var(--white);
}
.banner-section-five .banner-right .banner-group .avatar-item {
  padding: 12px;
  gap: 34px;
}
.banner-section-five .arrow-item {
  position: absolute;
  bottom: 0;
  top: 0;
  right: -25%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: auto;
  transition: all 0.6s;
}
@media (max-width: 991.98px) {
  .banner-section-five .arrow-item {
    right: 0;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    bottom: 25px;
    top: unset;
    padding: 0 20px;
    opacity: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .banner-section-five .arrow-item {
    padding: 0 8px;
  }
}
.banner-section-five .arrow-item .slick-arrow {
  width: 64px;
  height: 64px;
  font-size: 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: var(--white);
  border: 0;
}
.banner-section-five .arrow-item .slick-arrow:hover {
  background: var(--dark);
}
@media (max-width: 575.98px) {
  .banner-section-five .arrow-item .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.banner-section-one {
  padding: 0 0 50px;
  position: relative;
}
.banner-details-one {
  padding: 90px 0;
}
@media (max-width: 991.98px) {
  .banner-details-one {
    text-align: center;
    padding: 90px 0 50px;
  }
}
@media (max-width: 575.98px) {
  .banner-details-one {
    padding: 50px 0 0;
  }
}
.banner-details-one .banner-content-one .section-title {
  position: absolute;
  color: var(--white);
  left: -65px;
  top: 64%;
  transform: rotate(-90deg);
  margin: auto;
  transform-origin: top left;
}
@media (min-width: 1400px) {
  .banner-details-one .banner-content-one .section-title {
    left: -30px;
  }
}
@media (max-width: 1399.98px) {
  .banner-details-one .banner-content-one .section-title {
    left: -26px;
  }
}
@media (max-width: 1199.98px) {
  .banner-details-one .banner-content-one .section-title {
    left: -18px;
  }
}
@media (max-width: 991.98px) {
  .banner-details-one .banner-content-one .section-title {
    position: unset;
    transform: unset;
    margin-bottom: 16px;
  }
}
.banner-details-one .banner-content-one .sub-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  border-bottom: 4px solid var(--primary);
  line-height: 18px;
  margin-bottom: 12px;
  display: inline-block;
}
.banner-details-one .banner-content-one .title {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .banner-details-one .banner-content-one .title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .banner-details-one .banner-content-one .title {
    font-size: 38px;
  }
}
.banner-details-one .banner-content-one .title span {
  display: block;
}
.banner-details-one .banner-content-one .banner-btn .primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575.98px) {
  .banner-tab-one {
    display: none;
  }
}
.banner-tab-one .nav-tabs {
  margin-left: 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .banner-tab-one .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.banner-tab-one .nav-tabs .nav-link {
  padding: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 140px;
  width: 50px;
  overflow: hidden;
  transition: all 0.4s;
}
.banner-tab-one .nav-tabs .nav-link.active {
  border: 1px solid var(--primary);
  width: 130px;
}
.banner-tab-one .nav-tabs .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-tab-one .banner-data-one {
  display: flex;
  align-items: center;
  gap: 24px;
}
.banner-tab-one .banner-data-one .banner-text-one {
  background: var(--dark-700);
  backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .banner-tab-one .banner-data-one .banner-text-one {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .banner-tab-one .banner-data-one .banner-text-one {
    padding: 20px;
  }
}
.banner-tab-one .banner-data-one .banner-text-one .title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .banner-tab-one .banner-data-one .banner-text-one .title {
    justify-content: center;
  }
}
.banner-tab-one .banner-data-one .banner-text-one p {
  margin-bottom: 4px;
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.banner-tab-one .banner-data-one .banner-text-one p:last-child {
  margin-bottom: 0;
}
.slider-item {
  overflow: hidden;
}
.slider-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--dark-linear-gradient);
  z-index: 1;
}
.slider-item .banner-slider-item {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slider-item .banner-slider-item .banner-slider {
  height: 100%;
}
.slider-item .banner-slider-item .banner-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}
.slider-item .banner-slider-item .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 111;
  bottom: 40px;
  width: 100%;
  transform: translateX(0);
}
.slider-item .banner-slider-item .slick-dots li {
  align-items: center;
  margin: 0 18px;
}
.slider-item .banner-slider-item .slick-dots li .slick-number {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  display: inline-block;
  left: 0;
  opacity: 0.7;
}
.slider-item .banner-slider-item .slick-dots li.slick-active .slick-number {
  opacity: 1;
}
.slider-item
  .banner-slider-item
  .slick-dots
  li.slick-active
  .slick-number::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 4px;
  background: var(--primary);
  border-radius: 4px;
}
.slider-item .banner-slider-item .slick-track {
  height: 100%;
}
.slider-item .banner-slider-item .slick-track .slick-slide,
.slider-item .banner-slider-item .slick-track div,
.slider-item .banner-slider-item .slick-track .banner-slide {
  height: 100%;
}
@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.banner-slide .support-item {
  position: relative;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-slide .support-item::after {
  content: "";
  background: url(../img/icons/star-1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 24px;
  position: relative;
  top: 4px;
  left: 0;
  right: 0;
  animation: spin 10s linear infinite;
}
.banner-slide .support-item p,
.banner-slide .support-item .title {
  display: block;
  font-weight: 700;
  font-size: 40px;
  white-space: nowrap;
  margin-bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px var(--gray-600);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991.98px) {
  .banner-slide .support-item p,
  .banner-slide .support-item .title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .banner-slide .support-item p,
  .banner-slide .support-item .title {
    font-size: 30px;
  }
}
.banner-slide .support-item p:hover,
.banner-slide .support-item .title:hover {
  color: var(--primary);
  -webkit-text-stroke: 1px var(--primary);
}
@keyframes wave-pulse {
  0 {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.animate-button {
  cursor: pointer;
  background: var(--dark);
  color: var(--gray-900);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-content: center;
  transition: background 300ms, transform 200ms;
  font-weight: 600;
  border: 3px solid var(--white);
  position: relative;
}
.animate-button:hover .button-circle {
  background: var(--white);
  color: var(--primary);
}
.animate-button .button-text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
  margin: 0 !important;
}
.animate-button .button-text > span {
  position: absolute;
  transform: rotate(calc(13deg * var(--index)));
  inset: 6px;
  color: var(--white);
}
.animate-button .button-circle {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  font-size: 24px;
  font-weight: 400;
}
@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}
.hero-section-one {
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.hero-section-one .container {
  position: relative;
  z-index: 1;
}
.hero-section-one .tab-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-section-one .tab-content .tab-pane {
  height: 100%;
}
.hero-section-one .tab-content .tab-pane img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-section-one .banner-scroll-btn {
  position: absolute;
  bottom: 20%;
  right: 20px;
  color: var(--white);
  transform: rotate(-90deg);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}
@media (max-width: 1399.98px) {
  .hero-section-one .banner-scroll-btn {
    bottom: 34%;
  }
}
@media (max-width: 575.98px) {
  .hero-section-one .banner-scroll-btn {
    bottom: 12%;
  }
}
.hero-section-one .banner-scroll-btn::after {
  content: "";
  background: var(--white);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 48px;
  transform: rotate(90deg);
}
.hero-section-five {
  margin: 20px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .hero-section-five {
    margin: 0;
    border-radius: 0;
  }
}
.hero-section-six {
  background: url(../img/bg/banner-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.hero-section-six .header-top {
  padding: 16px 0 30px;
}
@media (max-width: 991.98px) {
  .hero-section-six {
    padding-top: 20px;
  }
}
.animate-button2 {
  cursor: pointer;
  background: var(--dark);
  color: var(--gray-900);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-content: center;
  transition: background 300ms, transform 200ms;
  font-weight: 600;
  border: 3px solid var(--white);
  position: relative;
}
.animate-button2:hover .button-circle {
  background: var(--white);
  color: var(--primary);
}
.animate-button2 .button-text2 {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
  margin: 0 !important;
}
.animate-button2 .button-text2 > span {
  position: absolute;
  inset: 6px;
  transform: rotate(calc(var(--angle) * var(--index) * 1deg));
  transform-origin: center 65px;
  left: 4px;
  top: 3px;
  display: flex;
  justify-content: center;
  color: var(--white);
}
.animate-button2 .button-circle {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  font-size: 24px;
  font-weight: 400;
}
.categories-item {
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.categories-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.54%, #000 100%);
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
}
.categories-item .categories-img img {
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.6s;
}
.categories-item .categories-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  z-index: 2;
}
.categories-item .categories-info h3 a {
  color: var(--white);
}
.categories-item .categories-info p {
  color: var(--white);
}
.categories-item:hover .categories-img img {
  transform: scale(1.1);
}
.categories-item-two .categories-img {
  border-radius: 10px;
  margin-bottom: 13px;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.categories-item-two .categories-img img {
  border-radius: 10px;
}
.categories-item-two .categories-img::before {
  opacity: 0;
  box-shadow: inset 0 0 0 1000px var(--primary);
  position: absolute;
  content: "";
  transform: rotate(-1.6deg);
  width: 94%;
  height: 106%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
  z-index: -1;
  left: 3%;
  top: -5px;
}
.categories-item-two .categories-img:hover::before {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.categories-item-three {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}
.categories-item-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
@media (max-width: 575.98px) {
  .categories-item-three img {
    height: 370px;
    object-fit: cover;
  }
}
.categories-item-three h3 {
  color: #fff;
}
.categories-item-three p {
  color: #f7f8f8;
}
.categories-item-four {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.categories-item-four .categories-img {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.categories-item-four .categories-img::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 46px;
  background: rgba(80, 114, 59, 0.15);
  border-radius: 0 0 120px 120px;
  bottom: 0;
  left: 10px;
  z-index: -1;
  transform: rotate(-22deg);
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  animation: rotate-smile 2.5s infinite ease-in-out;
}
.categories-item-four h5 {
  margin-bottom: 8px;
}
.categories-item-four p {
  margin-bottom: 20px;
}
@keyframes rotate-smile {
  0 {
    transform: rotate(45deg);
  }
  5% {
    transform: rotate(38deg);
  }
  10% {
    transform: rotate(30deg);
  }
  15% {
    transform: rotate(22deg);
  }
  20% {
    transform: rotate(14deg);
  }
  25% {
    transform: rotate(6deg);
  }
  30% {
    transform: rotate(0);
  }
  35% {
    transform: rotate(-6deg);
  }
  40% {
    transform: rotate(-14deg);
  }
  45% {
    transform: rotate(-22deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  55% {
    transform: rotate(-38deg);
  }
  60% {
    transform: rotate(-45deg);
  }
  65% {
    transform: rotate(-38deg);
  }
  70% {
    transform: rotate(-30deg);
  }
  75% {
    transform: rotate(-22deg);
  }
  80% {
    transform: rotate(-14deg);
  }
  85% {
    transform: rotate(-6deg);
  }
  90% {
    transform: rotate(0);
  }
  95% {
    transform: rotate(22deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.inner-content {
  padding-right: 40px;
}
.card-shape {
  z-index: 2;
  border-top-left-radius: 2em;
  width: 58px;
  height: 58px;
  inset: auto 0 0 auto;
  position: absolute;
  background: var(--primary-transparent);
}
.card-shape::before {
  content: "";
  position: absolute;
  background: var(--primary-transparent);
  border-top-left-radius: 2.5em;
  width: 120%;
  height: 120%;
  z-index: 1;
}
.card-shape .shape-one,
.card-shape .shape-two {
  position: absolute;
  content: "";
  background: transparent;
  width: 16px;
  height: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--primary-transparent);
}
.card-shape .shape-two {
  border-bottom-right-radius: 16px;
  bottom: -1px;
  left: -16px;
}
.card-shape .shape-one {
  border-bottom-right-radius: 16px;
  top: -16px;
  right: 0;
}
.card-shape .view-icon {
  z-index: 4;
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--white);
  color: var(--dark);
  font-size: 20px;
  position: absolute;
  inset: 12px 0 0 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.card-shape .view-icon:hover {
  background: linear-gradient(0, #6b9c4c 0, #008979 100%);
  color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
@keyframes verticalRotate {
  0 {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.view-more {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .view-more {
    margin-top: 30px;
  }
}
.section {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .section {
    padding: 50px 0;
  }
}
.section-header {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .section-header {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header .title {
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .section-header .title {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .section-header .title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .section-header .title {
    font-size: 30px;
  }
}
.section-header .sub-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  border-bottom: 4px solid var(--primary);
  line-height: 18px;
  margin-bottom: 8px;
  display: inline-block;
}
.section-header .section-title {
  position: relative;
  margin-bottom: 20px;
}
.section-header .section-title.title-left::before {
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}
.section-header .section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -12px;
  width: 38px;
  height: 8px;
  background: url("../img/icons/title-icon.svg");
}
.section-header .sub-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
@media (max-width: 767.98px) {
  .section-header .sub-title {
    font-size: 14px;
  }
}
.section-header-four {
  margin-bottom: 40px;
}
.section-header-four.white-title .section-title,
.section-header-four.white-title h2 {
  color: #fff;
}
.section-header-four.white-title p {
  color: #f7f8f8;
}
.section-header.white-title .section-title,
.section-header.white-title h2 {
  color: #fff;
}
.section-header.white-title p {
  color: #f7f8f8;
}
.section-header.title-two .section-title {
  position: relative;
  margin-bottom: 12px;
}
.section-header.title-two .section-title::before {
  content: none;
}
.section-header .header-icon {
  margin-bottom: 12px;
}
.section-header .section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: var(--primary);
  border-radius: 20px;
  padding: 4px 34px 4px 34px;
  position: relative;
}
.section-header .section-badge::before,
.section-header .section-badge::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.section-header .section-badge::before {
  left: 16px;
}
.section-header .section-badge::after {
  right: 16px;
}
@media (max-width: 991.98px) {
  .section-header.section-header-five {
    text-align: center !important;
  }
}
.section-header.section-header-five .title {
  font-size: 48px;
}
@media (max-width: 767.98px) {
  .section-header.section-header-five .title {
    font-size: 38px;
  }
}
@media (max-width: 575.98px) {
  .section-header.section-header-five .title {
    font-size: 28px;
  }
}
.section-header.section-header-five img {
  margin-bottom: 16px !important;
}
@media (max-width: 991.98px) {
  .section-header.section-header-six {
    text-align: center;
  }
}
.section-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: var(--primary);
  border-radius: 20px;
  padding: 4px 34px 4px 34px;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-badge {
    font-size: 16px;
  }
}
.section-badge::before,
.section-badge::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.section-badge::before {
  left: 16px;
}
.section-badge::after {
  right: 16px;
}
.section-heading-three {
  margin-bottom: 40px;
}
.section-heading-three span.section-title {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 4px 12px 4px 12px;
  background-color: var(--white);
  color: var(--gray-900);
  font-weight: 500;
  display: inline-flex;
  position: relative;
  margin-bottom: 12px;
}
.section-heading-three h2 {
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  background-image: url("../img/home-2/shape-04.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 575.98px) {
  .section-heading-three h2 {
    background-position: center bottom;
  }
}
.categories-section-four {
  background: var(--primary-transparent);
  overflow: hidden;
  z-index: 1;
}
.categories-section-four .categories-bg {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  transform: translate(14%, -55%);
  -webkit-transform: translate(14%, -55%);
  -ms-transform: translate(14%, -55%);
  z-index: -1;
  animation: spin-1 30s linear infinite;
}
@media (max-width: 767.98px) {
  .categories-section-four .categories-bg {
    display: none;
  }
}
@keyframes spin-1 {
  from {
    transform: translate(14%, -55%) rotate(0);
  }
  to {
    transform: translate(14%, -55%) rotate(360deg);
  }
}
.categories-section-four .categories-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .categories-section-four .categories-bg-01 {
    display: none;
  }
}
.categories-section-four .categories-bg-02 {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .categories-section-four .categories-bg-02 {
    display: none;
  }
}
.category-section-five {
  background: url("../img/home-3/bg/category-bg.png");
  background-size: 100% 100%;
  background-position: center;
  padding: 115px 0 125px;
}
@media (max-width: 575.98px) {
  .category-section-five {
    background-size: cover;
    padding: 80px 0 80px;
  }
}
.category-section-five .section-header h2 {
  color: #fff;
}
.category-section-five .slick-slide {
  text-align: center;
}
.category-section-five .category-slide {
  text-align: center;
}
.category-section-five .category-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
  transition: all 0.7s;
}
@media (max-width: 575.98px) {
  .category-section-five .category-item {
    margin: 0 auto 12px;
  }
}
.category-section-five .category-item img {
  width: 100%;
}
.category-section-five .category-item:after {
  content: "";
  position: absolute;
  background: var(--dark-linear-gradient);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.7s;
  border-radius: 6px;
}
.category-section-five .category-item:hover {
  transition: all 0.7s;
}
.category-section-five .category-item:hover:after {
  background: var(--primary-linear-gradient);
  opacity: 0.9;
  transition: all 0.7s;
}
.category-section-five .category-item:hover .category-overlay {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 11;
  transition: all 0.7s;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .category-section-five .category-item:hover .category-overlay {
    right: 15px;
  }
}
.category-section-five .category-item:hover .category-overlay a {
  border-radius: 50%;
}
.category-section-five .category-item .category-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 11;
}
.category-section-five .category-item .category-content h3 {
  color: #fff;
}
.category-section-five .category-item .category-content p {
  color: #f7f8f8;
}
.category-section-five .category-item .category-overlay {
  display: none;
}
.category-section-five .category-item .category-overlay a {
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
  transition: all 0.7s;
  padding: 0;
}
.category-section-five .category-item .category-overlay a:hover {
  transform: rotate(45deg);
  transition: 0.7s;
}
.category-section-five .element-one {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
@media (max-width: 575.98px) {
  .category-section-five .element-one {
    display: none;
  }
}
.category-section-five .element-two {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 292px;
}
.category-section-five .slick-dots {
  bottom: -55px;
}
@media (max-width: 575.98px) {
  .category-section-five .slick-dots {
    bottom: -36px;
  }
}
.category-section-five .slick-dots li {
  text-align: center;
  margin: 0;
}
.category-section-five .slick-dots .slick-active {
  margin: 0 5px;
}
.category-section-five .slick-dots .slick-active button {
  background: var(--primary);
  width: 26px;
  border-radius: 10px;
}
.category-section-five .slick-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  margin: auto;
}
.senses-section-five {
  background: url(../img/home-3/categories/category-img-list-1.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 575.98px) {
  .senses-section-five {
    background-size: cover;
  }
}
.senses-section-five .senses-list {
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .senses-section-five .senses-list {
    background-size: cover;
  }
}
.senses-section-five .senses-list h2 {
  color: #fff;
}
.senses-section-five .senses-list .senses-item {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  transition: all 0.7s;
}
.senses-section-five .senses-list .senses-item:hover {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-10px);
}
.senses-section-five .senses-list .senses-item:hover .avatar {
  background: var(--primary-linear-gradient);
  transform: translateY(-5px) rotateY(360deg);
  transition: all 0.7s;
}
.senses-section-five .senses-list .senses-item:hover .avatar img {
  filter: brightness(0) invert(1);
}
.senses-section-five .senses-list .senses-item .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
  background: var(--white);
}
.senses-section-five .senses-list .senses-item .avatar img {
  transition: all 0.7s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.senses-section-five .senses-list .senses-item h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
.senses-section-five .senses-list .senses-item p {
  margin-bottom: 0;
  color: var(--white);
}
.senses-section-five .shadow-img-1 {
  position: absolute;
  bottom: -140px;
  right: 0;
}
.premium-section-five {
  padding-top: 20px;
}
.premium-section-five .image-text {
  font-size: 200px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  background-image: url("../img/home-3/categories/premium-img.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1399.98px) {
  .premium-section-five .image-text {
    font-size: 178px;
  }
}
@media (max-width: 1199.98px) {
  .premium-section-five .image-text {
    font-size: 150px;
  }
}
@media (max-width: 991.98px) {
  .premium-section-five .image-text {
    font-size: 108px;
  }
}
@media (max-width: 767.98px) {
  .premium-section-five .image-text {
    font-size: 82px;
  }
}
@media (max-width: 575.98px) {
  .premium-section-five .image-text {
    font-size: 46px;
  }
}
.faq-section {
  background: var(--light);
}
@media (max-width: 767.98px) {
  .faq-section .section-header {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .faq-section .section-header .section-title.title-left::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.faq-accordion {
  position: relative;
  z-index: 9;
  border: 0;
}
.faq-accordion .accordion-button:not(.collapsed) {
  padding-bottom: 8px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.faq-accordion .accordion-item {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.faq-accordion .accordion-item .accordion-button {
  border-radius: 4px !important;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .faq-accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.faq-accordion-two .accordion-item {
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  overflow: hidden;
  border: 1px solid var(--border-color);
}
.faq-accordion-two .accordion-item .accordion-button {
  border-radius: 0 !important;
}
.faq-accordion-two .accordion-item .accordion-button::after {
  content: "\ea5f";
  font-weight: 400;
}
.faq-accordion-two .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--light);
  padding-bottom: 8px;
}
.faq-accordion-two .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\ea62";
  transform: none;
}
.faq-accordion-two .accordion-body {
  background-color: var(--light);
}
.faq-accordion-two .accordion-body .accordion-content {
  padding: 12px;
}
.faq-accordion-two .accordion-body p {
  font-size: 16px;
}
.faq-accordion-three .accordion-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.faq-accordion-three .accordion-item .accordion-button {
  border-radius: 10px !important;
}
.faq-accordion-three .accordion-item .accordion-button::after {
  content: "\ea69";
  font-weight: 400;
}
.faq-accordion-three .accordion-item .accordion-button:not(.collapsed) {
  padding-bottom: 8px;
}
.faq-accordion-three .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\ea68";
  transform: none;
}
.faq-accordion-three .accordion-body .accordion-content {
  padding: 12px;
}
.faq-accordion-three .accordion-body p {
  font-size: 16px;
}
.about-img {
  position: relative;
  margin-right: 43px;
}
@media (max-width: 991.98px) {
  .about-img {
    margin: 0 23px 24px 0;
  }
}
@media (max-width: 575.98px) {
  .about-img {
    margin-right: 0;
  }
}
.about-img > img {
  border-radius: 10px;
}
.about-img-one {
  display: flex;
  align-items: start;
  width: 100%;
  max-width: 332px;
  gap: 16px;
  margin: 0;
  padding-left: 48px;
}
@media (max-width: 1399.98px) {
  .about-img-one {
    max-width: 280px;
  }
}
@media (max-width: 1199.98px) {
  .about-img-one {
    display: none;
  }
}
.about-img-one img {
  border-radius: 4px;
}
.about-img-one img:nth-child(2) {
  position: relative;
  top: 40px;
}
.about-img .about-exp {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 10px;
  background: var(--primary);
  padding: 20px;
}
.about-img .about-exp span,
.about-img .about-exp p {
  color: #fff;
}
.about-img .about-shape {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .about-img .about-shape {
    display: none;
  }
}
.about-img-five {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-img-five {
    display: none;
  }
}
.about-img-five .video-btn {
  position: absolute;
  top: 0;
  right: -20px;
}
.about-img-five .video-btn .animate-button2 {
  background: var(--primary);
  border: 0;
}
.about-img-five .video-btn .animate-button2 .button-circle {
  background: var(--dark);
}
.about-img-five .video-btn .animate-button2 .button-text2 > span {
  inset: 6px;
  transform: rotate(calc(var(--angle) * var(--index) * 1deg));
  transform-origin: center 65px;
  left: 4px;
  top: 4px;
  display: flex;
  justify-content: center;
  color: var(--white);
}
.about-img-six {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .about-img-six {
    gap: 12px;
  }
}
.about-img-six img {
  border-radius: 4px;
  width: 30%;
}
.about-img-six .about-02 {
  position: relative;
  top: 60px;
}
.about-img-six .about-bg {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 50%;
  z-index: -1;
}
.about-content h2 {
  margin-bottom: 20px;
}
.about-content .about-list p {
  position: relative;
  margin-bottom: 8px;
  padding-left: 26px;
}
.about-content .about-list p::before {
  content: "\f704";
  position: absolute;
  font-family: "tabler-icons" !important;
  left: 0;
  top: 0;
  color: var(--success);
}
.about-content .about-list p:last-child {
  margin-bottom: 0;
}
.about-content-two .section-header {
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .about-content-two .section-header {
    margin-bottom: 20px;
  }
}
.about-content-two .section-header .badge {
  margin-bottom: 20px;
}
.about-content-two .section-header h2 {
  margin-bottom: 12px;
}
.about-content-two .about-item-two span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1b1b;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  font-size: 24px;
  margin-right: 16px;
  flex-shrink: 0;
  color: #fff;
}
.about-content-three {
  padding-left: 24px;
}
@media (max-width: 991.98px) {
  .about-content-three {
    padding-left: 0;
  }
}
.about-section-one {
  background: var(--dark);
  position: relative;
}
.about-section-one .container {
  position: relative;
  z-index: 1;
}
.about-section-one .section-header .sub-title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  border-bottom: 4px solid var(--primary);
  line-height: 18px;
  margin-bottom: 8px;
  display: inline-block;
}
.about-section-one .section-header .title {
  color: var(--white);
}
.about-section-one .section-header .description {
  width: 80%;
  color: var(--white);
  text-align: end;
  margin-left: auto;
  border: 0;
}
@media (max-width: 1199.98px) {
  .about-section-one .section-header .description {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .about-section-one .section-header .description {
    width: 100%;
    text-align: center;
  }
}
.about-section-one .about-row {
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .about-section-one .view-more {
    text-align: center;
  }
}
.about-section-one .element-1 {
  position: absolute;
  right: 0;
  top: 26%;
  z-index: 0;
}
.about-section-one .element-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-section-five {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .about-section-five {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .about-section-five .about-content {
    text-align: left;
  }
}
.about-section-five .about-details .about-item {
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .about-section-five .about-details .about-item {
    width: 75%;
    margin: 0 auto 12px;
  }
}
@media (max-width: 767.98px) {
  .about-section-five .about-details .about-item {
    width: 95%;
  }
}
@media (max-width: 575.98px) {
  .about-section-five .about-details .about-item {
    width: 100%;
    flex-direction: column;
  }
}
.about-section-five .about-details .about-item .avatar {
  transition: all 0.6s;
  flex-shrink: 0;
}
.about-section-five .about-details .about-item .avatar i {
  color: var(--gray-900);
  font-size: 20px;
  transition: all 0.6s;
}
.about-section-five .about-details .about-item .avatar:hover {
  transition: all 0.6s;
  background: var(--primary-linear-gradient);
}
.about-section-five .about-details .about-item .avatar:hover i {
  color: var(--white);
}
.about-section-five .element-one {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
}
.about-section-six {
  background: var(--primary-transparent);
}
@media (max-width: 991.98px) {
  .about-section-six .about-btn-six {
    text-align: center;
  }
}
.work-section {
  background-color: var(--light);
}
.work-section .work-item {
  border: 1px solid rgba(107, 107, 107, 0.2);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.work-section .work-item .step-number {
  color: rgba(107, 107, 107, 0.2);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .work-section .work-item .step-number {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  .work-section .work-item .step-number {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .work-section .work-item .step-number {
    font-size: 34px;
  }
}
.work-section .work-item:hover .step-number {
  color: var(--primary);
}
.work-section .work-img1 {
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  border: 3px solid var(--white);
  rotate: -5deg;
  width: 86%;
}
.work-section .work-img2 {
  border: 3px solid var(--white);
  left: 0;
  position: absolute;
  bottom: 0;
  rotate: -14deg;
  animation: sparkleFloat 10s ease-in-out infinite;
  width: 40%;
}
.work-section .work-img3 {
  border: 3px solid var(--white);
  top: 10%;
  position: absolute;
  right: 0;
  rotate: 14deg;
  animation: sparkleFloat 10s ease-in-out infinite;
  width: 40%;
}
@media (max-width: 991.98px) {
  .work-section .work-image {
    display: none;
  }
}
.about-item-one {
  background: var(--dark-700);
  padding: 24px;
  border-radius: 4px;
  transition: all 0.6s;
  border: 1px solid transparent;
}
@media (max-width: 991.98px) {
  .about-item-one {
    text-align: center;
  }
}
.about-item-one:hover {
  border: 1px solid var(--primary);
}
.about-item-one .about-img {
  margin-bottom: 20px;
  margin-right: 0;
}
.about-item-one .about-title {
  color: var(--white);
  margin-bottom: 8px;
}
.about-item-one .about-title span {
  color: var(--primary);
}
.about-item-one p {
  color: var(--white);
}
.about-item-three .about-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}
.about-item-four {
  border: 1px solid var(--border-color);
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .about-item-four {
    flex-direction: column;
    align-items: start;
  }
}
.about-item-four:last-child {
  margin-bottom: 0;
}
.about-item-four .about-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 38px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .about-item-four .about-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.about-item-four .custom-title {
  margin-bottom: 8px;
}
.about-item-four p {
  margin-bottom: 0;
}
.about-item-six {
  background: var(--white);
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.about-item-six .title {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .about-item-six .title {
    font-size: 18px;
  }
}
.about-item-six .about-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.brand-slider-six {
  margin-top: 80px;
}
.brand-slider-six .brand-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  margin: auto;
}
.brand-slider-six .brand-img img {
  height: 108px;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .brand-slider-six .brand-img img {
    height: 70px;
  }
}
.brand-slider-six .slick-slide > div {
  margin: 0 12px;
  border-right: 1px solid var(--border-color);
}
.brand-slider-six
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  > div {
  border-right: 0;
}
@media (max-width: 1399.98px) {
  .brand-slider-six
    .slick-active
    + .slick-active
    + .slick-active
    + .slick-active
    > div {
    border-right: none !important;
  }
}
@media (max-width: 991.98px) {
  .brand-slider-six .slick-active + .slick-active + .slick-active > div {
    border-right: none !important;
  }
}
@media (max-width: 575.98px) {
  .brand-slider-six .slick-active + .slick-active > div {
    border-right: none !important;
  }
}
.brand-slider-six .swiper-wrapper {
  margin-left: -1px;
}
.brand-slider-six .swiper-slide {
  border-left: 1px solid var(--border-color);
}
.wellness-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.wellness-section.wellness-section-six {
  background: url(../img/home-2/well-bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media (max-width: 991.98px) {
  .wellness-section.wellness-section-six {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .wellness-section.wellness-section-six .row-gap-4 {
    row-gap: 0 !important;
  }
}
.wellness-section.wellness-section-six .section-header {
  padding-left: 40px;
}
@media (max-width: 1199.98px) {
  .wellness-section.wellness-section-six .section-header {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .wellness-section.wellness-section-six .section-header {
    text-align: center;
  }
}
.article-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.article-item-two {
  width: calc(25% - 20px);
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding: 0 !important;
  border-radius: 6px;
  background-color: transparent;
  height: 400px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
@media (max-width: 575.98px) {
  .article-item-two {
    height: auto;
  }
}
.article-item-two:last-child {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .article-item-two:last-child {
    margin-right: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .article-item-two:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .article-item-two {
    width: 50%;
    margin-right: 50%;
    border: 1px solid var(--border-color);
    border-right: 0;
  }
}
@media (max-width: 575.98px) {
  .article-item-two {
    width: 100%;
    margin-right: 0;
    border: 0;
  }
}
.article-item-two.active,
.article-item-two:hover {
  margin-right: calc(25% - 12px);
  border: 1px solid var(--border-color);
  border-right: 0;
}
@media (max-width: 1199.98px) {
  .article-item-two.active,
  .article-item-two:hover {
    margin-right: 50%;
  }
}
@media (max-width: 575.98px) {
  .article-item-two.active,
  .article-item-two:hover {
    width: 100%;
    margin-right: 0;
    border: 0;
  }
}
.article-item-two.active .article-content,
.article-item-two:hover .article-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(100%);
  border: 1px solid var(--border-color);
  border-left: 0;
}
@media (max-width: 767.98px) {
  .article-item-two.active .article-content,
  .article-item-two:hover .article-content {
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .article-item-two.active .article-content,
  .article-item-two:hover .article-content {
    transform: translateX(0);
    border: 1px solid var(--border-color) !important;
    border-radius: 6px !important;
  }
}
.article-item-two.active .article-img .article-info,
.article-item-two:hover .article-img .article-info {
  transition: 0.5s;
  opacity: 0;
}
.article-item-two.active .article-img::before,
.article-item-two:hover .article-img::before {
  content: "";
  background: transparent;
}
.article-item-two .article-img {
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.article-item-two .article-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .article-item-two .article-img {
    display: none;
  }
}
.article-item-two .article-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.article-item-two .article-img .article-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  flex-direction: column;
  gap: 20px;
}
.article-item-two .article-img .article-info .step-count {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 68px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .article-item-two .article-img .article-info .step-count {
    font-size: 40px;
    line-height: 36px;
  }
}
.article-item-two .article-img .article-info h3,
.article-item-two .article-img .article-info .title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .article-item-two .article-img .article-info h3,
  .article-item-two .article-img .article-info .title {
    font-size: 24px;
  }
}
.article-item-two .article-content {
  background: var(--white);
  position: relative;
  padding: 40px;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20%);
  border-radius: 0 6px 6px 0;
  transition: transform 0.5s ease-in-out 0.05s, visibility 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .article-item-two .article-content {
    opacity: 1;
    transform: translateX(100%);
    visibility: visible;
    border: 1px solid var(--border-color);
    border-left: 0;
  }
}
@media (max-width: 575.98px) {
  .article-item-two .article-content {
    transform: translateX(0);
    border: 1px solid var(--border-color) !important;
    border-radius: 6px !important;
    padding: 24px;
  }
}
.article-item-two .article-content .step-count {
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 68px;
  color: var(--primary);
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .article-item-two .article-content .step-count {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .article-item-two .article-content .step-count {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .article-item-two .article-content .step-count {
    margin-bottom: 8px;
    line-height: 1;
    font-size: 36px;
  }
}
.article-item-two .article-content h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .article-item-two .article-content h3 {
    font-size: 18px;
  }
}
.article-item-two .article-content p {
  margin-bottom: 0;
}
.wellness-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--primary);
}
@media (max-width: 991.98px) {
  .wellness-img {
    margin-bottom: 0;
    display: none;
  }
}
.wellness-img img {
  border-radius: 4px;
}
.wellness-img .wellness-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  background: rgba(255, 255, 255, 0.8);
  border: 5px solid var(--white);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .wellness-img .wellness-icon {
    width: 90px;
    height: 90px;
    top: 10px;
  }
}
.wellness-img .wellness-icon img {
  border-radius: 0;
}
@media (max-width: 991.98px) {
  .wellness-img .wellness-icon img {
    width: 50%;
  }
}
.wellness-content {
  margin-left: 40px;
}
@media (max-width: 1199.98px) {
  .wellness-content {
    margin-left: 0;
  }
}
.wellness-content .title {
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .wellness-content .title {
    font-size: 18px;
  }
}
.wellness-content .title a {
  color: var(--white);
}
.wellness-content p {
  color: var(--white);
}
.wellness-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--white-50);
  padding-bottom: 24px;
  margin-bottom: 24px;
  gap: 12px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .wellness-list {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.wellness-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.wellness-list:last-child img {
  top: -90%;
}
.wellness-list:hover h3 a {
  color: var(--primary);
}
.wellness-list:hover img {
  opacity: 1;
}
.wellness-list:hover .view-icon {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.wellness-list img {
  position: absolute;
  top: -50%;
  right: 10%;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  opacity: 0;
  max-width: 240px;
  transform: rotate(-4deg);
}
@media (max-width: 767.98px) {
  .wellness-list img {
    display: none;
  }
}
.wellness-list .view-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--border-color);
  font-size: 20px;
  color: var(--gray-900);
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.7s;
}
.wellness-list .view-icon:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.video-section {
  position: relative;
  background: url(../img/about/video.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  overflow: hidden;
}
.video-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-section .video-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .video-section .video-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .video-section .video-btn {
    margin: 0 auto;
  }
}
.video-section .video-btn::before,
.video-section .video-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  animation: ripple 3s infinite;
}
@media (max-width: 991.98px) {
  .video-section .video-btn::before,
  .video-section .video-btn::after {
    width: 50px;
    height: 50px;
  }
}
.video-section .video-btn::before {
  animation-delay: 0.9s;
}
.video-section .video-btn::after {
  animation-delay: 0.6s;
}
.video-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    89.85deg,
    rgba(0, 0, 0, 0.7) 28.66%,
    rgba(0, 0, 0, 0.28) 48.52%,
    rgba(0, 0, 0, 0.7) 69.79%
  );
  opacity: 0.5;
  z-index: 1;
}
.video-section .video-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .video-section .video-content .video-wrap {
    gap: 40px !important;
  }
}
.video-section .video-content h2 {
  margin-bottom: 12px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .video-section .video-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .video-section .video-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .video-section .video-content h2 {
    font-size: 28px;
  }
}
.video-section .video-content p {
  color: #fff;
  margin-bottom: 40px;
}
.video-section .video-content .video-tagline {
  font-size: 120px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .video-section .video-content .video-tagline {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .video-section .video-content .video-tagline {
    font-size: 80px;
  }
}
@media (max-width: 575.98px) {
  .video-section .video-content .video-tagline {
    font-size: 40px;
  }
}
.video-section .video-content .video-tagline span {
  display: block;
  font-size: 76px;
  color: var(--primary);
}
@media (max-width: 991.98px) {
  .video-section .video-content .video-tagline span {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .video-section .video-content .video-tagline span {
    font-size: 30px;
  }
}
.video-section .video-content .video-info {
  max-width: 485px;
}
@media (max-width: 575.98px) {
  .video-section .video-content .video-info {
    text-align: center;
  }
}
.video-section .video-content .video-slag {
  text-align: center;
}
@media (max-width: 575.98px) {
  .video-section .video-content .video-slag {
    text-align: center;
  }
}
@keyframes ripple {
  0 {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 20px 50px rgba(255, 255, 255, 0);
  }
}
.about-section-two .who-we-are-section {
  position: relative;
}
.about-section-two .who-we-are-section .experience-year-cover {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--primary);
  top: 35%;
  left: 50%;
  transform: translatex(-50%);
  padding: 8px;
}
.about-section-two
  .who-we-are-section
  .experience-year-cover
  .experience-year-content {
  height: 100%;
  border: 1px solid var(--white);
  border-radius: 50%;
  border-style: dashed;
  align-content: center;
  text-align: center;
}
.about-section-two
  .who-we-are-section
  .experience-year-cover
  .experience-year-content
  span {
  display: block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
}
.about-section-two
  .who-we-are-section
  .experience-year-cover
  .experience-year-content
  p {
  color: var(--white);
}
.about-section-two .home-two-about-title {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-left: 24px;
}
.about-section-two .home-two-about-title::after {
  position: absolute;
  content: "";
  background-image: url("../img/icons/about-star.svg");
  height: 16px;
  width: 16px;
  top: 2px;
  left: -24px;
}
@media (max-width: 991.98px) {
  .about-img-three {
    text-align: center;
    margin-bottom: 16px;
  }
}
.about-content-offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 24px 24px 36px;
}
.about-content-offcanvas .offcanvas-header .logo-1 {
  max-width: 220px;
}
.about-content-offcanvas .offcanvas-header .btn-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--light);
  color: var(--dark);
  font-size: 20px;
  transition: all 0.7s;
  border: 1px solid var(--border-color);
  opacity: 1;
}
.about-content-offcanvas .offcanvas-header .btn-close:hover {
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.about-content-offcanvas .offcanvas-body {
  padding: 0 24px 24px 24px;
}
.about-content-offcanvas .offcanvas-body .about-content-item {
  margin-bottom: 24px;
}
.about-content-offcanvas .offcanvas-body .about-content-item:last-child {
  margin-bottom: 0;
}
.about-content-offcanvas .offcanvas-body .about-content-item .title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}
.about-content-offcanvas .offcanvas-body .about-content-item p {
  margin-bottom: 0;
  color: var(--gray-600);
}
.about-content-offcanvas .offcanvas-body .about-content-item .content-item {
  margin-bottom: 8px;
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item
  .content-item:last-child {
  margin-bottom: 0;
}
.about-content-offcanvas .offcanvas-body .about-content-item .sub-title {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-600);
  margin-bottom: 0;
}
.about-content-offcanvas .offcanvas-body .about-content-item .social-icon {
  display: flex;
  gap: 8px;
}
.about-content-offcanvas .offcanvas-body .about-content-item .social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--white);
  font-size: 16px;
  transition: all 0.7s;
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item
  .social-icon
  li
  a:hover {
  background: var(--primary);
  color: var(--white);
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item.content-image-item {
  display: flex;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item.content-image-item
  .content-image {
  border-radius: 4px;
  overflow: hidden;
  width: 108px;
  height: 108px;
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item.content-image-item
  .content-image
  img {
  border-radius: 4px;
}
.about-content-offcanvas .offcanvas-body .about-content-item.custom-content {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item.custom-content
  .content-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item.custom-content
  .content-item
  .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--light);
  border: 1px solid var(--border-color);
  color: var(--dark);
  font-size: 20px;
  transition: all 0.7s;
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item.custom-content
  .content-item
  p {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
  margin-bottom: 0;
}
.about-content-offcanvas
  .offcanvas-body
  .about-content-item.custom-content
  .content-item:last-child {
  margin-bottom: 0;
}
.offcanvas.offcanvas-top {
  max-width: 100% !important;
  height: 100%;
  background-image: url(../img/home-2/well-bg-1.png) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.offcanvas.offcanvas-top .offcanvas-header {
  justify-content: end;
}
.offcanvas.offcanvas-top .btn-close {
  border: 1px solid var(--gray-800);
  font-size: 16px !important;
  color: var(--gray-600) !important;
  opacity: 1 !important;
  top: 20px;
  right: 20px;
  background: var(--gray-900);
}
@media (max-width: 767.98px) {
  .offcanvas.offcanvas-top .btn-close {
    top: 10px;
    right: 10px;
  }
}
.offcanvas.offcanvas-top .btn-close:hover {
  background: var(--primary);
  color: var(--white) !important;
  border: 1px solid var(--primary);
}
.offcanvas.offcanvas-top .offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas.offcanvas-top .search-content-form {
  width: 60%;
  margin: auto;
}
.offcanvas.offcanvas-top .search-content-form .input-group {
  position: relative;
}
.offcanvas.offcanvas-top .search-content-form .input-group input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--gray-800);
  border-radius: 0;
  padding-right: 46px;
  transition: all 0.8s;
  font-size: 24px;
  color: var(--white);
  background: transparent !important;
}
.offcanvas.offcanvas-top .search-content-form .input-group input:focus {
  border-bottom: 1px solid var(--primary);
}
.offcanvas.offcanvas-top .search-content-form .input-group .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0;
  color: var(--gray-500);
  background: transparent;
  z-index: 11;
  transition: all 0.7s;
  font-size: 24px;
}
.offcanvas.offcanvas-top .search-content-form .input-group .btn:hover {
  color: var(--primary);
}
@media (max-width: 767.98px) {
  .offcanvas.offcanvas-top .search-content-form {
    width: 100%;
  }
}
.service-section {
  position: relative;
  z-index: 1;
}
.service-section .service-bg-01 {
  position: absolute;
  top: -25px;
  right: 180px;
  z-index: -1;
}
.service-section .service-bg-02 {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 63px;
  height: 70px;
}
.service-item {
  border: 1px solid transparent;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  background: rgba(30, 27, 27, 0.3);
  backdrop-filter: blur(8px);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  overflow: hidden;
}
.service-item::before,
.service-item::after {
  content: "";
  position: absolute;
  border: 1px solid var(--primary);
  border-radius: 6px;
  width: 0;
  height: 100%;
  top: 0;
  transition: width 0.4s ease;
  z-index: -1;
}
.service-item::before {
  left: 0;
  border-right: 0;
  border-left: 1px solid transparent;
  border-radius: 6px 0 0 6px;
}
.service-item::after {
  right: 0;
  border-left: 0;
  border-right: 1px solid transparent;
  border-radius: 0 6px 6px 0;
}
.service-item:hover::before,
.service-item:hover::after {
  width: 50%;
}
.service-item:hover::before {
  border-color: var(--primary);
}
.service-item:hover::after {
  border-color: var(--primary);
}
.service-item .service-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 143px;
  z-index: -1;
}
.service-item .service-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 24px;
  flex-shrink: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item h3 a {
  color: #fff;
}
.service-item h3 a:hover {
  color: var(--primary);
}
.service-item p {
  color: #f7f8f8;
  margin-bottom: 24px;
}
.service-item .view-link {
  color: var(--primary);
  font-size: 14px;
  text-decoration: none;
  position: relative;
}
.service-item .view-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s ease;
}
.service-item .view-link:hover::after {
  transform: scaleX(1);
}
.service-item:hover {
  background: #1e1b1b;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item:hover .service-icon {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: #1e1b1b;
  animation: verticalRotate 0.5s linear 1;
}
.service-item-two {
  border-radius: 6px;
  padding: 20px;
  background: var(--white);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item-two .service-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #1e1b1b;
  margin-bottom: 20px;
  flex-shrink: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item-two .service-icon img {
  filter: brightness(0) invert(1);
}
.service-item-two h6 a:hover {
  color: var(--primary);
}
.service-item-two p {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item-two:hover {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--light);
  border-color: var(--border-color);
}
.service-item-two:hover .service-icon {
  background: var(--primary);
}
.service-item-two:hover .service-icon img {
  filter: brightness(0) invert(1);
}
.service-item-two:hover h6 a {
  color: var(--gray-900);
}
.service-item-two:hover h6 a:hover {
  color: var(--primary);
}
.service-item-two:hover p {
  color: var(--body-color);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item-three {
  background-color: var(--white);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  position: relative;
}
.service-item-three:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
.service-item-three:hover::before {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.service-item-three::before {
  opacity: 0;
  box-shadow: inset 0 0 0 1000px var(--primary);
  position: absolute;
  content: "";
  transform: rotate(-1.6deg);
  width: 94%;
  height: 20%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
  z-index: -1;
  left: 3%;
  bottom: -12px;
}
.service-item-three .service-two-image {
  margin-bottom: 23px;
}
.service-item-four {
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  border: 1px solid var(--border-color);
}
.service-item-four .listing-img img {
  border-radius: 6px 6px 0 0;
}
.service-item-four .listing-content {
  padding: 20px;
  text-align: center;
}
.service-item-four:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
.service-section-three .listing-item-content .btn {
  transform: none;
}
.service-slider .slick-slide {
  margin: 0 12px;
}
.service-slider .slick-slide .listing-item {
  box-shadow: none;
}
.service-slider .slick-slide .listing-item:hover {
  transform: none;
}
.service-slider .slick-slide .listing-item .slick-slide {
  margin: 0;
}
@media (max-width: 991.98px) {
  .services-grid {
    border-radius: 4px !important;
  }
}
@media (max-width: 767.98px) {
  .services-grid {
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  }
}
.services-grid:last-child {
  margin-top: 0;
}
.services-grid .pricing-service-section {
  background-color: var(--dark);
  position: relative;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
.services-grid .pricing-service-section .pricing-service-img {
  height: 100%;
}
.services-grid .pricing-service-section .pricing-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 991.98px) {
  .services-grid .pricing-service-section .pricing-service-img img {
    border-radius: 0;
  }
}
.services-grid .pricing-service-section .pricing-service-content {
  background-color: var(--white);
  padding: 60px 50px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 96% 95%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .services-grid .pricing-service-section .pricing-service-content {
    padding: 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .services-grid .pricing-service-section .pricing-service-content {
    clip-path: none;
    padding: 32px;
  }
}
@media (max-width: 575.98px) {
  .services-grid .pricing-service-section .pricing-service-content {
    padding: 20px;
  }
}
.services-grid
  .pricing-service-section
  .pricing-service-content
  .pricing-service-title {
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .services-grid
    .pricing-service-section
    .pricing-service-content
    .pricing-service-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .services-grid
    .pricing-service-section
    .pricing-service-content
    .pricing-service-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.services-grid
  .pricing-service-section
  .pricing-service-content
  .pricing-service-list
  .pricing-service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.services-grid
  .pricing-service-section
  .pricing-service-content
  .pricing-service-list
  .pricing-service-item:last-child {
  margin-bottom: 0;
}
.services-grid
  .pricing-service-section
  .pricing-service-content
  .pricing-service-list
  .pricing-service-item
  .pricing-service-info
  .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .services-grid
    .pricing-service-section
    .pricing-service-content
    .pricing-service-list
    .pricing-service-item
    .pricing-service-info
    .title {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.services-grid
  .pricing-service-section
  .pricing-service-content
  .pricing-service-list
  .pricing-service-item
  .pricing-service-info
  p {
  color: var(--gray-600);
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .services-grid
    .pricing-service-section
    .pricing-service-content
    .pricing-service-list
    .pricing-service-item
    .pricing-service-info
    p {
    font-size: 12px;
  }
}
.services-grid
  .pricing-service-section
  .pricing-service-content
  .pricing-service-list
  .pricing-service-item
  .pricing-service-price {
  flex-shrink: 0;
}
.services-grid
  .pricing-service-section
  .pricing-service-content
  .pricing-service-list
  .pricing-service-item
  .pricing-service-price
  h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}
@media (max-width: 575.98px) {
  .services-grid
    .pricing-service-section
    .pricing-service-content
    .pricing-service-list
    .pricing-service-item
    .pricing-service-price
    h4 {
    font-size: 16px;
    margin-left: 12px;
  }
}
.services-grid .pricing-service-reverse .pricing-service-content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 95%);
}
@media (max-width: 767.98px) {
  .services-grid .pricing-service-reverse .pricing-service-content {
    clip-path: none;
  }
}
.services-grid .pricing-service-reverse .pricing-service-img img {
  border-radius: 0 4px 4px 0;
}
@media (max-width: 767.98px) {
  .services-grid .pricing-service-reverse .pricing-service-img img {
    border-radius: 4px 4px 0 0;
  }
}
.services-element1 {
  position: absolute;
  top: 30%;
  margin: auto;
  left: 0;
  z-index: -1;
}
.services-element2 {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}
.services-element3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.servicelist-title {
  text-align: center;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .servicelist-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.service-list {
  position: relative;
}
.service-list .service-list-item .title {
  font-size: 40px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .service-list .service-list-item .title {
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .service-list .service-list-item .title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.service-list .service-list-item .pricing-service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.service-list .service-list-item .pricing-service-item:last-child {
  margin-bottom: 0;
}
.service-list
  .service-list-item
  .pricing-service-item
  .pricing-service-info
  .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .service-list
    .service-list-item
    .pricing-service-item
    .pricing-service-info
    .title {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.service-list .service-list-item .pricing-service-item .pricing-service-info p {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .service-list
    .service-list-item
    .pricing-service-item
    .pricing-service-info
    p {
    font-size: 12px;
  }
}
.service-list .service-list-item .pricing-service-item .pricing-service-price {
  flex-shrink: 0;
}
.service-list
  .service-list-item
  .pricing-service-item
  .pricing-service-price
  h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}
@media (max-width: 575.98px) {
  .service-list
    .service-list-item
    .pricing-service-item
    .pricing-service-price
    h4 {
    font-size: 16px;
    margin-left: 12px;
  }
}
.service-list .service-list-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .service-list .service-list-img {
    display: none;
  }
}
.service-list .services-element1 {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
}
.services-section-six .section-header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .services-section-six .section-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .services-section-six .services-img {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .service-item-six {
    padding-left: 0;
  }
}
.service-item-six .service-title {
  font-size: 40px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .service-item-six .service-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .service-item-six .service-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .service-item-six .service-title {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.service-item-six .service-list .service-list-item {
  padding-bottom: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .service-item-six .service-list .service-list-item {
    margin-bottom: 20px;
  }
}
.service-item-six .service-list .service-list-item .service-head .service-name {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .service-item-six
    .service-list
    .service-list-item
    .service-head
    .service-name {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .service-item-six
    .service-list
    .service-list-item
    .service-head
    .service-name {
    font-size: 16px;
  }
}
.service-item-six .service-list .service-list-item .service-price {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767.98px) {
  .service-item-six .service-list .service-list-item .service-price {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .service-item-six .service-list .service-list-item .service-price {
    font-size: 16px;
  }
}
.service-item-six .service-list .service-list-item .service-description {
  font-size: 16px;
  color: var(--gray-600);
  display: block;
  font-weight: 400;
  margin-bottom: 0;
}
.service-item-six .service-list .service-list-item:last-child {
  margin-bottom: 0;
}
.services-img img {
  border-radius: 4px;
  width: 100%;
}
.expert-section-six {
  background: url(../img/home-2/well-bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.expert-section-six .section-header {
  margin-bottom: 0;
  position: sticky;
  top: 100px;
}
.expert-section-six .section-header .title {
  color: var(--white);
}
.expert-section-six .section-header p {
  color: var(--white);
}
.expert-section-six .expert-profile-card .expert-profile-content h3 a {
  color: var(--white);
}
.expert-section-six .expert-profile-card .expert-profile-content p {
  color: var(--white);
}
.expert-section-six .expert-profile-card .image-wrapper .social-bar .icon {
  background: var(--white);
  color: var(--gray-900);
  transition: all 0.8s;
  font-size: 24px;
}
.expert-section-six
  .expert-profile-card
  .image-wrapper
  .social-bar
  .icon:hover {
  background: var(--primary);
  color: var(--white);
}
.ready-section-six {
  background: url(../img/home-2/ready-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 150px 0;
}
@media (max-width: 991.98px) {
  .ready-section-six {
    padding: 60px 0;
  }
}
.ready-section-six .section-header .title {
  font-size: 80px;
  color: var(--white);
}
@media (max-width: 1399.98px) {
  .ready-section-six .section-header .title {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  .ready-section-six .section-header .title {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .ready-section-six .section-header .title {
    font-size: 40px;
  }
}
.ready-section-six .section-header p {
  color: var(--white);
}
@media (max-width: 991.98px) {
  .ready-section-six .ready-btn-six {
    text-align: center;
  }
}
.service-categories-grid {
  padding: 24px;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.7s;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.service-categories-grid:hover .arrow-btn {
  transform: rotate(360deg);
  background: var(--primary);
}
.service-categories-grid:hover .arrow-btn i {
  color: var(--white);
}
.service-categories-grid:hover .service-categories-overlay img {
  transform: scale(1.09);
}
.service-categories-grid::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background: var(--white);
  border-bottom-left-radius: 16px;
  z-index: 2;
}
.service-categories-grid .arrow-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}
.service-categories-grid .arrow-btn i {
  font-size: 24px;
  color: var(--gray-900);
  transition: transform 0.6s ease, color 0.3s ease;
  display: inline-block;
}
.service-categories-grid .arrow-btn:hover {
  background: var(--primary);
}
.service-categories-grid .arrow-btn:hover i {
  color: var(--white);
  transform: rotate(360deg);
}
.service-categories-grid .service-categories-overlay {
  overflow: hidden;
  border-radius: 10px;
}
.service-categories-grid .service-categories-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s;
}
.service-categories-grid .service-categories-content {
  padding-top: 20px;
}
.service-categories-grid
  .service-categories-content
  .service-categories-title
  .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.service-categories-grid .service-categories-content .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-categories-grid .service-categories-content .service-categories-text {
  display: flex;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .service-categories-grid
    .service-categories-content
    .service-categories-text {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.service-categories-grid
  .service-categories-content
  .service-categories-text
  .pack {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
}
.service-categories-grid
  .service-categories-content
  .service-categories-text
  .pack
  i {
  color: var(--primary);
}
.experiences-section-one .video-btn {
  position: absolute;
  top: 162px;
  right: 10%;
}
@media (max-width: 575.98px) {
  .experiences-section-one .video-btn {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.experiences-section-one .video-btn::before {
  content: "";
  background: var(--light-300);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -8px;
  backdrop-filter: blur(20px);
}
@media (max-width: 575.98px) {
  .experiences-section-one .video-btn::before {
    top: -10px;
    left: -10px;
    right: 0;
    margin: auto;
  }
}
.experiences-section-one .video-btn .animate-button2 {
  background: var(--primary);
  border: 0;
}
.experiences-section-one .video-btn .animate-button2 .button-circle {
  background: var(--dark);
}
.experience-item-one {
  position: relative;
  width: 380px;
  height: 500px;
}
.experience-item-one:hover .experience-link {
  transform: scale(1);
}
.experience-item-one img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.experience-item-one .experience-link {
  position: absolute;
  width: 85%;
  height: 90%;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-700);
  border-radius: 4px;
  transform: scale(0);
  transition: all 0.7s;
}
.experience-item-one .experience-link i {
  color: var(--white);
  font-size: 64px;
}
.address-radio {
  width: 16px;
  height: 16px;
  margin-right: 20px;
}
.delete-icon {
  padding: 16px;
  background: var(--danger-transparent);
  color: var(--danger);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.file-upload {
  border: 1px dashed var(--border-color);
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload.drag-file {
  height: 120px;
  background: var(--light);
}
.counter-sec {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .counter-sec {
    margin-top: 50px;
  }
}
.counter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border-color);
  text-align: center;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .counter-item {
    border-right: 0;
  }
}
@media (max-width: 575.98px) {
  .counter-item {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
    text-align: left;
    justify-content: start;
    align-items: start;
  }
}
.counter-item h3 {
  font-size: 38px;
}
@media (max-width: 1199.98px) {
  .counter-item h3 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .counter-item h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .counter-item h3 {
    font-size: 18px;
  }
}
.counter-item-two {
  position: relative;
}
.counter-item-two::before {
  content: "";
  background: linear-gradient(180deg, #161004 0, #f17f3f 49.33%, #161004 100%);
  width: 2px;
  height: 40px;
  position: absolute;
  right: 0;
}
@media (max-width: 1199.98px) {
  .counter-item-two::before {
    content: unset;
  }
}
.counter-item-two::before h5 {
  color: #fff;
}
.counter-item-two::before p {
  color: #f7f8f8;
}
.counter-item-two .counter-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 38px;
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .counter-item-two .counter-icon {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .counter-item-two .counter-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.counter-item-two .counter-value {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .counter-item-two .counter-value {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .counter-item-two .counter-value {
    font-size: 26px;
  }
}
.counter-item-three {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .counter-item-three {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }
}
.counter-item-three .counter-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--primary);
  margin-right: 16px;
  flex-shrink: 0;
  background: var(--dark);
  box-shadow: 0 4px 4px 0 #433b24 inset;
}
.counter-item-three .counter-value {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .counter-item-three .counter-value {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .counter-item-three .counter-value {
    font-size: 26px;
  }
}
.counter-item-three h2 {
  color: #fff;
}
.counter-item-three p {
  color: #f7f8f8;
}
.counter-item-four {
  background: #2c2c2c;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
}
.counter-item-four .counter-img {
  margin-bottom: 20px;
  position: relative;
}
.counter-item-four .counter-img span {
  position: absolute;
  font-size: 5px;
  color: var(--primary);
}
.counter-item-four h3 {
  font-size: 16px;
  font-weight: 600;
  color: #f7f8f8;
}
.counter-item-four .counter-value {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .counter-item-four .counter-value {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .counter-item-four .counter-value {
    font-size: 28px;
  }
}
.counter-section-three {
  padding: 40px;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .counter-section-three {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .counter-section-three {
    padding: 20px;
  }
}
.counter-section-four {
  background: #1e1b1b;
  z-index: 1;
  overflow: hidden;
}
.counter-section-four .counter-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .counter-section-four .counter-bg {
    display: none;
  }
}
.counter-section-six {
  background: url(../img/bg/count-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .counter-section-six {
    padding: 50px 0;
  }
}
.support-section {
  padding: 20px 0;
}
.support-section-six {
  background: url(../img/bg/count-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.support-section-six .support-content {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .support-section-six .support-content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
.support-section-six .support-content .support-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--white);
}
.support-section-six .support-content .support-text .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .support-section-six .support-content .support-text .title {
    font-size: 18px;
  }
}
.support-section-six .support-content .support-text p {
  color: var(--white);
  margin-bottom: 0;
}
.support-item {
  position: relative;
  margin-right: 24px;
  padding-right: 44px;
}
.support-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  background: url("../img/icons/support-icon.svg") no-repeat;
  width: 22px;
  height: 22px;
}
.support-item p {
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .support-item p {
    font-size: 18px;
  }
}
.support-section-five {
  background: var(--dark);
  position: relative;
  z-index: 1;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 575.98px) {
  .support-section-five {
    border-radius: 0;
  }
}
.support-section-five .support-item {
  position: relative;
  margin-right: 30px;
  padding-right: 50px;
}
.support-section-five .support-item::after {
  background: url("../img/home-3/icons/support-slide-icon.svg");
}
.support-section-five .support-item p {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
.ambience-slide .slide-list {
  gap: 60px;
}
@media (max-width: 991.98px) {
  .ambience-slide .slide-list {
    gap: 38px;
  }
}
@media (max-width: 575.98px) {
  .ambience-slide .slide-list {
    gap: 22px;
  }
}
.ambience-slide .slide-list .support-item {
  margin-right: 0;
  padding-right: 0;
}
.ambience-slide .slide-list .support-item::after {
  content: unset !important;
}
.ambience-slide .slide-list .support-item p {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-weight: 600;
  color: var(--gray-900);
  transition: all 0.7s;
}
@media (max-width: 991.98px) {
  .ambience-slide .slide-list .support-item p {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .ambience-slide .slide-list .support-item p {
    font-size: 30px;
  }
}
.ambience-slide .slide-list .support-item p:hover {
  color: var(--primary);
}
.ambience-slide .slide-list .support-item img {
  transition: all 0.7s;
  width: 120px;
  border-radius: 4px;
}
.ambience-slide .slide-list .support-item img:hover {
  transform: scale(1.1);
}
.ambience-slide .slide-list .support-item:nth-child(even) {
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .ambience-slide .slide-list .support-item:nth-child(even) {
    width: 90px;
  }
}
@media (max-width: 575.98px) {
  .ambience-slide .slide-list .support-item:nth-child(even) {
    width: 50px;
  }
}
.ambience-slide.ambience-slide-one {
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  .ambience-slide.ambience-slide-one {
    margin-top: 22px;
  }
}
.animate-updown {
  -webkit-animation: updown 1.5s ease-in-out 0 infinite alternate;
  animation: updown 1.5s ease-in-out 0 infinite alternate;
  animation-duration: 3s;
}
@keyframes updown {
  0 {
    transform: rotateX(0) translateY(0);
    -webkit-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
  }
  50% {
    transform: rotateX(0) translateY(-20px);
    -webkit-transform: rotateX(0) translateY(-20px);
    -ms-transform: rotateX(0) translateY(-20px);
  }
  100% {
    transform: rotateX(0) translateY(0);
    -webkit-transform: rotateX(0) translateY(0);
    -ms-transform: rotateX(0) translateY(0);
  }
}
.horizontal-slide {
  overflow: hidden;
}
.horizontal-slide[data-direction="right"] {
  --_animation-direction: reverse;
}
.horizontal-slide[data-direction="left"] {
  --_animation-direction: forwards;
}
.horizontal-slide[data-speed="fast"] {
  --_animation-duration: 30s;
}
.horizontal-slide[data-speed="slow"] {
  --_animation-duration: 120s;
}
.horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s)
    var(--_animation-direction, forwards) linear infinite;
}
.horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
.signature-section {
  position: relative;
}
.signature-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .signature-section .section-header {
    flex-direction: column;
    text-align: center;
  }
}
.signature-section .section-header p {
  text-align: right;
  width: 40%;
}
@media (max-width: 1399.98px) {
  .signature-section .section-header p {
    width: 50%;
  }
}
@media (max-width: 1199.98px) {
  .signature-section .section-header p {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  .signature-section .section-header p {
    text-align: center;
    width: 100%;
  }
}
.signature-section .scissors-icon {
  position: absolute;
  left: -7px;
  top: 11%;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .signature-section .scissors-icon {
    top: 0;
  }
}
.signature-item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.signature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--dark-gradient);
}
.signature-item:hover .signature-content {
  bottom: 0;
}
.signature-item .signature-content {
  position: absolute;
  bottom: -144px;
  padding: 24px;
  transition: all 0.7s;
}
@media (max-width: 1199.98px) {
  .signature-item .signature-content {
    bottom: -136px;
    padding: 14px;
  }
}
@media (max-width: 991.98px) {
  .signature-item .signature-content {
    bottom: -112px;
    padding: 14px;
  }
}
@media (max-width: 767.98px) {
  .signature-item .signature-content {
    bottom: -128px;
  }
}
.signature-item .signature-content .signature-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.signature-item .signature-content .description {
  color: var(--white);
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .signature-item .signature-content .description {
    width: 60%;
  }
}
.offer-section {
  background: #1e1b1b;
}
.offer-section .offer-bg1 {
  right: 10px;
  top: -10%;
  animation: sparkleFloat 5s ease-in-out infinite;
}
.offer-section .offer-bg2 {
  left: 2%;
  bottom: 10%;
  animation: sparkleFloat 5s ease-in-out infinite;
}
.offer-section-one {
  background: url(../img/home/offer-bg.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
}
.offer-section-one .service-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .offer-section-one .service-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.offer-section-one .service-item-six {
  padding: 40px;
  border-radius: 4px;
  background: url(../img/home/offer-bg-1.jpg);
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .offer-section-one .service-item-six {
    padding: 20px;
  }
}
.offer-section-one .service-list .service-list-item {
  display: flex;
  align-items: center;
}
.offer-section-one .service-list .service-list-item .service-name {
  color: var(--white) !important;
  margin-bottom: 8px;
}
.offer-section-one .service-list .service-list-item .service-description {
  color: var(--white);
}
.offer-section-one .service-list .service-list-item .service-price {
  font-size: 20px;
  color: var(--white);
}
@media (max-width: 575.98px) {
  .offer-section-one .service-list .service-list-item .service-price {
    margin-left: 10px;
  }
}
.offer-section-one .offer-left {
  position: sticky;
  top: 100px;
}
@media (max-width: 991.98px) {
  .offer-section-one .view-more {
    text-align: center;
  }
}
.offer-item .offer-icon {
  width: 90px;
  aspect-ratio: 1/1;
  background: var(--pink-transparent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}
.offer-item .offer-icon.offer-icon-two {
  background: var(--teal-transparent);
}
.offer-item .offer-icon.offer-icon-three {
  background: var(--purple-transparent);
}
.offer-item .offer-right {
  min-width: 110px;
  text-align: right;
}
@media (max-width: 575.98px) {
  .offer-item .offer-right {
    text-align: center;
  }
}
.offer-item .price {
  color: var(--heading-color);
}
.offer-section-five {
  background: transparent;
}
.offer-section-five .offer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .offer-section-five .offer-item {
    justify-content: space-between;
    align-items: center !important;
  }
}
@media (max-width: 575.98px) {
  .offer-section-five .offer-item {
    justify-content: center;
    text-align: center;
  }
}
.offer-section-five .offer-item .title {
  font-size: 24px;
  font-weight: 600;
}
.offer-section-five .offer-item .offer-right p {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.offer-section-five .element-one {
  bottom: 0;
  left: -315px;
}
.experts-section-one {
  background: var(--primary-transparent);
  position: relative;
}
.experts-section-one .container {
  position: relative;
  z-index: 1;
}
.experts-section-one .head-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991.98px) {
  .experts-section-one .head-area {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
.experts-section-one .head-area .element-1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
@media (max-width: 991.98px) {
  .experts-section-one .head-area .element-1 {
    display: none;
  }
}
.experts-section-one .section-header .sub-title {
  color: var(--gray-900);
}
.experts-section-one .section-header .title {
  color: var(--gray-900);
}
.experts-section-one .element-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.experts-item-one {
  text-align: center;
  transition: all 0.8s;
}
.experts-item-one:hover {
  transform: translateY(-10px);
}
.experts-item-one:hover .experts-overlay .social-icon {
  top: 0;
}
.experts-item-one:hover .experts-overlay img {
  transform: scale(1.1);
}
.experts-item-one .experts-overlay {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.experts-item-one .experts-overlay img {
  transition: all 0.8s;
}
.experts-item-one .experts-overlay .social-icon {
  background: var(--white-100);
  backdrop-filter: blur(20px);
  padding: 16px;
  border-radius: 0 0 100px 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  position: absolute;
  top: -170px;
  right: 12px;
  font-size: 18px;
  transition: all 0.8s;
}
.experts-item-one .experts-overlay .social-icon .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--dark);
  transition: all 0.8s;
}
.experts-item-one .experts-overlay .social-icon .icon:hover {
  background: var(--primary);
}
.experts-item-one .experts-content {
  text-align: center;
  padding-top: 20px;
}
.experts-item-one .experts-content .experts-name {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.experts-item-one .experts-content .experts-name a {
  transition: all 0.8s;
}
.experts-item-one .experts-content .experts-name a:hover {
  color: var(--primary);
}
.experts-item-one .experts-content .experts-designation {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
  margin-bottom: 0;
}
.professional-section-one {
  background: url(../img/bg/professinoal-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .professional-section-one {
    margin-top: 50px;
    min-height: 400px;
  }
}
@media (max-width: 575.98px) {
  .professional-section-one {
    min-height: 250px;
  }
}
.professional-section-one .pro-title {
  font-size: 72px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .professional-section-one .pro-title {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .professional-section-one .pro-title {
    font-size: 32px;
  }
}
.professional-section-one .pro-title span {
  display: block;
}
.sub-head-item {
  margin-bottom: 20px;
}
.sub-head-item .sub-head {
  margin-bottom: 0;
}
.custom-padding {
  padding-bottom: 20px;
}
#range-slider {
  margin-top: 54px;
}
.category-item {
  transition: 0.6s;
}
.category-item .category-item-list {
  height: 70px;
  overflow: hidden;
  padding: 12px;
  transition: all 0.7s;
}
.category-item .category-item-list .text-white {
  color: #fff !important;
}
.category-item .category-item-list::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
  inset: 0;
}
.category-item .category-item-list .category-img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  transition: 0.6s;
}
@media (max-width: 1399.98px) {
  .category-item .category-item-list .category-img {
    height: 100%;
  }
}
.category-item .category-item-list:hover {
  transform: translateY(-7px);
}
.category-item .category-item-list:hover .category-img {
  transform: scale(1.1);
  transition: 0.6s;
}
.listing-item-row,
.filter-wrap {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .listing-item-row,
  .filter-wrap {
    margin-bottom: 30px;
  }
}
.filter-search {
  position: relative;
}
.filter-search .form-control {
  padding: 4px 34px 4px 12px;
}
.filter-search span {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: var(--gray-900);
}
.listing-item {
  overflow: hidden;
  position: relative;
  transition: all 0.6s;
}
.listing-item .listing-img {
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  background: var(--light);
  padding: 20px;
  text-align: center;
}
.listing-item .listing-img .badge {
  padding: 8px 10px 8px 8px;
  border-radius: 0 16px 16px 0;
  position: absolute;
  top: 24px;
  left: 0;
  color: #fff;
}
.listing-item .listing-img .cart-btn {
  width: 100%;
  border-radius: 0 !important;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.4s ease;
  bottom: -80px;
}
.listing-item .listing-img .product-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  opacity: 0;
  transition: all 0.4s ease;
}
.listing-item .listing-img .product-icons .btn-icon {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-width: 1px;
  border-color: transparent;
  border-bottom: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.listing-item .listing-img .product-icons .btn-icon:last-child {
  margin-bottom: 0;
}
.listing-item .listing-img .product-icons .btn-icon.view-icon:hover {
  background: var(--primary);
  color: #fff;
}
.listing-item .listing-img .product-icons .btn-icon.favourite.selected,
.listing-item .listing-img .product-icons .btn-icon.favourite:hover {
  color: var(--danger);
}
.listing-item .listing-content .review-star {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  color: var(--gray-900);
}
.listing-item .listing-content .review-star i {
  color: var(--gray-200);
}
.listing-item .listing-content .review-star i.filled {
  color: var(--warning);
}
.listing-item .listing-content .custom-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.listing-item .listing-content .price {
  color: var(--gray-900);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.listing-item .listing-content .price span {
  font-weight: 400;
  color: var(--gray-700);
  text-decoration: line-through;
}
.listing-item:hover {
  transform: translateY(-8px);
}
.listing-item:hover .cart-btn {
  opacity: 1;
  bottom: 0;
}
.listing-item:hover .product-icons {
  opacity: 1;
  right: 20px;
}
.filter-items {
  border-radius: 6px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  overflow: hidden;
}
.filter-items .filter-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.filter-items .filter-header .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0;
}
.filter-items .filter-header .reset-btn {
  font-size: 16px;
  color: var(--primary);
  text-decoration: underline;
}
.filter-items .filter-header .reset-btn:hover {
  color: var(--primary-hover);
}
.filter-items .filter-set {
  padding: 20px;
  border-bottom: 1px solid var(--gray-100);
}
.filter-items .filter-set .filter-title:not(.collapsed) i {
  transform: rotate(180deg);
}
.filter-items .filter-set:last-child {
  border-bottom: 0;
}
.filter-items .filter-set .form-check {
  margin-bottom: 12px;
}
.filter-items .filter-set .filter-head {
  width: 100%;
}
.filter-items .filter-set .filter-head i {
  transition: all 0.4s;
  color: var(--gray-900);
  line-height: inherit;
}
.filter-items .filter-set .filter-head .filter-title {
  font-size: 20px;
  font-weight: 600;
  background: transparent;
  border: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: 0;
  padding: 0;
}
.filter-items .filter-set .filter-range .price {
  font-size: 14px;
  margin-bottom: 0;
}
.filter-items .filter-set .filter-range .price span {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
}
.filter-items .filter-set .review-star {
  display: flex;
  align-items: center;
  gap: 4px;
}
.filter-items .filter-set .review-star i {
  color: var(--gray-100);
}
.filter-items .filter-set .review-value {
  color: var(--gray-900);
  margin-left: 4px;
}
.filter-items .irs--flat .irs-min {
  display: none;
}
.filter-items .irs--flat .irs-max {
  display: none;
}
.filter-items .irs--flat .irs-line {
  height: 2px;
  background-color: var(--gray-100);
}
.filter-items .irs--flat .irs-bar {
  height: 2px;
  background-color: var(--primary);
}
.filter-items .irs--flat .irs-from,
.filter-items .irs--flat .irs-to {
  background-color: var(--primary);
}
.filter-items .irs--flat .irs-handle > i:first-child {
  top: -1px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
}
.filter-items .irs-with-grid .irs-grid {
  display: none;
}
.filter-items .filter-range p {
  font-size: 14px;
}
.filter-items .services-items {
  position: relative;
}
.filter-items .services-items h6 {
  position: relative;
  padding-left: 16px;
}
.filter-items .services-items h6::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 700;
  color: var(--gray-900);
  content: "+";
  transition: all 0.3s ease;
}
.filter-items .services-items[aria-expanded="true"] h6::before {
  content: "−";
  color: var(--primary);
}
.filter-items .filter-footer {
  border-top: 1px solid var(--gray-100);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
}
.filter-offcanvas .offcanvas-header {
  border-bottom: 1px solid var(--border-color);
  justify-content: space-between;
}
.filter-offcanvas .offcanvas-header .title {
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0;
}
.load-more-custom i {
  width: 14px;
  height: 14px;
  line-height: 15px;
}
.offcanvas {
  background-color: var(--white) !important;
  width: 100% !important;
  max-width: 400px;
}
.offcanvas .btn-close {
  opacity: 1;
  background-color: var(--white);
  background-image: none;
  box-shadow: unset;
  color: var(--gray-900);
  font-size: 24px;
  padding: 0;
  width: 28px;
  height: 28px;
  margin: 0;
  line-height: 0;
  transition: all 0.6s;
  border-radius: 50%;
}
.offcanvas .btn-close:hover {
  background-color: var(--light);
}
.offcanvas .offcanvas-footer {
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.map-items {
  height: 100%;
  min-height: 100%;
  z-index: 1029;
  width: 100%;
}
.map-items .map-listing {
  width: 100%;
  position: sticky;
  top: 0;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .map-items .map-listing {
    height: calc(100% - 36px);
    margin-top: 35px;
  }
}
@media (max-width: 991.98px) {
  .map-items .map-listing {
    height: 600px;
  }
}
.gm-style .gm-style-iw-c {
  background: var(--white);
}
@media (max-width: 767.98px) {
  .gm-style .gm-style-iw-c {
    min-width: 260px !important;
  }
}
.gm-style .gm-style-iw-tc::after {
  background: var(--white);
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: var(--white);
}
.gm-style .gm-style-iw-d::-webkit-scrollbar {
  background: var(--white);
}
.slick-prev:before,
.slick-next:before,
.slick-dots li button:before {
  content: none;
}
.listing-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--light);
}
.listing-section .listing-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  transform: translate(-28%, -31%);
  -webkit-transform: translate(-28%, -31%);
  -ms-transform: translate(-28%, -31%);
  z-index: -1;
  animation: spin-2 30s linear infinite;
}
@media (max-width: 575.98px) {
  .listing-section .listing-bg {
    display: none;
  }
}
@keyframes spin-2 {
  from {
    transform: translate(-28%, -31%) rotate(0);
  }
  to {
    transform: translate(-28%, -31%) rotate(360deg);
  }
}
.listing-section .listing-bg-01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .listing-section .listing-bg-01 {
    display: none;
  }
}
.listing-section .listing-bg-02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .listing-section .listing-bg-02 {
    display: none;
  }
}
.filter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-wrap .filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-wrap .filter-item .dropdown-toggle {
  padding: 6px 12px;
}
.filter-wrap .filter-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-wrap .filter-grid .btn-icon {
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .filter-wrap .filter-grid .btn-icon {
    width: 43px;
    height: 43px;
  }
}
.filter-wrap .filter-grid .btn-icon.active,
.filter-wrap .filter-grid .btn-icon:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.listing-item-body {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
.listing-item-body .listing-title-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.listing-item-body .listing-title-head .list-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.packages-grid {
  padding: 24px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  border-radius: 4px;
  transition: all 0.7s;
}
.packages-grid:hover {
  transform: translateY(-6px);
}
.packages-grid:hover .packages-overlay img {
  transform: scale(1.09);
}
.packages-grid .packages-overlay {
  overflow: hidden;
  border-radius: 4px;
}
.packages-grid .packages-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s;
}
.packages-grid .packages-content {
  padding-top: 20px;
}
.packages-grid .packages-content .packages-title {
  margin-bottom: 16px;
}
.packages-grid .packages-content .packages-title .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.packages-grid .packages-content .description {
  font-size: 16px;
  color: var(--gray-600);
}
.packages-grid .packages-content .packages-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1399.98px) {
  .packages-grid .packages-content .packages-text {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.packages-grid .packages-content .packages-text .pack {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
}
.packages-grid .packages-content .packages-text .pack i {
  color: var(--primary);
}
.packages-grid .packages-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.packages-grid .packages-footer .packages-price p {
  margin-bottom: 4px;
}
.packages-grid .packages-footer .packages-price .price {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
}
.packages-grid .packages-footer .duration {
  font-size: 16px;
  margin-bottom: 0;
  background-color: var(--light);
  border: 1px solid var(--gray-100);
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--gray-900);
}
.package-details {
  padding: 40px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .package-details {
    padding: 24px;
  }
}
.package-details .package-image {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.package-details .package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.package-details .package-content {
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .package-details .package-content {
    padding-left: 0;
  }
}
.package-details .package-content .package-title {
  margin-bottom: 24px;
}
.package-details .package-content .package-title .title {
  font-size: 48px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .package-details .package-content .package-title .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .package-details .package-content .package-title .title {
    font-size: 26px;
  }
}
.package-details .package-content .package-title .review {
  display: flex;
  align-items: center;
  gap: 4px;
}
.package-details .package-content .package-title .review i {
  color: var(--warning);
}
.package-details .package-content .package-title .review span {
  margin-left: 4px;
  color: var(--gray-900);
  display: inline-flex;
}
.package-details .package-content .description {
  margin-bottom: 24px;
}
.package-details .package-content .duration-time {
  margin-bottom: 24px;
}
.package-details .package-content .duration-time .duration {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: var(--light);
  border-radius: 4px;
  border: 1px solid var(--gray-100);
}
.package-details .package-content .duration-time .duration .avatar {
  background: var(--dark);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-details .package-content .duration-time .duration .avatar i {
  color: var(--white);
  font-size: 24px;
}
.package-details .package-content .duration-time .duration .time {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-900);
}
.package-details .package-content .duration-time .duration .time span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
  display: block;
}
.package-details .package-content .person-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.package-details .package-content .person-count h4 {
  font-size: 40px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.package-details .package-content .person-count h4 span {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
}
.package-details .package-content .person-count .badge {
  display: flex;
  align-items: center;
  gap: 4px;
  background: var(--light);
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid var(--gray-100);
  color: var(--dark);
}
.package-details .package-content .person-count .badge i {
  color: var(--dark);
}
.package-details .package-content .pack-text .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 16px;
}
.package-details .package-content .pack-text .pack-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.package-details .package-content .pack-text .pack-list li:last-child {
  margin-bottom: 0;
}
.package-details .package-content .pack-text .pack-list li i {
  color: var(--primary);
  font-size: 24px;
}
.package-details .package-content .pack-text .pack-list li span {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
}
.pack-policy {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--border-color);
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.pack-policy h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.pack-policy p {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
}
.link-primary.text-decoration-underline:hover {
  text-decoration-color: var(--primary-hover) !important;
}
.booking1-items {
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.booking1-items .booking1-item .booking1-item-list {
  border-bottom: 1px dashed var(--gray-100);
}
.booking1-items .booking1-item .booking1-item-list:last-child {
  border-bottom: 0;
}
.booking1-items .booking-item-one {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-100);
}
.no-service {
  background: var(--danger-transparent);
  padding: 8px 10px;
  color: var(--danger);
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 20px;
}
.book-item {
  border: 1px solid var(--border-color);
  padding: 12px;
  border-radius: 6px;
}
.book-item .price {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
}
.book-item .book-img {
  margin-bottom: 14px;
}
.book-item .book-img img {
  border-radius: 6px;
}
.book-item span {
  display: block;
  margin-bottom: 14px;
}
.book-item .btn-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-content {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}
.payment-options {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .payment-options {
    gap: 12px;
  }
}
.payment-options li {
  flex: 1;
  display: flex;
}
@media (max-width: 767.98px) {
  .payment-options li {
    width: calc(50% - 20px);
    flex: none;
  }
}
@media (max-width: 575.98px) {
  .payment-options li {
    width: 100%;
  }
}
.payment-options li .form-check {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex: auto;
}
.payment-options li .form-check .form-check-input {
  margin: 0 auto 12px;
}
.payment-options li .form-check.active {
  border-color: var(--primary);
}
.coupon-item {
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .coupon-item {
    flex-direction: column;
    align-items: start;
  }
}
.coupon-item:last-child {
  margin-bottom: 0;
}
.copy-code {
  background: var(--primary-transparent);
  border: 1px dashed var(--primary);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  color: var(--primary);
}
.product-wrap {
  position: sticky;
  top: 40px;
}
@media (max-width: 991.98px) {
  .product-wrap {
    position: unset;
    top: auto;
  }
}
.product-wrap .details-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.product-tab {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-tab .nav {
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border-color);
}
.product-tab .nav li a {
  padding: 16px 24px;
  color: var(--body-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 8px;
  border: 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .product-tab .nav li a {
    font-size: 16px;
    padding: 10px 14px;
  }
}
@media (max-width: 575.98px) {
  .product-tab .nav li a {
    font-size: 15px;
    padding: 12px 16px;
  }
}
.product-tab .nav li a span {
  display: flex;
}
.product-tab .nav li a span img {
  width: 18px;
}
.product-tab .nav li a.active,
.product-tab .nav li a:hover {
  color: var(--gray-900);
  border: 0;
  border-bottom: 2px solid var(--primary);
  background: transparent;
}
.custom-spec-table {
  border-top: 0;
  margin-bottom: 0;
}
.custom-spec-table th,
.custom-spec-table td {
  padding: 12px 20px;
  border: 0;
  font-size: 14px;
  vertical-align: middle;
}
.custom-spec-table th {
  font-weight: 600;
  width: 30%;
  color: var(--gray-900);
}
.custom-spec-table td {
  color: var(--gray-600);
}
.custom-spec-table.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: transparent;
  box-shadow: none;
}
.custom-spec-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--light);
}
.shipping-info ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.shipping-info ul li {
  margin-bottom: 4px;
}
.shipping-info ul li::marker {
  color: var(--gray-900);
}
.shipping-info ul li:last-child {
  margin-bottom: 0;
}
.shop-details-title {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--border-color);
}
.color-info {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--border-color);
}
.color-info p {
  font-weight: 500;
  margin-bottom: 16px;
}
.color-info p span {
  color: var(--gray-900);
}
.color-selection {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.color-selection .color-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.color-selection .color-item.active {
  border-color: var(--gray-600);
}
.details-img {
  background: var(--light);
  border-radius: 4px;
  margin-bottom: 24px;
  position: relative;
}
.details-img .badge {
  padding: 8px 10px 8px 8px;
  border-radius: 0 16px 16px 0;
  position: absolute;
  top: 24px;
  left: 0;
}
.details-img .view-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--white);
  color: var(--gray-900);
  font-size: 24px;
}
.img-view {
  background: var(--light);
  border-radius: 4px;
}
.shopping-wrap {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  padding: 40px;
}
@media (max-width: 991.98px) {
  .shopping-wrap {
    padding: 24px;
  }
}
.shop-details .badge {
  margin-bottom: 12px;
}
.shop-details h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .shop-details h2 {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .shop-details h2 {
    font-size: 26px;
  }
}
.shop-details .rating-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.shop-details .rating-info .price-stock h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .shop-details .rating-info .price-stock h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .shop-details .rating-info .price-stock h3 {
    font-size: 22px;
  }
}
.shop-details .rating-info .price-stock h3 span {
  font-size: 20px;
  text-decoration: line-through;
  color: var(--gray-600);
}
@media (max-width: 991.98px) {
  .shop-details .rating-info .price-stock h3 span {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .shop-details .rating-info .price-stock h3 span {
    font-size: 16px;
  }
}
.shop-details .rating-info .review-star {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.shop-details .rating-info .review-star p {
  margin-bottom: 0;
}
.shop-details .rating-info .review-star p span {
  color: var(--gray-900);
}
.shop-details .stock-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.shop-details .stock-info p {
  display: flex;
  align-items: center;
  color: var(--danger);
  margin-bottom: 0;
}
.shop-details .description {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--border-color);
}
.quantity-info {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--border-color);
}
.shop-quantity {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .shop-quantity {
    flex-wrap: wrap;
  }
}
.shop-quantity .cart-btn {
  width: 100%;
}
.quantity-item {
  width: auto;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--light);
  padding: 8px 10px;
}
.quantity-item .minus-btn,
.quantity-item .add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: var(--gray-900);
  border: 0;
  background: transparent;
}
.quantity-item .quantity-input {
  width: 40px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.link-info {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.link-info .compare-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.link-info a {
  display: flex;
  align-items: center;
}
.link-info a i {
  color: var(--gray-600);
}
.link-info a:hover {
  color: var(--primary);
}
.link-info a:hover i {
  color: var(--primary);
}
.return-info {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 24px;
}
.return-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--border-color);
  margin-bottom: 20px;
}
.return-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.return-item .return-icon {
  width: 44px;
  height: 44px;
  background: var(--dark);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  flex-shrink: 0;
}
.return-item .title {
  margin-bottom: 4px;
}
.review-items .review-star {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.review-items .review-body {
  padding: 20px;
}
.review-items .user-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.review-items .user-info .user-name {
  color: var(--gray-900);
  font-weight: 600;
  margin-bottom: 2px;
}
.slider-nav .slick-list {
  margin: 0 -12px;
}
.slider-nav .slick-slide {
  margin: 0 12px;
}
.review-form .card-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.custom-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.social-icon-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-icon-item a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: 0.6s;
}
.social-icon-item a:hover {
  background-color: var(--primary);
}
.text-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn-hover {
  transition: all 0.6s;
}
.btn-hover:hover {
  background-color: var(--primary);
  color: #fff !important;
  border-color: var(--primary) !important;
}
.gallery-list-item h5 {
  padding: 20px 20px 0 20px;
}
.gallery-list-item .card-body {
  padding: 20px 9px;
}
.gallery-list-item .gallery-slider .slick-slide {
  margin: 0 8px;
}
.gallery-list-item .gallery-slider .gallery-slide {
  width: 100%;
  margin: 0;
}
.gallery-list-item .gallery-slider .gallery-slide img {
  width: 100%;
}
.review-progress .progress-lvl {
  display: grid;
  grid-template-columns: 4.8fr 9fr 1.7fr;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.review-progress .progress-lvl .progress {
  height: 6px;
}
.review-progress .progress-lvl p {
  margin-bottom: 0;
  color: var(--gray-500);
  white-space: nowrap;
}
.review-progress .progress-lvl p:last-child {
  text-align: end;
}
.rating-selection {
  direction: rtl !important;
}
.rating-selection label {
  display: inline-block;
  color: var(--gray-100);
  cursor: pointer;
  font-size: 16px;
  transition: color 0.2s;
}
.rating-selection label:hover {
  color: var(--warning);
}
.rating-selection label:hover ~ label {
  color: var(--warning);
}
.rating-selection input {
  display: none;
}
.rating-selection input:checked ~ label {
  color: var(--warning);
}
.faq-sidebar-item {
  top: 80px;
  position: sticky;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.faq-sidebar-item .faq-sidebar li {
  margin-bottom: 16px;
}
.faq-sidebar-item .faq-sidebar li .nav-link {
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--gray-900);
  transition: all 0.7s;
}
.faq-sidebar-item .faq-sidebar li .nav-link:last-child {
  margin-bottom: 0;
}
.faq-sidebar-item .faq-sidebar li .nav-link.active {
  background: var(--dark);
  color: var(--white);
}
.faq-items .faq-card {
  border: 1px solid var(--gray-100);
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 16px;
  position: relative;
  background-color: var(--white);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.faq-items .faq-card .faq-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0;
}
@media (max-width: 767.98px) {
  .faq-items .faq-card .faq-title {
    font-size: 16px;
  }
}
.faq-items .faq-card a {
  position: relative;
  display: block;
  padding-right: 20px;
}
.faq-items .faq-card a::after {
  content: "\eb0b";
  font-family: "tabler-icons" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  color: var(--gray-900);
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s;
}
.faq-items .faq-card a:not(.collapsed):after {
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
.faq-items .faq-card .faq-content {
  padding-top: 8px;
}
.faq-items .faq-card .faq-content p {
  color: var(--gray-700);
  margin: 0;
}
.faq-items .faq-card .faq-content .sub-content {
  font-size: 16px;
  padding-top: 0;
  margin: 0;
  border: 0;
}
.services-items .accordion-item {
  border: 0;
}
.services-items .accordion-item .accordion-button {
  position: relative;
  padding: 0 30px 0 0;
  flex-wrap: nowrap !important;
}
.services-items .accordion-item .accordion-button::after {
  content: unset;
}
.services-items .accordion-item .accordion-button i {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
  transition: 0.3s;
}
.services-items .accordion-item .accordion-button:not(.collapsed) i {
  transform: rotate(180deg) translateY(50%);
  transition: 0.3s;
  color: var(--primary);
}
.services-items .accordion-item .accordion-body {
  padding: 0;
}
.details-items-list .avatar-xl {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
@media (max-width: 1399.98px) {
  .details-items-list .avatar-xl {
    height: 72px;
  }
}
@media (max-width: 1199.98px) {
  .details-items-list .avatar-xl {
    width: 72px;
    height: 72px;
  }
}
.details-items-list .avatar-xl img {
  object-fit: cover;
  border-radius: 6px;
}
.slider-list-items {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray-100);
}
.slider-list-items .slider-card {
  padding: 20px;
  border: 1px solid var(--gray-100);
}
.slider-list-items .slider-card .vertical-slider-wrapper {
  display: flex;
}
.slider-list-items
  .slider-card
  .vertical-slider-wrapper
  .slider-nav-thumbnails {
  max-height: 400px;
  overflow: hidden;
  width: 100px;
}
.slider-list-items
  .slider-card
  .vertical-slider-wrapper
  .slider-nav-thumbnails
  .slide-img {
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
}
.slider-list-items
  .slider-card
  .vertical-slider-wrapper
  .slider-nav-thumbnails
  .slide-img
  img {
  width: 100%;
}
.slider-list-items .slider-card .vertical-slider-wrapper .service-slider {
  width: calc(100% - 110px);
}
.service-wrap .vertical-slider .view-btn {
  right: 15% !important;
}
.service-wrap .vertical-slider .slider-for {
  max-width: 90%;
  padding-right: 24px;
  width: 100%;
  float: left;
}
.service-wrap .vertical-slider .slider-nav {
  position: relative;
}
.service-wrap .vertical-slider .slider-nav .slick-prev {
  top: 9px;
}
@media (max-width: 575.98px) {
  .service-wrap .vertical-slider .slider-nav .slick-prev {
    top: -22px;
  }
}
.service-wrap .vertical-slider .slider-nav .slick-next {
  bottom: 18px;
  top: unset;
}
@media (max-width: 575.98px) {
  .service-wrap .vertical-slider .slider-nav .slick-next {
    bottom: -22px;
  }
}
.service-wrap .vertical-slider .slider-nav .slick-prev,
.service-wrap .vertical-slider .slider-nav .slick-next {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: var(--gray-900);
  background: var(--white);
  text-shadow: none;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
@media (max-width: 575.98px) {
  .service-wrap .vertical-slider .slider-nav .slick-prev,
  .service-wrap .vertical-slider .slider-nav .slick-next {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
.service-wrap .vertical-slider .slider-nav .slick-prev:hover,
.service-wrap .vertical-slider .slider-nav .slick-next:hover {
  background-color: var(--primary);
  color: var(--white);
}
.service-wrap .vertical-slider .slick-slide img {
  margin: 2px 0;
}
.service-wrap .vertical-slider.vertical-slider-two .slider-for {
  padding-left: 20px;
  padding-right: 0;
}
.service-wrap .vertical-slider.vertical-slider-two .slider-for img {
  height: 446px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .service-wrap .vertical-slider.vertical-slider-two .slider-for img {
    height: auto !important;
  }
}
@media (max-width: 1399.98px) {
  .service-wrap .vertical-slider.vertical-slider-two .slider-for img {
    height: 400px;
  }
}
.service-wrap .vertical-slider.vertical-slider-two .view-btn {
  right: 15px !important;
}
.service-wrap .service-img img {
  margin: 0 !important;
}
.sticky-sidebar {
  position: sticky;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .sticky-sidebar {
    position: static;
  }
}
.price-card {
  background-color: var(--dark);
  margin-bottom: 24px;
}
.price-card .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.price-card .card-body .price {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
.price-card .card-body p {
  margin-bottom: 0;
}
.price-card .card-body p span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.blog-details.load-more-btn {
  margin: 16px 0 40px 0;
}
.blog-list-item {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .blog-list-item {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.blog-list-item .blog-list-img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 767.98px) {
  .blog-list-item .blog-list-img img {
    height: auto;
  }
}
.blog-list-item .blog-list-img .media {
  position: relative;
}
.blog-list-item .blog-list-img .media img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-list-item .blog-list-img .media .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.blog-list-item .blog-list-img .media .play-btn:hover {
  background: #ff3b3b;
  color: var(--white);
}
.blog-list-item .blog-list-img .media .youtube-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(25, 25, 25, 0.5);
  color: var(--white);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-list-item .blog-list-img .media .youtube-label i {
  font-size: 24px;
  color: var(--danger);
}
.blog-list-item .blog-list-img .blog-list-slider-cover {
  position: relative;
}
.blog-list-item .blog-list-img .blog-list-slider-cover .blog-list-arrow {
  width: 100%;
  height: 100%;
}
.blog-list-item
  .blog-list-img
  .blog-list-slider-cover
  .blog-list-arrow
  .blog-list-prev {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.blog-list-item
  .blog-list-img
  .blog-list-slider-cover
  .blog-list-arrow
  .blog-list-next {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 1;
}
.blog-list-item .blog-list-img-gallery {
  padding: 20px;
  background: var(--light);
}
.blog-list-item .blog-list-img-gallery .gallery-item {
  border-radius: 6px;
}
.blog-list-item .blog-list-content {
  padding: 24px;
}
.blog-list-item .blog-list-content p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-list-item .blog-list-content hr {
  margin: 12px 0;
}
.blogs-section-one {
  position: relative;
}
@media (max-width: 991.98px) {
  .blogs-section-one .view-more {
    text-align: center;
  }
}
.blogs-section-one .element-1 {
  position: absolute;
  left: -50px;
  bottom: -180px;
}
@media (max-width: 991.98px) {
  .blogs-section-one .element-1 {
    display: none;
  }
}
.blogs-section-one .section-header .title {
  color: var(--gray-900);
}
.blogs-section-one .section-header .sub-title {
  color: var(--gray-900);
}
.blog-list-one {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .blog-list-one {
    flex-direction: column;
    border: 1px solid var(--border-color);
  }
}
.blog-list-one:last-child {
  margin-bottom: 0;
}
.blog-list-one:hover .blog-img img {
  transform: scale(1.1) rotate(4deg);
}
.blog-list-one .blog-img {
  width: 268px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .blog-list-one .blog-img {
    width: 245px;
  }
}
@media (max-width: 767.98px) {
  .blog-list-one .blog-img {
    width: 100%;
    border-radius: 4px 4px 0 0;
  }
}
.blog-list-one .blog-img img {
  transition: all 0.7s;
  height: 100%;
}
.blog-list-one .blog-content {
  padding: 24px;
}
.blog-list-one .blog-content .blog-category {
  background: var(--primary);
  padding: 3px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--white);
  width: fit-content;
  transition: all 0.3s ease;
}
.blog-list-one .blog-content .blog-category a {
  color: var(--white);
}
.blog-list-one .blog-content .blog-category:hover {
  background: var(--dark);
}
.blog-list-one .blog-content .blog-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-list-one .blog-content .blog-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-list-one .blog-content .blog-footer p {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 0;
}
.blog-list-one .blog-content .blog-footer p i {
  font-size: 16px;
  color: var(--dark);
}
.blog-share,
.blog-comments {
  position: relative;
  margin-right: 20px;
}
.blog-share::after,
.blog-comments::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  border-radius: 10px;
  background: var(--gray-100);
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.count-icon {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.blog-item {
  border-radius: 6px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.blog-item .blog-img {
  position: relative;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-item .blog-img img {
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.blog-item .blog-img .badge {
  position: absolute;
  top: 20px;
  left: 20px;
}
.blog-item .blog-content {
  padding: 24px;
}
.blog-item .blog-content p,
.blog-item .blog-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-item .blog-content .view-link {
  text-decoration: underline;
  text-decoration-color: var(--primary) !important;
}
.blog-item .blog-content .blog-date {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-item .blog-content .blog-date p {
  display: inline-flex;
  align-items: center;
}
.blog-item:hover {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-item:hover .blog-img img {
  transform: rotate(2deg) scale(1.1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-item-five {
  border-radius: 6px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-item-five:hover {
  transform: translateY(-5px);
}
.blog-item-five .blog-img {
  position: relative;
}
.blog-item-five .blog-img .blog-date {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--heading-color);
  line-height: 1.4;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .blog-item-five .blog-img .blog-date {
    font-size: 22px;
  }
}
.blog-item-five .blog-img .blog-date span {
  display: block;
  font-size: 14px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 400;
  background: var(--pink);
  color: var(--white);
  padding: 4px;
  width: 100%;
}
.blog-item-five .blog-content {
  padding: 24px;
}
.blog-item-five .blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.blog-item-five .blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-item-six {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.blog-item-six .blog-img {
  border-radius: 4px 4px 0 0;
  position: relative;
  overflow: hidden;
}
.blog-item-six .blog-img img {
  width: 100%;
}
.blog-item-six .blog-img .img {
  border-radius: 4px 4px 0 0;
}
.blog-item-six .blog-img .avatar {
  position: absolute;
  top: 16px;
  left: 16px;
}
.blog-item-six .blog-img .blog-date {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--white);
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--heading-color);
  line-height: 1.4;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .blog-item-six .blog-img .blog-date {
    font-size: 22px;
  }
}
.blog-item-six .blog-img .blog-date span {
  display: block;
  font-size: 14px;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 400;
  background: var(--primary);
  color: var(--white);
  padding: 4px;
  width: 100%;
}
.blog-item-six .blog-content {
  padding: 24px;
}
@media (max-width: 1199.98px) {
  .blog-item-six .blog-content {
    padding: 15px;
  }
}
.blog-item-six .blog-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section-two .read-more {
  color: var(--primary);
}
.blog-section-two .read-more:hover {
  color: var(--danger);
}
.blog-section-two .blog-section-bg {
  left: 5%;
  top: 13%;
}
.blog-section-four {
  position: relative;
}
.blog-section-six .blog-bg-01 {
  position: absolute;
  left: 0;
  top: 3%;
  z-index: -1;
}
.blog-section-six .blog-bg-02 {
  position: absolute;
  right: 0;
  bottom: 3%;
  z-index: -1;
}
a.badge.bg-dark:hover {
  background: var(--primary) !important;
  color: #fff;
}
a.badge.bg-primary:hover {
  background: var(--primary-hover) !important;
  color: #fff;
}
a.badge.bg-orange:hover {
  background: var(--orange-hover) !important;
  color: #fff;
}
a.badge.bg-secondary:hover {
  background: var(--secondary-hover) !important;
  color: #fff;
}
a.badge.bg-light.text-dark,
a.badge.bg-light {
  transition: 0.5s all ease-in-out;
}
a.badge.bg-light.text-dark:hover,
a.badge.bg-light:hover {
  background: var(--primary-hover) !important;
  color: #fff !important;
}
.blog-slider .slick-list {
  margin: 0 -12px;
}
.blog-slider .slick-slide {
  margin: 0 12px;
}
.blockqoute {
  background: var(--light);
  border-left: 5px solid var(--primary);
  padding: 30px;
  padding: 30px 120px 30px 45px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .blockqoute {
    font-size: 16px;
    padding: 20px 110px 20px 35px;
  }
}
.blockqoute::after {
  content: "";
  background: url("../img/icons/quote.svg");
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
  z-index: -1;
  width: 62px;
  height: 44px;
}
@media (max-width: 767.98px) {
  .blockqoute::after {
    width: 50px;
    height: 34px;
  }
}
.blockqoute-author {
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: var(--primary);
  left: 0;
  top: 10px;
}
.comment-wrap {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .comment-wrap {
    margin-bottom: 24px;
  }
}
.latest-comments .list-wrap li {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .latest-comments .list-wrap li {
    margin-bottom: 24px;
  }
}
.latest-comments .list-wrap li.reply-comment {
  border-bottom: 0;
}
.latest-comments .list-wrap li.reply-comment .comments-box {
  margin-left: 96px;
}
@media (max-width: 575.98px) {
  .latest-comments .list-wrap li.reply-comment .comments-box {
    margin-left: 30px;
  }
}
.latest-comments .comments-box {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .latest-comments .comments-box {
    gap: 16px;
  }
}
.latest-comments .comments-avatar {
  flex: 0 0 auto;
  width: 115px;
}
@media (max-width: 767.98px) {
  .latest-comments .comments-avatar {
    width: 80px;
  }
}
.latest-comments .comments-avatar img {
  border-radius: 50%;
}
.latest-comments .comments-text .avatar-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .latest-comments .comments-text .avatar-name {
    flex-direction: column;
    align-items: start;
  }
}
.latest-comments .comments-text .avatar-name .name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}
.latest-comments .comments-text .avatar-name .date {
  font-size: 14px;
  margin-left: auto;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .latest-comments .comments-text .avatar-name .date {
    margin-left: 0;
  }
}
.latest-comments .comments-text p {
  margin-bottom: 15px;
}
.latest-comments .comments-text .comment-reply .comment-reply-link {
  font-size: 14px;
  font-weight: 600;
  background: var(--primary);
  border-color: 1px solid var(--primary);
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 20px;
  color: var(--white);
  font-family: "Oswald", sans-serif;
}
.latest-comments .comments-text .comment-reply .comment-reply-link:hover {
  background: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}
.pagination-nav .pagination {
  flex-wrap: wrap;
}
.pagination-nav .pagination .page-item {
  margin-right: 8px;
}
.pagination-nav .pagination .page-item:first-child {
  margin-right: 13px;
}
.pagination-nav .pagination .page-item:first-child .page-link {
  background: transparent;
}
.pagination-nav .pagination .page-item:last-child {
  margin-right: 0;
  margin-left: 5px;
}
.pagination-nav .pagination .page-item:last-child .page-link {
  background: transparent;
}
.pagination-nav .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  background: var(--light);
  color: var(--gray-900);
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
}
.pagination-nav .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-nav .pagination .page-item.active .page-link,
.pagination-nav .pagination .page-item:hover .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.search-group.input-group-flat:focus-within .input-group-text {
  background: var(--primary) !important;
}
.search-group.input-group-flat .input-group-text:last-child {
  padding: 0 15px;
  color: #fff;
}
.search-group.input-group-flat .input-group-text i {
  color: #fff;
}
.search-group.input-group-flat .input-group-text:focus {
  background: var(--primary) !important;
}
.blog-details-links {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 24px 0;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .blog-details-links {
    margin-bottom: 24px;
  }
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--light);
  padding: 20px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .blog-author {
    margin-bottom: 24px;
    flex-direction: column;
    text-align: center;
  }
}
.blog-author .avatar {
  flex-shrink: 0;
}
.blog-author .avatar img {
  border-radius: 6px;
}
.blog-author .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
}
.blog-author p {
  margin-bottom: 0;
}
.post-social ul li a {
  font-size: 18px;
}
.post-social ul li a:hover {
  color: var(--primary);
}
.post-style {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post-style .post-thumbnail {
  display: block;
  width: 96px;
  flex: none;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .post-style .post-thumbnail {
    width: 80px;
  }
}
.post-style .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
}
.post-style .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.sidebar-item {
  border-radius: 6px;
  border: 1px solid var(--border-color);
}
.sidebar-item:not(:last-child) {
  margin-bottom: 24px;
}
.sidebar-widget-title {
  line-height: 1.33em;
  margin-bottom: 0;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .sidebar-widget-title {
    font-size: 22px;
  }
}
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.tag-cloud-link {
  font-size: 14px;
  line-height: 1.6em;
  border: 1px solid var(--border-color);
  padding: 4px 8px;
  display: inline-block;
  margin: 5px;
  border-radius: 6px;
  color: var(--primary-color);
  background-color: var(--light);
}
.tag-cloud-link:hover {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}
.widget-archive ul,
.widget-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-archive ul li,
.widget-categories ul li {
  padding-left: 24px;
  position: relative;
}
.widget-archive ul li i,
.widget-categories ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px;
}
.widget-archive ul li:not(:last-child),
.widget-categories ul li:not(:last-child) {
  margin-bottom: 15px;
}
.recent-posts li:not(:last-child) {
  margin-bottom: 24px;
}
.sidebar-search {
  position: relative;
}
.sidebar-search input {
  display: block;
  width: 100%;
  background-color: transparent;
  outline: 0;
  border: 1px solid var(--border-color);
  padding: 9px 40px 9px 15px;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.sidebar-search-btn {
  position: absolute;
  border: 0;
  outline: 0;
  bottom: 0;
  right: 0;
  padding: 10px 14px;
  cursor: pointer;
  background-color: var(--primary);
  border-radius: 0 6px 6px 0;
  transition: all 0.3s ease;
  color: #fff;
}
.sidebar-search-btn:hover {
  background-color: var(--primary-hover);
}
.comment-respond .form-control {
  padding: 12px 16px;
}
@media (max-width: 767.98px) {
  .comment-respond .form-control {
    padding: 10px 12px;
  }
}
.blog-post-comment .title,
.blog-post-comment .comment-reply-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 24px;
}
.blog-details .head-title {
  font-size: 48px;
}
@media (max-width: 991.98px) {
  .blog-details .head-title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .blog-details .head-title {
    font-size: 30px;
  }
}
.blog-details .blog-author-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.blog-details .blog-author-info .author-info {
  display: flex;
  align-items: center;
}
.blog-details .blog-author-info .author-info .author-name {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 4px;
}
.blog-details .blog-author-info .author-info .author-date {
  font-size: 15px;
  font-weight: 400;
}
.blog-details .badge-item {
  border: 1px solid var(--border-color);
  transition: all 0.4s;
}
.blog-details .badge-item:hover {
  border: 1px solid var(--primary);
}
.blog-details .blog-author-img {
  margin-bottom: 24px;
}
.blog-details .blog-details-images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.blog-details .blog-details-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .blog-details .blog-details-links {
    flex-direction: column;
    justify-content: start;
  }
}
.blog-details .blog-details-links .post-tag {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.blog-details .blog-details-links .post-tag .title {
  font-size: 14px;
  margin-bottom: 0;
}
.blog-details .share-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
  flex-wrap: wrap;
}
.blog-details .share-item .list-wrap {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-details .blog-paginate {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 24px 0;
  margin-bottom: 24px;
  display: grid;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  grid-template-columns: 5fr 2fr 5fr;
}
@media (max-width: 991.98px) {
  .blog-details .blog-paginate {
    padding: 24px 0;
    margin-bottom: 24px;
    grid-template-columns: 4fr 1fr 4fr;
  }
}
@media (max-width: 575.98px) {
  .blog-details .blog-paginate {
    grid-template-columns: 6fr;
  }
}
.blog-details .blog-paginate .blog-post-prev,
.blog-details .blog-paginate .blog-post-next {
  max-width: 345px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199.98px) {
  .blog-details .blog-paginate .blog-post-prev,
  .blog-details .blog-paginate .blog-post-next {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .blog-details .blog-paginate .blog-post-prev,
  .blog-details .blog-paginate .blog-post-next {
    max-width: 330px;
  }
}
@media (max-width: 575.98px) {
  .blog-details .blog-paginate .blog-post-prev,
  .blog-details .blog-paginate .blog-post-next {
    max-width: 100%;
  }
}
.blog-details .blog-paginate .blog-post-prev .avatar,
.blog-details .blog-paginate .blog-post-next .avatar {
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .blog-details .blog-paginate .blog-post-prev .avatar,
  .blog-details .blog-paginate .blog-post-next .avatar {
    width: 60px;
    height: 60px;
  }
}
.blog-details .blog-paginate .blog-post-prev .avatar img,
.blog-details .blog-paginate .blog-post-next .avatar img {
  border-radius: 6px;
}
.blog-details .blog-details-share .social-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-details .blog-details-share .social-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #1e1b1b;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
}
.blog-details .blog-details-share .social-icon a:hover {
  background: var(--primary);
}
.gallery-section-five {
  padding: 60px 0;
}
.gallery-section-five .slick-list {
  padding: 30px 0;
}
@media (max-width: 575.98px) {
  .gallery-section-five .slick-list {
    padding: 0;
  }
}
.gallery-section-five .slick-slide > div {
  margin: 0 12px;
}
.gallery-section-five .slick-slide:nth-child(even) {
  margin-top: -24px;
}
@media (max-width: 575.98px) {
  .gallery-section-five .slick-slide:nth-child(even) {
    margin-top: 0;
  }
}
.gallery-section-five .slick-slide:nth-child(odd) {
  margin-top: 24px;
}
@media (max-width: 575.98px) {
  .gallery-section-five .slick-slide:nth-child(odd) {
    margin-top: 0;
  }
}
.gallery-section-five .swiper-slide {
  padding-top: 24px;
}
@media (max-width: 575.98px) {
  .gallery-section-five .swiper-slide {
    padding-top: 0;
  }
}
.gallery-section-five .swiper-slide:nth-child(even) {
  margin-top: -24px;
}
@media (max-width: 575.98px) {
  .gallery-section-five .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
}
.gallery-section-five .swiper-slide:nth-child(odd) {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .gallery-section-five .swiper-slide:nth-child(odd) {
    margin-top: 0;
  }
}
.gallery-section-five .gallery-img {
  position: relative;
  transition: all 0.5s ease;
  overflow: hidden;
}
.gallery-section-five .gallery-img img {
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
.gallery-section-five .gallery-img:hover {
  transform: scale(1.05) !important;
  z-index: 11;
}
.gallery-section-five .gallery-img:hover img {
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.contact-section {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .contact-section {
    padding: 50px 0;
  }
}
.contact-info {
  margin-right: 24px;
}
@media (max-width: 991.98px) {
  .contact-info {
    margin: 0 0 40px 0;
  }
}
.contact-info .google-map {
  height: 100%;
  margin-top: 40px;
  line-height: 0;
}
.contact-info .google-map iframe {
  width: 100%;
  height: 318px;
  border-radius: 4px;
}
@media (max-width: 1399.98px) {
  .contact-info .google-map iframe {
    height: 305px;
  }
}
.enquire-form {
  padding: 40px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--light);
}
.enquire-form .custom-title {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .enquire-form {
    padding: 20px;
  }
}
.location-section {
  background: #1e1b1b;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.location-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/banner-bg-01.png);
  height: 187px;
  width: 100%;
  background-size: 100% 100%;
}
@media (max-width: 991.98px) {
  .location-section {
    padding: 50px 0;
  }
}
.location-section .contact-us-bg-one {
  position: absolute;
  top: 0;
  right: 0;
}
.location-section .contact-us-bg-two {
  position: absolute;
  bottom: 0;
  left: 0;
}
.location-section h2 {
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.contact-item {
  background: var(--white);
  position: relative;
  border-radius: 6px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-item .contact-icon {
  font-size: 36px;
  color: var(--primary);
}
@media (max-width: 991.98px) {
  .contact-item {
    padding: 20px;
  }
}
.contact-item-two {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-item-two .contact-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  background: #1e1b1b;
  border-radius: 50%;
  flex-shrink: 0;
}
.contact-faq-section .support-wrap {
  position: relative;
  overflow: hidden;
  background: var(--primary);
  border-radius: 6px;
  padding: 80px;
}
@media (max-width: 991.98px) {
  .contact-faq-section .support-wrap {
    padding: 24px;
  }
}
.contact-faq-section .support-wrap .contact-us-bg-three {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-faq-section .support-wrap .contact-us-bg-four {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-faq-section .support-wrap .contact-us-bg-five {
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-faq-section .support-wrap h2 {
  color: var(--white);
  font-size: 36px;
}
@media (max-width: 991.98px) {
  .contact-faq-section .support-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .contact-faq-section .support-wrap h2 {
    font-size: 28px;
  }
}
.contact-faq-section .support-wrap h2 span {
  color: var(--gray-900);
}
.contact-faq-section .support-wrap .contact-us-item-five {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-faq-section .support-wrap .contact-us-item-five .contact-us-img-one {
  position: absolute;
  bottom: -80px;
  right: 30px;
}
.contact-faq-section .support-wrap .contact-us-item-five .contact-us-img-two {
  position: absolute;
  bottom: -80px;
  right: 55px;
}
.contact-faq-section .support-wrap .contact-us-item-five .contact-us-img-three {
  position: absolute;
  top: 0;
  right: 0;
}
.authentication-form .auth-logo {
  max-width: 200px;
}
.login-item {
  padding: 40px;
  border: 1px solid var(--gray-100);
  border-radius: 6px;
  background: var(--white);
}
@media (max-width: 767.98px) {
  .login-item {
    padding: 20px;
  }
}
.login-item h4 {
  margin-bottom: 20px;
}
.login-item .login-or .span-or {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--gray-600);
}
.login-item .login-or .span-or::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 45%;
  left: 0;
  background: var(--gray-100);
}
.login-item .login-or .span-or::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 45%;
  right: 0;
  background: var(--gray-100);
}
.login-item .forgot-password {
  color: var(--danger);
  font-weight: 500;
}
.login-item .register-btn {
  color: var(--primary);
  text-decoration: underline;
}
.input-icon-end .form-control {
  padding-right: 32px;
}
.auth-banner {
  padding: 24px;
  color: var(--white);
  background-color: var(--primary);
  overflow: hidden;
}
.auth-banner .auth-banner-bg {
  position: absolute;
  z-index: 0;
}
.auth-banner .auth-banner-bg img {
  width: 100%;
}
.auth-banner .auth-banner-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  padding: 24px;
  background: rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  backdrop-filter: blur(20px);
}
.auth-banner .auth-banner-content h2 {
  color: var(--white);
}
.gallery-item {
  border-radius: 10px;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-img-item {
  position: relative;
}
.gallery-img-item:hover::before {
  opacity: 1;
}
.gallery-img-item:hover .maxi-icon {
  opacity: 1;
  transform: scale(1);
}
.gallery-img-item::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--dark-linear-gradient);
  opacity: 0;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
}
.gallery-img-item .maxi-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--white);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--gray-900);
  opacity: 0;
  transform: scale(0);
  transition: all 0.8s;
}
.gallery-img-item .maxi-icon:hover {
  background: var(--primary);
  color: var(--white);
}
.testimonial-section {
  background: url("../img/bg/testimonial-bg.png"), #1e1b1b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg/banner-bg-01.png");
  height: 187px;
  width: 100%;
  background-size: 100% 100%;
}
.testimonial-section-four {
  overflow: hidden;
  background: var(--light);
  z-index: 1;
}
.testimonial-section-four .blog-bg-01 {
  position: absolute;
  right: 0;
  top: 28%;
  z-index: -1;
  transform: translate(30%, -93%);
  -webkit-transform: translate(30%, -93%);
  -ms-transform: translate(30%, -93%);
  opacity: 0.2;
  animation: spins 30s linear infinite;
}
@media (max-width: 575.98px) {
  .testimonial-section-four .blog-bg-01 {
    display: none;
  }
}
@keyframes spins {
  from {
    transform: translate(30%, -93%) rotate(0);
  }
  to {
    transform: translate(30%, -93%) rotate(360deg);
  }
}
.testimonial-section-four .blog-bg-02 {
  position: absolute;
  left: 2%;
  top: 2%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .testimonial-section-four .blog-bg-02 {
    display: none;
  }
}
.testimonial-section-four .blog-bg-03 {
  position: absolute;
  left: 4%;
  top: 6%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .testimonial-section-four .blog-bg-03 {
    display: none;
  }
}
.testimonial-section-four .blog-bg-04 {
  position: absolute;
  left: 40%;
  top: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .testimonial-section-four .blog-bg-04 {
    display: none;
  }
}
.testimonial-section-four .blog-bg-05 {
  position: absolute;
  right: 4%;
  top: 0;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .testimonial-section-four .blog-bg-05 {
    display: none;
  }
}
.testimonial-section-six {
  position: relative;
  z-index: 1;
}
.testimonial-section-six .testimonial-bg-01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  margin: auto;
}
.testimonial-section-six .section-header {
  text-align: center;
}
.testimonial-section-six .slick-slide > div {
  margin: 0 20px;
}
.testimonial-section-seven {
  position: relative;
}
.testimonial-section-seven .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .testimonial-section-seven .section-header {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
.testimonial-section-seven .element-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.rating i {
  color: var(--gray-100);
}
.rating i.filled {
  color: var(--warning);
}
.testimonial-item {
  background: var(--white);
  border: 1px solid var(--border-color);
  padding: 24px;
  border-radius: 4px;
}
.testimonial-item .quote-icon {
  margin-bottom: 20px;
}
.testimonial-item .testimonial-author {
  display: flex;
  align-items: center;
}
.testimonial-item .testimonial-author .author-img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item .testimonial-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item .testimonial-author .name {
  font-size: 16px;
  color: var(--gray-900);
  font-weight: 600;
  margin-bottom: 4px;
}
.testimonial-item .testimonial-author .country {
  color: var(--gray-600);
  margin-bottom: 0;
}
.testimonial-item .description {
  font-size: 16px;
  color: var(--gray-600);
  margin-bottom: 20px;
}
.testimonial-item .rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-item .rating .stars {
  margin-right: 8px;
}
.testimonial-item .rating .stars i {
  color: var(--warning);
}
.testimonial-item .rating .score {
  color: var(--gray-900);
}
.testimonial-item-two {
  background: var(--white);
  border-radius: 6px;
  border: 1px solid var(--border-color);
  padding: 20px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.testimonial-item-two .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.testimonial-item-three {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.testimonial-item-three .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.testimonial-item-three p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonial-item-three .user-info span {
  font-size: 15px;
}
.testimonial-item-three .card-shape {
  background: var(--light);
}
.testimonial-item-three .card-shape::before {
  background: var(--light);
}
.testimonial-item-three .card-shape .shape-one,
.testimonial-item-three .card-shape .shape-two {
  background: transparent;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--light);
}
.testimonial-item-three .card-shape .view-icon {
  background: linear-gradient(0, #6b9c4c 0, #008979 100%);
  color: #fff;
}
.testimonial-item-four {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  gap: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .testimonial-item-four {
    flex-direction: column;
    box-shadow: none;
  }
}
.testimonial-item-four .testimonial-user {
  max-width: 240px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .testimonial-item-four .testimonial-user {
    max-width: 100%;
  }
}
.testimonial-item-four .testimonial-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.testimonial-item-four .testimonial-author {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.testimonial-item-four .text-start p {
  text-align: left;
}
.testimonial-item-four .quote-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-size: 26px;
}
.testimonial-item-five {
  padding: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  position: relative;
  transition: all 0.5s;
}
.testimonial-item-five:hover {
  border: 1px solid var(--primary);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.testimonial-item-five .rating .stars i {
  color: var(--warning);
}
.testimonial-item-five .title {
  font-weight: 700;
  font-size: 24px;
  color: var(--heading-color);
  margin-bottom: 12px;
}
.testimonial-item-five p {
  color: var(--gray-600);
  margin-bottom: 0;
}
.testimonial-item-five .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial-item-five .testimonial-author {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.testimonial-item-five .testimonial-footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .testimonial-item-five .testimonial-footer .quote-icon {
    display: none;
  }
}
.testimonial-item-six {
  background: var(--white);
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  position: relative;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: all 0.6s;
  margin: 20px 0;
}
.testimonial-item-six.tilt-left {
  transform: rotate(5deg);
}
.testimonial-item-six.tilt-right {
  transform: rotate(-5deg);
}
.testimonial-item-six:hover {
  background: var(--dark);
}
.testimonial-item-six:hover .name {
  color: var(--white);
}
.testimonial-item-six:hover .name:hover {
  color: var(--primary);
}
.testimonial-item-six:hover .country {
  color: var(--white);
}
.testimonial-item-six:hover .description {
  color: var(--white);
}
.testimonial-item-six:hover .rating .score {
  color: var(--white);
}
.testimonial-item-six .author-img {
  width: 72px;
  height: 72px;
  margin: 0 auto 4px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item-six .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item-six .name {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.testimonial-item-six .country {
  color: var(--gray-600);
  display: block;
}
.testimonial-item-six .description {
  font-size: 16px;
  color: var(--gray-600);
  margin: 16px 0;
}
.testimonial-item-six .rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-item-six .rating .stars {
  margin-right: 8px;
}
.testimonial-item-six .rating .stars i {
  color: var(--warning);
}
.testimonial-item-six .rating .score {
  color: var(--gray-900);
}
@keyframes sparkleFloat {
  0 {
    transform: scale(1) rotate(0) translateY(0);
    opacity: 1;
  }
  25% {
    transform: scale(1.1) rotate(3deg) translateY(-5px);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.05) rotate(-3deg) translateY(0);
    opacity: 1;
  }
  75% {
    transform: scale(1.1) rotate(3deg) translateY(-5px);
    opacity: 0.95;
  }
  100% {
    transform: scale(1) rotate(0) translateY(0);
    opacity: 1;
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes twinkle {
  0,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
.testimonial-sec {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .testimonial-sec {
    margin-bottom: 50px;
  }
}
.testimonials-slider {
  padding-bottom: 1px;
}
.testimonials-slider .slick-list {
  margin: 0 -12px;
}
.testimonials-slider .slick-slide {
  margin: 0 12px;
}
.slick-arrow,
.slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
  font-size: 24px;
  transition: all 0.3s;
  cursor: pointer !important;
}
@media (max-width: 991.98px) {
  .slick-arrow,
  .slick-next {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.slick-arrow:hover,
.slick-next:hover {
  background: var(--primary);
  color: var(--white);
}
.testimonial-section-five {
  background: var(--light);
  overflow: hidden;
}
.testimonial-section-five:before {
  content: unset;
}
.testimonial-section-five .slick-slide > div {
  margin: 0 12px;
}
.testimonial-section-five .element-one {
  left: -294px;
  bottom: 90px;
}
.testimonial-section-five .element-two {
  right: 24px;
  bottom: 0;
  width: 200px;
}
.testimonial-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-wrap {
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.testimonial-wrap .testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.testimonial-wrap h3 {
  margin-bottom: 24px;
}
.testimonial-wrap h4 {
  font-size: 56px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .testimonial-wrap h4 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-wrap h4 {
    font-size: 40px;
  }
}
.testimonial-wrap .stars {
  margin-right: 8px;
}
.testimonial-wrap .stars i {
  color: var(--warning);
}
.team-item {
  margin-bottom: 40px;
  transition: 0.6s;
}
.team-item:hover {
  transform: translateY(-10px);
  transition: 0.6s;
}
.team-item:hover .team-item-img img {
  transform: scale(1.1);
  transition: 0.6s;
}
.team-item .team-item-img {
  border-radius: 10px;
}
.team-item .team-item-img img {
  transition: 0.6s;
}
@media (max-width: 767.98px) {
  .team-item {
    text-align: center;
  }
}
.team-item-two {
  text-align: center;
  transition: 0.6s;
}
.team-item-two:hover {
  transform: translateY(-10px);
  transition: 0.6s;
}
.team-item-two:hover .team-item-img img {
  transform: scale(1.1);
  transition: 0.6s;
  width: 100%;
}
.team-item-two .team-img {
  border-radius: 10px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.team-item-two .team-img img {
  transition: 0.6s;
  width: 100%;
}
.team-section-five {
  overflow: hidden;
  background: var(--light-100);
}
.team-section-five .team-item {
  padding: 20px;
  border: 1px solid var(--border-color);
  position: relative;
  z-index: 1;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.1019607843);
  margin: 0;
}
.team-section-five .team-item .team-info {
  margin-top: 20px;
}
.team-section-five .team-item .team-link {
  position: absolute;
  right: 40px;
  bottom: 72px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark);
  font-size: 20px;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  border: 4px solid var(--white);
}
.team-section-five .team-item:hover .team-link {
  background: var(--primary);
  color: var(--white);
  transform: rotate(45deg);
}
.team-section-five .element-one {
  right: -145px;
  top: 0;
}
.team-item-five:hover .team-overlay .social-icon {
  opacity: 1;
}
.team-item-five .team-overlay {
  position: relative;
}
.team-item-five .team-overlay .social-icon {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  padding: 16px;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: all 0.4s ease;
  inset: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  height: fit-content;
  width: fit-content;
  backdrop-filter: blur(10px);
}
.team-item-five .team-overlay .social-icon .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--gray-900);
  text-decoration: none;
  transition: 0.3s;
  background: var(--white);
}
.team-item-five .team-overlay .social-icon .icon:hover {
  transform: translateY(-3px);
  background: var(--pink);
  color: var(--white);
  opacity: 1 !important;
}
.custom-top-padding {
  padding-top: 40px;
}
.aboutone-section {
  position: relative;
  overflow: hidden;
}
.aboutone-section .section-header {
  position: relative;
  z-index: 1;
}
.aboutone-section .section-header .section-title::before {
  content: unset;
}
.aboutone-section .custom-line-imgone {
  position: absolute;
  inset: 0;
  left: -145px;
  margin: auto;
}
@media (max-width: 991.98px) {
  .aboutone-section .about-item {
    width: 200px;
  }
}
.sub-about-image img {
  border-radius: 4px;
}
.sub-about-content {
  padding-left: 16px;
}
@media (max-width: 991.98px) {
  .sub-about-content {
    padding-left: 0;
  }
}
.stat-section {
  padding-top: 0;
}
.stat-section .stat-list-item {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--gray-100);
  overflow: hidden;
  transition: all 0.5s;
}
.stat-section .stat-list-item:hover {
  transform: translateY(10px);
}
.stat-section .stat-list-item h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary);
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}
.stat-section .stat-list-item p {
  position: relative;
}
.stat-section .stat-list-item .custom-line-img {
  position: absolute;
  right: 0;
  top: 0;
}
.expert-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .expert-section {
    padding: 50px 0;
  }
}
.expert-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/banner-bg-01.png);
  height: 187px;
  width: 100%;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .expert-section:before {
    background-size: cover;
  }
}
.expert-section .expert-item {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .expert-section .expert-item {
    margin-bottom: 50px;
  }
}
.expert-section .expert-item .expert-img {
  margin-bottom: 40px;
}
.expert-section .expert-item .expert-img img {
  border: 20px solid var(--primary);
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .expert-section .expert-item .expert-img img {
    border: 10px solid var(--primary);
  }
}
@media (max-width: 575.98px) {
  .expert-section .expert-item .expert-img img {
    border: 5px solid var(--primary);
  }
}
.expert-section .expert-item p {
  margin: auto;
}
.expert-section .counter-one::before {
  content: unset;
}
.expert-section .element-one {
  position: absolute;
  left: 0;
  bottom: 240px;
}
.expert-section .element-two {
  position: absolute;
  right: 0;
  top: 90px;
}
.expert-section .element-three {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 390px;
  top: 73px;
}
.purpose-section {
  background-color: var(--primary-transparent);
  position: relative;
  overflow: hidden;
}
.purpose-section .section-header h2::before {
  content: unset;
}
.purpose-section .purpose-img-item {
  position: relative;
  margin-right: 35px;
}
@media (max-width: 1199.98px) {
  .purpose-section .purpose-img-item {
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 991.98px) {
  .purpose-section .purpose-img-item {
    margin-right: 0;
  }
}
.purpose-section .purpose-img-item .custom-img-one {
  position: absolute;
  width: 100%;
  max-width: 267px;
  height: 203px;
  border-radius: 6px;
  border: 3px solid var(--white);
  overflow: hidden;
  transform: rotate(-11deg);
  bottom: -11px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .purpose-section .purpose-img-item .custom-img-one {
    max-width: 235px;
    height: 179px;
  }
}
@media (max-width: 1199.98px) {
  .purpose-section .purpose-img-item .custom-img-one {
    max-width: 180px;
    height: 143px;
    bottom: -10px;
  }
}
.purpose-section .purpose-img-item .custom-img-two {
  position: absolute;
  width: 100%;
  max-width: 279px;
  height: 212px;
  border-radius: 6px;
  border: 3px solid var(--white);
  overflow: hidden;
  transform: rotate(7deg);
  bottom: 32px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .purpose-section .purpose-img-item .custom-img-two {
    max-width: 235px;
    height: 178px;
    bottom: 64px;
  }
}
@media (max-width: 1199.98px) {
  .purpose-section .purpose-img-item .custom-img-two {
    max-width: 227px;
    height: 172px;
    bottom: 29px;
  }
}
.purpose-section .purpose-img-item .custom-img-three {
  width: 100%;
  max-width: 509px;
  height: 386px;
  border-radius: 6px;
  border: 3px solid var(--white);
  overflow: hidden;
  transform: rotate(-5deg);
  position: relative;
  z-index: 0;
  left: 50px;
}
@media (max-width: 1399.98px) {
  .purpose-section .purpose-img-item .custom-img-three {
    left: 0;
    margin: auto;
  }
}
@media (max-width: 1199.98px) {
  .purpose-section .purpose-img-item .custom-img-three {
    max-width: 455px;
    height: 328px;
    left: 0;
    margin: auto;
  }
}
.purpose-section .element-one {
  position: absolute;
  right: 43px;
  bottom: 114px;
  width: 36px;
  height: 35px;
}
@media (max-width: 767.98px) {
  .purpose-section .element-one {
    display: none;
  }
}
.purpose-section .element-two {
  position: absolute;
  top: 43px;
  left: -19px;
  width: 100%;
  max-width: 90px;
}
@media (max-width: 767.98px) {
  .purpose-section .element-two {
    display: none;
  }
}
.purpose-item {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.5s;
}
.purpose-item .purpose-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 38px;
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .purpose-item .purpose-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .purpose-item .purpose-icon img {
    width: 24px;
  }
}
.blog-section-item .blog-item .badge {
  position: absolute;
  top: 20px;
  left: 20px;
}
.pricing-item {
  margin-bottom: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
.pricing-item .pricing-item-one .pricing-item-list {
  border-radius: 10px;
}
.pricing-item .pricing-item-one .pricing-item-list h5 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--gray-100);
}
.pricing-item .pricing-item-one .pricing-item-list .pricing {
  border-bottom: 1px dashed var(--gray-100);
}
.pricing-item .pricing-item-one .pricing-item-list .pricing .price {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .pricing-item .pricing-item-one .pricing-item-list .pricing .price {
    font-size: 28px;
  }
}
.pricing-item .pricing-item-one .pricing-item-list .pricing .badge {
  padding: 7px 8px;
  font-size: 14px;
  font-weight: 500;
}
.statistics-section-five {
  background: var(--dark);
  background-size: cover;
}
.statistics-section-five .stat-item {
  text-align: center;
  position: relative;
}
.statistics-section-five .stat-item:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 5px;
  background: var(--primary-linear-gradient);
  margin: auto;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.statistics-section-five .stat-item h3 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 991.98px) {
  .statistics-section-five .stat-item h3 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .statistics-section-five .stat-item h3 {
    font-size: 34px;
  }
}
.statistics-section-five:hover .stat-item:before {
  width: 43%;
}
.stat-section {
  position: relative;
}
.stat-section .element-1 {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: -1;
}
.stat-item-one {
  border: 1px solid var(--border-color);
  padding: 40px;
  text-align: center;
  background: var(--white);
}
.stat-item-one:hover h3 {
  color: var(--primary);
}
.stat-item-one h3 {
  font-size: 56px;
  font-weight: 700;
  color: var(--dark);
  transition: all 0.8s;
}
.stat-item-one p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
.stat-item-one.two {
  border-left: 0;
}
@media (max-width: 575.98px) {
  .stat-item-one.two {
    border-left: 1px solid var(--border-color);
    border-top: 0;
  }
}
.stat-item-one.three {
  border-left: 0;
}
@media (max-width: 991.98px) {
  .stat-item-one.three {
    border-left: 1px solid var(--border-color);
    border-top: 0;
  }
}
@media (max-width: 575.98px) {
  .stat-item-one.three {
    border-left: 1px solid var(--border-color);
    border-top: 0;
  }
}
.stat-item-one.four {
  border-left: 0;
}
@media (max-width: 991.98px) {
  .stat-item-one.four {
    border-top: 0;
  }
}
@media (max-width: 575.98px) {
  .stat-item-one.four {
    border-left: 1px solid var(--border-color);
    border-top: 0;
  }
}
.notification-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.notification-list .notification-card {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .notification-list .notification-card {
    flex-direction: column;
  }
}
.notification-list .notification-card .dot {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 8px;
  height: 8px;
  background-color: var(--danger);
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 3px;
}
.notification-list .notification-card:hover a {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.notification-list .notification-card a {
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 575.98px) {
  .notification-list .notification-card a {
    opacity: 1;
    visibility: visible;
  }
}
.notification-list .notification-card .notification-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  flex-shrink: 0;
}
.notification-list .notification-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.notification-list .notification-card p span {
  color: var(--gray-900);
  font-weight: 500;
}
.notification-list .notification-card .notify-time {
  color: var(--gray-900);
  display: flex;
  align-items: center;
}
.notification-list .notification-card .notification-details {
  display: flex;
  align-items: center;
  gap: 20px;
}
.notification-header {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .notification-header {
    margin-bottom: 20px;
  }
}
.notification-header .notirange-picker {
  border: 1px solid var(--gray-100);
  padding: 7px 14px;
  font-size: 14px;
  color: var(--gray-900);
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.cart-item-wrap .cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-100);
}
.cart-item-wrap .cart-header a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--danger);
}
.cart-item-wrap .cart-header a i {
  font-size: 18px;
  margin-right: 4px;
}
.cart-item-wrap .cart-header a:hover {
  color: var(--danger-hover);
}
.cart-item {
  border-bottom: 1px solid var(--gray-100);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.cart-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.cart-item .cart-info {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .cart-item .cart-info {
    align-items: start;
    flex-direction: row;
    justify-content: start;
  }
}
.cart-item .cart-info .quantity-input {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.cart-item .cart-info .quantity-item {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--light);
  padding: 8px 10px;
}
.cart-item .cart-info .quantity-item .minus-btn,
.cart-item .cart-info .quantity-item .add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: var(--gray-900);
  border: 0;
  background: transparent;
}
.cart-item .cart-info .remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--danger-100);
  background: var(--danger-transparent);
  color: var(--danger);
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.cart-item .cart-info .remove-btn:hover {
  background: var(--danger);
  color: #fff;
  border-color: var(--danger);
}
.cart-item .cart-service {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .cart-item .cart-service {
    flex-direction: column;
    align-items: start;
  }
}
.cart-item .cart-service > div {
  overflow: hidden;
}
.cart-item .cart-service .cart-img {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border: 1px solid var(--border-color);
  flex-shrink: 0;
}
.cart-item .cart-service .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-item .cart-service .category {
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cart-item .cart-service .category p {
  margin-bottom: 0;
}
.cart-item .cart-service .category span {
  color: var(--heading-color);
}
.cart-item .cart-service .price {
  font-size: 20px;
  color: var(--heading-color);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .cart-item .cart-service .price {
    font-size: 18px;
  }
}
.trust-item {
  background: var(--success-transparent);
  padding: 12px;
  gap: 12px;
  display: flex;
  align-items: center;
}
.trust-item .trust-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--success-100);
  font-size: 24px;
  color: var(--success);
  flex-shrink: 0;
}
.search-cart-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.search-input {
  position: relative;
}
.search-input .form-control {
  padding: 8px 86px 8px 20px !important;
  background: var(--white) !important;
  height: 59px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.search-input .search-icon {
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
  margin: auto;
}
.cart-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 4px;
}
.cart-order .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}
.secure-wrap {
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--light);
  padding: 20px;
}
.secure-wrap h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.secure-wrap p {
  font-size: 14px;
  margin-bottom: 0;
}
.secure-wrap .price {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0;
}
.cart-title {
  font-size: 32px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .cart-title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .cart-title {
    font-size: 24px;
  }
}
.summary-item {
  padding: 24px;
  border: 1px solid var(--gray-100);
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.summary-item .summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-100);
}
.continue-link {
  margin-bottom: 20px;
}
.continue-link a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--primary);
}
.amount-item .sub-total {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.amount-item .amount {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.amount-item .amount .price {
  color: var(--gray-900);
  font-weight: 600;
}
.amount-item .amount:last-child {
  margin-bottom: 0;
}
.cart-total {
  margin-bottom: 20px;
}
.cart-total .custom-title {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px;
}
.checkout-item {
  padding: 24px;
  border: 1px solid var(--gray-100);
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.checkout-item .checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--gray-100);
}
.checkout-item .checkout-header a {
  display: inline-flex;
  align-items: center;
}
.checkout-item .checkout-body {
  padding: 20px;
}
.payment-item {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  margin-bottom: 24px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  border-radius: 4px;
  overflow: hidden;
}
.payment-item .payment-title {
  color: var(--gray-900);
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
}
.payment-item .payment-header {
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 1.5rem;
  background: var(--white);
  position: relative;
}
.payment-item .payment-body {
  padding: 20px;
}
.delivery-item {
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.delivery-item.active {
  border: 1px solid var(--primary);
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
.delivery-item:hover {
  border-color: var(--primary);
}
.delivery-item .delivery-content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.delivery-item .delivery-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.delivery-item h3 {
  font-size: 20px;
  font-weight: 600;
}
.address-action ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.address-action ul li a {
  background: var(--light);
  border: 1px solid var(--border-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.address-action ul li a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.collapse-head {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.collapse-head button {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.code-item {
  padding: 12px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.code-item .coupon-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
.code-item .coupon-info .badge {
  padding: 4px 16px;
  background: var(--primary-transparent);
  border: 1px dashed var(--primary);
  font-size: 14px;
  border-radius: 4px;
  gap: 10px;
  display: flex;
  align-items: center;
  color: var(--primary);
}
.code-item .coupon-info p {
  color: var(--gray-900);
  font-size: 16px;
  margin-bottom: 0;
}
.code-item p {
  font-size: 14px;
}
.wishlist-item {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 24px;
}
.wishlist-item:last-child {
  margin-bottom: 0;
}
.wishlist-item .cart-info {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .wishlist-item .cart-info {
    align-items: start;
    flex-direction: row;
    justify-content: start;
  }
}
.wishlist-item .cart-info .quantity-input {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.wishlist-item .cart-info .quantity-item {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  background: var(--light);
  padding: 8px 10px;
}
.wishlist-item .cart-info .quantity-item .minus-btn,
.wishlist-item .cart-info .quantity-item .add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: var(--gray-900);
  border: 0;
  background: transparent;
}
.wishlist-item .cart-info .remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--danger-100);
  background: var(--danger-transparent);
  color: var(--danger);
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.wishlist-item .cart-info .remove-btn:hover {
  background: var(--danger);
  color: #fff;
}
.wishlist-item .cart-info .cart-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wishlist-item .cart-product {
  display: flex;
  align-items: center;
}
.wishlist-item .cart-service {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
.wishlist-item .cart-service > div {
  overflow: hidden;
}
.wishlist-item .cart-service .cart-img {
  width: 57px;
  height: 57px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border: 1px solid var(--border-color);
  flex-shrink: 0;
}
.wishlist-item .cart-service .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  white-space: nowrap;
  overflow: hidden;
  text-wrap: nowrap;
  margin-bottom: 4px;
}
.wishlist-item .cart-service .category {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.wishlist-item .cart-service .category p {
  margin-bottom: 0;
}
.wishlist-item .cart-service .category p span {
  color: var(--heading-color);
}
.wishlist-item .price p {
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .wishlist-item .price p {
    font-size: 18px;
  }
}
.success-item {
  background: var(--success-transparent);
  border: 1px solid var(--success);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.success-item i {
  font-size: 40px;
  color: var(--success);
}
.info-item .info-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.track-item {
  background: var(--light);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.track-item p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.track-item p .badge,
.track-item p a {
  display: flex;
  align-items: center;
}
.summary-info {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--border-color);
}
.summary-info:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.order-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.branches-section-heading {
  margin-bottom: 40px;
}
.branches-section-heading .subtitle {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  position: relative;
  margin-bottom: 8px;
}
.branches-section-heading .subtitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--primary);
}
.branches-section-heading .title {
  font-size: 40px;
  font-weight: 800;
  color: var(--gray-900);
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .branches-section-heading .title {
    font-size: 32px;
  }
}
.branch-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-height: 400px;
  height: 100%;
}
.branch-card .branch-card-img {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}
.branch-card .branch-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
  display: block;
}
.branch-card:hover .branch-card-img img {
  transform: scale(1.05);
}
.branch-card .branch-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0,
    rgba(0, 0, 0, 0.12) 40%,
    rgba(0, 0, 0, 0.72) 100%
  );
  border-radius: inherit;
  pointer-events: none;
}
.branch-card .branch-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
}
.branch-card .branch-type-badge {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 4px 12px;
  letter-spacing: 0.3px;
  line-height: 1.4;
}
.branch-card .branch-type-badge i {
  font-size: 13px;
}
.branch-card .branch-card-bottom {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.branch-card .branch-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 0;
}
.branch-card .branch-rating i {
  font-size: 13px;
  color: var(--warning);
}
.branch-card .branch-rating span {
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}
.branch-card .branch-rating .branch-rating-count {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}
.branch-card .branch-name {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.3;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}
.branch-card .branch-name a {
  color: var(--white);
}
.branch-card .branch-name:hover a {
  color: var(--primary);
}
.branch-card .branch-address {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
  line-height: 1.4;
}
.branch-card .branch-address i {
  font-size: 14px;
  flex-shrink: 0;
}
.branch-list-card {
  display: flex;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .branch-list-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .branch-list-card .branch-list-img {
    border-radius: 6px;
    width: 100%;
  }
  .branch-list-card .branch-list-img img {
    width: 100%;
  }
}
.branch-list-card .branch-list-img {
  position: relative;
  flex-shrink: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
.branch-list-card .branch-list-img img {
  height: 100%;
}
.branch-list-card .branch-list-img .branch-type-badge {
  position: absolute;
  left: 24px;
  top: 24px;
  font-size: 11px;
  padding: 3px 8px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  color: var(--white);
}
.branch-list-card .branch-list-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
}
.branch-list-card .branch-list-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}
.branch-list-card .branch-list-name {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.branch-list-card .branch-list-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.branch-list-card .branch-list-rating i {
  font-size: 16px;
  color: var(--warning);
}
.branch-list-card .branch-list-rating span {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-left: 2px;
}
.branch-list-card .branch-list-rating .branch-rating-count {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-600);
}
.branch-list-card .branch-list-address {
  font-size: 16px;
  color: var(--gray-600);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.branch-list-card .branch-list-address i {
  font-size: 16px;
  flex-shrink: 0;
}
.branch-list-card .branch-list-desc {
  font-size: 16px;
  color: var(--gray-600);
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.branch-list-card .branch-list-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}
.branch-list-card .branch-list-hours {
  font-size: 13px;
  color: var(--gray-600);
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  border-radius: 6px;
  background-color: var(--light);
}
.branch-list-card .branch-list-hours i {
  font-size: 13px;
}
.branch-list-card .branch-list-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.branch-list-card .branch-list-directions {
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.branch-list-card .branch-list-directions i {
  font-size: 16px;
}
.branch-list-card .branch-list-directions:hover {
  color: var(--primary);
}
.branch-list-card .branch-list-view {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.branch-list-card .branch-list-view i {
  font-size: 16px;
}
.branch-map-sticky .google-map {
  height: 100vh;
}
.branch-map-sticky .google-map iframe {
  width: 100%;
  height: 100vh;
  border: 0;
}
.branch-details-hero {
  position: relative;
  border-radius: 10px;
}
.branch-details-hero .branch-details-hero-img {
  border-radius: 4px;
}
.branch-details-hero .branch-details-hero-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  min-height: 300px;
  object-fit: cover;
}
.branch-details-hero .branch-type-badge {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 8px 12px;
  letter-spacing: 0.3px;
  line-height: 1.4;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
.branch-details-hero .branch-type-badge i {
  font-size: 16px;
}
.branch-details-hero .branch-details-hero-content {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
}
.branch-details-hero .branch-details-hero-content .branch-rating {
  background: transparent;
  backdrop-filter: none;
  border: 0;
  padding: 0;
  margin-bottom: 8px;
}
.branch-details-hero .branch-details-hero-content .branch-rating i {
  color: var(--warning);
  font-size: 16px;
}
.branch-details-hero .branch-details-hero-content .branch-rating span {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}
.branch-details-hero .branch-details-name {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .branch-details-hero .branch-details-name {
    font-size: 32px;
  }
}
.branch-details-hero .branch-details-address {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .branch-details-hero .branch-details-address {
    font-size: 16px;
  }
}
.branch-details-section-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}
.branch-details-card {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
  background: var(--white);
}
.branch-details-card .branch-details-card-header {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.branch-details-card-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.branch-details-map-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.branch-details-card-subtitle {
  font-size: 16px;
  color: var(--gray-600);
  margin-bottom: 14px;
}
.branch-details-map {
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 14px;
}
.branch-details-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.branch-details-map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  background: var(--primary);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.branch-details-map-btn:hover {
  opacity: 0.88;
  color: var(--white);
}
.branch-owner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 14px;
}
.branch-owner-avatar {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}
.branch-owner-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 2px;
}
.branch-owner-email {
  font-size: 16px;
  color: var(--gray-600);
  text-decoration: none;
}
.branch-owner-email:hover {
  color: var(--primary);
}
.branch-owner-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.branch-owner-details li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
}
.branch-owner-details .branch-owner-label {
  color: var(--gray-600);
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 90px;
}
.branch-owner-details .branch-owner-label i {
  font-size: 16px;
}
.branch-owner-details .branch-owner-value {
  font-weight: 500;
  color: var(--gray-900);
  text-decoration: none;
  text-align: right;
}
.branch-owner-details .branch-owner-value:hover {
  color: var(--primary);
}
.branch-hours-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.branch-hours-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px dashed var(--border-color);
  font-size: 16px;
}
.branch-hours-list li:last-child {
  border-bottom: 0;
}
.branch-hours-list .branch-hours-day {
  font-size: 18px;
  color: var(--gray-900);
  font-weight: 400;
}
.branch-hours-list .branch-hours-time {
  font-size: 16px;
  color: var(--gray-600);
}
.expert-profile-card {
  border-radius: 4px;
  text-align: center;
}
.expert-profile-card .image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.expert-profile-card .image-wrapper img {
  width: 100%;
  border-radius: 4px;
}
.expert-profile-card .image-wrapper .social-bar {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 12px;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.expert-profile-card .image-wrapper .social-bar .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  background: var(--gray-900);
}
.expert-profile-card .image-wrapper .social-bar .icon:hover {
  transform: translateY(-3px);
  opacity: 0.9;
  background: var(--primary);
}
.expert-profile-card .image-wrapper:hover .social-bar {
  bottom: 15px;
  opacity: 1;
}
.expert-profile-card .expert-profile-content {
  padding: 8px 20px 0;
}
.expert-profile-card .expert-profile-content h2 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}
.expert-profile-card .expert-profile-content p {
  margin: 0;
  font-size: 16px;
  color: var(--gray-700);
}
.expert-details .profile-box {
  display: flex;
  gap: 48px;
  padding: 40px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .expert-details .profile-box {
    padding: 24px;
    gap: 24px;
  }
}
.expert-details .profile-box .left .image-wrapper {
  position: relative;
}
.expert-details .profile-box .left .image-wrapper img {
  border-radius: 4px;
}
.expert-details .profile-box .left .image-wrapper .badge {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--primary);
  color: var(--white);
  padding: 18px 14px;
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border-radius: 0;
}
.expert-details .profile-box .right {
  flex: 1;
}
.expert-details .profile-box .right .expert-name {
  margin-bottom: 20px;
}
.expert-details .profile-box .right .expert-name h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.expert-details .profile-box .right .expert-name span {
  margin: 5px 0 10px;
  color: var(--primary);
  font-size: 16px;
}
.expert-details .profile-box .right .info {
  gap: 24px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.expert-details .profile-box .right .info h2 {
  font-size: 16px;
  color: var(--gray-900);
}
.expert-details .profile-box .right .info p {
  color: var(--gray-600);
}
.expert-details .profile-box .right .social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  color: var(--white);
  border-radius: 50%;
  margin-right: 8px;
  font-size: 18px;
}
.expert-details .profile-box .right .social a:hover {
  background: var(--primary);
}
.expert-details .content-grid {
  margin-top: 20px;
}
.expert-details .content-grid h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.expert-details .content-grid .left-content .summary-title {
  margin-bottom: 40px;
}
.expert-details .content-grid .left-content .summary-title p {
  margin-bottom: 0;
}
.expert-details .content-grid .left-content p {
  font-size: 16px;
  color: var(--gray-600);
  margin-bottom: 20px;
}
.expert-details .content-grid .left-content .skill {
  margin-bottom: 24px;
}
.expert-details .content-grid .left-content .skill span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--gray-600);
  font-weight: 500;
}
.expert-details .content-grid .left-content .skill p {
  font-size: 16px;
  color: var(--gray-900);
  margin-bottom: 12px;
  font-weight: 500;
}
.expert-details .content-grid .left-content .skill .bar {
  height: 6px;
  background: var(--gray-100);
  border-radius: 3px;
}
.expert-details .content-grid .left-content .skill .bar div {
  height: 100%;
  background: var(--primary);
  border-radius: 3px;
}
.expert-details .content-grid .left-content .skill .bar.dark div {
  background: var(--dark);
}
.expert-details .content-grid .contact-box {
  background: var(--light);
  padding: 40px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .expert-details .content-grid .contact-box {
    padding: 24px;
  }
}
@media (max-width: 991.98px) {
  .expert-details .profile-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .expert-details .profile-box .info {
    flex-direction: column;
    gap: 10px !important;
  }
}
.membership-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.membership-remaining-days {
  margin-bottom: 24px;
}
.membership-remaining-days span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--gray-600);
  font-weight: 400;
}
.membership-remaining-days p {
  font-size: 16px;
  margin-bottom: 12px;
  color: var(--gray-600);
  font-weight: 400;
}
.membership-remaining-days .bar {
  height: 6px;
  background: var(--gray-100);
  border-radius: 3px;
}
.membership-remaining-days .bar div {
  height: 100%;
  background: var(--primary);
  border-radius: 3px;
}
.membership-remaining-days .bar.dark div {
  background: var(--dark);
}
.package-list-item {
  padding: 20px;
  display: grid;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  grid-template-columns: 4fr 8fr;
  gap: 20px;
  margin-bottom: 24px;
}
.package-list-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .package-list-item {
    grid-template-columns: 8fr;
  }
}
.package-list-item > div:first-child {
  height: 100%;
}
.package-list-item .package-list-img {
  height: 100%;
}
.package-list-item .package-list-img img {
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .package-list-item .package-list-img img {
    height: auto;
  }
}
.package-list-item .package-list-content p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.package-list-item .package-list-content hr {
  margin: 12px 0;
}
.package-list-item .package-list-content .price {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0;
}
.glightbox-clean .gslide-media {
  box-shadow: none;
}
.membership-section-header {
  text-align: center;
  margin-bottom: 40px;
}
.membership-section-header h2 {
  margin-bottom: 8px;
}
.our-membership-section {
  padding: 80px 0;
}
.our-membership-section .our-membership-card .membership-badge {
  display: block;
  width: 56px;
  height: 56px;
  padding: 8px;
  border-radius: 4px;
  background: var(--primary);
  color: var(--white);
  margin-bottom: 20px;
}
.our-membership-section .our-membership-card h2 {
  font-size: 24px;
  margin-bottom: 8px;
}
.membership-plans-section {
  padding: 80px 0;
  background: var(--dark);
}
.membership-plans-section .membership-section-header {
  color: var(--white);
  margin-bottom: 80px;
}
.membership-plans-section .membership-section-header h2 {
  color: var(--white);
}
.membership-plans-section .membership-plan-card {
  padding: 40px;
  border: 5px solid transparent;
  border-radius: 4px;
  background: var(--white);
  position: relative;
}
@media (max-width: 991.98px) {
  .membership-plans-section .membership-plan-card.most-popular {
    margin-top: 30px;
  }
}
.membership-plans-section .membership-plan-card .most-popular-badge {
  position: absolute;
  background: var(--primary);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  color: var(--white);
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.membership-plans-section .membership-plan-card .membership-plan-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.membership-plans-section
  .membership-plan-card
  .membership-plan-card-header
  .membership-badge {
  width: 56px;
  height: 56px;
  padding: 8px;
  border-radius: 4px;
  background: var(--dark);
  color: var(--white);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.membership-plans-section
  .membership-plan-card
  .membership-plan-card-header
  h2 {
  font-size: 24px;
}
.membership-plans-section
  .membership-plan-card
  .membership-plan-card-header
  .price {
  font-size: 48px;
  font-weight: 600;
  color: var(--gray-900);
  margin-right: 4px;
  margin-bottom: 6px;
}
.membership-plans-section
  .membership-plan-card
  .membership-plan-card-header
  .price
  span {
  font-size: 16px;
  color: var(--gray-600);
  font-weight: 400;
}
.membership-plans-section .membership-plan-card .membership-plan-card-header p {
  color: var(--primary);
  font-weight: 500;
}
.membership-plans-section
  .membership-plan-card
  .membership-plan-card-body
  .membership-plan-card-list {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.membership-plans-section
  .membership-plan-card
  .membership-plan-card-body
  .dark-btn {
  margin-top: 12px;
}
.membership-plans-section .membership-plan-card:hover {
  border: 5px solid var(--primary);
}
.membership-plans-section .membership-plan-card:hover .membership-badge {
  background: var(--primary);
}
.membership-plans-section .membership-plan-card:hover .btn-dark {
  background: var(--dark);
}
.membership-faq-section {
  padding: 80px 0;
}
.membership-faq-section .accordion-item {
  border-radius: 4px;
}
.membership-faq-section .accordion-header .accordion-button.collapsed {
  background: var(--white);
  color: var(--dark);
  border-radius: 4px;
}
.membership-faq-section .accordion-header .accordion-button.collapsed::after {
  color: var(--dark);
}
.membership-faq-section .accordion-collapse.collapse.show {
  background: var(--dark);
}
.membership-faq-section .accordion-collapse.collapse.show p {
  color: var(--white);
}
.membership-faq-section
  .membership.faq-accordion
  .accordion-item
  .accordion-button {
  border-radius: inherit !important;
}
.membership-faq-section .accordion-button:not(.collapsed) {
  background: var(--dark);
  color: var(--white);
}
.membership-faq-section .accordion-button:not(.collapsed)::after {
  color: var(--white);
}
.booking-appointment .booking-appointment-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background: url(../img/booking/booking-appointment-banner.jpg) no-repeat
    center center;
  background-size: cover;
}
.booking-appointment
  .booking-appointment-banner
  .booking-appointment-banner-content {
  position: relative;
}
.booking-appointment
  .booking-appointment-banner
  .booking-appointment-banner-content
  .booking-appointment-banner-title {
  text-align: start;
  font-size: 80px;
  color: var(--white);
  font-weight: 700;
  line-height: 96px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 1199.98px) {
  .booking-appointment
    .booking-appointment-banner
    .booking-appointment-banner-content
    .booking-appointment-banner-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 76px;
  }
}
.booking-appointment
  .booking-appointment-banner
  .booking-appointment-banner-content
  .booking-appointment-banner-title
  span {
  color: var(--primary);
}
.booking-appointment .booking-appointment-content {
  padding: 24px;
  height: 100vh;
  overflow-y: scroll;
}
.booking-appointment
  .booking-appointment-content
  .booking-appointment-content-header {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 575.98px) {
  .booking-appointment
    .booking-appointment-content
    .booking-appointment-content-header {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }
}
.booking-appointment
  .booking-appointment-content
  .booking-appointment-content-header
  h2 {
  font-size: 24px;
}
.booking-appointment
  .booking-appointment-content
  .accordion.booking-accordion
  .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.booking-appointment
  .booking-appointment-content
  .accordion.booking-accordion
  .accordion-button::after {
  content: none;
}
.booking-appointment
  .booking-appointment-content
  .accordion.booking-accordion
  .accordion-button::before {
  content: "\ea5f";
  font-family: "tabler-icons" !important;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: var(--gray-900);
  background-image: none;
  margin-right: 8px;
}
.booking-appointment
  .booking-appointment-content
  .accordion.booking-accordion
  .accordion-button:not(.collapsed)::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.booking-appointment
  .booking-appointment-content
  .accordion.booking-accordion
  .accordion-button {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
.booking-appointment
  .booking-appointment-content
  .accordion.booking-accordion
  .accordion-body {
  padding: 0;
}
.booking-appointment
  .booking-appointment-content
  .accordion.booking-accordion
  .accordion-item {
  border: 0;
  border-radius: inherit;
}
.booking-appointment .booking-appointment-content .services-items {
  display: grid;
  grid-template-columns: 9fr 3fr 2fr;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .booking-appointment .booking-appointment-content .services-items {
    gap: 12px;
  }
}
@media (max-width: 575.98px) {
  .booking-appointment .booking-appointment-content .services-items {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 30px !important;
  }
}
.booking-appointment .booking-appointment-content .services-items .item a {
  flex-shrink: 0;
}
.booking-appointment .booking-appointment-content .services-items .item img {
  border-radius: 4px;
  width: 48px;
  height: 48px;
}
.booking-appointment
  .booking-appointment-content
  .services-items
  .item
  .service-item-tile {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .booking-appointment
    .booking-appointment-content
    .services-items
    .item.text-end {
    text-align: start !important;
    margin-left: 65px;
  }
}
.booking-appointment.multi-step .booking-appointment-banner {
  padding: 40px;
  background: url(../img/booking/booking-appointment-banner.jpg) no-repeat
    center center;
  background-size: cover;
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-appointment-banner-content {
  position: relative;
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-appointment-banner-content
  .booking-appointment-banner-title {
  text-align: start;
  font-size: 40px;
  color: var(--white);
  font-weight: 700;
  line-height: 58px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 48px;
}
@media (max-width: 1199.98px) {
  .booking-appointment.multi-step
    .booking-appointment-banner
    .booking-appointment-banner-content
    .booking-appointment-banner-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 76px;
    margin-bottom: 24px;
  }
}
.booking-appointment.multi-step .booking-appointment-banner .booking-steps {
  position: relative;
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  width: 2px;
  height: 70%;
  border-left: 2px dashed var(--border-color);
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-steps
  .booking-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
  color: var(--white);
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-steps
  .booking-step
  .step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  color: var(--dark);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-shrink: 0;
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-steps
  .booking-step
  .step-content
  h2 {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--white);
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-steps
  .booking-step
  .step-content
  p {
  font-size: 13px;
  opacity: 0.8;
  margin: 0;
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-steps
  .booking-step.active
  .step-number {
  background: var(--primary);
  color: var(--white);
}
.booking-appointment.multi-step
  .booking-appointment-banner
  .booking-steps
  .booking-step.done
  .step-number {
  background: var(--success);
  color: var(--white);
}
.booking-wizard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}
.booking-appointment-date-content .booking-appointment-date-item .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 575.98px) {
  .booking-appointment-date-content
    .booking-appointment-date-item
    .booking-appointment-container {
    padding: 0 37px;
  }
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .custom-arrow {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--border-color);
  font-size: 16px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  color: var(--dark);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .booking-appointment-date-content
    .booking-appointment-date-item
    .booking-appointment-container
    .custom-arrow {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .custom-arrow:hover {
  background: var(--primary);
  color: var(--white);
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .custom-arrow.appointment-prev {
  left: 0;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .custom-arrow.appointment-next {
  right: 0;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .custom-arrow:before {
  display: none;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .custom-arrow:hover {
  color: var(--white);
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .booking-appointment-slider
  .swiper-wrapper {
  box-sizing: content-box;
  width: 100%;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .booking-appointment-slider
  .swiper-slide {
  flex-shrink: 0;
  text-align: center;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .booking-appointment-slider
  label {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .booking-appointment-date-content
    .booking-appointment-date-item
    .booking-appointment-container
    .booking-appointment-slider
    label {
    width: 100%;
  }
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .booking-appointment-slider
  input {
  display: none;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .booking-appointment-slider
  .booking-appointment-slide {
  width: 96px;
  border: 1px solid var(--border-color);
  padding: 6px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .booking-appointment-date-content
    .booking-appointment-date-item
    .booking-appointment-container
    .booking-appointment-slider
    .booking-appointment-slide {
    margin: auto;
  }
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .booking-appointment-slider
  .booking-appointment-slide
  .date-bold {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark);
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .booking-appointment-slider
  input:checked
  + .booking-appointment-slide {
  background: var(--primary);
  color: var(--white);
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-container
  .booking-appointment-slider
  input:checked
  + .booking-appointment-slide
  .date-bold {
  color: var(--white);
}
.booking-appointment-date-content .booking-appointment-date-item .nav.nav-tabs {
  background: var(--light);
  padding: 4px;
  border-radius: 4px;
  border: 0;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .nav.nav-tabs
  .nav-link {
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
}
@media (max-width: 575.98px) {
  .booking-appointment-date-content
    .booking-appointment-date-item
    .nav.nav-tabs
    .nav-link {
    padding: 8px 14px;
  }
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .nav.nav-tabs
  .nav-link.active {
  border: 1px solid var(--border-color);
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-time-slot {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .booking-appointment-date-content
    .booking-appointment-date-item
    .booking-appointment-time-slot {
    gap: 12px !important;
  }
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-time-slot
  label {
  cursor: pointer;
  display: block;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-time-slot
  input {
  display: none;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-time-slot
  .booking-appointment-badge {
  border: 1px solid var(--border-color);
  padding: 6px 12px;
  border-radius: 6px;
  text-align: center;
  transition: 0.3s;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-time-slot
  .booking-appointment-badge
  .date-bold {
  font-size: 20px;
  font-weight: 600;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-time-slot
  input:checked
  + .booking-appointment-badge {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-time-slot
  input:checked
  + .booking-appointment-badge
  .date-bold {
  color: var(--white);
}
@media (max-width: 991.98px) {
  .booking-appointment-date-content
    .booking-appointment-date-item
    .booking-services-details {
    overflow-x: scroll;
  }
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-services {
  display: grid;
  grid-template-columns: 1fr 3fr 3fr 3fr 2fr;
  gap: 20px;
  padding: 20px;
  background: var(--light);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .booking-appointment-date-content
    .booking-appointment-date-item
    .booking-appointment-services {
    grid-template-columns: 0fr 2fr 2fr 2fr 1fr;
    min-width: 700px;
  }
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-services
  .item
  .service-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .booking-appointment-services
  .item
  .btn {
  width: 32px;
  height: 32px;
  background: var(--danger);
  color: var(--white);
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .service-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
}
.booking-appointment-date-content
  .booking-appointment-date-item
  .service-total-price {
  font-size: 24px;
  font-weight: 600;
  color: var(--gray-900);
  font-family: "Oswald", sans-serif;
}
.booking-content-offcanvas {
  max-width: 910px;
  width: 100%;
}
.booking-content-offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-content-offcanvas .offcanvas-header .offcanvas-title {
  font-size: 24px;
  font-weight: 600;
}
.booking-content-offcanvas .offcanvas-header .btn-close {
  width: 28px;
  height: 28px;
  background: var(--light);
  border: 1px solid var(--border-color);
  font-size: 16px;
}
.booking-payment-method {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .booking-payment-method {
    gap: 8px;
  }
}
.booking-payment-method .booking-payment-method-item {
  width: 112px;
  height: 106px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 1399.98px) {
  .booking-payment-method .booking-payment-method-item {
    width: 100px;
    height: 106px;
  }
}
@media (max-width: 1199.98px) {
  .booking-payment-method .booking-payment-method-item {
    width: 80px;
    height: 106px;
  }
}
@media (max-width: 991.98px) {
  .booking-payment-method .booking-payment-method-item {
    width: 92px;
    height: 100px;
    padding: 6px;
  }
}
.booking-payment-method .booking-payment-method-item input {
  display: none;
}
.booking-payment-method .booking-payment-method-item span {
  margin-top: 8px;
}
.booking-payment-method .booking-payment-method-item:has(input:checked) {
  border-color: var(--primary);
  background: var(--white);
}
.booking-payment-method .booking-payment-method-item:has(input:checked)::after {
  content: "✔";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: var(--primary);
  color: var(--white);
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .booking-payment-method
    .booking-payment-method-item:has(input:checked)::after {
    top: 4px;
    right: 4px;
  }
}
.booking-appointment-date-item .form-control {
  min-height: 50px;
}
.Checkout-card-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
}
.booking-coupons {
  margin-bottom: 16px;
}
.booking-coupons .booking-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-coupons .booking-coupon .coupon-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
}
.booking-coupons .booking-coupon .coupon-code-copy {
  padding: 8px 16px;
  border: 1px dashed var(--primary);
  border-radius: 4px;
  background: var(--primary-transparent);
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .booking-footer {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .booking-footer .booing-footer-left {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .booking-footer .booing-footer-left .btn {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .booking-footer .primary-btn {
    width: 100%;
  }
}
.booking-modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .booking-modal .modal-header .modal-title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .booking-modal .modal-header .modal-title {
    font-size: 18px;
  }
}
.booking-modal .modal-header .btn-close {
  background: var(--light);
  border: 1px solid var(--border-color);
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.available-staffs .available-staff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.available-staffs .available-staff.active {
  border-color: var(--primary);
  background: var(--primary-transparent);
}
.available-staffs .available-staff.active .check-btn {
  background: var(--primary);
}
.available-staffs .available-staff .staff-name {
  font-size: 16px;
  font-weight: 600;
}
.available-staffs .available-staff .check-btn {
  padding: 4px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  color: var(--white);
  border: 0;
}
.booking-details-cover .success-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--success);
  border-radius: 4px;
  background: var(--success-transparent);
  margin-bottom: 24px;
}
.booking-details-cover .success-card h2 {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .booking-details-cover .success-card h2 {
    font-size: 18px;
  }
}
.booking-details-cover .success-card .tick-mark {
  width: 40px;
  height: 40px;
  background: var(--success);
  border-radius: 50%;
  color: var(--white);
  font-size: 24px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.booking-details-cover .booking-details-card {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
.booking-details-cover .booking-details-card .booking-details-card-header {
  padding: 16px 24px;
  border-bottom: 1px solid var(--border-color);
}
.booking-details-cover .booking-details-card .booking-details-card-header h2 {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .booking-details-cover .booking-details-card .booking-details-card-header h2 {
    font-size: 18px;
  }
}
.booking-details-cover .booking-details-card .booking-details-card-body {
  padding: 24px;
}
.booking-details-cover .booking-details-card .booking-details-card-body .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
}
.booking-details-cover
  .booking-details-card
  .booking-details-card-body
  .google-map
  iframe {
  height: 188px;
}
.booking-details-cover .booking-details-card .contact-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--white);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-invoice .booking-invoice-card-body {
  padding: 40px;
}
@media (max-width: 767.98px) {
  .booking-invoice .booking-invoice-card-body {
    padding: 24px;
  }
}
.booking-invoice .invoice-title {
  font-size: 20px;
}
.booking-invoice .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--gray-900);
}
.booking-invoice .invoice-table .thead-dark tr th {
  background: var(--dark);
  color: var(--white);
}
.swiper-pagination-bullet {
  background: var(--white);
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
  width: 24px;
  border-radius: 50px;
}
.category-slider {
  padding-bottom: 56px;
}
@media (max-width: 767.98px) {
  .category-slider {
    padding-bottom: 46px;
  }
}
.category-slider .swiper-pagination {
  bottom: 0;
}
@media (max-width: 1399.98px) {
  .booking-appointment-content-two
    .booking-appointment-date-item
    .booking-appointment-services {
    grid-template-columns: 0fr 2fr 3fr 3fr 1fr;
  }
}
@media (max-width: 1199.98px) {
  .booking-appointment-content-two .booking-services-details {
    overflow-y: scroll;
  }
}
@media (max-width: 1199.98px) {
  .booking-appointment-content-two
    .booking-services-details
    .booking-appointment-services {
    min-width: 700px;
  }
}
.appoinment-details {
  width: 23%;
  margin-left: auto;
  padding-right: 0;
}
@media (max-width: 1399.98px) {
  .appoinment-details {
    width: 28%;
  }
}
@media (max-width: 1199.98px) {
  .appoinment-details {
    width: 34%;
  }
}
@media (max-width: 767.98px) {
  .appoinment-details {
    width: 100%;
  }
}
.custom-table table tr:last-child td {
  border-bottom: none !important;
}
.customer-item {
  margin-bottom: 24px;
}
.customer-item .customer-item-list {
  position: relative;
}
.customer-item .customer-item-list::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  width: 85%;
  height: 18px;
  background-color: var(--white);
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  margin: auto;
}
.customer-item .customer-item-list .card {
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  position: relative;
  z-index: 1;
}
.customer-item .customer-item-list:hover::before {
  transform: translateY(-10px);
}
.customer-item .customer-item-list img {
  width: 22px;
  height: 22px;
}
.appointments-item {
  background-color: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 3fr 4fr 4fr 2fr;
  align-items: center;
  gap: 8px;
  transition: all 0.6s;
}
.appointments-item:hover {
  transform: translateY(-10px);
}
@media (max-width: 1399.98px) {
  .appointments-item {
    grid-template-columns: 3fr 3fr 3fr 2fr;
  }
}
@media (max-width: 1199.98px) {
  .appointments-item {
    grid-template-columns: 6fr 6fr;
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .appointments-item {
    grid-template-columns: 12fr;
  }
}
.appointments-itemone .appointments-item {
  grid-template-columns: 5fr 4fr 4fr 2fr;
}
@media (max-width: 1199.98px) {
  .appointments-itemone .appointments-item {
    grid-template-columns: 6fr 6fr !important;
    gap: 25px;
  }
}
@media (max-width: 1399.98px) {
  .appointments-itemone .appointments-item {
    grid-template-columns: 7fr 4fr 3fr 2fr;
  }
}
@media (max-width: 991.98px) {
  .appointments-itemone .appointments-item {
    grid-template-columns: 6fr 6fr !important;
    gap: 25px;
  }
}
@media (max-width: 575.98px) {
  .appointments-itemone .appointments-item {
    grid-template-columns: 12fr !important;
    gap: 20px;
  }
}
.load-more {
  margin-top: 20px;
}
.sort-dropdown {
  height: 40px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  color: var(--gray-900);
  background: var(--white);
  padding: 9px 12px;
}
.sort-dropdown:hover,
.sort-dropdown.active,
.sort-dropdown:focus {
  color: var(--gray-900);
}
.dropdown-lg {
  min-width: 400px !important;
}
@media (max-width: 575.98px) {
  .dropdown-lg {
    min-width: 280px !important;
  }
}
.customer-tickets {
  display: grid;
  grid-template-columns: 2fr 5fr 2fr 4fr;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .customer-tickets {
    grid-template-columns: 6fr 6fr;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .customer-tickets {
    grid-template-columns: 6fr 6fr;
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .customer-tickets {
    grid-template-columns: 12fr;
    gap: 16px;
  }
}
.customer-tickets .datetimepicker.today {
  max-width: 140px;
}
.custom-modal .custom-btn-close {
  background-image: none;
  box-shadow: none;
  outline: 0;
  font-size: 24px;
  color: var(--gray-500);
  padding: 0;
  margin: 0;
  line-height: 0;
}
#other-reason-box {
  display: none;
}
.invoice-white-logo {
  display: none;
}
.flatpickr-day {
  line-height: 34px;
  transition: all 0.2s;
}
.flatpickr-day.today {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.flatpickr-day.today:hover {
  background: var(--dark);
  border-color: var(--dark);
}
.flatpickr-day.selected {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}
.flatpickr-day.selected:hover {
  background: var(--dark);
  border-color: var(--dark);
}
.appointments-item.appointments-itemone {
  display: grid;
  grid-template-columns: 7fr 4fr 4fr 2fr;
}
.appointments-item.appointments-itemone h2,
.appointments-item.appointments-itemone .title {
  font-size: 20px;
  font-weight: 600;
}
.appointments-item.appointments-itemone .appointments-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.appointments-item.appointments-itemone .appointments-rating {
  display: flex;
  align-items: center;
}
.schedule-item {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 5fr 3fr 2fr 3fr;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .schedule-item {
    grid-template-columns: 6fr 6fr;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .schedule-item {
    grid-template-columns: 6fr 6fr;
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .schedule-item {
    grid-template-columns: 12fr;
    gap: 16px;
  }
}
.schedule-item:last-child {
  margin-bottom: 0;
}
.schedule-item .schedule-staff .avatar {
  flex-shrink: 0;
}
.schedule-item .schedule-staff .avatar img {
  border-radius: 50%;
}
.schedule-item .schedule-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.schedule-item .schedule-info .avatar {
  flex-shrink: 0;
}
.schedule-item .schedule-info .avatar img {
  border-radius: 50%;
}
.schedule-item .schedule-info .schedule-title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.schedule-item .schedule-info .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.schedule-item .schedule-btn {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  align-items: end;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .schedule-item .schedule-btn {
    align-items: start;
  }
}
.schedule-item .schedule-btn > div {
  width: 134px;
}
.schedule-item .schedule-btn .view-link {
  text-decoration: underline;
  text-decoration-color: var(--primary) !important;
}
.detail-item .rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.detail-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-info .custom-title {
  margin-bottom: 8px;
}
.schedule-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.booking-list {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed var(--border-color);
}
.booking-list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.booking-info .title {
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-900);
}
.info-list {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}
.booking-price {
  text-align: end;
}
@media (max-width: 991.98px) {
  .booking-price {
    text-align: start;
  }
}
.booking-price .title {
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-900);
}
.table-search .form-control {
  height: 40px;
  font-size: 16px;
}
.list-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.list-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  color: var(--gray-900);
}
.list-icons a:hover,
.list-icons a.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.preference-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 575.98px) {
  .preference-item {
    flex-direction: column;
    align-items: start;
  }
}
.preference-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.preference-item .preference-title {
  font-weight: 600;
  color: var(--gray-900);
}
.basic-information {
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.basic-information .page-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 20px;
}
.basic-information .input-avatar {
  display: flex;
  align-items: center;
  gap: 16px;
}
.basic-information .input-avatar .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.basic-information .input-avatar .avatar i {
  font-size: 20px;
  color: var(--gray-500);
}
.basic-information .input-avatar .upload-btn .btn-small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.basic-information .upload-btn .upload {
  position: relative;
  cursor: pointer;
  background: var(--light);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.basic-information .upload-btn .upload .btn {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
}
.basic-information .description {
  margin-bottom: 0;
}
.basic-information label {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.basic-information .upload-profile {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.security-auth-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.security-auth-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.security-auth-item .title {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.security-auth-item .description {
  margin-bottom: 0;
}
.modal .modal-sm {
  max-width: 400px !important;
}
.modal .modal-title {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .modal .modal-title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-title {
    font-size: 18px;
  }
}
.modal .inner-text {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.modal .modal-footer button {
  margin: 0;
}
.manage-device-table .table td a:hover {
  color: var(--primary);
}
.saved-auth-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.saved-auth-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .saved-auth-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.saved-auth-item .title {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 4px;
}
.saved-auth-item .badge {
  font-size: 14px;
  color: var(--white);
  padding: 4px 8px;
  border-radius: 4px;
}
.saved-auth-item .address {
  margin-bottom: 0;
}
.saved-auth-item .saved-auth-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.saved-auth-item .saved-auth-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.saved-auth-item .btn-icon {
  width: 40px;
  height: 40px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  transition: all 0.4s;
  color: var(--gray-600);
  font-size: 20px;
}
.saved-auth-item .btn-icon:hover {
  background: var(--primary);
  color: var(--white) !important;
}
.review-user-info {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
.review-user-info .review-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.review-user-info .review-info .review-rating {
  display: flex;
  align-items: center;
}
.review-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.review-btn {
  display: flex;
  align-items: center;
}
.sidebar-cover {
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
}
@media (max-width: 991.98px) {
  .sidebar-cover {
    margin-bottom: 24px;
  }
}
.sidebar-cover .sidebar-header {
  padding: 34px 24px 24px 24px;
  background-image: url(../img/bg/sidebar-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--dark);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.sidebar-cover .sidebar-header .profile-wrapper {
  position: relative;
}
.sidebar-cover .sidebar-header .profile-wrapper .profile-image {
  margin-bottom: 16px;
}
.sidebar-cover .sidebar-header .profile-wrapper .upload-profile {
  display: none;
}
.sidebar-cover .sidebar-header .profile-wrapper .edit-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
  font-size: 14px;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  cursor: pointer;
  color: #2c2c2c;
  width: 32px;
  height: 32px;
  transition: all 0.7s;
}
.sidebar-cover .sidebar-header .profile-wrapper .edit-icon:hover {
  background: var(--primary);
  color: var(--white);
}
.sidebar-cover .sidebar-header h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.sidebar-cover .sidebar-header p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.sidebar-cover .sidebar-header .profile-name {
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin: 12px 0 4px;
}
.settings-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  margin-top: 0;
  z-index: 90;
  transition: all 0.25s ease-in-out;
  flex-shrink: 0;
  border: 1px solid var(--gray-100);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.settings-sidebar .sidebar-inner {
  padding: 24px;
  width: 100%;
}
.settings-sidebar .sidebar-menu {
  padding: 16px;
}
.settings-sidebar .sidebar-menu ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.settings-sidebar .sidebar-menu > ul > li {
  margin-bottom: 10px;
}
.settings-sidebar .sidebar-menu > ul > li:last-child {
  margin-bottom: 0;
}
.settings-sidebar .sidebar-menu > ul > li:last-child ul {
  margin-bottom: 0;
}
.settings-sidebar .sidebar-menu > ul > li:first-child.menu-title {
  margin-top: 0;
}
.settings-sidebar .sidebar-menu > ul > li > ul > li > a .count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--danger);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  margin-left: auto;
}
.settings-sidebar .sidebar-menu > ul > li > ul > li > a:hover {
  background: var(--primary);
  color: #fff;
}
.settings-sidebar .sidebar-menu > ul > li.active a {
  color: var(--white);
}
.settings-sidebar .sidebar-menu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 10px 15px;
  position: relative;
  color: var(--gray-900);
  border-bottom: 0;
}
.settings-sidebar .sidebar-menu > ul > li > a.active {
  background: var(--light);
  border-radius: 5px;
}
.settings-sidebar .sidebar-menu > ul > li > a span {
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-500);
}
.settings-sidebar .sidebar-menu > ul > li.submenu ul {
  display: none;
}
.settings-sidebar .sidebar-menu > ul > li.submenu ul li a {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: block;
  padding: 8px 8px 8px 40px;
  padding-left: 30px;
}
.settings-sidebar .sidebar-menu > ul > li.submenu ul li.active a {
  background: var(--white);
  color: var(--primary);
}
.settings-sidebar .sidebar-menu > ul > li ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.settings-sidebar .sidebar-menu > ul > li ul li {
  overflow: hidden;
  margin-top: 2px;
}
.settings-sidebar .sidebar-menu > ul > li ul li a {
  display: flex;
  border-radius: 6px;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: var(--gray-900);
  position: relative;
  width: 100%;
  padding: 8px 16px;
}
.settings-sidebar .sidebar-menu > ul > li ul li a i {
  font-size: 1rem;
}
.settings-sidebar .sidebar-menu > ul > li ul li a .badge {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.settings-sidebar .sidebar-menu > ul > li ul li a span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 8px;
}
.settings-sidebar .sidebar-menu > ul > li ul li a.active {
  color: var(--primary);
}
.settings-sidebar .sidebar-menu > ul > li ul li a.active span {
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.settings-sidebar .sidebar-menu > ul > li ul li a.active .menu-arrow::before {
  border-color: var(--primary);
}
.settings-sidebar .sidebar-menu > ul > li ul li a.active::before {
  opacity: 1;
}
.settings-sidebar .sidebar-menu > ul > li ul > li.active a {
  background: var(--primary);
  border-radius: 5px;
  color: #fff !important;
  font-weight: 500;
}
.settings-sidebar .sidebar-menu > ul > li ul > li.active a span {
  color: #fff;
}
.settings-sidebar .sidebar-menu > ul > li ul > li.active a .menu-arrow::before {
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
}
.settings-sidebar .sidebar-menu > ul > li ul > li.active a::before {
  background: var(--white) !important;
}
.settings-sidebar .sidebar-menu > ul > li ul > li.active a.subdrop {
  background: var(--primary);
  border-radius: 5px;
  color: var(--primary);
}
.settings-sidebar .sidebar-menu > ul > li ul > li.active a.subdrop i {
  color: var(--white);
  background: var(--white);
}
.settings-sidebar .sidebar-menu > ul > li ul > li.active a.subdrop span {
  color: var(--primary);
}
.settings-sidebar .sidebar-menu > ul > li .submenu ul {
  display: none;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.settings-sidebar .sidebar-menu > ul > li .submenu ul li {
  margin: 0;
}
.settings-sidebar .sidebar-menu > ul li.menu-title {
  color: var(--gray-900);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 11px;
  margin: 8px 0;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  border: 0;
}
.settings-sidebar .sidebar-menu > ul li.menu-title span {
  flex-shrink: 0;
}
.settings-sidebar .sidebar-menu > ul li .submenu > ul {
  margin: 4px 0 0;
  position: relative;
}
.settings-sidebar .sidebar-menu > ul li .submenu > ul li a {
  padding: 8px 8px 8px 40px;
  font-size: 15px;
  position: relative;
  color: var(--gray-900);
}
.settings-sidebar .sidebar-menu > ul li .submenu > ul li a:before {
  content: "";
  background: var(--gray-900);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.settings-sidebar .sidebar-menu > ul li .submenu > ul li a.active {
  color: var(--primary);
  font-weight: 500;
}
.settings-sidebar .sidebar-menu > ul li .submenu > ul li a.active::before {
  opacity: 1;
}
.settings-sidebar .sidebar-menu > ul li .submenu > ul li a:hover {
  color: var(--primary);
}
.settings-sidebar
  .sidebar-menu
  > ul
  li
  .submenu
  > ul
  li
  a:hover
  .menu-arrow::before {
  border-color: var(--gray-900);
}
.settings-sidebar .sidebar-menu > ul li .submenu > ul li.active a {
  color: var(--primary) !important;
  background: var(--white);
}
.settings-sidebar .sidebar-menu > ul li .submenu > ul li.active a::before {
  background: var(--primary) !important;
}
.settings-sidebar .sidebar-menu > ul li .submenu > a.active {
  background: var(--primary);
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}
.settings-sidebar .sidebar-menu > ul li .submenu > a.subdrop {
  background: transparent;
  border-radius: 5px;
}
.settings-sidebar .sidebar-menu > ul li .submenu > a.subdrop:hover {
  background: var(--primary);
}
.settings-sidebar .sidebar-menu > ul li .submenu > a.subdrop i {
  transform: rotate(0);
}
.settings-sidebar .sidebar-menu > ul li .submenu > a.subdrop.active {
  background: var(--primary);
}
.settings-sidebar .sidebar-menu > ul li .submenu > a.subdrop ul li.active a {
  background: transparent !important;
  color: var(--primary);
}
.settings-sidebar .sidebar-menu .menu-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-rendering: auto;
  font-size: 18px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  transition: all 0.2s ease;
}
.settings-sidebar .sidebar-menu .menu-arrow::before {
  height: 6px;
  width: 6px;
  border-top: 0;
  content: "";
  border-left: 0;
  border-right: 1.4px solid var(--gray-900);
  border-bottom: 1.4px solid var(--gray-900);
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 4px;
}
.settings-sidebar .sidebar-menu .menu-arrow.inside-submenu {
  right: 10px;
}
.settings-sidebar .sidebar-menu.subdrop .arrow-menu {
  transform: translateY(-50%) rotate(90deg);
  background: var(--light);
}
.settings-sidebar li a.subdrop .arrow-menu {
  transform: rotate(0);
}
.active.subdrop ~ ul {
  display: block !important;
}
.iti--allow-dropdown {
  z-index: 1;
}
.iti__arrow {
  border-top-color: var(--border-color);
}
.btn-close.btn-close-modal {
  padding: 0;
  background: var(--gray-600);
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-right: 0;
  transition: all 0.7s;
}
.btn-close.btn-close-modal:hover {
  background-color: var(--primary);
  filter: none;
}
.head-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--gray-900);
}
@media (max-width: 991.98px) {
  .head-title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .head-title {
    font-size: 24px;
  }
}
.noUi-connect {
  background: var(--primary);
}
.noUi-handle {
  background: var(--primary);
  border: 2px solid var(--white);
  box-shadow: none;
}
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  right: -10px !important;
  top: -5px;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}
.noUi-pips-horizontal {
  height: 50px;
}
.noUi-tooltip {
  padding: 1px 4px;
  border-color: var(--primary);
  border-radius: 4px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 13px;
}
.noUi-vertical {
  width: 8px;
}
.noUi-vertical .noUi-handle {
  height: 20px;
  width: 20px;
  right: -8px;
  top: -12px;
  left: auto;
  border-radius: 50%;
}
.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  display: none;
}
.noUi-vertical .noUi-handle:focus {
  outline: 0;
}
.noUi-vertical .noUi-origin {
  top: 0;
}
.noUi-value {
  font-size: 12px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 12px;
}
.noUi-value-horizontal {
  padding-top: 4px;
}
.noUi-target {
  box-shadow: none;
  background-color: var(--light);
  border-color: var(--border-color);
}
.noUi-touch-area:focus {
  outline: 0;
}
#red,
#green,
#blue {
  margin: 10px;
  display: inline-block;
  height: 200px;
}
#colorpicker {
  height: 240px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid var(--border-color);
}
#result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 3px;
  border-radius: 7px;
}
#red .noUi-connect {
  background: var(--danger);
}
#green .noUi-connect {
  background: var(--success);
}
#blue .noUi-connect {
  background: var(--primary);
}
.form-control.keyboard {
  max-width: 340px !important;
}
.example-val {
  font-size: 12px;
  color: var(--body-color);
  display: block;
  margin: 10px 0;
}
.example-val:before {
  content: "Value: ";
  font-size: 12px;
  font-weight: 600;
}
.noUi-active .noUi-tooltip {
  display: block;
}
.c-1-color {
  background: var(--danger);
}
.c-2-color {
  background: var(--warning);
}
.c-3-color {
  background: var(--success);
}
.c-4-color {
  background: var(--primary);
}
.c-5-color {
  background: var(--purple);
}
#slider-toggle {
  height: 50px;
}
#slider-toggle.off .noUi-handle {
  border-color: var(--danger);
}
[data-slider-color="primary"] .noUi-connect {
  background: #c25414;
}
[data-slider-color="primary"] .noUi-handle {
  background: #c25414;
}
[data-slider-color="primary"][data-slider-style="border"] .noUi-handle,
[data-slider-color="primary"][data-slider-style="square"] .noUi-handle {
  border-color: #c25414;
}
[data-slider-color="secondary"] .noUi-connect {
  background: #3444a5;
}
[data-slider-color="secondary"] .noUi-handle {
  background: #3444a5;
}
[data-slider-color="secondary"][data-slider-style="border"] .noUi-handle,
[data-slider-color="secondary"][data-slider-style="square"] .noUi-handle {
  border-color: #3444a5;
}
[data-slider-color="dark"] .noUi-connect {
  background: #1e1b1b;
}
[data-slider-color="dark"] .noUi-handle {
  background: #1e1b1b;
}
[data-slider-color="dark"][data-slider-style="border"] .noUi-handle,
[data-slider-color="dark"][data-slider-style="square"] .noUi-handle {
  border-color: #1e1b1b;
}
[data-slider-color="light"] .noUi-connect {
  background: #f7f8f8;
}
[data-slider-color="light"] .noUi-handle {
  background: #f7f8f8;
}
[data-slider-color="light"][data-slider-style="border"] .noUi-handle,
[data-slider-color="light"][data-slider-style="square"] .noUi-handle {
  border-color: #f7f8f8;
}
[data-slider-color="info"] .noUi-connect {
  background: #2f80ed;
}
[data-slider-color="info"] .noUi-handle {
  background: #2f80ed;
}
[data-slider-color="info"][data-slider-style="border"] .noUi-handle,
[data-slider-color="info"][data-slider-style="square"] .noUi-handle {
  border-color: #2f80ed;
}
[data-slider-color="danger"] .noUi-connect {
  background: #ef1e1e;
}
[data-slider-color="danger"] .noUi-handle {
  background: #ef1e1e;
}
[data-slider-color="danger"][data-slider-style="border"] .noUi-handle,
[data-slider-color="danger"][data-slider-style="square"] .noUi-handle {
  border-color: #ef1e1e;
}
[data-slider-color="success"] .noUi-connect {
  background: #27ae60;
}
[data-slider-color="success"] .noUi-handle {
  background: #27ae60;
}
[data-slider-color="success"][data-slider-style="border"] .noUi-handle,
[data-slider-color="success"][data-slider-style="square"] .noUi-handle {
  border-color: #27ae60;
}
[data-slider-color="warning"] .noUi-connect {
  background: #f5cb50;
}
[data-slider-color="warning"] .noUi-handle {
  background: #f5cb50;
}
[data-slider-color="warning"][data-slider-style="border"] .noUi-handle,
[data-slider-color="warning"][data-slider-style="square"] .noUi-handle {
  border-color: #f5cb50;
}
[data-slider-color="cyan"] .noUi-connect {
  background: #06aed4;
}
[data-slider-color="cyan"] .noUi-handle {
  background: #06aed4;
}
[data-slider-color="cyan"][data-slider-style="border"] .noUi-handle,
[data-slider-color="cyan"][data-slider-style="square"] .noUi-handle {
  border-color: #06aed4;
}
[data-slider-color="pink"] .noUi-connect {
  background: #dd2590;
}
[data-slider-color="pink"] .noUi-handle {
  background: #dd2590;
}
[data-slider-color="pink"][data-slider-style="border"] .noUi-handle,
[data-slider-color="pink"][data-slider-style="square"] .noUi-handle {
  border-color: #dd2590;
}
[data-slider-color="orange"] .noUi-connect {
  background: #e04f16;
}
[data-slider-color="orange"] .noUi-handle {
  background: #e04f16;
}
[data-slider-color="orange"][data-slider-style="border"] .noUi-handle,
[data-slider-color="orange"][data-slider-style="square"] .noUi-handle {
  border-color: #e04f16;
}
[data-slider-color="purple"] .noUi-connect {
  background: purple;
}
[data-slider-color="purple"] .noUi-handle {
  background: purple;
}
[data-slider-color="purple"][data-slider-style="border"] .noUi-handle,
[data-slider-color="purple"][data-slider-style="square"] .noUi-handle {
  border-color: purple;
}
[data-slider-color="teal"] .noUi-connect {
  background: #0e9384;
}
[data-slider-color="teal"] .noUi-handle {
  background: #0e9384;
}
[data-slider-color="teal"][data-slider-style="border"] .noUi-handle,
[data-slider-color="teal"][data-slider-style="square"] .noUi-handle {
  border-color: #0e9384;
}
[data-slider-color="white"] .noUi-connect {
  background: #fff;
}
[data-slider-color="white"] .noUi-handle {
  background: #fff;
}
[data-slider-color="white"][data-slider-style="border"] .noUi-handle,
[data-slider-color="white"][data-slider-style="square"] .noUi-handle {
  border-color: #fff;
}
[data-slider-size="lg"].noUi-horizontal {
  height: 12px;
}
[data-slider-size="lg"].noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
}
[data-slider-size="md"].noUi-horizontal {
  height: 8px;
}
[data-slider-size="md"].noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
}
[data-slider-size="sm"].noUi-horizontal {
  height: 4px;
}
[data-slider-size="sm"].noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
}
[data-slider-style="line"].noUi-horizontal .noUi-handle {
  width: 8px;
  border-radius: 4px;
  right: -8px;
}
[data-slider-style="line"].noUi-vertical .noUi-handle {
  height: 8px;
  border-radius: 4px;
  top: -3px;
}
[data-slider-style="border"] .noUi-handle {
  border-color: var(--primary);
  background-color: var(--white);
}
[data-slider-style="square"] .noUi-handle {
  border-radius: 0;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  top: -4px;
  border-color: var(--primary);
  background-color: var(--white);
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__input {
  padding: 8px 12px !important;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  font-size: 16px;
  border-radius: 6px;
  color: var(--body-color);
  margin-bottom: 10px;
}
.choices[data-type*="select-one"]:after {
  content: "\ea5f";
  position: absolute;
  border: 0;
  top: 21px;
  right: 12px;
  left: auto;
  font-size: 18px;
  font-family: tabler-icons;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
  margin-top: 0;
  transform: translateY(-50%) rotate(-180deg);
}
.choices[data-type*="select-one"] .choices__button {
  right: 20px;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
  padding: 0.5rem 0.385rem !important;
  overflow-y: auto;
  max-height: 48px;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
}
.choices[data-type*="select-multiple"] .choices__list--dropdown,
.choices[data-type*="text"] .choices__list--dropdown {
  padding-bottom: 10px;
}
.choices[data-type*="select-multiple"] .choices__list--dropdown .choices__list,
.choices[data-type*="text"] .choices__list--dropdown .choices__list {
  margin-bottom: 0;
}
.choices[data-type*="select-multiple"] .choices__input {
  padding-top: 3px;
}
.input-light .choices__inner {
  background-color: var(--light);
  border: 0;
}
.choices__inner {
  display: inline-block;
  padding: 9px 12px !important;
  vertical-align: middle;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 6px !important;
  min-height: auto;
  font-size: 16px;
  overflow: hidden;
}
.choices__inner .choices__list--single {
  padding: 0 !important;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: var(--border-color);
}
.choices__list--multiple {
  display: inline-flex;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: initial;
  border-radius: 7px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 400;
  margin: 2px 5px 2px 0;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--white);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: var(--gray-100);
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices__list--dropdown {
  padding: 10px 10px 20px 10px;
  background-color: var(--white) !important;
  border: 1px solid transparent !important;
  box-shadow: 0 2px 10px 0 rgba(78, 78, 78, 0.1019607843);
  margin-top: 0 !important;
  border-radius: 6px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform: translateY(1px);
}
.choices__list--dropdown.is-active {
  animation-name: DropDownSlide;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--gray-100) !important;
}
.choices__list--dropdown .choices__list {
  margin: 0 -10px -16px;
}
.choices__list--dropdown .choices__list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 2px solid var(--white);
}
.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--white);
}
.choices__list--dropdown .has-no-results {
  font-style: italic;
  font-weight: 500;
}
.choices__list--dropdown .choices__item--selectable:after {
  display: none;
}
.is-open .choices__list--dropdown {
  border-color: transparent;
}
.is-flipped .choices__list--dropdown.is-active {
  border-radius: 6px;
  animation-name: DropDownSlideDown;
  transform: translateY(-1px);
}
.choices__list--dropdown .choices__list {
  max-height: 300px;
}
.choices__list--dropdown .choices__item {
  font-size: 14px;
  padding: 6px 12px 6px 16px;
}
.choices__heading {
  font-weight: 600;
  padding: 10px 16px;
  border-bottom: 1px solid var(--border-color);
  color: var(--body-color);
  font-size: 12px;
}
.choices__input {
  display: inline-block;
  background-color: var(--white);
  color: var(--body-color);
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 0 0 2px;
  vertical-align: baseline;
  border: 0;
  border-radius: 0;
  max-width: 100%;
}
.choices__input::placeholder {
  color: var(--gray-400);
}
.choices__placeholder {
  color: var(--gray-400);
  opacity: 1;
}
[data-bs-theme="dark"] .choices[data-type*="select-one"] .choices__button {
  filter: invert(1) grayscale(100%) brightness(200%);
}
[dir="rtl"] .choices[data-type*="select-one"]:after {
  left: 12px;
  right: auto;
}
.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange,
.flatpickr-monthSelect-month.today:hover,
.flatpickr-monthSelect-month.today:focus {
  background: var(--primary);
  border-color: var(--primary);
}
.flatpickr-monthSelect-month.today {
  border-color: var(--border-color);
}

.banner-content-one.wow.fadeInUp{
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}



.mailForm{
      position:fixed;
      width:60px;
      height:60px;
      bottom:210px;
      left:10px;
      background-color:#83521b;
      color:#FFF;
      border-radius:50px;
      text-align:center;
      font-size:30px;
      box-shadow: 2px 2px 3px #999;
      z-index:100;
      }

      .mailForm i{
        margin-top: 10px;

      }

     
       

 .float{
      position:fixed;
      width:60px;
      height:60px;
      bottom:140px;
      left:10px;
      background-color:#dab153;
      color:#FFF;
      border-radius:50px;
      text-align:center;
      font-size:30px;
      box-shadow: 2px 2px 3px #999;
      z-index:100;
      }
      .my-float{
      margin-top:16px;
      }

 .phone{
      position:fixed;
      width:60px;
      height:60px;
      bottom:70px;
      left:10px;
      background-color:#000;
      color:#FFF;
      border-radius:50px;
      text-align:center;
      font-size:30px;
      box-shadow: 2px 2px 3px #999;
      z-index:100;
      }
      .my-phone{
      margin-top:16px;
      }
      
      
      @media (min-aspect-ratio: 16/9){
.banner-video{
    width: 100%;
    height: auto;
  }
}


@media (max-aspect-ratio: 16/9){
  .banner-video{
    width: auto;
    height: 100%;
  }
  
  @media (max-aspect-ratio: 16/9){
  .banner-m-v{
    width: auto;
    height: 100%;
  }

}
.banner-m-v{
    display:none;
}

@media screen and (max-width: 580px) {
    
      .banner-video{
    display:none;
  }
  .banner-m-v{
    display:block;
}
}





 

