:root {
  --house: #1e3932;
  --siren: #006241;
  --bright: #00754a;
  --pri: #00a850;
  --mint: #ebf7f3;
  --white: #ffffff;
  --black: #212121;
  --cyan: #5eefb4;
  --sage: #bbe4a1;
  --pink: #ffbbe8;
  --yellow: #efb44f;
  --blue: #8bbaf2;
  --peach: #ffc7ba;
  --beige: #e3e1db;
  --height: 100vh;
  --scroll-arrow-color: white;
  --red: #db3321;
  --light-red: #da4032;
  --bright-red: #b2322e;
  --light-yellow: #f2dd59;
  --grey: #333;
  --light-blue: #cbfeff;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: var(--black);
  font-family: "SoDoSans-Regular", sans-serif !important;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  padding: 0;
  margin: 0;
  list-style: 0;
  box-sizing: inherit;
  font-size: 1.1rem;
  /* width: 100%; */
}

li,
a {
  font-size: 1.1rem;
}

li {
  line-height: 1.5;
}

p {
  line-height: 1.5;
  font-family: "SoDoSans-Light";
}

/* a,
button,
.col {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
} */

.hr-line,
.faq-hr-line,
.hr-line-2 {
  border: 0.4px solid var(--pri);
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

h6 {
  line-height: 1.5;
}

.bg-house {
  background-color: var(--house);
}
.bg-siren {
  background-color: var(--siren);
}
.bg-bright {
  background-color: var(--bright);
}
.bg-pri {
  background-color: var(--pri);
}
.bg-mint {
  background-color: var(--mint);
}
.bg-beige {
  background-color: var(--beige);
}

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

.bg-peach {
  background-color: var(--peach);
}

.bg-light-blue {
  background-color: var(--light-blue);
}

.c-pri {
  color: var(--pri);
}
.c-siren {
  color: var(--siren);
}
.c-bright {
  color: var(--bright);
}
.c-house {
  color: var(--house);
}
.c-white {
  color: var(--white);
}
.c-mint {
  color: var(--mint);
}

.c-beige {
  color: var(--beige);
}
.border-all {
  border: solid 1px var(--house);
}

/* -------- DISPLAY -------- */
.display-none {
  display: none !important;
}

.display-grid {
  display: grid;
}

.cursor-unset {
  cursor: unset !important;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.overflow-hidden {
  overflow: hidden;
}

/* -------- TEXT -------- */
.font-regular {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.f-serif {
  font-family: "Lander-Regular", serif !important;
  letter-spacing: 1px;
}
.f-bold {
  font-family: "SoDoSans-Bold", sans-serif !important;
}

.sodo-italic {
  font-family: "SoDoSans-Italic";
  font-weight: lighter;
  font-style: italic;
}

.sodo-light {
  font-family: "SoDoSans-Light";
}

.sodo-semibold {
  font-family: "SoDoSans-SemiBold";
}

.lander-regular {
  font-family: "LanderGrande-Regular";
  font-weight: lighter;
}

.lander-italic {
  font-family: "LanderGrande-Italic";
  font-weight: lighter;
  font-style: italic;
}

.lander-semibold {
  font-family: "LanderGrande-SemiBold";
  font-weight: bold;
}

.t-XS {
  font-size: 0.8rem;
}

.t-S {
  font-size: 1.8rem;
}

.t-M {
  font-size: 2.5rem;
}

.t-L {
  font-size: 3rem;
}

.t-XL {
  font-size: 3.5rem;
}

.ls-2 {
  letter-spacing: 2px;
}

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

.text-italic {
  font-style: italic;
}

.sodo-bold {
  font-weight: bold;
  font-family: "SoDoSans-Bold";
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3em;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.line {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.border-bottom-pri {
  border-bottom: 1px solid var(--pri);
}

/* ========== SECTION BACKGROUND ========== */
#main {
  position: relative;
  /* overflow: hidden; */
  width: 100%;
}

.container {
  width: 100%;
}

.div-width {
  padding-left: 5rem;
  padding-right: 5rem;
}

.div-margin {
  width: 60%;
  margin: auto;
}

/* ========== PRELOADER ========== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.5s ease-in-out; /* Smooth transition for sliding up */
}

.slide-up {
  transform: translateY(-100%); /* Move the preloader up out of view */
}

.preloader-inner {
  position: relative;
  width: 100px; /* Adjust the size as needed */
  height: 100px; /* Adjust the size as needed */
  overflow: hidden;
}

.preloader-logo {
  position: absolute;
  top: 100%; /* Start from bottom */
  left: 0;
  right: 0;
  bottom: -100%;
  animation: slideUp 2s linear infinite;
}

#logo1 {
  fill: #243832; /* Adjust the color as needed */
  animation-delay: 0.6s;
}

#logo2 {
  fill: #296245; /* Adjust the color as needed */
  animation-delay: 1.5s;
}

@keyframes slideUp {
  0% {
    top: 100%;
    bottom: -100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }

  50% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: -100%;
    bottom: 100%;
  }
}

/* ========== Menu NavBar ========== */

header#header-mp {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  transition: top 0.6s ease-in;
}

#header-mp.hide {
  top: -100px;
  transition: top 0.5s ease-in;
  background: #ffffffd9;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

#header-mp .menu-block {
  padding: 10px 5rem;
}

#header {
  position: sticky;
  top: 0;
  text-align: center;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99;
  transition: top 0.5s ease-in;
  /* background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.748358718487395) 70%, rgba(255, 255, 255, 0) 100%); */
}

#header.hide {
  top: -100px;
  transition: top 0.5s ease-in;
  background: #ffffffd9;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.menu-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-logo-link {
  width: 10%;
  display: flex;
  transition: width 0.3s ease-in;
}

.menu-logo {
  width: 100%;
  transition: width 0.3s ease-in;
}

a.menu-logo-link.smaller-logo {
  width: 8%;
  transition: width 0.3s ease-in;
}

a.menu-logo-link.smaller-logo .menu-logo {
  width: 100%;
  transition: width 0.3s ease-in;
}

ul.menu-list {
  list-style: none;
  margin: 0;
  display: flex;
  column-gap: 1rem;
  padding: 14px 30px;
  background-color: var(--pri);
  border-radius: 40px;
}

ul.menu-list li a {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* padding: 14px 0; */
  transition: letter-spacing ease-in 0.3s;
  font-size: 1rem;
  cursor: pointer;
}

ul.menu-list li a:hover {
  letter-spacing: 2px;
  transition: letter-spacing ease-in 0.3s;
  color: var(--siren);
}

/* ========== Thanks Section ========== */

.background-sb {
  background-color: var(--house);
}

#one {
  background-color: var(--house);
  background-image: url("../assets/25Y-bg10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: sticky;
  top: 0;
}

.bg-overlap {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background-color: rgb(30, 57, 50, 0);
  top: 0;
}

#two {
  background-color: rgb(30, 57, 50, 0);
  z-index: 90;
  position: relative;
}

.thanks-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#logo {
  max-width: 50%;
  height: auto;
  width: 300px;
  transition: all 0.5s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}

.thanks-hd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* row-gap: 1rem; */
}

