@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee&amp;family=Righteous&amp;display=swap");
@font-face {
  font-family: Abyss;
  src: url(../fonts/Bantayog-Regular.otf);
}
@font-face {
  font-family: Abyss;
  src: url(../fonts/Bantayog-Light.otf);
  font-weight: lighter;
}
@font-face {
  font-family: Abyss;
  src: url(../fonts/Bantayog-Semilight.otf);
  font-weight: light;
}
.font_head {
  font-family: "Montserrat", sans-serif;
}

.font_sub {
  font-family: "Raleway", sans-serif;
}

.text-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.5em;
  line-height: 1.15em;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 600;
}
.text-header span {
  display: inline-block;
}
.text-header span.highlight {
  color: var(--color-primary-400);
}
@media screen and (max-width: 768px) {
  .text-header {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 576px) {
  .text-header {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .text-header + p {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 576px) {
  .text-header + p {
    font-size: 0.85em !important;
  }
}

.heading {
  font-size: 2.5em;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5 {
  color: inherit;
  margin-bottom: 1rem;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

small,
.text_small {
  font-size: 0.8rem;
}

p {
  color: inherit;
}

.container.dark {
  color: var(--color-neutral-600) !important;
}

.container {
  color: var(--color-white-200) !important;
}

:root {
  --color-primary-0: #fde0cd;
  --color-primary-50: #fbcdaf;
  --color-primary-100: #faba91;
  --color-primary-200: #f9a873;
  --color-primary-300: #f79555;
  --color-primary-400: #f68237;
  --color-primary-500: #f4670c;
  --color-primary-600: #ca5509;
  --color-primary-700: #9e4307;
  --color-primary-800: #733005;
  --color-primary-900: #481e03;
  --color-neutral-0: #c8c8c8;
  --color-neutral-50: #a7a7a7;
  --color-neutral-100: #858585;
  --color-neutral-200: #646464;
  --color-neutral-300: #434343;
  --color-neutral-400: #222222;
  --color-neutral-500: #1d1d1d;
  --color-neutral-600: #181818;
  --color-neutral-700: #131313;
  --color-neutral-800: #0e0e0e;
  --color-neutral-900: #090909;
  --color-action-0: #fedad2;
  --color-action-50: #fdc4b7;
  --color-action-100: #fdae9c;
  --color-action-200: #fc9781;
  --color-action-300: #fc8166;
  --color-action-400: #fb6b4b;
  --color-action-500: #fa441b;
  --color-action-600: #df2d05;
  --color-action-700: #af2304;
  --color-action-800: #801a03;
  --color-action-900: #501002;
  --color-white-0: #efefef;
  --color-white-50: #e5e5e5;
  --color-white-100: #dbdbdb;
  --color-white-200: #d1d1d1;
  --color-white-300: #c7c7c7;
  --color-white-400: #bdbdbd;
  --color-white-500: #a1a1a1;
  --color-white-600: #848484;
  --color-white-700: #686868;
  --color-white-800: #4c4c4c;
  --color-white-900: #2f2f2f;
}

/* ------------ 
# Scrollbar
------------ */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  margin-block-start: 0;
  padding-inline-start: 0;
  scroll-padding-top: 5rem;
}

a {
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-color: white;
  color: var(--color-neutral-100);
}

body {
  background: #242424;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

::selection {
  color: white;
  background: #111;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  --delay: 0s;
}

p {
  margin: 0;
}

.backdrop {
  background: var(--color-neutral-800);
  padding-bottom: 7rem;
}

nav.nav-top {
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  max-height: 4rem;
  min-height: 4rem;
  z-index: 10;
  background: transparent;
  position: fixed;
  transition: all 1.25s ease-out;
}
nav.nav-top.bgnabled {
  background: #131313f1;
  transition: all 1.25s ease-out;
  backdrop-filter: blur(5px);
  box-shadow: 0px 2px 18px 0px #0000001e;
}
nav.nav-top .logo {
  align-items: center;
  display: inline-flex;
  height: 55px;
  justify-content: center;
}
nav.nav-top .logo #imgcon .first {
  visibility: visible;
  opacity: 1;
  display: inline;
}
nav.nav-top .logo #imgcon .second {
  visibility: hidden;
  opacity: 0;
  display: none;
}
nav.nav-top .logo #imgcon.display .first {
  visibility: hidden;
  opacity: 0;
  display: none;
}
nav.nav-top .logo #imgcon.display .second {
  visibility: visible;
  opacity: 1;
  display: inline;
}
nav.nav-top .nav-top-container {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0rem 50px;
  max-width: 1250px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  nav.nav-top .nav-top-container {
    margin: 0rem 0.5rem;
  }
}
nav.nav-top .nav-toggle {
  display: none;
}
@media screen and (max-width: 992px) {
  nav.nav-top .nav-toggle {
    display: block;
  }
}
nav.nav-top img {
  height: 100%;
  max-width: 7rem;
}
nav.nav-top ul {
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
  list-style: none;
  width: 100%;
  padding: 0;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 992px) {
  nav.nav-top ul {
    display: none;
  }
}
nav.nav-top ul li {
  margin: 0rem;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
nav.nav-top ul li a {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--color-white-100);
  text-decoration: none;
  transition: all 0.25s ease-out;
  letter-spacing: -0.025em;
  position: relative;
  font-size: 0.8rem;
}
nav.nav-top ul li a .icon {
  transition: all 0.25s ease-out;
}
nav.nav-top ul li a::before {
  content: "";
  width: 0%;
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  background: var(--color-primary-400);
  transition: all 0.25s ease-out;
}
nav.nav-top ul li.active .icon {
  color: var(--color-primary-400);
}
nav.nav-top ul li.active a {
  color: var(--color-primary-400);
  font-weight: 600;
}
nav.nav-top ul li.active a::before {
  width: 100%;
}
nav.nav-top ul li:hover .icon {
  color: var(--color-primary-500);
}
nav.nav-top ul li:hover a {
  color: var(--color-primary-500);
}
nav.nav-top ul li:hover a::before {
  width: 100%;
}

.footer {
  margin-top: 4rem;
  padding: 6rem 0rem 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  color: var(--color-neutral-300);
}
.footer-line {
  border-top: 2px var(--color-primary-300) solid;
  margin-bottom: 1rem;
}
.footer .footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-links .logo {
  display: inline-flex;
  height: 4rem;
  margin: 0rem 2rem 2rem 0rem;
  max-width: 5rem;
}
.footer .footer-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}
.footer .footer-links-wrapper .footer-content {
  margin: 0rem 1rem 1rem;
}
.footer .footer-copyright {
  display: flex;
  margin-top: 60px;
  flex-direction: column;
  align-items: flex-start;
  color: var(--color-neutral-200);
}
.footer .footer-copyright .disclaimer {
  color: var(--color-neutral-300);
}
.footer .footer-copyright p {
  font-size: 0.75em;
}

