@import "tailwindcss";
@plugin "flyonui";
@import "./node_modules/flyonui/variants.css"; /* Require only if you want to use FlyonUI JS component */
@source "./node_modules/flyonui/dist/index.js"; /* Require only if you want to use FlyonUI JS component */

body {
  background: black;
  font-family: sans-serif;
  color: white;
  text-align: center;
  min-height: 100vh;
    font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}
* {
  box-sizing: border-box;
  font-family: sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@layer base {
  :root {
    --primary-color: #14cf93;
    --secondary-color: #0f0f0f;
    --Shadow-color: #dbdbdb;
    ----gred-1: radial-gradient(
      116.96% 115.94% at 9.81% 9.24%,
      #363636 0%,
      rgba(26, 26, 26, 0.27) 100%
    );
    --bg-but: var(
      --gred-1,
      radial-gradient(
        116.96% 115.94% at 9.81% 9.24%,
        #363636 0%,
        rgba(26, 26, 26, 0.27) 100%
      )
    );
    --border-color: 1.2px solid var(--new-strok, rgba(219, 219, 219, 0.28));
    --new-bg: #171717;
    --new-strok: rgba(219, 219, 219, 0.28);
    --background-color: var(--new-bg, #171717);
  }
}

/* Performance: Optimize animated elements */
[x-data] {
  will-change: auto;
}
[x-show] {
  will-change: opacity;
}
/* 
.head-hero {
  background: linear-gradient(to right, #190101, #000000, #010b17);
} */
.card {
  min-width: 320px;
  background: linear-gradient(180deg, #1c1c1c, #111);
  border-radius: 20px;
  padding: 24px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.6);
}
.stars {
  letter-spacing: 2px;
}
.btn-gradient {
  background: #14cf93;
  border: 1px #14cf93 solid;
}

.accenture-logo {
  width: 133.54px;
  height: 50.078px;
  background: linear-gradient(
    90deg,
    #0f0f0f 0%,
    rgba(15, 15, 15, 0.8) 50%,
    rgba(15, 15, 15, 0) 100%
  );
}
.shopify {
  width: 133.54px;
  height: 50.078px;
  background: linear-gradient(
    270deg,
    #0f0f0f 0%,
    rgba(15, 15, 15, 0.8) 50%,
    rgba(15, 15, 15, 0) 100%
  );
}
.border-second {
  border: 1.638px solid #232323;
  border-radius: 24px;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.card-latest {
  position: relative;
  min-width: 320px;
  min-height: 240px;
  background: linear-gradient(180deg, #1c1c1c, #111);
  border-radius: 20px;
  padding: 16px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.6);
}
#colors {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0e0c15 50%);
  width: 100%;
  overflow-x: hidden;
  height: 451px;
  position: absolute;
}
/* bg-menu */
.bg-gradient {
  background-image: linear-gradient(135deg, #0e0e14 0%, #15151f 100%);
}
.box-shadow-yellow {
  box-shadow:
    -19px 1px 15px #161302,
    -1px -20px 15px rgb(71 59 0 / 35%),
    0px 20px 15px rgb(60 52 9 / 35%);
  transition: box-shadow 0.5s ease-out;
}

.bg-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.margin-r {
  margin-right: 16.5rem;
}
.details-image {
  border-radius: 24px;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}

.box-shadow-yellow:hover {
  box-shadow:
    -6px 0 32px rgba(100, 85, 0, 0.55),
    0 -6px 32px rgba(100, 85, 0, 0.55),
    0 6px 32px rgba(100, 85, 0, 0.55);
}

.head-consultation h1 {
  text-align: center;
  text-shadow:
    0 0 5px rgba(59, 246, 134, 0.5),
    0 0 10px rgba(59, 246, 134, 0.3);
  font-family: sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.6px;
  color: #14cf93;
}

.head-consultation h2 {
  color: #f8fafc;
  font-family: sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.6px; /* 60.75% */
}

#consultation {
  img {
    margin-top: 10rem;
    margin-bottom: 10rem;
    border: #14cf93 2px solid;
    border-radius: 50%;
  }
}
.description-consultation {
  border: 1px solid rgba(219, 219, 219, 0.28);
  background: #171717;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}
.description-consultation p {
  padding: 0rem 14.5rem;
}
.bg-options {
  background-color: #171717;
}
.bg-card-dark {
  background-color: #18181b;
}

.h-card {
  height: 17rem;
}
.card-options {
  height: fit-content;
}
#future .future-p {
  padding: 0rem 6rem;
  margin-top: 1rem;
}

hr {
  width: 100%;
  border: none;
  height: 0.5px;
  background-color: #1d2839;
}
/* Desktop */
@media (min-width: 1025px) {
  .head-consultation h1 {
    line-height: 60px;
  }
  .nav-box {
     background :black
  }
}
/* Tablet */
@media (max-width: 1024px) {
  .head-consultation h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .head-consultation h2 {
    font-size: 28px;
    line-height: 44px;
  }
   .nav-box {
     background-image: linear-gradient(135deg, #0e0e14 0%, #15151f 100%);
  }
  #consultation {
    img {
      margin-top: 5rem;
      margin-bottom: 5rem;
    
  }
  .description-consultation p {
    padding: 0rem 6.5rem;
  }
  .h-card {
    height: 12rem;
  }
}

.img-boxs img {
  height: 200px;
}
/* Mobile */
@media (max-width: 640px) {
  .head-consultation h1 {
    font-size: 28px;
    line-height: 38px;
  }
 .nav-box {
     background-image: linear-gradient(135deg, #0e0e14 0%, #15151f 100%);
  }
  #consultation {
    img {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }
  .head-consultation h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .description-consultation p {
    padding: 1rem 2.5rem;
  }
  .h-card {
    height: 12rem;
  }
}
#colors {
width: 91%;
overflow: hidden;
}
section {
  overflow-x: hidden;
}
}

.card-blogs {
  border: 0.3px solid #a1aebf !important
}





/* A */
  @keyframes float-y {
      0% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
      100% {
        transform: translateY(0);
      }
    }