.thanks-desc {
  text-align: center;
  position: absolute;
  width: 100%;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hd-thankyou,
.hd-malaysia {
  font-size: 10rem;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
  background-color: transparent;
  overflow: hidden;
}

.hd-thankyou {
  z-index: 99;
  display: flex;
  justify-content: center;
  line-height: 10rem;
}

.hd-malaysia {
  display: flex;
  justify-content: center;
  line-height: 13rem;
}

span.home-thank {
  display: flex;
  width: fit-content;
  padding-right: 4rem;
  overflow: hidden;
}

span.home-malaysia {
  display: inline-block;
  transform: translateY(100%);
}

.bounce-i {
  display: inline-block;
  transform: translateY(100%);
}

span.home-malaysia {
  display: flex;
  width: fit-content;
  background-color: transparent;
}

span.home-you {
  display: grid;
  grid-template-columns: auto auto auto;
}

.thanks-desc p {
  font-size: 2.5rem;
  padding: 1rem 12rem 0 12rem;
  line-height: 3rem;
  opacity: 0;
  position: relative;
  transform: translateY(50px);
}

.text-icon {
  position: relative;
}

.letter {
  display: inline-block;
  transform-origin: center center;
}

.heart {
  z-index: 10;
  transform-origin: center center;
  width: 100%;
  height: max-content;
  display: block;
}

.heart svg {
  height: 120px;
}

span.zag-letter {
  position: absolute;
  width: 100%;
  height: max-content;
  line-height: 0;
  display: block;
  transform: translateY(-100%);
}

span.m-letter {
  position: absolute;
  display: block;
  transform: translateY(-200%);
}

.moving-0 {
  display: block;
  position: absolute;
  top: 0;
}

svg#star {
  width: 10%;
  position: absolute;
  top: 40%;
  right: 5%;
}

svg#shape-2 {
  width: 30%;
  position: absolute;
  left: 10%;
  z-index: -10;
  bottom: -14%;
  transition: transform 0.1s linear;
}

/* ========= BREWING SECTION ========= */
.brewingSection {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
}

.brewing-tagline p:first-child {
  text-align: center;
}

.brewing-tagline h4:not(:first-child) {
  font-size: 4.5rem;
  text-align: center;
  padding: 0 3rem;
  line-height: 1.4;
}

.brewing-tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bg-svg {
  position: relative;
  height: 100vh;
  z-index: -10;
}

.bg-svg-1 {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
}

.bg-svg-2 {
  width: 36%;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-30%, -50%);
  opacity: 0.9;
}

.bg-svg-3 {
  width: 8%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}

.bg-svg-4 {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 24%;
  transform: translate(-24%, -50%);
  opacity: 0.8;
}

.bg-svg-5 {
  width: 16%;
  position: absolute;
  bottom: 18%;
  left: 45%;
  transform: translate(-45%, -18%);
}

.bg-svg-6 {
  width: 22%;
  opacity: 0.9;
  position: absolute;
  right: 18%;
  top: 30%;
  transform: translate(-18%, -30%);
}

/* =============== Bearista Profile Section =================== */

.afg-logo {
  width: 35%;
}

.bear-profile-1 {
  width: 50%;
  margin: auto;
  text-align: center;
}

.bg-white.bear-profile .bear-profile-img {
  max-width: 100%;
  width: fit-content;
  margin: -1px;
}

/* =============== Bearista Video Section =================== */

#bearistaVideoSection {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: auto !important;
}

#bearistaVideoSection > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.45);
}

#bearistaCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
  width: 100%;
}

.bearistaCenter-hd {
  padding: 0 5rem 1.4rem;
}

.bearistaCenter-text {
  padding: 0 12rem;
}

/* .bearistaTextColInnerRight.textDescription h4 {
  line-height: 2.5rem;
} */

/* ========== BEARISTA SECTION ============= */

.bearistaTextCol {
  color: var(--black);
}

.anniversary-btn {
  padding: 14px 30px;
  margin-top: 3rem;
  background-color: transparent;
  width: max-content;
  border: 1px solid var(--pri);
  border-radius: 30px;
  color: var(--pri);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: letter-spacing ease-in 0.3s;
  font-size: 1rem;
  display: block;
}

.anniversary-btn:hover {
  letter-spacing: 2px;
  transition: letter-spacing ease-in 0.3s;
  color: var(--siren);
}

/* ========= BEARISTA SCROLL HORIZONTAL ========= */

.bearistaHorizontal {
  padding-bottom: 5rem;
}

.bearistaWrapper {
  overflow: hidden;
}

.featuredBearList {
  display: flex;
  padding: 0 5rem;
  width: fit-content;
  flex-wrap: nowrap;
  gap: 2rem;
}

.featuredBearList .col:first-child {
  padding-left: 0;
}

.featuredBearList .col {
  text-align: center;
  position: relative;
  text-decoration: none;
}

img.list-img {
  width: 400px;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  object-fit: cover;
  vertical-align: bottom;
}

.col-inner {
  overflow: hidden;
  position: relative;
  display: block;
}

.col:hover img.list-img {
  transform: scale(1.04);
}

.featuredBearList h2:last-of-type {
  background: #e1e1ff;
}

.item-name {
  text-align: center;
  transition: all 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.artist-name {
  text-align: center;
  transition: all 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  position: relative;
}

.twoCol {
  display: flex;
  margin: auto;
  /* background-color: #cbfeff; */
}

.firstCol {
  width: 50%;
  display: flex;
  align-items: center;
  background-color: #cbfeff;
}

.secondCol {
  width: 50%;
  line-height: 0;
}

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

/* =============== BEAR SCROLLING SECTION ================== */
.wrapp {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.stack {
  display: flex;
}

.stack__right {
  position: relative;
  width: 50%;
  z-index: 2;
}

.stack__text {
  margin: auto;
  width: 80%;
}

.stack__info {
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stack__left {
  /* background-color: var(--white); */
  width: 50%;
  height: auto;
}

.stack__left-bl {
  position: sticky;
  width: 100%;
  height: 100dvh;
  top: 0;
}

.stack__photo {
  width: 100%;
  height: 100%;
  position: relative;
}

.stack__photo-item {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}

.stack__photo-item img {
  display: block;
  width: 70%;
  /* height: 100%; */
  /* object-fit: cover; */
  margin: auto;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  background-color: var(--white);
}

.stack__photo-item:hover img {
  transform: scale(1.04);
}

.hide-featured {
  opacity: 0;
  pointer-events: none;
}

.featured-bear-sec.remove-sticky {
  top: -100%;
  transition: top 0.5s ease-in;
}

/* =============== MINI BEARISTA LISTING SECTION ================== */
.mercy-logo {
  width: 260px;
}

.mini-mercy-logo {
  width: 180px;
}

.item-listing-col {
  flex: 1;
  position: relative;
  display: inline-block;
  transform: translate(0%, 100%);
  opacity: 0;
}

.item-listing-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0.6rem;
}

.item-listing-col::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* transition: 0.5s ease; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

.item-listing-col:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' overflow='visible' xml:space='preserve'%3E%3Cpath fill='%23EEB609' d='M77.09 50c29.18 31.08 3.98 56.27-27.09 27.09C18.92 106.27-6.27 81.08 22.91 50C-6.27 18.92 18.92-6.27 50 22.91C81.08-6.27 106.27 18.92 77.09 50z'/%3E%3C/svg%3E");
  animation: rotation 10s infinite linear;
  animation-play-state: paused;
  display: none;
}

.item-listing-col:first-child:hover::before {
  animation: rotation 10s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.item-listing-col:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' baseProfile='tiny' version='1.2' viewBox='0 0 100 100'%3E%3Cpath d='M77.1 50c29.2 31.1 4 56.3-27.1 27.1-31.1 29.2-56.3 4-27.1-27.1C-6.3 18.9 18.9-6.3 50 22.9c31.1-29.2 56.3-4 27.1 27.1Z' fill='%23ebf7f3' stroke-width='0'/%3E%3C/svg%3E");
  animation: zoom-in-zoom-out 4s ease infinite;
  animation-play-state: paused;
}

.item-listing-col:nth-child(2):hover::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' baseProfile='tiny' version='1.2' viewBox='0 0 100 100'%3E%3Cpath d='M77.1 50c29.2 31.1 4 56.3-27.1 27.1-31.1 29.2-56.3 4-27.1-27.1C-6.3 18.9 18.9-6.3 50 22.9c31.1-29.2 56.3-4 27.1 27.1Z' fill='%23bbe4a1' stroke-width='0'/%3E%3C/svg%3E");
  animation: zoom-in-zoom-out 4s ease infinite;
}