.container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  transition: margin 0.25s ease-in;
}
@media (min-width: 576px) {
  .container {
    max-width: 530px;
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
    padding: 0 2.5rem;
  }
}
.container section:first-child {
  margin-top: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 2fr));
  grid-auto-rows: minmax(30px, auto);
  gap: 12px;
  grid-auto-flow: dense;
}
.grid.fix {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .grid.fix {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .grid.fix {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.congrid {
  justify-items: center;
}
.grid .box,
.grid .credit,
.grid .withdraw-card {
  grid-column-end: span 2;
}
.grid-small {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.flex.center {
  justify-content: center;
}
.flex-lists {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.spacer {
  margin: 1rem 0rem;
}

.categories {
  color: var(--color-neutral-700);
  justify-content: space-between;
  margin: 1rem 0rem;
  font-weight: 500;
}
.categories .right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 2fr));
  grid-auto-rows: minmax(30px, auto);
  gap: 12px;
  grid-auto-flow: dense;
}
.categories .right .btn {
  display: grid;
  align-items: center;
  padding: 0.5rem;
  grid-column-end: span 1;
}
.categories .left {
  position: relative;
  margin-bottom: 0.25rem;
}
.categories .left span {
  position: absolute;
  top: -13px;
  left: 35px;
}
.categories .left p {
  font-size: 1.5em;
}

.flex .title {
  margin-bottom: 0.5rem;
}
.flex .title p {
  color: var(--color-neutral-700);
  font-size: 1.5em;
  font-style: italic;
}
.flex.padding {
  padding: 0rem 1.5rem;
}

.icons {
  /* Flex Settings */
  display: flex;
  flex-direction: column;
  z-index: 1;
  grid-column-end: span 3;
  color: var(--color-white-100);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .icons {
    grid-column-end: span 2;
  }
}
.icons:hover {
  transition: all 0.05s ease-in;
  transform: translateY(-2px);
}
.icons-image {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.icons-text {
  padding: 1rem 0rem;
  max-width: 27ch;
}
.icons-text span {
  text-transform: uppercase;
  color: var(--color-primary-100);
  font-size: 1.4em;
  font-weight: 600;
}
.icons-circle i {
  background: var(--color-primary-100);
  color: white;
  font-size: 25px;
  border-radius: 50%;
  box-shadow: 0 0 2rem #f076763d;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.box.profile {
  /* Flex Settings */
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 15px -5px #2b2b2b34;
  font-family: "Raleway", sans-serif;
  border-radius: 0.5rem;
  background: none;
  z-index: 1;
  transition: transform 0.05s ease-in-out;
  color: var(--color-neutral-400);
  cursor: pointer;
}
.box.profile .box-header {
  padding: 0;
}

.box {
  /* Flex Settings */
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 15px -5px #2b2b2b34;
  font-family: "Raleway", sans-serif;
  border-radius: 0.2rem;
  background: var(--color-neutral-400);
  z-index: 1;
  transition: transform 0.05s ease-in-out;
  color: var(--color-neutral-400);
  cursor: pointer;
}
.box-header {
  position: relative;
  padding: 1.5rem 1.5rem 0rem;
}
.box-price {
  font-size: 1.5em;
  padding: 0.5rem 1rem;
  background: var(--color-neutral-400);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 0 0 0 0.5rem;
}
.box-price span {
  color: var(--color-primary-300);
}
.box-image {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 0.2rem;
  max-height: 250px;
  box-shadow: 0px 5px 15px -5px #2b2b2b34;
}
.box-image img,
.box-image video {
  position: absolute;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-style: none;
  transition: transform 0.2s cubic-bezier(0.65, 0.6, 0.65, 1);
}
.box-content {
  display: flex;
  flex-direction: column;
  padding: 0.2rem 1.5rem 1.5rem;
  position: relative;
  border-radius: 0 0 8px 8px;
}
.box-content-title {
  font-size: 1.5em;
  color: var(--color-neutral-400);
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.center p,
.center h1,
.center h2,
.center h3,
.center h4,
.center h5 {
  text-align: center;
}
.center .banner-content {
  align-items: center;
  justify-content: center;
}
.center .text-base {
  margin-top: 0.5rem;
  font-size: 0.85em;
  font-weight: 500;
}

.parallax {
  background: var(--color-primary-400);
  padding: 8rem 0;
  box-shadow: -2px 2px 18px 0px #f682373b;
}

#landing-content {
  min-height: 80dvh;
  margin-top: 0;
  padding-top: 14rem;
  position: relative;
  margin: 0;
}
#landing-content .landing-bg {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/layered-waves-haikei.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin: 0;
}
#landing-content.small {
  min-height: 60dvh;
}
#landing-content .banner {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  #landing-content {
    min-height: 60dvh;
  }
}

