
.fs-inherit {font-size: inherit!important;}

.fs-14, .fs-18, .fs-20, .fs-22, .fs-23, .fs-25, .fs-28, .fs-29, .fs-30,
.fs-33, .fs-35, .fs-40, .fs-45, .fs-50, .fs-60, .fs-64, .fs-65,
.fs-74, .fs-80, .fs-84, .fs-120 
{font-size: 48px!important; color:red!important; font-style: italic!important;}

:root{
  --font-size: inherit; 
}
body {
  --font-size: 16px;
}

* {
  font-size: var(--font-size)!important;
}
.fs-16 { --font-size: 16px; }
.fs-24 { --font-size: 24px; }
.fs-32 { --font-size: 32px; }
/* .fs-48 { --font-size: 48px; } */




.lsp-1 { letter-spacing: 1px; }
.lsp-2 { letter-spacing: 2px; }
.lsp-3 { letter-spacing: 3px; }
.lsp-4 { letter-spacing: 4px; }

.right--160 {right:-160px}
.left--160 {left:-160px}
.opacity-1 {opacity: 1!important;}
.hover, .hover *  {transition: ease 0.5s;}
.hover i:hover {
  transform: scale(1.5);
  cursor:pointer;
}
.carousel-control-next,.carousel-control-prev {
  height: fit-content;
  top: 50%;
  transform: translate(0, -50%);
}


.psup {
  vertical-align: super;
}


:root {
  --main-color: #ee664d;
  --main-color-rgb: 238, 102, 77;
  --secondary-color: #f8bda7;
  --bronze: #B97A24;
  --silver: #848484;
  --gold: #C1892D;
  --platinum: #2b2b2b;
  --diamond: #6966b1;
  --secondary-color-rgb: 248, 189, 167;
  --bronze-rgb: 185, 122, 36;
  --silver-rgb: 132, 132, 132;
  --gold-rgb: 193, 137, 45;
  --platinum-rgb: 43, 43, 43;
  --diamond-rgb: 105, 102, 177;



  --font-mon: "Montserrat", sans-serif;
  --font-nun: "Nunito", sans-serif;
  --font-grv: "gravesend-sans", sans-serif;
  
  --width: 50%;
  --image-ratio: calc(900/1600);
}

.font-mon {
  font-family: var(--font-mon);
}
.font-nun {
  font-family: var(--font-nun);
}
.font-grv {
  font-family: var(--font-grv);
}

body {
  font-family: var(--font-mon);
}

.main-color {
  color: var(--main-color);
}
.secondary-color {
  color: var(--secondary-color);
}

.border-main-color {
  border-color: var(--main-color);
}

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

.hover-white:hover {
  color: white !important;
}


.bronze {
  color: var(--bronze) !important;
}

.silver {
  color: var(--silver) !important;
}

.gold {
  color: var(--gold) !important;
}

.platinum {
  color: var(--platinum) !important;
}

.diamond {
  color: var(--diamond) !important;
}

.bronze .bar {
  background-color: var(--bronze) !important;
}

.silver .bar {
  background-color: var(--silver) !important;
}

.gold .bar {
  background-color: var(--gold) !important;
}

.platinum .bar {
  background-color: var(--platinum) !important;
}

.diamond .bar {
  background-color: var(--diamond) !important;
}


.var-bronze {
  --xcolor: var(--bronze) !important;
}

.var-silver {
  --xcolor: var(--silver) !important;
}

.var-gold {
  --xcolor: var(--gold) !important;
}

.var-platinum {
  --xcolor: var(--platinum) !important;
}

.var-diamond {
  --xcolor: var(--diamond) !important;
}

.gradient-bg-x {
  --white-color:#fff;
  background: linear-gradient(to bottom, var(--xcolor), var(--white-color));
}