@keyframes bounceIn {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.item-listing-col:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' baseProfile='tiny' version='1.2' viewBox='0 0 200 200'%3E%3Cpath d='M32.8 89.2c-6.3-7.3-14-13.2-14.5-23.9-.5-10.9 3.6-19.2 14.1-23.1 8.5-3.2 19.1-2.9 26.9.7s19.2 14.1 25.4 11.2c6.1-2.8 2.2-13.6 5.4-19.5 7.8-14.3 27-10.7 39.5-5.7 19.9 8.1 87.4 51.4 57.8 80-9.7 9.4-31.9 3.3-45.9 0-1.5-.3-2.5 1.4-1.5 2.5 9.5 11.7 15.5 29 11.3 43.8-6.6 23.1-34.5 21.4-50.8 13.2-8.1-4.1-22.2-12.5-27.6-20.4 7.2 7.2 5.1 21.6-3.2 26.2-11.6 6.5-28.7-3.1-37.7-10-14.8-11.5-29.4-36.3-21.4-55.1 2.3-5.4 6.3-9 11.9-10.7s5.6-1.2 8.5-1.3 4.5.6 5.6-.7c2-2.3-2.3-5.7-3.7-7.2h-.1Z' fill='%23ebf7f3' stroke-width='0'/%3E%3C/svg%3E");
  animation: zoom-in-zoom-out 4s ease infinite;
  animation-play-state: paused;
}

.item-listing-col:nth-child(3):hover::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' baseProfile='tiny' version='1.2' viewBox='0 0 200 200'%3E%3Cpath d='M32.8 89.2c-6.3-7.3-14-13.2-14.5-23.9-.5-10.9 3.6-19.2 14.1-23.1 8.5-3.2 19.1-2.9 26.9.7s19.2 14.1 25.4 11.2c6.1-2.8 2.2-13.6 5.4-19.5 7.8-14.3 27-10.7 39.5-5.7 19.9 8.1 87.4 51.4 57.8 80-9.7 9.4-31.9 3.3-45.9 0-1.5-.3-2.5 1.4-1.5 2.5 9.5 11.7 15.5 29 11.3 43.8-6.6 23.1-34.5 21.4-50.8 13.2-8.1-4.1-22.2-12.5-27.6-20.4 7.2 7.2 5.1 21.6-3.2 26.2-11.6 6.5-28.7-3.1-37.7-10-14.8-11.5-29.4-36.3-21.4-55.1 2.3-5.4 6.3-9 11.9-10.7s5.6-1.2 8.5-1.3 4.5.6 5.6-.7c2-2.3-2.3-5.7-3.7-7.2h-.1Z' fill='%23bbe4a1' stroke-width='0'/%3E%3C/svg%3E");
  animation: zoom-in-zoom-out 4s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}

.item-listing-col:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' baseProfile='tiny' version='1.2' viewBox='0 0 100 100'%3E%3Cpath d='M37.5 22.1c.8-.5 12.3-15.7 12.3-15.7l15.9 4-6.5 23.9 20-11.6 6.8 7.6-12.1 15.9 19.7 5.8v7.1l-20.8.8 12 21.1-7.5 5.1-17-17.2-3.9 22.1-8.2-1.9-3.3-22.4-11.5 18.2-9-4.2 6.8-21.3-16.4 7.1-4.2-7.5 12.3-10.4-14.6-5.1.8-5.2 13.9-6.3-8.1-8 12.2-12.4 10.2 10.4h.2Z' fill='%23ebf7f3' stroke-width='0'/%3E%3C/svg%3E");
  /* animation: zoomInOut 6s linear infinite, rotate 6s linear infinite; */
  animation: zoom-in-zoom-out 4s ease infinite;
  animation-play-state: paused;
}

.item-listing-col:nth-child(4):hover::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' baseProfile='tiny' version='1.2' viewBox='0 0 100 100'%3E%3Cpath d='M37.5 22.1c.8-.5 12.3-15.7 12.3-15.7l15.9 4-6.5 23.9 20-11.6 6.8 7.6-12.1 15.9 19.7 5.8v7.1l-20.8.8 12 21.1-7.5 5.1-17-17.2-3.9 22.1-8.2-1.9-3.3-22.4-11.5 18.2-9-4.2 6.8-21.3-16.4 7.1-4.2-7.5 12.3-10.4-14.6-5.1.8-5.2 13.9-6.3-8.1-8 12.2-12.4 10.2 10.4h.2Z' fill='%23bbe4a1' stroke-width='0'/%3E%3C/svg%3E");
  animation: zoom-in-zoom-out 4s ease infinite;
  /* animation: zoomInOut 6s linear infinite, rotate 6s linear infinite; */
}

@keyframes zoomInOut {
  0%,
  100% {
    background-size: 80% 80%;
  }
  50% {
    background-size: 110% 110%;
  }
}

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

.item-listing-col:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' overflow='visible' xml:space='preserve'%3E%3Cpath fill='%232740D2' d='M15.797 43.302c-3.175-3.689-7.078-6.653-7.307-12.035c-0.233-5.47 1.825-9.69 7.092-11.658c4.297-1.605 9.445-1.066 13.54 0.376c2.869 1.01 9.656 7.116 12.796 5.666c3.088-1.426 1.093-6.841 2.72-9.818c3.955-7.231 13.589-5.412 19.922-2.855c10.05 4.058 44.039 25.929 29.15 40.314c-5.487 5.301-18.931 0.789-25.477-0.535c5.643 5.845 9.624 15.596 7.269 23.854c-3.318 11.635-17.309 8.846-25.5 4.692c-4.083-2.071-11.289-4.344-14.006-8.345c3.633 3.613 2.578 10.863-1.614 13.229c-5.848 3.301-14.49-1.544-19.019-5.064C7.889 75.313 0.563 62.844 4.569 53.35c2.566-6.082 8.045-5.914 13.751-6.254C18.211 45.752 16.726 44.382 15.797 43.302z'/%3E%3C/svg%3E");
  animation: flow 2s infinite;
  animation-play-state: paused;
  display: none;
}

