/*-----------------------------------*\
 * #style.css
\*-----------------------------------*/

/**
 * copyright 2025 @fiwc
 */





/*-----------------------------------*\
 * #CUSTOM PROPERTY
\*-----------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Overlock:wght@400;700&family=Sniglet:wght@400;800&display=swap');

@font-face {
  font-family: BaronNeue;
  src: url(../fonts/baron_neue/Baron\ Neue\ Bold.otf);
}

@font-face {
  font-family: Cottorway;
  src: url(../fonts/cottorway/Cottorway\ Typeface\ Bold.ttf);
}

@font-face {
  font-family: CottorwayRegular;
  src: url(../fonts/cottorway/Cottorway\ Typeface\ Regular.ttf);
}

@font-face {
  font-family: Roca;
  src: url(../fonts/roca/Roca\ Two\ Bold.ttf);
}

:root {

  /**
   * colors
   */

  --rich-black-fogra-29: hsl(225, 25%, 9%);
  --rich-black-fogra-39: hsl(170, 21%, 5%);
  --raisin-black: hsl(228, 13%, 15%);
  --eerie-black: hsl(207, 19%, 11%);
  --light-gray: hsl(0, 3%, 80%);
  --gunmetal-1: hsl(229, 15%, 21%);
  --gunmetal-2: hsl(216, 22%, 18%);
  --gainsboro: hsl(0, 7%, 88%);
  --citrine: hsl(57, 97%, 45%);
  --xiketic: hsl(253, 21%, 13%);
  --gray-x: hsl(0, 0%, 74%);
  --white: hsl(0, 100%, 100%);
  --black: hsl(0, 0%, 0%);
  --jet: hsl(0, 0%, 20%);

  --logo-text-color: #387c8c;
  --text-color: #00b9d3;
  --fiwc-text-color: #17386e;
  --primary-color: #e5f8fa;
  /**
   * typography
   */

  --ff-poppins: 'Poppins', sans-serif;

  --fs-1: 36px;
  --fs-2: 32px;
  --fs-3: 30px;
  --fs-4: 24px;
  --fs-5: 20px;
  --fs-6: 18px;
  --fs-7: 16px;
  --fs-8: 15px;
  --fs-9: 14px;
  --fs-10: 13px;
  --fs-11: 12px;
  --fs-12: 11px;

  --fw-500: 500;
  --fw-700: 700;

  /**
   * transition
   */

  --transition-1: 0.15s ease;
  --transition-2: 0.25s ease-in;

  /**
   * spacing
   */

  --section-padding: 100px;

}

/*-----------------------------------*\
 * #RESET
\*-----------------------------------*/

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

a { text-decoration: none; }

a,
img,
span,
input,
button,
ion-icon { display: block; }

input {
  font: inherit;
  width: 100%;
  border: none;
}

select,
button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

html {
  font-family: var(--ff-poppins);
  scroll-behavior: smooth;
}

body { background: var(--white); }

body.active { overflow: hidden; }





/*-----------------------------------*\
 * #REUSED STYLE
\*-----------------------------------*/

.container { padding-inline: 15px; }

/**
 * TITLES & SUBTITLES
 */

.h1,
.h2,
.h3 {
  color: var(--logo-text-color);
  line-height: 1.2;
}

.h1 { font-size: var(--fs-1); }

.h2 { font-size: var(--fs-2); }

.h3 { font-size: var(--fs-6); }

.section-subtitle {
  color: var(--citrine);
  font-size: var(--fs-11);
  font-weight: var(--fw-500);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}

.section-title { text-align: center; }
.section-title1 { text-align: center; }
.section-title2 { text-align: center; }
.read-more { text-align: center; }

/**
 * BADGE
 */

.badge {
  color: var(--white);
  font-size: var(--fs-12);
  font-weight: var(--fw-700);
  border: 2px solid transparent;
  padding: 2px 10px;
}

.badge-fill {
  background: var(--white);
  color: var(--raisin-black);
}

.badge-outline { border-color: var(--white); }

/**
 * FIWC META
 */

.meta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px 25px;
  margin-bottom: 50px;
}

.badge-wrapper,
.ganre-wrapper,
.date-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}

.ganre-wrapper > a {
  color: var(--gainsboro);
  font-size: var(--fs-9);
  font-weight: var(--fw-500);
  transition: var(--transition-1);
}

.ganre-wrapper > a:is(:hover, :focus) { color: var(--citrine); }