.banner {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  margin: 2rem 0rem;
  justify-content: center;
  border-radius: 8px;
}
.banner:has(.banner-image:first-child) {
  flex-basis: initial;
}
.banner + .banner:has(.banner-image:first-child) {
  justify-content: flex-end;
}
.banner.ignore {
  justify-content: center !important;
}
.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.banner-content.text {
  max-width: 60ch;
}
.banner-content + .banner-content {
  margin-left: 1rem;
}
.banner-content p {
  font-weight: 300;
  font-size: 1.125rem;
  color: var(--color-white-100);
  margin: 0.5rem 0 1rem 0;
}
.banner-content p span {
  color: var(--color-primary-400);
}
.banner-image {
  position: relative;
  max-width: 70%;
  /* &::after {
      content: ' ';
      display: block;
      background: var(--color-green-400);
      background: linear-gradient(90deg, var(--color-green-400) 15%, rgba(0, 0, 0, 0) 50%);
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
  } */
}
.banner-image img {
  border-radius: 0;
  object-fit: contain;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .banner .banner-image {
    max-width: 100%;
  }
}

.contact {
  background: var(--color-primary-400);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 0.2rem;
  position: relative;
  height: 400px;
  padding: 0 1rem;
  overflow: hidden;
}
.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .contact-img {
  z-index: -1;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 992px) {
  .contact .contact-img {
    display: none;
  }
}
.contact .contact-img + .contact-img {
  position: absolute;
  left: 0;
}
.contact h3,
.contact p {
  color: var(--color-white-0);
}
.contact p {
  font-size: 1.125em;
  margin-bottom: 3rem;
}
.contact img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.review-header {
  display: flex;
  align-items: center;
}
.review-header p,
.review-header .rating-wrap {
  font-size: 0.75em !important;
  margin: 0 0 0 0.5rem;
}

