:root {
  --bg-primary: #e2fe26;
  --primary-text: #ddf247;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satoshi", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #fff;
}

img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: var(--primary-text);
}

button {
  font-family: inherit;
  border: none;
  outline: none;
  background: transparent;
}

.btn {
  transition: 0.2s all ease;
  transform: scale(1);
  font-weight: 500;
}

.btn:active {
  transform: scale(0.95);
}

.btn_primary {
  background: var(--bg-primary);
  color: #000;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 18px;
  display: inline-block;
}

.btn_primary:hover {
  color: #161616;
  background: #e1fe26c4;
}

body {
  background: #041a18;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.53);
}

/* Main Css Here */
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding: 25px 0px;
}

.logo {
  width: 300px;
  height: 300px;
  margin-top: 0px;
  border-color: #1d4ed8;
}

nav ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

nav ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}

/* Hero Area */
.hero {
  padding: 70px 0px;
  padding-top: 150px;
  position: relative;
  z-index: 1;
}

.slowAnimation {
  animation: floatUpDown 2s ease-in-out infinite;
  position: absolute;
  height: 100px;
  width: 100px;
  object-fit: contain;
  z-index: -1;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.visual_one {
  top: 100px;
  left: 140px;
}

.visual_two {
  bottom: -10px;
  left: 340px;
}

.visual_four {
  top: 100px;
  right: 140px;
}

.visual_three {
  bottom: -20px;
  right: 340px;
}

.hero_wrapper {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.hero_wrapper .btn {
  margin-top: 20px;
}

.hero_wrapper h2 {
  padding-bottom: 20px;
  font-size: 62px;
  font-weight: 700;
}

.hero_wrapper p {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}

/* Project area */
.projects {
  padding: 70px 0px;
  padding-top: 100px;
}

.project_head {
  text-align: center;
  padding-bottom: 60px;
}

.project_head h2 {
  font-size: 44px;
  font-weight: 700;
  padding-bottom: 10px;
}

.project_head p {
  padding-bottom: 30px;
}

.projet_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.single_cart {
  border-radius: 20px;
  padding: 15px;
  background: #082209;
  transform: translateY(0);
  transition: 0.2s all ease;
  box-shadow: 0px 30px 70px 0px #0a0a0a;
}

.cart_thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 250px;
}

.cart_thumb img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(0%);
  transition: none;
}

.single_cart:hover .cart_thumb img {
  animation: scrollImage 4s linear forwards;
}

@keyframes scrollImage {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-40%);
  }
}

.cart_text .btn {
  margin: 0 auto;
  /* max-width: 320px; */
  width: 100%;
  border-radius: 10px;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_text {
  padding-top: 15px;
  padding-bottom: 10px;
}

.cart_text p {
  font-size: 14px;
  padding-bottom: 5px;
}

.cart_text h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}

.single_cart:hover .cart_thumb .btn {
  bottom: 20px;
}

.single_cart:hover {
  transform: translateY(-10px);
}

.brand-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand-logos .brand span {
  display: block;
  color: #8a8a8a;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.2s all ease;
}

.brand img {
  height: 40px;
  transition: transform 0.3s;
  opacity: 0.8;
}

.brand span {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.brand:hover {
  transform: scale(1.1);
  opacity: 1;
}

.brand:hover span {
  color: #fff;
}

/* Grid layout */
.funfact {
  padding-top: 70px;
}

.funfacts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 24px;
  /* gap-y 30px, gap-x 6 (1.5rem = 24px) */
  color: #1d4ed8;
  /* Primary color */
}

@media (min-width: 1024px) {
  .funfacts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Dark mode text color */
@media (prefers-color-scheme: dark) {
  .funfacts-grid {
    color: #d1d5db;
    /* body-color in dark mode */
  }
}

/* Funfact Item */
.funfact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

@media (min-width: 640px) {
  .funfact-item {
    flex-direction: row;
    justify-content: center;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .funfact-item {
    justify-content: center;
  }
}

/* Number styles */
.number {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 45px;
}

@media (min-width: 768px) {
  .number {
    font-size: 55px;
  }
}

@media (min-width: 1280px) {
  .number {
    font-size: 64px;
  }
}

/* Text below number */
.text {
  font-size: 16px;
  line-height: 1.4;
}

/* footer */
footer {
  padding: 40px 0px;
  text-align: center;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding-bottom: 15px;
}

.social-icons a {
  color: #787878;
  margin: 0 10px;
  font-size: 24px;
  display: flex;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: var(--bg-primary);
}

footer p {
  font-size: 14px;
}

.skills-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .skills-padding {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .skills-padding {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

.skills-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.skills-heading h2 {
  font-size: 42px;
  margin-bottom: 15px;
  font-family: "Satoshi", sans-serif;
}

.skills-description {
  color: #ffffff;
  max-width: 700px;
}

.skills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.skill-box {
  max-width: 180px;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
}

.skill-content {
  background: #062504;
  border-radius: 10px;
  padding: 25px 15px;
  border: 1px solid transparent;
  border-color: #ffffff;
  opacity: 150%;
  transition: all 0.5s;
  margin-bottom: 15px;

}

.innder_box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  padding-bottom: 10px;
}

.skill-box:hover .skill-content {
  background: #04200b;
  border-color: #333;
}

.skill-icon {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  transition: all 0.5s;
  text-align: center;
}

.skill-box:hover .skill-icon {
  opacity: 1;
  transform: scale(1.1);
  filter: grayscale(0);
}

.skill-percent {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  transition: color 0.3s;
  text-align: center;
}

.skill-label {
  color: #ffffff;
  font-weight: bold;
  transition: all 0.5s;
}

.skill-box:hover .skill-percent {
  color: #fff;
}

.skill-box:hover .skill-label {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .skill-box {
    max-width: 160px;
  }

  .projet_content {
    grid-template-columns: 1fr;
  }

  nav {
    display: none;
  }

  .logo {
    max-width: 120px;
  }

  header .btn {
    font-size: 14px;
    padding: 8px 15px;
  }

  .hero_wrapper h2 {
    font-size: 36px;
  }

  .hero_wrapper p {
    font-size: 16px;
  }

  .slowAnimation {
    height: 60px;
    width: 60px;
  }

  .visual_two {
    bottom: -60px;
    left: inherit;
    right: 100px;
  }

  .visual_three {
    bottom: -60px;
    right: inherit;
    left: 100px;
  }

  .visual_four {
    top: 60px;
    right: 100px;
  }

  .visual_one {
    top: 60px;
    left: 100px;
  }

  .project_head p br {
    display: none;
  }

  .project_head h2 {
    font-size: 32px;
  }

  .cart_text h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .visual_two {
    bottom: -60px;
    left: inherit;
    right: 20px;
  }

  .visual_three {
    bottom: -60px;
    right: inherit;
    left: 20px;
  }

  .visual_four {
    top: 60px;
    right: 20px;
  }

  .visual_one {
    top: 60px;
    left: 20px;
  }
}