/* General ******************************************************* */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-family: "DM Sans";
  scroll-behavior: smooth;
}
/* ***************************************************************** */
/* Header : */
.overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 20;
}
header {
  position: fixed;
  z-index: 50;
  top: 1.8rem;
  left: 50%;
  transform: translateX(-50%);

  height: 4.875rem;
  width: 82.9%;
  max-width: 124.625rem;
  padding: 0 0.6875rem;

  display: flex;
  justify-content: space-between;
  align-items: center;

  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);

  border-radius: 3.125rem;

  box-shadow: 1px 1px 11.5px 0px rgba(0, 0, 0, 0.1) inset;
  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);
}
.logo {
  height: 3.625rem;
  border-radius: 50%;
}
header nav {
  display: flex;
  gap: 3rem;
}
header ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 3rem;
}
header ul li a {
  display: inline-block;

  text-decoration: none;
  font-weight: 800;
  font-size: 1.25rem;
  color: black;

  transition: all 0.3s;
}
header ul li a:hover {
  color: rgb(156, 7, 7);
}
header .languages-cn {
  display: flex;
  gap: 3rem;
}
header .languages-cn ul {
  gap: 0.8rem;
}
header .languages-cn ul .separator {
  border-right: 1px solid black;
  width: 1px;
  height: 2rem;
}
header .languages-cn ul .jp {
  font-weight: 200;
}
.cta-btn {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1rem;

  font-size: 0.94rem;

  background: none;
  border: 1px solid black;
  border-radius: 3.125rem;

  transition: all 0.3s;
}
.cta-btn:hover {
  color: rgb(156, 7, 7);
  border-color: rgb(156, 7, 7);
}
.cta-btn span {
  font-family: "Thonburi", sans-serif;
  font-weight: 200;
}

.cta-btn:hover .horizontal-line {
  border-color: rgb(156, 7, 7);
}
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  z-index: 3;
  display: none;
}
.icon-mobile-nav {
  height: 2.8rem;
  width: 2.8rem;
  color: #333;
}
.icon-mobile-nav[name="close-outline"] {
  display: none;
}
.icon-mobile-nav[name="menu-outline"] {
  display: none;
}
/* ***************************************************************** */
/* Hero : */
.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-image: url("images/bg-red.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height: calc(100vw * 3344 / 4096); */
  padding-top: 9rem;

  position: relative;
}
.hero .subtitle {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.hero .title {
  font-family: "DM Sans";
  font-weight: 800;
  font-size: 6rem;
  letter-spacing: -0.19rem;
  text-align: center;
  margin-top: -1rem;
}
.hero .description {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 1rem;
  text-align: center;

  width: 90%;
  max-width: 43rem;

  text-align: center;
  margin-top: -0.5rem;
}
.hero .cta-btn-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  align-items: center;
  gap: 0.6rem;

  transition: all 0.3s;

  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);

  color: white;
  font-size: 1rem;
  height: 3.125rem;
  padding: 0 3rem;
  margin-top: 0.93rem;

  border-radius: 3.125rem;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 1px 6px 32px 4px rgba(0, 0, 0, 0.1) inset;
}
.hero .cta-btn-hero:hover {
  border-color: rgba(0, 0, 0, 0.5);
  color: black;
}
.hero .cta-btn-hero span {
  font-family: "DM Sans";
  font-size: 1.25rem;

  font-weight: 300;
}
.hero .cta-btn:hover {
  border-color: black;
  color: black;
}
.hero .cta-btn .horizontal-line {
  border-color: white;
}
.hero .cta-btn:hover .horizontal-line {
  border-color: black;
}
.img-cn {
  margin-top: 1%;
  display: flex;
  justify-content: center;
  width: 100%;
}
.hero img {
  width: 48.5%;
  height: auto;
  margin-left: 12%;
}
.gr {
  width: 100%;
  background: linear-gradient(to top, white, transparent);
  position: absolute;
  left: 0;
}
.gridient1 {
  height: 122.19%;
  top: 66.33%;
}
.gridient2 {
  height: 103%;
  top: 67.62%;
}
.gridient3 {
  height: 113%;
  top: 70.48%;
}
.gridient4 {
  height: 113%;
  top: 70.77%;
}
.gridient5 {
  height: 30.73%;
  top: 73.65%;
}
.gridient6 {
  height: 25.44%;
  top: 81.36%;
}
.gridient7 {
  height: 25%;
  top: 87.91%;
}
.gridient8 {
  height: 8.87%;
  top: 91.15%;
}