.item-listing-col:last-child:hover::before {
  animation: flow 2s infinite;
}

@keyframes flow {
  0% {
    transform: translateX(0px);
  }

  20% {
    transform: translateY(10px);
  }

  50% {
    transform: translateX(30px);
  }

  80% {
    transform: translateY(-10px);
  }
}

.item-listing-col:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0% !important;
}

.item-listing-col a {
  display: block;
  position: relative;
  z-index: 1;
}

.item-listing-col img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  object-fit: cover;
}

.item-listing-col:hover img {
  transform: scale(1.04);
}

.item-listing-col-inner {
  overflow: hidden;
  position: relative;
  display: block;
}

.ecom-logo {
  display: flex;
  column-gap: 1rem;
}

.ecom-logo img {
  width: 80px;
}

/* ==================== Single Solo Bearista ===================== */
#page-section {
  background-color: #fff;
}

.tagline-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-right-arrow {
  display: inline-flex;
  gap: 0.4rem;
}

.left-right-arrow svg:hover {
  fill: var(--pri);
  transform: scale(1.1);
  transition: transform 0.2s ease-in;
}

/* .left-right-arrow svg {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  fill: var(--black);
}

.left-right-arrow svg:hover {
  -webkit-transform: scale(2.8);
  transform: scale(2.8);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  fill: var(--pri); 
}*/

img.item-img {
  width: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}

.solo-item-section {
  display: flex;
}

.solo-item-img {
  width: 50%;
  position: sticky;
  top: 130px;
  height: max-content;
}

.solo-item-desc {
  width: 50%;
}

.item-title {
  font-size: 1.2rem;
  padding-bottom: 0.6rem;
}

.find-location {
  margin-top: 0.5rem;
}

.find-location-btn {
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  border: 1px solid var(--pri);
  color: var(--pri);
  text-decoration: none;
  text-transform: uppercase;
  transition: letter-spacing ease-in 0.3s;
  background-color: var(--white);
}

.find-location-btn:hover {
  letter-spacing: 2px;
  color: var(--siren);
}

button.find-location-btn {
  font-family: inherit;
  cursor: pointer;
}

.artist-story {
  display: inline-block;
}

.artist-potrait {
  float: left;
  width: 35%;
  height: 40%;
  object-fit: cover;
  padding: 0 30px 10px 0;
}

.artist-potrait img {
  width: 100%;
}

.custom-li {
  list-style: none;
  padding-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}

.custom-li li {
  position: relative;
  padding-left: 24px;
  font-size: 0.8rem;
}

.custom-li li:not(:last-child) {
  margin-bottom: 10px;
}

.custom-li li::before {
  display: block;
  content: "";
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300754a' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0M4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

.div-margin.mini-bearista-version.no-bear {
  margin-top: 2rem;
}

.mini-desc.no-mini-bear {
  width: 100%;
  padding: 2rem 0 2rem 3rem;
}

.mini-bearista-version {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 4rem;
}

.mini-bearista-version-img {
  width: 30%;
  position: absolute;
  bottom: 0%;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.mini-bearista-version-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.mini-bearista-version-txt {
  background-color: var(--mint);
  border-radius: 50px;
  display: flex;
  justify-content: end;
  /* padding: 2rem 4rem 2rem 0; */
  width: 100%;
}

.mini-desc {
  width: 70%;
  padding: 2rem 0;
}

.mini-desc h4,
.mini-desc p {
  padding-right: 4rem;
  line-height: 1.5;
}

.mini-bearista-version-img,
.mini-bearista-version-txt {
  opacity: 0;
  transform: translateY(100px);
}

.solo-item-video {
  position: relative;
  z-index: 1;
  display: grid;
}

.solo-item-video .video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(0.8);
  z-index: 1;
}

.story-row {
  display: flex;
  column-gap: 5%;
  opacity: 0;
  transform: translateY(50px);
}

.story-row .story-title {
  width: 27.5%;
}

.story-row p {
  width: 67.5%;
}

.more-item-list {
  overflow: hidden;
}

.more-item-list h4 {
  font-weight: 400;
}

.item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1rem;
}

.item-col {
  flex: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transform: translate(0%, 100%);
  opacity: 0;
}

.item-col a {
  display: block;
  position: relative;
  z-index: 1;
}

.mask {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  width: 70%;
  display: block;
  margin: auto;
}

.item-col img {
  max-width: 100%;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  object-fit: cover;
  vertical-align: bottom;
}

.item-col:hover img {
  transform: scale(1.04);
}

.item-col-inner {
  overflow: hidden;
  position: relative;
  display: block;
}

.item-col a {
  text-decoration: none;
  color: var(--black);
}

.item-col:hover a,
.list-grid:hover h6 {
  color: var(--pri);
  transition: color ease-in 0.3s;
}

.list-grid:hover img {
  transform: scale(1.04);
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.wrapper h1 {
  font-size: 10vw;
  letter-spacing: -2px;
  background-color: transparent;
  overflow: hidden;
  line-height: 1;
  color: #b60a0a;
  margin-left: 100px;
}
.wrapper h1 span {
  display: inline-block;
  transform: translateY(100%);
  line-height: 1;
}

/* ============= MERCHANDISE LIST PAGE =============== */
@keyframes zoomOut {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.left-right-arrow.merch-arrow {
  opacity: 1 !important;
}

.list-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 2rem;
  column-gap: 1rem;
}

.merchandise-list-div .list-row .list-grid {
  opacity: 0;
  transform: translateY(20px);
}

.list-grid img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.product-list {
  margin-bottom: 0;
}

.merchandise-div {
  padding-top: 2rem !important ;
}

.merchandise-div p {
  font-size: 1.1rem !important;
}

.merchandise-div h4 {
  font-weight: bold !important;
}

.tagline-div {
  padding-bottom: 2rem !important;
}

.merchandise-list-div {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.list-detail-full {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100dvh;
  background: white;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  z-index: 100;
  overflow-y: scroll;
  background-color: var(--mint);
  display: flex;
}

.list-detail-full.slide-up {
  transform: translateY(0);
}

.list-detail-full.slide-up.open {
  z-index: 999;
}

.noscroll {
  overflow: hidden !important;
  height: 100vh;
}

.noscroll #header {
  opacity: 0;
}

.noscroll .merchandise-div {
  opacity: 0;
}

.noscroll .merchandise-list-div .list-row .list-grid {
  opacity: 0 !important;
}

#merchandiseCarousel {
  position: unset !important;
  width: 100% !important;
}

.list-detail-row {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 100dvh;
}