.rating-wrap {
  color: var(--color-white-0);
}

.review-box {
  display: flex;
  padding: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.5rem;
  background-color: var(--color-primary-400);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  grid-column-end: span 2;
  color: var(--color-white-50);
  position: relative;
  background-image: url("../img/waves.html");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: 0;
  height: 31vh;
}
.review-box .profile-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  justify-content: center;
  align-items: center;
}
.review-box .profile-wrapper .profile-img {
  margin-right: 1rem;
}
.review-box .profile-wrapper .profile-img img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.review-box .profile-wrapper .profile-text p.name {
  font-size: 1.125em;
  font-weight: 700;
}
.review-box .profile-wrapper .profile-text p.name + p {
  font-size: 1em;
  color: var(--color-primary-300);
  font-weight: 200;
  margin-bottom: 0.25rem;
}
.review-box .review {
  font-weight: 300;
}

.status-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  gap: 0.5rem;
  background-color: #191919;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  margin: 1rem 0;
  box-shadow: -1px 6px 20px 1px #00000059;
}
.status-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .status-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.status-container-item {
  padding: 0.5rem;
  min-width: 100px;
  text-shadow: 3px 2px 12px #11151b;
  transition: 0.3s ease;
  margin-left: 1.5rem;
  position: relative;
}
.status-container-item::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 9px;
  width: 5px;
  height: 12px;
  border-bottom: 2px solid #f7f7f7;
  border-right: 2px solid #f7f7f7;
  filter: drop-shadow(0 0 6px #bba17962);
  opacity: 1;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.status-container h5 {
  color: var(--color-white-0);
  text-align: left;
  font-size: 1em;
  margin: 0;
}

.tos-container {
  display: block;
  overflow: hidden;
  background-color: #191919;
  border-radius: 0.5rem;
  padding: 2rem 2rem;
  margin: 1rem 0;
  box-shadow: -1px 6px 20px 1px #00000059;
}

.tos-container h5 {
  color: var(--color-white-0);
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.tos-container p {
  color: var(--color-white-0);
  text-align: center;
  font-size: 1em;
  margin-bottom: 10px;
}

.tos-container div{
  margin-bottom: 20px;
}

.product-banner {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: center;
  justify-items: center;
}

.product-table {
  display: flex;
  flex-direction: column;
  grid-column: span 1;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 1rem;
  width: 100%;
  max-width: 22rem;
  background-color: var(--color-neutral-600);
  border-radius: 1rem;
  box-shadow: 0px 5px 15px -5px #bb8f2f34;
  border: 2px solid var(--color-primary-400);
}
.product-table .product-list {
  text-align: left;
  margin: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .product-table .product-list {
    margin: 0 0.125rem;
  }
}
.product-table .product-price {
  font-size: 2em;
  font-weight: 600;
  color: var(--color-white-200);
  margin: 1rem 0 0.75rem 0;
}
.product-table .product-subtitle {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--color-white-200);
  margin: 0.5rem 0 0.75rem 0;
}
.product-table .product-title {
  color: var(--color-white-200);
  font-size: 2em;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.1;
  padding: 0 1rem;
}
.product-table .product-item {
  font-size: 1em;
  color: var(--color-neutral-700);
  margin: 0.5rem 0rem;
  position: relative;
  color: var(--color-white-200);
}
.product-table .product-item[isAvailable=false]:before, .product-table .product-item[isAvailable=false]:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  background-color: currentColor;
  transition: 0.2s ease-in-out;
  top: 50%;
  right: 0;
  border-radius: 50px;
  transform: rotate(-45deg);
}
.product-table .product-item[isAvailable=false]:before {
  transform: rotate(45deg);
}
.product-table .product-item[isAvailable=true]:before, .product-table .product-item[isAvailable=true]:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background-color: currentColor;
  transition: 0.2s ease-in-out;
  right: 11px;
  top: 6px;
  border-radius: 50px 50px 0 50px;
  transform: rotate(40deg);
  margin-right: -8px;
}
.product-table .product-item[isAvailable=true]:before {
  width: 7px;
  height: 3px;
  right: 15px;
  top: 14px;
}