/* ***************************************************************** */
/* services */
.services {
  position: relative;
  z-index: 1;
  padding: 0rem 1.875rem;
  margin-top: -1.5rem;
}
.service-top-cn {
  display: flex;
  justify-content: center;
  align-items: end;

  gap: 14rem;
  padding-left: 5rem;
}

.service-h2 {
  font-family: "Cabin";
  font-weight: 500;
  font-size: 6rem;
  line-height: 0.95;
  margin-top: 4rem;
}
.service-h2 span {
  font-family: "DM Serif Display";
  font-weight: 400;
}
.service-p {
  font-family: "DM Sans";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  max-width: 31.125rem;
}

.service-bott-cn {
  display: grid;
  grid-template-columns: minmax(0, 376px) minmax(0, 376px);
  gap: 4.5rem;
  justify-content: center;
  padding: 6rem 8rem;

  margin-left: 2%;
}
.service-card h2 {
  font-family: "DM Sans";
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.service-card p {
  max-width: 29.25rem;
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
/* ***************************************************************** */
/* Features */
.features {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding: 5rem 2.25rem;
  z-index: 1;

  /* background-image: url("images/bg-color.png");
  background-size: cover;
  background-position: center -150px;
  background-repeat: no-repeat; */
}
.backgroud-colors {
  position: absolute;
  width: 100%;
  height: 190%;
  top: -15.625rem;
  left: 0;
  z-index: -1;
}
.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature h2 {
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: -0.16rem;
  text-align: center;
}
.feature p {
  max-width: 35.81rem;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
}
.features .grid {
  display: grid;
  grid-template-columns: minmax(0, 31rem) minmax(0, 31rem);
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}
.market {
  --glow-color: #00fba3; /* green */
  --height: 120%;
  --top: 0;
}
.freebies {
  --glow-color: #ff0000b2; /* red/pink */
  --height: 100%;
  --top: 0;
}
.swap {
  --glow-color: #007bff; /* blue */
  --height: 100%;
  --top: 0;
}
.carshare {
  --glow-color: rgba(0, 0, 0, 0.8); /* yellow/orange */
  --height: 120%;
  --top: 0;
}
.feature-cards {
  position: relative;
  display: flex;
  flex-direction: column;

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) inset;

  padding: 2rem 3.5rem 1.7rem 3.5em;

  border-radius: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.2);
  min-height: 16.5rem;

  transition: transform 0.3s ease;

  align-items: center;
}
.feature-cards:hover {
  transform: translateY(-5px);
}
.feature-cards h3 {
  color: #fff;
  text-shadow: 0 4px 16.6px rgba(0, 0, 0, 0.25);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.12rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.feature-cards h4 {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
.feature-cards p {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
  max-width: 25rem;
}
/* cta  -------------------------------------------------------------------- */
.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10.5rem 0;
  z-index: 1;
  margin-top: 5rem;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/bg-third.jpg");
  mask-image: linear-gradient(to bottom, transparent, black);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(1px);
  z-index: -200;
}
.cta h2 {
  font-family: "DM Sans";
  font-weight: 800;
  font-size: 4rem;
  text-align: center;
  letter-spacing: -0.16rem;
}
.cta p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 4rem;
}
/* footer  -------------------------------------------------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.footer {
  background: #370404;
  padding: 30px 0;
  color: white;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-logo-circle {
  width: 58px;
  height: 58px;
  border: 3px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  position: relative;
  overflow: hidden;
}
.footer-logo-inner {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer-logo-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.footer-hands-icon {
  font-size: 18px;
  margin-top: 2px;
  color: #000;
}
.footer-logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.footer-nav {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-nav-link {
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.625rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-nav-link:hover {
  color: rgb(156, 7, 7);
}
.social-media {
  display: flex;
  gap: 20px;
}
.social-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
/*------------------------------------------------------------------------------------------- */
.gradient-bg {
  width: 100%;
  height: 100vh;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(0, 255, 200, 0.8),
      transparent 60%
    ),
    radial-gradient(circle at 80% 20%, rgba(255, 0, 0, 0.8), transparent 60%),
    radial-gradient(circle at 40% 80%, rgba(0, 0, 255, 0.8), transparent 60%);
  filter: blur(80px);
}
/*------------------------------------------------------------------------------------------- */