.date-time { gap: 15px; }

.date-time > div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--gainsboro);
  font-size: var(--fs-9);
  font-weight: var(--fw-500);
}

.date-time ion-icon {
  --ionicon-stroke-width: 50px;
  color: var(--citrine);
}

/**
 * BUTTONS
 */

.btn {
  color: var(--white);
  font-size: var(--fs-11);
  font-weight: var(--fw-700);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border: 2px solid var(--citrine);
  border-radius: 50px;
  transition: var(--transition-1);
}

.btn > ion-icon { font-size: 18px; }

.btn-primary { background: var(--rich-black-fogra-29); }

.btn-primary:is(:hover, :focus) {
  background: var(--citrine);
  color: var(--xiketic);
}

/* BUTTON BUY */

.anim-bg-gradient {
  padding: 0.6em 1.2em;
  border-radius: 5em;
  cursor: pointer;
  color: white;
  background: linear-gradient(120deg, #ace1f5, #b4b4f4, #b489f3);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position .5s;
  box-shadow: 5px 10px 15px #9a9a9a;
  text-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}

.anim-bg-gradient .btn-buy {
  font-family: Cottorway;
  letter-spacing: 3px;
  font-size: 3rem;
}

.anim-bg-gradient:hover {
  background-position: 0 0;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.hero .hero-content .anim-bg-gradient > span {
  font-family: BaronNeue;
  letter-spacing: 1px;
  font-size: 3rem;
  padding: 10px 20px;
  text-align: center;
}

/**
 * TOKEN CARD
 */

.token-list {
  display: grid;
  gap: 50px;
}

.token-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.token-card .card-banner {
  position: relative;
  /* background: var(--gunmetal-1); */
  /* aspect-ratio: 2 / 3; */
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: var(--transition-1);
}

.token-card .card-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  transition: var(--transition-1);
}

.token-card .card-banner:hover { box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.5); }

.token-card .card-banner:hover::after { background: hsla(0, 0%, 100%, 0.05); }

.token-card .card-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/**
 * CUSTOM SLIDER & SCROLLBAR
 */

.token-list.has-scrollbar {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
  padding-bottom: 25px;
}

.has-scrollbar::-webkit-scrollbar { height: 8px; }

.has-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: 0 0 0 2px var(--citrine);
  border-radius: 10px;
}

.has-scrollbar::-webkit-scrollbar-thumb {
  background: var(--gainsboro);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 var(--black),
              inset 0 -1px 0 var(--black);
}


/*-----------------------------------*\
 * #HEADER
\*-----------------------------------*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 25px;
  transition: var(--transition-2);
  z-index: 4;
}

.header.active {
  /* background: var(--primary-color); */
  padding-block: 20px;
  visibility: hidden;
}

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

.header-actions { display: none; }

.menu-open-btn {
  color: var(--fiwc-text-color);
  font-size: 40px;
}

.navbar {
  position: fixed;
  top: 0;
  right: -300px;
  background: var(--primary-color);
  width: 100%;
  max-width: 300px;
  height: 100%;
  box-shadow: -1px 0 3px hsl(0, 0%, 0%, 0.2);
  transition: 0.15s ease-in;
  visibility: hidden;
  z-index: 3;
}

.navbar.active {
  right: 0;
  visibility: visible;
  transition: 0.25s ease-out;
}