.btn {
  height: 3rem;
  min-width: 3.5rem;
  background: none;
  border: none;
  z-index: 2;
  border-radius: 1.5rem;
  background: var(--color-action-400);
  background-image: linear-gradient(to left, #e17d25 0%, #edc63f 100%);
  box-shadow: 0px 5px 15px -5px #e7992352;
  transition: filter 0.15s ease-in-out, background 0.15s ease-in-out;
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  padding: 0rem 3rem;
  cursor: pointer;
}
.btn.afix {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn.white {
  background: var(--color-white-50);
}
.btn:hover {
  filter: brightness(1.15);
}
.btn.buy {
  text-transform: capitalize;
  color: var(--color-neutral-700);
  font-size: 1.5em;
  padding: 0rem;
}
.btn.buy:active {
  box-shadow: none;
}
.btn.sort {
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  background: var(--color-primary-400);
  cursor: pointer;
  transition: all 0.3s ease !important;
  color: var(--color-white-50);
}
.btn.sort:hover {
  background: var(--color-white-50);
  color: #000;
}

.btn-top {
  position: fixed;
  right: 3.5rem;
  bottom: 3.5rem;
  width: 3rem;
  height: 3rem;
  background: var(--color-white-0);
  border-radius: 50%;
  z-index: 5;
  font-size: 2em;
  cursor: pointer;
  border: 4px solid var(--color-primary-400);
  outline: none;
  visibility: hidden;
  opacity: 0;
  color: var(--color-primary-400);
  transition: all 0.15s ease-in-out;
}
.btn-top:hover {
  filter: brightness(1.15);
}
.btn-top.display {
  visibility: visible;
  opacity: 1;
}

/*             */
/*    Input    */
/*             */
.input-box .input {
  padding: 1rem 2rem 1rem 0.75rem;
  outline: none;
  box-sizing: border-box;
  /*              */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  color: #383838;
  background: #ffffff;
  /*              */
  border: 2px #212121 solid;
  border-radius: 11px;
  /*              */
  left: 0;
  top: 0;
  /*              */
  height: 100%;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 0);
}

.input-box .input:not(:placeholder-shown) {
  outline: none;
}

.input-box .input:not(:placeholder-shown):focus-visible {
  border: 2px #ffffff solid;
}

/*               */
/*     Input     */
/*               */
.input-box {
  display: block;
  position: relative;
  color: #fff;
  border-radius: 11px;
  z-index: 10;
}

.input-box.price {
  display: flex;
  margin: 0;
}

/* .input-box.price input {
  border-radius: 0.375rem 0rem 0rem 0.375rem;
}

.input-box.price div + input {
  flex: 1 0 80%;
  border-radius: 0rem 0.375rem 0.375rem 0rem;
} */
.input-box .input-title {
  color: #efefef;
  margin-bottom: 0.25rem;
  margin-left: 0.225rem;
  text-align: right;
  font-size: 1em;
  font-weight: 400;
}

.input-box input[type=text] {
  height: 3.5rem;
}

.input-box #inputCurrency {
  text-transform: capitalize;
  cursor: pointer;
}

.input-box .input {
  padding: 1rem 2rem 1rem 0.75rem;
  outline: none;
  box-sizing: border-box;
  /*              */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  color: #efefef;
  background: #272727;
  /*              */
  border: 1px #212121 solid;
  border-radius: 0.375rem;
  margin: 0.125rem;
  /*              */
  width: 100%;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 0);
}

.input-box.text-left {
  margin: 0.5rem 0rem 1.5rem 0rem;
}
.input-box.text-left .input-title {
  text-align: left !important;
  color: var(--color-neutral-50) !important;
}
.input-box.text-left a {
  margin-left: 0.225rem;
}
.input-box.text-left a:hover {
  color: var(--color-white-400);
  transition: opacity 0.125s ease-in, transform 0.125s ease-in;
}