.textshadow-light-se{
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bshadow-light-se{
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bshadow-medium-se{
  box-shadow: 6px 7px 8px 2px rgba(6, 7, 8, 0.25);
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #aaa;
}
footer a:hover {
  color: #fff;
  /* font-size: 1.25em; */
}
footer a,
footer span{
  transition: ease 0.5s;
  line-height: 16px;
}
footer .fs-20 a:hover {
  /* font-size: 1.5em; */
}
footer .fs-20 {
  transition: ease 0.5s;
  line-height: 20px;
}

.services-sub {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  text-align: center;
  color: black;
}


.services {
  width: 170px;
  height: 170px;
  border-style: solid;
  border-color: var(--main-color);
  border-radius: 50%;
}

.btn-white {
  background-color: white;
  transition: ease 0.5s;
}
.border-white {
  border:2px solid white!important;
}
.top-circle .main-color{
  margin: -0.3em;
}
.top-circle,
.center-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: white;
  justify-content: center;
  border: 1px solid gray;
  box-shadow: 5px 4px 12px 0px rgba(0, 0, 0, 0.34);
  display: flex;
  flex-direction: column;
}

.disks-container {
  border: 6px solid var(--main-color);
  border-radius: 50px;
  padding: 20px;
  position: relative;
  top: -90px;
  margin-bottom: -90px!important;
  z-index: 2;
}

.bar {
  width: 100%;
  padding: 15px;
  background-color: gray;
  margin-bottom: 5px;
  border-radius: 12px;
}

.product-circle {
  width: 200px;
  height: 200px;
  border: 4px solid;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 9px 1px gray;
  background-color: white;
}

.gradient-bg {
  background: linear-gradient(to bottom, var(--secondary-color), var(--main-color));
}
.gradient-bg-90 {
  background: linear-gradient(to right, var(--secondary-color), var(--main-color));
}
.bg-main-color-o {
  background: linear-gradient(to bottom, rgba(var(--secondary-color-rgb),0.5), rgba(var(--main-color-rgb),0.5));
}


.main-bg {
  background: var(--main-color);
}
.main-bg-o {
  background: rgba(var(--main-color-rgb),0.5);
}

.gradient-bg-rev {
  background: linear-gradient(to bottom, var(--main-color), var(--secondary-color));
}
.gradient-underline::after,
.item-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(to right, var(--main-color), var(--secondary-color));
}
.item-link:hover {
  cursor: pointer;
}

.product-line {
  border: 2px solid white;
  border-style: solid none none none;
}

.profit-subtitle {
  text-align: center;
  height: 5em;
  border-radius: 25px;
  width: 80%;
  position: relative;
  top: -120px;
}

.product-description {
  padding: 15px;
  padding-top: 160px;
  position: relative;
  z-index: 3;
  width: 95%;
  margin: 0 auto;
}

.descriptor-text {
  color: var(--main-color);
  text-align: center;
  background-color: white;
}

.product-name {
  background-color: white;
  border-radius: 24px;
  width: 70%;
  margin: 0 auto;
  padding: 8px;
}

.border-custom {
  border-color: var(--main-color);
}

.profit-table {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 2rem;
  overflow: hidden;
  background-color: var(--main-color);
  padding-bottom: 100px;
}
.profit-table span{
  align-self:center;
}



