html,
body {
  position: relative;
  height: 100%;
  background-color: #1A1A1A;
  scroll-behavior: smooth;
}

body {
  font-family: "Gantari", sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

img[data-aos="zoom-in"] {
  transform: scale(1.1);
}

img[data-aos="zoom-in"].aos-animate {
  transform: scale(1);
}

video[data-aos="zoom-in"] {
  transform: scale(1.1);
}

video[data-aos="zoom-in"].aos-animate {
  transform: scale(1);
}

.auto-contrast-text {
  filter: grayscale(1) contrast(999) invert(1);
}

.pin-post-tag {
  font-size: 12px;
  color: #fff;
  background: #d90514;
  padding: 2px 8px;
  border-radius: 2px;
  display: inline-block;
}

.pin-post-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 1));
}

.text-shadow-md {
  text-shadow: 0px 1px 2px rgb(30 29 39 / 19%), 1px 2px 4px rgb(54 64 147 / 18%);
}

.text-shadow-lg {
  text-shadow: 3px 3px 6px rgb(0 0 0 / 26%), 0 0 5px rgb(15 3 86 / 22%);
}

.text-shadow-xl {
  text-shadow: 1px 1px 3px rgb(0 0 0 / 29%), 2px 4px 7px rgb(73 64 125 / 35%)
}

.required:after {
  content: '*';
  color: #d90514;
  font-size: 16px;
  font-weight: 700;
  margin-left: 4px;
}

.left-deco-title:before {
  content: '';
  position: absolute;
  left: -0.3em;
  top: 0;
  width: 6px;
  height: 1em;
  background-color: #d90514;
}

.left-deco-title-sm {
  padding-left: 0.5em;
  border-left: solid 4px #d90514;
  line-height: 1;
}

.bottom-deco-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  line-height: 1;
}

.bottom-deco-title:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 6rem;
  height: 6px;
  background-color: #d90514;
}

.outlined-deco-title {
  width: 100%;
  color: transparent;
  font-weight: 600;
  opacity: 1;
  -webkit-text-stroke: 1px black;
}

.dark .outlined-deco-title {
  -webkit-text-stroke: 1px white;
}

.bottom-dark-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: 1;
  background: linear-gradient(to bottom,
      rgba(26, 26, 26, 0),
      rgba(26, 26, 26, 0.3),
      rgba(26, 26, 26, 1));
}

.breadcrumb ol li+li::before {
  content: "/";
  display: inline-block;
  width: 8px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
  color: #919191;
  margin-right: 0.5rem;
}

.breadcrumb ol li:last-child a {
  color: #1f1f1f;
}

.breadcrumb.dark ol li:last-child a {
  color: #ffffff;
}