.input-box .input:not(:placeholder-shown) {
  outline: none;
}

.input-box .input:not(:placeholder-shown):focus-visible {
  border: 1px #ffffff solid;
}

.currencyInput {
  position: relative;
}

.currencyInput span.input-icon {
  position: absolute;
  top: 1.225rem;
  right: 0.725rem;
  cursor: pointer;
}

/**********/
/*  Currency * /
/************/
.currency {
  position: absolute;
  box-sizing: border-box;
  flex-direction: column;
  /*              */
  display: none;
  /*              */
  background: #272727;
  margin: 0.125rem;
  /*              */
  width: 100%;
  /*              */
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  /*              */
  border-radius: 0.375rem;
  border: 2px #212121 solid;
  text-align: left;
  /*              */
}

.currency:focus-within {
  border: 2px #ffffff solid;
}

.currency span {
  display: flex;
  align-items: center;
  scroll-snap-align: center;
  font-weight: 600;
  font-size: 1.25em;
  cursor: pointer;
  padding: 1rem 2rem 1rem 0.75rem;
  outline: none;
}
.currency span:hover {
  color: var(--color-white-400);
  transform: translateX(0.5rem);
  transition: opacity 0.125s ease-in, transform 0.125s ease-in;
}

/*                  */
/*     Settings     */
/*                  */
.settings-section {
  width: 100%;
  max-width: 25rem;
}

.settings-section + .settings-section {
  margin-top: 2rem;
}

.contact-sections {
  position: relative;
  border: 1px solid #00000063;
  padding: 0.25rem 1rem 0.25rem 7rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  outline: none;
  font-family: "Raleway", sans-serif;
}
.contact-sections .title {
  position: absolute;
  top: 0px;
  left: 14px;
  display: block;
  width: 80px;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 38px;
  white-space: nowrap;
  padding: 0px;
}
.contact-sections .button {
  -webkit-text-size-adjust: 100%;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: black;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  background: none;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 2;
}
.contact-sections .radio-input {
  vertical-align: middle;
  margin: 0rem 0.2rem 0rem 0.5rem;
}
.contact-sections .radio-input:checked {
  background: black;
}
.contact-sections .text-input {
  height: 34px;
  border: none;
  background: none;
  width: calc(100% - 90px);
  max-width: 500px;
  outline: none;
  font-family: inherit;
  font-size: 0.9em;
}
.contact-sections .text-input[type=text] {
  height: 32px;
  -webkit-appearance: none;
  border-radius: 0;
}
.contact-sections textarea {
  overflow: auto;
  vertical-align: top;
  font-size: 0.9em;
  font-family: inherit;
  font-weight: 400;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
  height: 12rem;
  width: calc(100% + 80px);
  max-width: calc(100% + 80px);
  min-width: calc(100% + 80px);
  position: relative;
  top: 38px;
  left: -80px;
  outline: none;
  resize: vertical;
}
.contact-sections .label {
  display: inline-block;
  margin: 0 15px 5px 0;
  white-space: nowrap;
}

.modal {
  position: fixed;
  background: #1a1a1aa6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  align-content: center;
  justify-content: center;
  overflow: auto;
  transition: all 0.15s ease-out;
  display: none;
  opacity: 0;
}