.gradient-text {
  background: linear-gradient(0deg, var(--main-color), var(--secondary-color));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.gradient-text-rev {
  background: linear-gradient(180deg, var(--main-color), var(--secondary-color));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.carousel-img {
  width: 80px;
  height: 80px;
}
.carousel-img img
,.carousel-img .img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
  color:white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}


.text-white::placeholder {
  color: white;
}




.profit-header:first-child {
  border-radius: 25px 25px 0 0;
}

.profit-row:last-child {
  border-radius: 0 0 25px 25px;
}

/*  */
.w-10 { width: 10% !important; }
.w-20 { width: 20% !important; }
.w-25 { width: 25% !important; }
.w-21 { width: 21% !important; }
.w-30 { width: 30% !important; }
.w-40 { width: 40% !important; }
.w-48 { width: 48% !important; }
.w-50 { width: 50% !important; }
.w-60 { width: 60% !important; }
.w-70 { width: 70% !important; }
.w-75 { width: 75% !important; }
.w-80 { width: 80% !important; }
.w-90 { width: 90% !important; }
.w-100 { width: 100% !important; }

.carousel .carousel-item.d-flex:not(.active) {
  display: none !important;
}

.me-25 {
  margin-right: 25%;
}


.feature-controls {
  width: 100%;
  position: absolute;
  top: -250px;
  left: -65px;
}
.features {
  padding:100px 0;
}

.sub-email {
  border: 2px solid;
}

.main-color input::placeholder,
.main-color input {
  color: var(--main-color);
}
input {
  border-style: solid;
}

.w-100vw {
  width: 100vw;
}

.navbar-collapse {
  flex-grow: unset !important;
}

.navbar input {
  background: #0000;
  border-style: solid none solid solid;
  border-radius: 50px 50px 0 50px;
}

.navbar input+button {
  border-style: solid solid solid none;
  border-radius: 50px 50px 50px 0;
}

.top-circle {
  top: -70px;
  width: 150px;
  height: 150px;
}

.center-circle {
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  align-self: center;


  z-index: 4;
}

.img-formula {
  width: 250px;
  height: 250px;
  /* margin: 50px 0 25px; */
  transition: ease 0.5s;
}

.img-formula:hover {
  transform: scale(1.3);
}

.formula-container {

  position: relative;
}

.item-link {
  position: relative;
  width: fit-content;
}

.formula-content {
  z-index: 4;
  position: relative;
}

.formula-item {
  z-index: 3;
}
.formula-item > div {
  /* margin:16px; */
}

.formula-sign {
  z-index: 4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.formula-plus {
  left: 33%;
  margin-left: 0.2em;
}
.formula-equal {
  right: 33%;
  margin-right: 0.2em;
}

.disks-wrapper>* {
  width: 20%;
}

.half.bar {
  width: 50%;
}

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

.ingredient-image img {
  width: 150px;
  transition: ease 0.5s;
  margin: -30px 0px;
}
.ingredient-container:first-child img {
  margin-top: 0px;
}

.clear-bg {
  background: #0000;
}

.product-preview {
  position: relative;
  z-index: 4;
  transition: ease 0.5s;
  margin-bottom: -160px;
}

.product-preview:hover {
  transform: scale(1.1);
}


.profit-header>*,
.profit-row>*:first-child {
  font-weight: bold;
  text-transform: uppercase;

}

.profit-header>.headerx {
  grid-area: 1 / 1 / span 1 / span 6;
}

.h-20 {
  height: 5rem;
}

/* .btn-white:hover {
  transform: scale(1.3);
} */



.bubble-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}


.bg-img-full {
  position: relative;
  background-size: cover!important;
  width: var(--width);
  padding-top: calc(var(--image-ratio)* var(--width));
}
.bg-img-full-mh {
  --min-content: 910px;

  position: relative;
  background-size: cover!important;
  width: var(--width);
  padding-top: max(min(calc(var(--image-ratio)* var(--width)), calc(100vh)), var(--min-content));
}

.bg-img-full-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.claim-nft-bg{
  background-image: url("../mediahq/nftbanner.png");
}
.subscribe-now{
  background-image: url("../mediahq/banner-clear.png");
  background-repeat: none;
  background-size: cover;
}

.claim-nft-bg,
.subscribe-now{
  --width: 100%;
  --image-ratio: calc(556/1440);
}

.img-email {
  background-image:url('../mediahq/banner3.png'); 
}
.img-embark {
  background-image:url('../mediahq/banner1.png'); 
}
.img-market {
  background-image:url('../mediahq/clouds.png'); 
}
.img-benefit {
  background-image:url('../mediahq/journey-splash.png'); 
}
.img-email,
.img-embark,
.img-market,
.img-benefit  {
  --width: 60%;
  --image-ratio: calc(556/1440);
}




.shake {
  display: inline-block; /* Ensures the element is treated as a block for better control */
  animation: shake-animation 3s infinite;
}

@keyframes shake-animation {
  0% { transform: rotate(0deg); }
  5% { transform: rotate(-10deg); }
  10% { transform: rotate(10deg); }
  15% { transform: rotate(-10deg); }
  20% { transform: rotate(0deg); }
}

.hero {
  height: 100vh;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  background-position: 50%;
}

.main-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
    /* url(../mediahq/achtergrond.jpg); */
    url(../media/home-banner.webp);
}
.about-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
    /* url(../mediahq/banner2.png); */
    url(../media/about-us-banner.png);
}
.academy-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
    /* url(../mediahq/educate3.png); */
    url(../media/academy-banner.png);
}
.benefit-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
  /* url(../mediahq/change.png); */
  url(../media/benefitsbanner.png);
}
.collection-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)),
  /* url(../mediahq/explore-test2.png); */
  url(../media/explore-nft-banner.png);
}