.navbar-top {
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-close-btn {
  color: var(--fiwc-text-color);
  font-size: 25px;
  padding: 5px;
}

.menu-close-btn ion-icon { --ionicon-stroke-width: 80px; }

.navbar-list {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  margin-bottom: 30px;
}

.navbar-link {
  color: var(--white);
  font-size: var(--fs-8);
  font-weight: var(--fw-500);
  padding: 10px 25px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  transition: var(--transition-1);
}

.navbar-link:is(:hover, :focus) { color: var(--logo-text-color); }

.navbar-social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.navbar-social-link {
  font-size: 20px;
  color: var(--fiwc-text-color);
  transition: var(--transition-1);
}

.navbar-social-link:is(:hover, :focus) { color: var(--logo-text-color); }

.overlay {
  position: fixed;
  inset: 0;
  background: hsla(204, 18%, 11%, 0.8);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: var(--transition-2);
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}


/*-----------------------------------*\
 * #HERO
\*-----------------------------------*/

.hero {
  background: url("../images/hero-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 750px;
  height: 100vh;
  max-height: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-block: var(--section-padding);
}

.hero-content { margin-top: 60px; }

.hero-content > img {
  width: 100%;
  margin-left: -20px;
  padding-bottom: 30px;
}

.hero-subtitle {
  color: var(--citrine);
  font-size: var(--fs-4);
  font-weight: var(--fw-700);
  margin-bottom: 10px;
}

.hero-title { 
  margin-bottom: 30px; 
  color: var(--text-color);
  font-family: "Sniglet", serif;
  font-weight: 400;
  font-style: normal;
}

.hero-title > strong { color: var(--citrine); }

.hero .learn-wrapper > h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hero .learn-wrapper .learn-title {
  color: var(--text-color);
  font-size: 30px;
  font-weight: 500;
}

.hero .learn-wrapper .learnmore > img {
  width: 40px;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: var(--fiwc-text-color);
}


/*-----------------------------------*\
 * #WHAT IS FIWC
\*-----------------------------------*/

.what-is-fiwc {
  margin: 0;
  padding: 100px 0;
  background-image: 
    url("../images/whatisfiwc-bg-t.png"), 
    url("../images/whatisfiwc-bg-b.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 100px left, bottom;
  background-size: 20%, 100%;
}


.what-is-fiwc .section-title { 
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Roca;
  color: var(--fiwc-text-color);
  letter-spacing: 0.1rem;
}
.what-is-fiwc .section-title1 { 
  margin-bottom: 50px;
  font-family: Cottorway;
  color: var(--logo-text-color);
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
}
.what-is-fiwc .section-title2 { 
  margin-bottom: 50px;
  font-family: CottorwayRegular;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  font-weight: lighter;
}

.what-is-fiwc .button-read { 
  margin-bottom: 200px;
  font-family: BaronNeue;
  font-size: 2.5rem;
  text-decoration: underline;
  color: var(--text-color);
}

.what-is-fiwc .button-more { 
  margin-bottom: 200px;
  font-family: Cottorway;
  font-size: 2.5rem;
  text-decoration: underline;
  color: var(--text-color);
}

.what-is-fiwc .filter-list {
  gap: 15px;
  margin-bottom: 50px;
}

.what-is-fiwc .filter-btn {
  position: relative;
  background: var(--rich-black-fogra-39);
  color: var(--light-gray);
  font-size: var(--fs-10);
  font-weight: var(--fw-700);
  text-transform: uppercase;
  padding: 17px 25px;
  border-radius: 4px;
  box-shadow: inset 0 3px 7px hsla(0, 0%, 0%, 0.8);
}

.what-is-fiwc .filter-btn:focus {
  color: var(--citrine);
  text-shadow: 0 3px 25px hsla(57, 97%, 45%, 0.5);
}

.what-is-fiwc .filter-btn:focus::before,
.what-is-fiwc .filter-btn:focus::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--citrine);
  width: 2px;
  height: 15px;
}

.what-is-fiwc .filter-btn:focus::before { left: 0; }

.what-is-fiwc .filter-btn:focus::after { right: 0; }





/*-----------------------------------*\
 * #TOKEN DETAILS
\*-----------------------------------*/

.token-details {
  background-size: cover;
  background-color: white;
  background-position: center;
  padding-block: var(--section-padding);
}

.token-details .section-title { 
  margin-bottom: 100px;
  font-family: Roca;
  color: var(--fiwc-text-color);
  letter-spacing: 0.1rem;
  text-align: left;
  
}

.footer {
  margin: 0;
  padding: 0;
  padding-bottom: 250px;
  background-image: 
    url("../images/social-left.png"), 
    url("../images/social-right.png"),
    url("../images/social-center.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top left , top right, center bottom;
  background-size: 20%, 22%, 100%;
}

.footer .footer-bottom .h1 {
  text-align: center;
  padding-top: 200px;
  margin-bottom: 100px;
  font-family: Roca;
  color: var(--fiwc-text-color);
  letter-spacing: 0.1rem;
  text-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}


.footer .social-wrapper {
  display: inline-block;
  margin: 0 50px;
}

.footer .social-wrapper > a > img {
  width: 200px;
  padding: 30px 0;
}

/*-----------------------------------*\
 * #GO TO TOP
\*-----------------------------------*/

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--logo-text-color);
  color: var(--white);
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-2);
  z-index: 2;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
}


/*-----------------------------------*\
 * #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for large than 550px screen
 */