/* The Modal (background) */
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  z-index: 51;
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 0.9rem;
}
.modal-content .header {
  display: flex;
  justify-content: space-between;
  background: var(--color-neutral-700);
  padding: 1.5rem;
  border-radius: 0.75rem 0.75rem 0px 0px;
  color: var(--color-white-100);
  font-weight: 700;
}
.modal-content .modal-header {
  position: relative;
}
.modal-content .modal-header .modal-banner {
  background: var(--color-neutral-700);
  width: 100%;
  height: 200px;
  border-radius: 0.75rem 0.75rem 0 0;
  position: relative;
}
.modal-content .modal-header .modal-titlecard {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  bottom: 0.5rem;
  left: 1%;
}
.modal-content .modal-header .modal-name {
  color: #ebebeb;
  font-family: Spartan, sans-serif;
  margin: 5px 15px;
  max-width: 40ch;
  padding: 2rem;
  background: #0000008a;
  border-radius: 0.75rem;
}
.modal-content .modal-header .modal-name span {
  font-size: 15px;
  font-variant-caps: small-caps;
  text-transform: lowercase;
}
.modal-content .modal-header .modal-name p {
  font-size: 40px;
  margin: 0 5px 0 0;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.modal-content .modal-body {
  display: flex;
  justify-content: space-around;
  flex: 1;
  margin: 1rem;
}
.modal-content .modal-body .modal-box {
  background: #ebebeb;
  border-radius: 0.75rem;
  margin: 0.5rem;
  -webkit-box-shadow: 1px 2px 5px 0 #ffffff;
  box-shadow: 1px 2px 5px 0 #fdfeff;
}
.modal-content .modal-body .modal-box .modal-title {
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.5rem 0.5rem 0.25rem 0.75rem;
  background: var(--color-neutral-700);
}
.modal-content .modal-body .modal-box .modal-title span {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--color-white-100);
}
.modal-content .modal-body .modal-box .entry-body {
  min-height: 200px;
}
.modal-content .modal-body .modal-box .default-body {
  min-height: 0;
}
.modal-content .modal-body .entry {
  font-family: Spartan, sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 0.75rem;
}
.modal-content .modal-body .entry-padding {
  padding: 1rem;
}
.modal-content .modal-body .entry.media {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  border-radius: 0.75rem;
  max-height: 250px;
}
.modal-content .modal-body .entry.media video,
.modal-content .modal-body .entry.media img {
  position: absolute;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-style: none;
  transition: transform 0.2s cubic-bezier(0.65, 0.6, 0.65, 1);
  left: 0;
}
.modal-content .modal-body .entry p {
  margin: 0 0 0.5em 0.5em;
  z-index: 2;
  max-width: 30ch;
  font-size: 1em;
}
.modal-content .modal-body .entry.earn::after {
  content: "";
  display: block;
  position: absolute;
  background: #ffa600;
  height: 100%;
  width: 10px;
  top: 0;
  left: 0;
  z-index: -1;
  top: 0;
  left: unset;
  right: 0;
}
.modal-content .modal-body .entry.earn::before {
  content: "";
  display: block;
  position: absolute;
  background: #ffa600;
  height: 100%;
  width: 10px;
  top: 0;
  left: 0;
  z-index: -1;
}
.modal-content .modal-body .entry.description {
  text-align: left;
  max-width: 45ch;
  padding: 10px 0 0;
}
.modal-content .modal-body .entry.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.modal-content .modal-body-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 33rem;
}
.modal-content .infocontainer {
  padding: 5px;
}
.modal-content .infocontainer .ic-title {
  font-family: Spartan, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.modal-content .infocontainer .ic-body p {
  font-size: 15px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .modal-content .modal-body {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .modal-content .modal-body {
    flex-wrap: wrap;
  }
}
ul.list {
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 1.125em;
}
ul.list li {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
  line-height: 32px;
  font-weight: 500;
}
ul.list li i {
  background: var(--color-primary-100);
  width: 1rem;
  height: 1rem;
  padding: 0.25rem;
  border-radius: 50%;
  z-index: -2;
  box-shadow: 0 0 1rem #8876f03d;
}
ul.list li div {
  padding-left: 0.5rem;
}

section {
  margin: 10rem 0rem;
}

:root {
  --width: -200%;
  --width2: 200%;
}

@keyframes translateinfinite {
  100% {
    transform: translateX(calc(var(--width)));
  }
}
[data-anim] {
  opacity: 0;
}

.animation {
  -webkit-animation: fade 0.4s var(--delay) both;
  animation: fade 0.4s var(--delay) both;
}
.animation[data-anim=fade] {
  -webkit-animation: fade 1s var(--delay) both;
  animation: fade 1s var(--delay) both;
}
.animation[data-anim=left] {
  -webkit-animation: left 0.7s var(--delay) both;
  animation: left 0.7s var(--delay) both;
}
.animation[data-anim=right] {
  -webkit-animation: right 0.7s var(--delay) both;
  animation: right 0.7s var(--delay) both;
}
.animation[data-anim=top] {
  -webkit-animation: top 0.7s var(--delay) both;
  animation: top 0.7s var(--delay) both;
}
.animation[data-anim=bottom] {
  -webkit-animation: bottom 0.7s var(--delay) both;
  animation: bottom 0.7s var(--delay) both;
}
.animation[data-anim=float] {
  animation: float 6s ease-in-out infinite, fade 1s var(--delay) both;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.alert {
  background: var(--color-primary-500);
  color: white;
  text-align: center;
  padding: 10px;
}
.alert .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  background: none;
  outline: none;
  border: none;
  font-size: 1.75em;
  color: var(--color-white-0);
  cursor: pointer;
}

.profile-container {
  padding: 0rem 0.5rem;
}

.container-title {
  padding: 0rem 2rem;
}

.profile-row {
  display: flex;
  gap: 10px;
}

.accordion-container {
  display: grid;
  overflow: hidden;
  transition: all 0.25s ease-in;
  margin: 4px 0px;
  width: 100%;
  border-radius: 0.2rem;
}
.accordion-container h5 {
  flex: 1;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.accordion-container:hover {
  transform: translateY(1px);
  background-color: var(--color-primary-200);
}

.accordion {
  background: none;
  color: var(--color-white-400);
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.125em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: clamp(14px, 3dvw, 28px);
  padding-bottom: clamp(14px, 3dvw, 28px);
}

.accordion .accordion-item {
  display: flex;
  flex-direction: column;
  color: var(--color-white-400);
  background-color: var(--color-neutral-400);
  border-radius: 0.5rem;
  transition: all 0.1s ease-out;
  padding: 0rem 1rem;
  width: 100%
}
.accordion .accordion-item:hover {
  transform: scale(1.01);
}
.accordion .accordion-item i {
  color: var(--color-white-400);
}
.accordion button {
  position: relative;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 400;
  padding: 1rem 0rem;
  border: none;
  background: none;
  outline: transparent;
  background-color: transparent;
  flex: 1;
  transition: all 0.1s ease-in-out;
}
.accordion button:hover, .accordion button:focus-visible {
  cursor: pointer;
  color: var(--color-white-50);
}
.accordion button:hover::after, .accordion button:focus-visible::after {
  cursor: pointer;
  color: var(--color-white-50);
}
.accordion button .accordion-title {
  padding: 1rem 1.5rem 1rem 0.75rem;
  color: var(--color-white-400);
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  color: var(--color-white-400);
}
.accordion button .icon:before, .accordion button .icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.1s ease-in-out;
}
.accordion button .icon:before {
  transform: rotate(-90deg);
}
.accordion button[aria-expanded=true] {
  color: var(--color-white-50);
}
.accordion button[aria-expanded=true] .icon::before {
  transform: rotate(0deg);
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 0.2s ease-out;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-out, max-height 0.2s ease-out;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.card {
  font-family: "Spartan", sans-serif;
  font-weight: 300;
  margin: 0;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  outline: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(225deg, #303030 0%, #242424 100%);
  overflow: hidden;
}
.card::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: linear-gradient(180deg, rgba(238, 67, 45, 0) 20%, rgba(33, 33, 33, 0.91) 80%);
}
.card:hover {
  translate: 0 -5px;
}
.card:hover .card-content {
  bottom: 83%;
}
.card:hover .card-content-hover {
  opacity: 1;
}
.card:active {
  box-shadow: none;
  transform: translateY(5px);
}
.card:focus-visible {
  outline: auto;
}
.card .card-wrapper {
  max-width: 100%;
}
.card .card-image {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.card .card-image img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: inherit;
  display: block;
  object-fit: cover;
  aspect-ratio: 3/4;
}
.card .card-content {
  font-weight: bold;
  font-size: 2em;
  z-index: 1;
  transition: all 0.6s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #e6e6e6;
  position: absolute;
  bottom: 0;
  margin: 0.5rem 0.75rem 0.5rem;
  transition: all 0.25s ease-in-out;
}
.card .card-content .name {
  margin: 0;
  font-size: 14px;
}
.card .card-content .title {
  margin: 0;
  font-size: 22px;
}
.card .card-content-hover {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0.5rem 0.75rem 0.5rem;
  z-index: 1;
  position: absolute;
  top: 16%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.card .card-content-hover .description {
  font-size: 1.2rem;
  color: #e6e6e6;
  font-weight: 600;
}
.card .card-content-hover p {
  margin: 0;
}