.future-hero {
  background: url(../mediahq/spaceship1.png);
  background-attachment: scroll!important;
  background-size: cover!important;
  background-position: center;
}

.main-hero-image {
  width: 99vw;
  height: 80%;
  background: url(../mediahq/belle.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.hero-content {
  width: 100%;
  height: 100%;
}
t
.main-hero-logo {
  /* width: 528px;
  height: 250px; */
  background: url(../media/tapparfum.webp) no-repeat;
  background-size: contain;
  background-position: 50%;
}

.navbar-toggler.text-white {
  border: 1px solid black;
  filter:brightness(0) invert(1);
}

.mw-370 {
  min-width: 370px;
}
.mw-100p {
  max-width: 100%;
}


.grid-col-4 {grid-template-columns: repeat(4, 1fr); }
.grid-col-5 {grid-template-columns: repeat(5, 1fr); }
.grid-col-6 {grid-template-columns: repeat(6, 1fr); }
.grid-span-2 {grid-area: auto / auto / span 1 / span 2;}
.grid-span-4 {grid-area: auto / auto / span 1 / span 4;}

.mintpass-reward .rounded-circle {width: 100px; height: 100px}


.accordion-button::after {
  display: none;
}

.icon-expand, .icon-collapse {
  display:none;
}
.accordion-button.collapsed .icon-expand,
.accordion-button:not(.collapsed) .icon-collapse{
  display:inline
}

.accordion-button:not(.collapsed) {
  background-color: unset!important;
}
.accordion-button:focus {
  box-shadow: unset!important;
}

.py-7-5{
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}

.max-height-200 {
  max-height: 200px;
}
.max-height-120 {
  max-height: 120px;
}

.my--1 {margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
.my--2 {margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
.my--3 {margin-top: -1rem !important; margin-bottom: -1rem !important; }
.my--4 {margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
.my--5 {margin-top: -3rem !important; margin-bottom: -3rem !important; }
.mb--1 {margin-bottom: -0.25rem !important; }
.mb--2 {margin-bottom: -0.5rem !important; }
.mb--3 {margin-bottom: -1rem !important; }
.mb--4 {margin-bottom: -1.5rem !important; }
.mb--5 {margin-bottom: -3rem !important; }


.mintpass-image {
  background-color: var(--main-color);
  box-shadow: 8px 8px 6px 4px #00000040;
  width: 120%;
  padding-right: 20%;
  z-index: 1;
}
.mintpass-image img {
  transition: ease 0.5s;
  box-shadow: 12px 11px 4px 0px #00000040;
  max-width: 100%; /* Ensure images do not exceed their container */
}
.mintpass-reward {
  box-shadow: 6px 7px 8px 2px #00000040;
  z-index: 3;
}
.mintpass-subtitle {
  background-color: var(--main-color);
  box-shadow: 6px 7px 8px 2px #00000040;
}
.shake {
  display: inline-block; /* Ensures the element is treated as a block for better control */
  animation: shake-animation 3s infinite;
}
@keyframes shake-animation {
  0% { transform: rotate(0deg); }
  5% { transform: rotate(-10deg); }
  10% { transform: rotate(10deg); }
  15% { transform: rotate(-10deg); }
  20% { transform: rotate(0deg); }
}
.mintpass-reward img {
  width: 100%; /* Ensure images do not exceed their container */
  transition: ease 0.5s;
  max-width: 240px; /* Optional: max width for large screens */
}
.mintpass-image:hover img {
  /* transform: scale(1.3); */
}
.mintpass-reward img:hover {
  transform: scale(1.3);
}




.team-card .card {
  border: 1px solid #0000;
}
.team-slider {
  margin: 0 auto;
}

.team-slider-inner {
  transition: transform 0.5s ease;
}

.team-card {
  padding: 24px;
  box-sizing: border-box;
}
.feature-card .card {
  margin: 0 12px;
}

.team-card img {
  max-height: 200px;
  object-fit: cover;
}

.team-card .card,
.team-card img {
  border-radius: 18px;
}


.product-card .card {
  border: 1px solid #0000;
}
.product-slider {
  margin: 0 auto;
}

.product-slider-inner {
  transition: transform 0.5s ease;
}

.product-card {
  box-sizing: border-box;
}
.feature-card .card {
  margin: 0 12px;
}

.product-card img {
  height: 200px;
  object-fit: contain;
}

.product-card .card,
.product-card img {
  border-radius: 18px;
}

.product-controls,
.team-controls,
.slider-controls {
  position: absolute;
  top: -250px;
  margin-left: -64px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}


.product-slider-inner .m,
.product-slider-inner .f,
.product-slider-inner .n {
  display:none
}

.product-slider-inner.show-male .m{
  display:block
}
.product-slider-inner.show-female .f{
  display:block
}
.product-slider-inner.show-neutral .n {
  display:block
}

.product-slider-inner.show-all .m,
.product-slider-inner.show-all .f,
.product-slider-inner.show-all .n {
  display:block
}
.mouse.active {
  text-decoration: underline;
}
.mw-95 {
  max-width: 95vw;
}

.feature-slider-inner {
  transition: transform 0.5s ease;
}

.w-40px {
  width:40px;
}

.bg-ac3col{
  --image-ratio: 1174/1691;
  background: url(../mediahq/blog.png);
  --width: 99vw;
}

.category-card .card {
  border: 1px solid #0000;
}
.category-slider {
  margin: 0 auto;
}

.category-slider-inner {
  transition: transform 0.5s ease;
}

.category-card {
  padding: 24px;
  box-sizing: border-box;
}
.category-card .card {
  margin: 0 12px;
}

.category-card img {
  height: 200px;
  object-fit: cover;
}

.category-card .card,
.category-card img {
  border-radius: 18px;
}

.category-controls {
  position: absolute;
  top: -250px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.w-fit {
  width: fit-content !important;
}
.h-fit {
  height: fit-content !important;
}

.progress-ball {
  border: 11px solid;
  border-radius: 30px;
  border-color:var(--main-color);
}

.progress-ball.active {
  border-color:var(--secondary-color);
}


.roadmap-item {
  cursor: pointer;
}

.roadmap-item img {
  width: 80px;
  height: 80px;
}

.roadmap-item-title {
  /* font-size: 1rem; */
  color: #343a40;
}

.progress {
  height: 10px;
}

.roadmap-description {
  display: none;
  background-color: #ddd;
}

.roadmap-description.active {
  display: block;
}

.rarity-circle {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


.customslider-inner {
  left: 0px;
}


.customslider {
  height:338px;
}