.list-detail-img {
  width: 40%;
}
.hidden {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.slideIn {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.list-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 200px;
}

.list-detail-info {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.list-detail-info-list {
  padding: 2rem;
  border: 1px solid var(--pri);
  margin-bottom: 4rem;
  margin-right: 4rem;
}

.list-detail-full button.carousel-control-next {
  height: max-content;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  width: max-content;
  opacity: 1;
}

.list-detail-full button.carousel-control-prev {
  height: max-content;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  width: max-content;
  opacity: 1;
}

.product-name {
  font-size: 1.1rem !important;
  margin-bottom: 1.8rem;
  line-height: 1.5rem;
}

.list-grid {
  overflow: hidden;
  cursor: pointer;
}

.list-grid.bearista-hover:hover img {
  transform: scale(1.04);
}

.list-grid.bearista {
  overflow: unset;
}

svg.close-icon {
  position: absolute;
  top: 4%;
  right: 4%;
  cursor: pointer;
  padding: 0.5rem;
  border: 1px solid var(--pri);
  border-radius: 50%;
  transition: scale 0.3s ease-in;
  /* width: 40px;
  height: 40px; */
}

svg.close-icon:hover {
  scale: 1.3;
  transition: scale 0.3s ease-in;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* ========== FAQ SECTION ========= */
.faq-btn {
  padding: 14px 30px;
  background-color: transparent;
  width: max-content;
  border: 1px solid var(--pri);
  border-radius: 30px;
  color: var(--pri);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: letter-spacing ease-in 0.3s;
  font-size: 1rem;
  display: block;
}

.faq-btn:hover,
.menu-box-divider a:hover {
  letter-spacing: 2px;
  transition: letter-spacing ease-in 0.3s;
  color: var(--siren);
}

.faq-ol {
  margin-left: 2rem;
  font-family: "SoDoSans-Light" !important;
}

a.faq-link {
  color: var(--pri);
  letter-spacing: 0;
  transition: letter-spacing ease-in 0.3s;
}

a.faq-link:hover {
  color: var(--siren);
  letter-spacing: 1px;
  transition: letter-spacing ease-in 0.3s;
}

.faq-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-line {
  border-top: 1px solid var(--pri);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  gap: 2rem;
}

/* ========== FOOTER ========= */
footer {
  background-color: var(--mint);
}

div#scrollToTopBtn {
  cursor: pointer;
}

div#scrollToTopBtn:hover .arrow-up-icon svg.icon-up {
  fill: var(--pri);
  transform: scale(1.1);
  transition: transform 0.2s ease-in;
}

.arrow-up-icon {
  transform: rotate(90deg);
}

.scroll-up-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

svg.icon-up {
  width: 40px;
  height: 40px;
  transition: transform 0.2s ease-in;
}

.arrow-up-icon {
  text-align: center;
}

.footer__social {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.footer__sociallist {
  display: flex;
  column-gap: 8px;
}

.footer__sociallist svg {
  width: 24px;
}

.footer_wordmark img {
  width: 180px;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.footer__menulist ul {
  display: flex;
  column-gap: 10px;
}

nav.footer__menulist ul li {
  list-style-type: none;
  line-height: unset !important;
  font-size: 0.8rem;
}

nav.footer__menulist ul li a {
  text-decoration: none;
  color: inherit;
  transition: letter-spacing ease-in 0.3s;
  font-family: "SoDoSans-Light";
}

nav.footer__menulist ul li a:hover {
  letter-spacing: 0.8px;
  transition: letter-spacing ease-in 0.3s;
  color: var(--siren);
}

/* ========== responsive section ========= */

@media screen and (orientation: landscape) and (max-width: 767px) {
  .list-detail-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }

  .list-detail-info {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .list-detail-img {
    height: 60%;
  }
  .list-detail-info {
    height: 50%;
  }

  .list-detail-info-list {
    margin: 0 !important;
  }
}

@media screen and (orientation: portrait) and (min-width: 501px) and (max-width: 600px) {
  .bg-svg-1 {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 40%;
    position: absolute;
    top: 42%;
    left: 19%;
    transform: translate(-30%, -50%);
    opacity: 0.9;
  }

  .bg-svg-3 {
    width: 8%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }

  .bg-svg-4 {
    width: 33%;
    position: absolute;
    top: 46%;
    right: 24%;
    transform: translate(-24%, -50%);
    opacity: 0.8;
  }

  .bg-svg-5 {
    width: 16%;
    position: absolute;
    bottom: 24%;
    left: 45%;
    transform: translate(-45%, -18%);
  }

  .bg-svg-6 {
    width: 26%;
    opacity: 0.9;
    position: absolute;
    right: 6%;
    top: 30%;
    transform: translate(-18%, -30%);
  }
}

@media screen and (orientation: portrait) and (min-width: 601px) and (max-width: 767px) {
  .bg-svg-1 {
    width: 20%;
    position: absolute;
    top: 48%;
    left: 8%;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 40%;
    position: absolute;
    top: 37%;
    left: 19%;
    transform: translate(-30%, -50%);
    opacity: 0.9;
  }

  .bg-svg-3 {
    width: 8%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
  }

  .bg-svg-4 {
    width: 33%;
    position: absolute;
    top: 42%;
    right: 24%;
    transform: translate(-24%, -50%);
    opacity: 0.8;
  }

  .bg-svg-5 {
    width: 16%;
    position: absolute;
    bottom: 22%;
    left: 45%;
    transform: translate(-45%, -18%);
  }

  .bg-svg-6 {
    width: 26%;
    opacity: 0.9;
    position: absolute;
    right: 3%;
    top: 30%;
    transform: translate(-18%, -30%);
  }
}

@media screen and (orientation: portrait) and (min-width: 800px) and (max-width: 991px) {
  .bg-svg-1 {
    width: 25% !important;
    position: absolute;
    top: 40% !important;
    left: 10% !important;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 46% !important;
    position: absolute;
    top: 28% !important;
    left: 20% !important;
    transform: translate(-30%, -50%);
  }

  .bg-svg-3 {
    width: 10% !important;
    position: absolute;
    top: 26% !important;
    left: 56% !important;
    transform: translate(-56%, -18%);
  }

  .bg-svg-4 {
    width: 34% !important;
    position: absolute;
    top: 40% !important;
    right: 19% !important;
    transform: translate(-26%, -40%);
  }

  .bg-svg-5 {
    width: 16% !important;
    position: absolute;
    bottom: 24% !important;
    left: 40% !important;
    transform: translate(-45%, -6%);
  }

  .bg-svg-6 {
    width: 30% !important;
    opacity: 0.9;
    position: absolute;
    right: -2% !important;
    top: 22% !important;
    transform: translate(-18%, -30%);
  }
}

@media screen and (orientation: portrait) and (min-width: 992px) and (max-width: 1024px) {
  .bg-svg-1 {
    width: 25% !important;
    position: absolute;
    top: 40% !important;
    left: 10% !important;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 46% !important;
    position: absolute;
    top: 28% !important;
    left: 20% !important;
    transform: translate(-30%, -50%);
  }

  .bg-svg-3 {
    width: 10% !important;
    position: absolute;
    top: 26% !important;
    left: 56% !important;
    transform: translate(-56%, -18%);
  }

  .bg-svg-4 {
    width: 34% !important;
    position: absolute;
    top: 40% !important;
    right: 19% !important;
    transform: translate(-26%, -40%);
  }

  .bg-svg-5 {
    width: 16% !important;
    position: absolute;
    bottom: 24% !important;
    left: 40% !important;
    transform: translate(-45%, -6%);
  }

  .bg-svg-6 {
    width: 30% !important;
    opacity: 0.9;
    position: absolute;
    right: -2% !important;
    top: 26% !important;
    transform: translate(-18%, -30%);
  }
}

@media only screen and (min-width: 2000px) {
  .bg-svg-5 {
    width: 10%;
    position: absolute;
    bottom: 2%;
    left: 42%;
    transform: translate(-45%, -6%);
  }
}

@media only screen and (min-width: 1800px) {
  .bg-svg-1 {
    width: 18%;
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 30%;
    position: absolute;
    top: 28%;
    left: 30%;
    transform: translate(-30%, -50%);
  }

  .bg-svg-3 {
    width: 6%;
    position: absolute;
    top: 18%;
    left: 56%;
    transform: translate(-56%, -18%);
  }

  .bg-svg-4 {
    width: 25%;
    position: absolute;
    top: 42%;
    right: 26%;
    transform: translate(-26%, -40%);
  }

  .bg-svg-5 {
    width: 10%;
    position: absolute;
    bottom: 6%;
    left: 42%;
    transform: translate(-45%, -6%);
  }

  .bg-svg-6 {
    width: 22%;
    opacity: 0.9;
    position: absolute;
    right: 18%;
    top: 18%;
    transform: translate(-18%, -30%);
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bg-svg-1 {
    width: 16%;
    position: absolute;
    top: 40%;
    left: 18%;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 32%;
    position: absolute;
    top: 28%;
    left: 26%;
    transform: translate(-30%, -50%);
  }

  .bg-svg-3 {
    width: 6%;
    position: absolute;
    top: 18%;
    left: 56%;
    transform: translate(-56%, -18%);
  }

  .bg-svg-4 {
    width: 23%;
    position: absolute;
    top: 42%;
    right: 30%;
    transform: translate(-26%, -40%);
  }

  .bg-svg-5 {
    width: 8%;
    position: absolute;
    bottom: 10%;
    left: 42%;
    transform: translate(-45%, -6%);
  }

  .bg-svg-6 {
    width: 20%;
    opacity: 0.9;
    position: absolute;
    right: 16%;
    top: 18%;
    transform: translate(-18%, -30%);
  }
}

@media screen and (min-width: 1700px) {
  .menu-logo-link {
    width: 8%;
    display: flex;
    transition: width 0.5s ease-in;
  }

  a.menu-logo-link.smaller-logo {
    width: 6%;
    transition: width 0.5s ease-in;
  }

  .solo-item-video video {
    height: 900px;
  }

  .list-detail-info {
    width: 30%;
  }
}

@media screen and (min-width: 1241px) and (max-width: 1785px) {
  .mini-bearista-version-img {
    bottom: 14%;
  }
}

@media screen and (min-width: 1064px) and (max-width: 1240px) {
  .mini-bearista-version-img {
    bottom: 16%;
  }

  .div-margin.mini-bearista-version {
    width: 70%;
  }
}

@media screen and (min-width: 931px) and (max-width: 1063px) {
  .div-margin.mini-bearista-version {
    width: 80%;
  }

  .mini-bearista-version-img {
    bottom: 16%;
  }
}

@media screen and (min-width: 827px) and (max-width: 930px) {
  .div-margin.mini-bearista-version {
    width: 90%;
  }

  .mini-bearista-version-img {
    bottom: 16%;
  }
}

@media screen and (min-width: 768px) and (max-width: 828px) {
  .div-margin.mini-bearista-version {
    width: 88%;
  }

  .mini-bearista-version-img {
    bottom: 4%;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1699px) {
  .menu-logo-link {
    width: 8.5%;
    display: flex;
    transition: width 0.5s ease-in;
  }

  a.menu-logo-link.smaller-logo {
    width: 6.5%;
    transition: width 0.5s ease-in;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  .hd-thankyou,
  .hd-malaysia {
    font-size: 8.5rem;
  }

  .thanks-hd {
    row-gap: 0;
  }

  .hd-malaysia {
    line-height: 11rem;
  }

  .hd-thankyou {
    line-height: 9rem;
  }

  .heart svg {
    height: 100px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
  .bg-svg-1 {
    width: 18%;
    position: absolute;
    top: 40%;
    left: 18%;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 38%;
    position: absolute;
    top: 22%;
    left: 26%;
    transform: translate(-30%, -50%);
  }

  .bg-svg-3 {
    width: 6%;
    position: absolute;
    top: 18%;
    left: 56%;
    transform: translate(-56%, -18%);
  }

  .bg-svg-4 {
    width: 25%;
    position: absolute;
    top: 42%;
    right: 26%;
    transform: translate(-26%, -40%);
  }

  .bg-svg-5 {
    width: 10%;
    position: absolute;
    bottom: 10%;
    left: 42%;
    transform: translate(-45%, -6%);
  }

  .bg-svg-6 {
    width: 24%;
    opacity: 0.9;
    position: absolute;
    right: 10%;
    top: 16%;
    transform: translate(-18%, -30%);
  }
}

@media only screen and (max-width: 1024px) {
  .background-test {
    background-color: var(--house);
    background-image: url("../assets/25Y-bg-mb.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .list-detail-img {
    width: 100% !important;
    height: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .list-detail-img img {
    width: unset;
    height: 100%;
    object-fit: cover;
    margin-left: 0px;
  }

  .list-detail-info {
    width: 100% !important;
    height: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .list-detail-full {
    height: 100dvh;
  }

  .list-detail-info-list {
    padding: 1rem !important;
    margin: 0 2rem 2rem;
    position: absolute;
    bottom: 12%;
  }

  .list-detail-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-logo-link {
    width: 12%;
    display: flex;
    transition: width 0.3s ease-in;
  }

  a.menu-logo-link.smaller-logo {
    width: 10%;
    transition: width 0.3s ease-in;
  }

  .hd-thankyou,
  .hd-malaysia {
    font-size: 8rem;
  }

  .thanks-hd {
    row-gap: 0;
  }

  .hd-malaysia {
    line-height: 10rem;
  }

  .thanks-desc p {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  .list-row {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .heart svg {
    height: 96px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .bg-svg-1 {
    width: 20%;
    position: absolute;
    top: 40%;
    left: 10%;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 40%;
    position: absolute;
    top: 22%;
    left: 20%;
    transform: translate(-30%, -50%);
  }

  .bg-svg-3 {
    width: 8%;
    position: absolute;
    top: 16%;
    left: 56%;
    transform: translate(-56%, -18%);
  }

  .bg-svg-4 {
    width: 28%;
    position: absolute;
    top: 36%;
    right: 28%;
    transform: translate(-26%, -40%);
  }

  .bg-svg-5 {
    width: 12%;
    position: absolute;
    bottom: 14%;
    left: 40%;
    transform: translate(-45%, -6%);
  }

  .bg-svg-6 {
    width: 26%;
    opacity: 0.9;
    position: absolute;
    right: 6%;
    top: 16%;
    transform: translate(-18%, -30%);
  }
}

@media screen and (max-width: 991px) {
  a.item-col {
    padding-bottom: 3.5rem;
  }
  a.item-col {
    text-decoration: none;
    flex: 0 0 auto;
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .pt-XS {
    padding-top: 0.5rem;
  }

  .pt-1 {
    padding-top: 1rem !important;
  }

  .pt-2 {
    padding-top: 2rem;
  }

  .pt-3 {
    padding-top: 3rem;
  }

  .pt-4 {
    padding-top: 4rem;
  }

  .pt-5 {
    padding-top: 5rem;
  }

  .pb-1 {
    padding-bottom: 1rem;
  }

  .pb-2 {
    padding-bottom: 2rem;
  }

  .pb-3 {
    padding-bottom: 3rem;
  }

  .pb-4 {
    padding-bottom: 4rem;
  }

  .pb-5 {
    padding-bottom: 5rem;
  }

  .display-none-l {
    display: none;
  }

  .featured-bear-sec {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .stack__photo-item img {
    width: 100%;
    height: auto;
  }

  .mask {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* .item-listing-col {
    width: 31%;
    flex: unset;
  } */

  .list-detail-img img {
    height: 90% !important;
  }

  #bearistaVideoSection {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-logo-link {
    width: 12%;
    display: flex;
    transition: width 0.3s ease-in;
  }

  a.menu-logo-link.smaller-logo {
    width: 10%;
    transition: width 0.3s ease-in;
  }

  .hd-thankyou,
  .hd-malaysia {
    font-size: 7rem;
    line-height: 8.8rem;
  }

  .heart svg {
    height: 86px;
  }

  .thanks-hd {
    row-gap: 0;
  }

  .thanks-desc p {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .list-row {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .list-detail-img {
    height: 60% !important;
  }

  .list-detail-img img {
    height: 90% !important;
  }

  .list-detail-info {
    height: 40% !important;
  }

  .list-detail-info-list {
    margin: 0 5rem 2rem !important;
    bottom: 8% !important;
  }

  .div-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .firstCol {
    padding-bottom: 3rem;
  }

  .div-margin {
    width: 70%;
  }

  .mini-bearista-version {
    margin-top: 10rem;
  }

  .bg-svg-1 {
    width: 22%;
    position: absolute;
    top: 45%;
    left: 8%;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 46%;
    position: absolute;
    top: 28%;
    left: 16%;
    transform: translate(-30%, -50%);
  }

  .bg-svg-3 {
    width: 8%;
    position: absolute;
    top: 16%;
    left: 56%;
    transform: translate(-56%, -18%);
  }

  .bg-svg-4 {
    width: 32%;
    position: absolute;
    top: 44%;
    right: 22%;
    transform: translate(-26%, -40%);
  }

  .bg-svg-5 {
    width: 14%;
    position: absolute;
    bottom: 15%;
    left: 40%;
    transform: translate(-45%, -6%);
  }

  .bg-svg-6 {
    width: 30%;
    opacity: 0.9;
    position: absolute;
    right: 2%;
    top: 15%;
    transform: translate(-18%, -30%);
  }
}

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

  .pt-s-2 {
    padding-top: 2rem;
  }

  .pt-s-3 {
    padding-top: 3rem;
  }

  .pt-s-4 {
    padding-top: 4rem;
  }

  .pt-s-5 {
    padding-top: 5rem;
  }

  .pb-s-1 {
    padding-bottom: 1rem;
  }

  .pb-s-2 {
    padding-bottom: 2rem;
  }

  .pb-s-3 {
    padding-bottom: 3rem;
  }

  .pb-s-4 {
    padding-bottom: 4rem;
  }

  .pb-s-5 {
    padding-bottom: 5rem;
  }

  .mt-s-0 {
    margin-top: 0;
  }

  .mb-s-0 {
    margin-bottom: 0;
  }

  .mt-s-1 {
    margin-top: 1rem;
  }

  .mb-s-1 {
    margin-bottom: 1rem;
  }

  .mt-s-2 {
    margin-top: 2rem;
  }

  .mb-s-2 {
    margin-bottom: 2rem;
  }

  .mt-s-3 {
    margin-top: 3rem;
  }

  .mb-s-3 {
    margin-bottom: 3em;
  }

  .mt-s-4 {
    margin-top: 4rem;
  }

  .mb-s-4 {
    margin-bottom: 4rem;
  }

  .t-L,
  .t-XL,
  .t-M {
    letter-spacing: -1px;
  }

  .t-XS {
    font-size: 0.8rem;
  }

  .t-S {
    font-size: 1.5rem;
  }

  .t-M {
    font-size: 2rem;
  }

  .t-L {
    font-size: 2.5rem;
  }

  .t-XL {
    font-size: 3rem;
  }

  .text-center-s {
    text-align: center;
  }

  .align-center-s {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .display-none-s {
    display: none;
  }

  /* =========== HEADER =========== */

  #one {
    background-position: center;
  }

  #header-mp .menu-block {
    padding: 0;
  }

  #header {
    padding: 0;
  }

  .menu-block {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 1rem;
  }

  .menu-list-col {
    background: var(--pri);
    width: 100%;
  }

  ul.menu-list {
    justify-content: center;
  }

  .menu-logo-link {
    display: flex;
    justify-content: center;
  }

  @keyframes bounceIn {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
      opacity: 1;
    }
    40% {
      transform: translateY(-20px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

  .div-width {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .brewing-tagline h4:not(:first-child) {
    font-size: 3.5rem;
  }
  /* ============= LANDING PAGE SECTION ============== */

  .brewing-tagline p:not(:first-child) {
    font-size: 3rem;
  }

  .bearistaCenter-hd {
    padding: 0 1.6rem 1.4rem;
  }

  .bearistaCenter-text {
    padding: 0 1.6rem;
  }

  .bearistaTextColInnerLeft h2 {
    margin-bottom: 1.2rem;
  }

  #bearistaVideoSection {
    height: 50vh;
  }

  /* .bearistaTextColInnerRight.textDescription h4 {
    line-height: 2rem;
  } */

  .featuredBearList {
    padding: 0 1.6rem;
  }

  .twoCol {
    display: block;
    margin: auto;
  }

  .firstCol,
  .secondCol {
    width: fit-content;
  }

  .item-listing {
    padding: 1.6rem 1.6rem 3rem 1.6rem;
  }

  .item-listing-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .item-listing-col:first-child {
    display: none !important;
  }

  .bear-profile-1 {
    width: 100%;
    line-height: 0;
  }

  .bg-white.bear-profile .bear-profile-img {
    line-height: 0;
    width: 80%;
  }

  .featured-bear-sec {
    z-index: 9999;
    line-height: 0;
    margin: 0;
  }

  .stack__photo {
    width: 100%;
    height: 50vh;
    position: relative;
  }

  .stack__right,
  .stack__left {
    width: 100%;
  }

  .stack {
    display: flex;
    flex-direction: column;
  }

  .stack__left {
    z-index: 999;
    background-color: #fff;
    /* padding-top: 50px !important; */
  }

  .stack__info {
    height: 50vh;
  }

  .stack__left-bl {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: auto;
    align-items: center;
  }

  .stack__photo-item a {
    width: 100%;
    height: 100%;
  }

  .stack__photo-item img {
    width: unset;
    height: 100%;
  }

  .stack__text {
    margin: auto;
    width: unset;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  /* ============= BEARISTA SECTION ============== */

  div#page-inner-section {
    overflow: hidden;
  }

  .solo-item-section {
    display: block;
  }

  .solo-item-img {
    position: unset;
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
    /* height: 50vh; */
    scale: 1.2;
  }

  .item-desc.artist-detail {
    display: flex;
    flex-direction: column;
  }

  img.item-img {
    height: 115%;
  }

  .solo-item-desc {
    width: 100%;
  }

  .solo-item-video .video {
    transform: scale(1);
  }

  .item-row {
    column-gap: 4%;
    row-gap: 2rem;
    justify-content: space-between;
  }

  .item-col {
    width: 48%;
    flex: unset;
  }

  /* .left-right-arrow svg {
    scale: 2;
  } */

  .artist-story {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .artist-potrait {
    padding: 0 0 1rem 0;
    float: none;
    width: 70%;
  }

  .custom-li li:not(:last-child) {
    margin-bottom: 14px;
  }

  .mini-bearista-version-img img {
    width: unset;
  }

  .mini-bearista-version-txt {
    flex-direction: column;
  }

  .mini-desc h4,
  .mini-desc p {
    padding-right: 0rem;
  }

  .div-margin {
    width: unset;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .div-margin.mini-bearista-version.no-bear {
    margin-top: 0;
  }

  .mini-bearista-version {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10rem;
  }

  .mini-bearista-version-img {
    width: unset;
    bottom: 64%;
    display: block;
  }

  .mini-desc.no-mini-bear {
    padding: 2rem;
  }

  .mini-desc {
    width: unset;
    padding: 10rem 2rem 2rem 2rem;
  }

  .story-row {
    flex-direction: column;
  }

  .story-row .story-title,
  .story-row p {
    width: 100%;
  }

  /* ============= MERCHANDISE LIST ============ */
  .list-row {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 2rem;
    column-gap: 1rem;
  }

  svg.close-icon {
    right: 7%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .hd-thankyou,
  .hd-malaysia {
    font-size: 6rem;
  }

  .hd-thankyou {
    line-height: 6.4rem;
  }

  .hd-malaysia {
    line-height: 8rem;
  }

  .heart svg {
    height: 72px;
  }

  .thanks-hd {
    row-gap: 0;
  }

  .thanks-desc p {
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 2rem 3rem 0 3rem;
  }

  .list-detail-info-list {
    margin: 0 4rem 2rem !important;
  }
}

@media screen and (max-width: 500px) {
  .mercy-logo {
    width: 220px;
  }

  .mini-mercy-logo {
    width: 140px;
  }

  .item-listing-col::before,
  .item-listing-col:hover::before {
    height: 84%;
  }

  .faq-line {
    flex-direction: column;
  }

  .brewing-tagline h4:not(:first-child) {
    font-size: 3rem !important;
    padding: 0;
  }

  .bg-svg-1 {
    width: 22%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-20%, -50%);
  }

  .bg-svg-2 {
    width: 44%;
    position: absolute;
    top: 40%;
    left: 22%;
    transform: translate(-30%, -50%);
    opacity: 0.9;
  }

  .bg-svg-3 {
    width: 12%;
    position: absolute;
    top: 26%;
    left: 60%;
    transform: translate(-50%, -30%);
  }

  .bg-svg-4 {
    width: 32%;
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translate(-24%, -50%);
    opacity: 0.8;
  }

  .bg-svg-5 {
    width: 16%;
    position: absolute;
    bottom: 24%;
    left: 45%;
    transform: translate(-45%, -18%);
  }

  .bg-svg-6 {
    width: 32%;
    opacity: 0.9;
    position: absolute;
    right: 0%;
    top: 30%;
    transform: translate(-18%, -30%);
  }

  .cookies h2 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 401px) and (max-width: 599px) {
  .hd-thankyou {
    font-size: 4.8rem;
    line-height: 5rem;
    flex-direction: column;
    align-items: center;
  }

  .hd-malaysia {
    font-size: 4.8rem;
    line-height: 5.9rem;
  }

  .heart svg {
    height: 58px;
  }

  .thanks-hd {
    row-gap: 0;
  }

  span.home-thank {
    padding-right: 0rem;
  }

  .thanks-desc p {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 3rem 3rem 0 3rem;
  }
}

@media only screen and (max-width: 400px) {
  .hd-thankyou,
  .hd-malaysia {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }

  .heart svg {
    height: 42px;
  }

  .thanks-hd {
    row-gap: 0;
  }

  span.home-thank {
    padding-right: 2rem;
  }

  .thanks-desc p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 3rem 3rem 0 3rem;
  }

  .list-detail-img {
    height: 50% !important;
  }

  .list-detail-img img {
    height: 90% !important;
    top: 10%;
    position: relative;
  }

  .list-detail-info {
    height: 50% !important;
  }

  .list-detail-info-list {
    bottom: 0 !important;
  }
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
  .list-detail-img img {
    height: 84% !important;
  }

  .list-detail-info-list {
    bottom: 0 !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .menu-logo-link {
    width: 14%;
    display: flex;
    transition: width 0.3s ease-in;
  }

  a.menu-logo-link.smaller-logo {
    width: 12%;
    transition: width 0.3s ease-in;
  }
}

@media only screen and (max-width: 599px) {
  .menu-logo-link {
    width: 24%;
    display: flex;
    transition: width 0.3s ease-in;
  }

  a.menu-logo-link.smaller-logo {
    width: 22%;
    transition: width 0.3s ease-in;
  }
}

@media only screen and (max-width: 920px) {
  /* ================= FOOTER ===================*/
  .footer__menu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: var(--pri);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 101;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.carousel.pointer-event {
  touch-action: unset !important;
}

.brewing-tagline-desc {
  transform: translateY(75px);
  opacity: 0;
}

.stack__left {
  opacity: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"].carousel .carousel-control-next-icon,
[data-bs-theme="dark"].carousel .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption,
[data-bs-theme="dark"].carousel .carousel-caption {
  color: #000;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

/* ============= COMMUNITY PAGE ============== */
.menu-box-divider {
  border: 1px solid var(--pri);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.first-col {
  border-right: 1px solid var(--pri);
}

.menu-box-divider a {
  text-decoration: none;
  color: var(--siren);
  font-family: "SoDoSans-Light";
  transition: letter-spacing ease-in 0.3s;
}

.menu-box-divider a.filled-col {
  background-color: var(--mint);
}

/* =========== For Cookies ========== */
.cookies-container {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.subcontainer {
  width: 35%;
  margin: auto;
  background-color: #fff;
  border-radius: 6px;
}

#cookies {
  height: 100%;
  width: 100%;
  position: fixed;
  bottom: 0;
  color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.cookies {
  min-height: 70px;
  text-align: center;
  padding: 2rem;
}

.cookies h2 {
  font-size: 1.4rem;
}

.cookies p {
  font-family: "SoDoSans-Light";
  text-align: center !important;
  padding: 1.8rem 0;
}

#cookies-btn {
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  border: 1px solid var(--pri);
  border-radius: 30px;
  background-color: transparent;
  color: var(--pri);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: letter-spacing ease-in 0.3s;
  font-size: 0.8rem;
  font-family: "SoDoSans-Regular", sans-serif !important;
}

#cookies-btn:hover {
  letter-spacing: 2px;
  transition: letter-spacing ease-in 0.3s;
  color: var(--siren);
}

@media only screen and (max-width: 1600px) {
  .cookies-container {
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .subcontainer {
    width: 80%;
  }
}

@media only screen and (min-width: 979px) and (max-width: 1480px) {
  .subcontainer {
    width: 60%;
  }
}

.list-grid.bearista,
.bearista-project,
.bearista-tagline,
.hr-line,
.horizontal-line,
.left-right-arrow,
.solo-item-hd,
.item-details,
.long-desc,
.artist-potrait,
.donation-desc {
  opacity: 0;
  transform: translateY(20px);
}
