/*------ hero ------*/

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

#hero .container {
  color: white;
}
.hero {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  background: url("source/Image/Hero.png") top center;
  background-size: cover;
  position: relative;
  padding: 0;
  z-index: 1;
  padding-top: 70px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#hero h1 {
  margin: 0;
  font-size: 56px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
}
#hero h4 {
  margin: 10px;
  font-size: 20px;
  font-weight: 80;
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.hero .hero-text h4 span {
  font-size: 24px;
  border-radius: 10px;
  border: 2px;
  border-style: solid;
  border: 1.5px solid;

  border-image-source: linear-gradient(
    85.63deg,
    rgba(246, 79, 89, 0.28) -13.27%,
    #c471ed 23.89%,
    #12c2e9 100.46%
  );

  padding: 5px 20px;
  border-radius: 10px;
  border-image-slice: 10;
}
.hero .hero-text {
  font-family: "Inter", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero .hero-project {
  position: relative;
  z-index: 2;
}

.hero h3 {
  font-weight: 700;
  font-size: 52px;
  color: transparent;
  background-image: linear-gradient(
    45deg,
    rgba(24, 212, 241, 1) 0%,
    rgba(37, 119, 221, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 2;
}

#hero .hero-text p {
  font-size: 14px;

  color: rgb(255, 255, 255);
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 1366px) {
  #hero {
    background-attachment: fixed;
  }
}