@media (min-width: 550px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fs-1: 42px;

  }

  /* WhAT IS FIWC */
  .what-is-fiwc .button-read {
    margin-bottom: 200px;
  }

  .what-is-fiwc .button-more {
    margin-bottom: 200px;
  }


  /**
   * REUSED STYLE
   */

  .container {
    max-width: 540px;
    margin-inline: auto;
  }

  /* TOKEN CARD */

  .token-list {
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
  }


  /**
   * HERO
   */

  .hero { min-height: unset; }

  .hero-content { margin-top: 20px; }

  .footer .social-wrapper > a > img {
    width: 100px;
  }

}





/**
 * responsive for large than 768px screen
 */

@media (min-width: 768px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fs-2: 36px;

  }



  /**
   * REUSED STYLE
   */

  .container { max-width: 720px; }

  .token-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
  }

  /**
   * HEADER
   */

  .header .container { gap: 30px; }

  .header-actions {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 35px;
  }

  .header-actions .btn-primary { display: none; }

  .search-btn {
    position: relative;
    color: var(--white);
  }

  .search-btn ion-icon { --ionicon-stroke-width: 80px; }

  .search-btn::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -20px;
    background: hsla(0, 0%, 100%, 0.1);
    width: 2px;
    height: 14px;
  }

  .lang-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .lang-wrapper label {
    color: var(--citrine);
    font-size: 20px;
  }

  .lang-wrapper select {
    color: var(--white);
    font-size: var(--fs-9);
    font-weight: var(--fw-700);
  }

  .lang-wrapper option { color: var(--black); }



  /**
   * HERO
   */

  .hero-content { margin-top: 90px; }

  /* WhAT IS FIWC */
  .what-is-fiwc .button-read {
    margin-bottom: 300px;
  }

  .what-is-fiwc .button-more {
    margin-bottom: 300px;
  }

  /**
   * FOOTER
   */

  .footer .social-wrapper {
    display: inline-flex;
    gap: 150px;
    margin: 0 50px;
  }

  .footer .social-wrapper > a > img {
    width: 120px;
  }

}





/**
 * responsive for large than 992px screen
 */

@media (min-width: 992px) {

  /**
   * REUSED STYLE
   */

  .container { max-width: 960px; }

  /* TOKEN CARD */

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



  /**
   * HEADER
   */

  .header.active { padding-block: 5px; }

  .menu-open-btn,
  .navbar-top,
  .navbar-social-list { display: none; }

  .navbar {
    all: unset;
    margin-left: auto;
  }

  .header-actions {
    order: 1;
    margin-left: 0;
  }

  .navbar-list {
    all: unset;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .navbar-link {
    border-bottom: none;
    font-size: var(--fs-9);
    font-weight: var(--fw-700);
    text-transform: uppercase;
    padding: 30px 15px;
  }

  .overlay { display: none; }



  /**
   * HERO
   */

  .hero { background-position: right; }

  .hero .container { width: 950px; }

  .hero-content {
    margin-top: 100px;
    max-width: 600px;
  }

  /* WhAT IS FIWC */
  .what-is-fiwc .button-read {
    margin-bottom: 400px;
  }

  .what-is-fiwc .button-more {
    margin-bottom: 400px;
  }

  .footer .social-wrapper {
    display: inline-flex;
    gap: 150px;
    margin: 0 50px;
  }

  .footer .social-wrapper > a > img {
    width: 200px;
  }

}
/**
 * responsive for large than 1200px screen
 */

@media (min-width: 1200px) {

  /**
   * CUSTOM PROPERTY
   */

  :root {

    /**
     * typography
     */

    --fs-1: 60px;
    --fs-4: 26px;

  }



  /**
   * REUSED STYLE
   */

  .container { max-width: 1320px; }

  /* TOKEN CARD */

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



  /**
   * HEADER
   */

  .navbar { margin-inline: auto; }

  .header-actions .btn-primary {
    display: block;
    --fs-11: 14px;
    padding: 10px 35px;
    letter-spacing: 1px;
  }

  /**
   * HERO
   */

  .hero .container { width: 1320px; }

  /* WhAT IS FIWC */
  .what-is-fiwc .button-read {
    margin-bottom: 500px;
  }

  .what-is-fiwc .button-more {
    margin-bottom: 500px;
  }

  .footer .social-wrapper {
    display: inline-flex;
    gap: 150px;
    margin: 0 50px;
  }

  .footer .social-wrapper > a > img {
    width: 200px;
  }

}
