@font-face {
  font-family: alvy;
  src: url(./63cffc0a3942456e003bc265_Chillax-Regular.woff);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
}

html,
body {
  height: 100%;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(16px, 1vw + 1rem, 20px);
  font-family: alvy, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

main {
  width: 100%;
  background-color: #121212;
}
main nav {
  padding: 0.7rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
main nav .logo {
  font-size: 1.2rem;
  font-weight: 200;
  cursor: pointer;
}
main nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
main nav ul li {
  list-style: none;
  text-transform: uppercase;
  padding: 0.7rem 0.9rem;
  background-color: #1E1E1E;
  font-size: 0.8rem;
  border-radius: 10px;
  cursor: pointer;
}
main nav ul li span {
  margin: 0 10px;
  padding: 0 5px;
  color: black;
  background-color: #AD9D49;
  border-radius: 50%;
}
main nav ul li:hover {
  background-color: #2A2A2A;
}
main nav ul #git {
  background-color: #AD9D49;
  color: black;
}
main nav ul #ham {
  display: none;
}
main header,
main #story1,
main #story2 {
  width: 100%;
  padding: 0.7rem 0.8rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
main header img,
main #story1 img,
main #story2 img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
main header #text,
main #story1 #text,
main #story2 #text {
  padding: 2rem 1.5rem;
  background-color: #1E1E1E;
  border-radius: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 6rem;
  flex-direction: column;
}
main header #text #more,
main #story1 #text #more,
main #story2 #text #more {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  flex-direction: column;
}
main header #text #more h2,
main #story1 #text #more h2,
main #story2 #text #more h2 {
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.6lh;
}
main header #text #more p,
main #story1 #text #more p,
main #story2 #text #more p {
  opacity: 0.5;
}
main header #text #more a,
main #story1 #text #more a,
main #story2 #text #more a {
  text-decoration: none;
}
main header #text #more a button,
main #story1 #text #more a button,
main #story2 #text #more a button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
main header #text #more a button span,
main #story1 #text #more a button span,
main #story2 #text #more a button span {
  text-transform: uppercase;
  text-decoration: none;
}
main header #text #more a button i,
main #story1 #text #more a button i,
main #story2 #text #more a button i {
  font-size: 1.3rem;
  background-color: #292929;
  padding: 10px;
  border-radius: 50%;
}
main header #text #more a button:hover i,
main #story1 #text #more a button:hover i,
main #story2 #text #more a button:hover i {
  background-color: #1E1E1E;
}
main #achi {
  margin: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0;
}
main #achi .rows {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 0;
}
main #achi .rows .item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}
main #achi .rows .item h4 {
  opacity: 0.5;
}
main #achi .rows .item h2 {
  font-size: 3rem;
}
main #story1 .para,
main #story2 .para {
  display: flex;
  gap: 30px;
}
main #story1 .para p,
main #story2 .para p {
  width: 50%;
}
main #team #head {
  padding: 2rem 3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
main #team #head h4 {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}
main #team #head button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
main #team #head button span {
  text-transform: uppercase;
  text-decoration: none;
}
main #team #head button i {
  font-size: 1rem;
  background-color: #292929;
  padding: 10px;
  border-radius: 50%;
}
main #team #head button:hover i {
  background-color: #1E1E1E;
}
main #team #cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 1.5rem;
}
main #team #cards .card {
  padding: 1.5rem;
  width: 33%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-direction: column;
}
main #team #cards .card #one {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
main #team #cards .card #one i {
  padding: 10px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: rgba(42, 42, 42, 0.6235294118);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  cursor: pointer;
}
main #team #cards .card #two {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 1rem;
  border-radius: 5px;
  background-color: rgba(144, 144, 144, 0.3254901961);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
main #team #cards .card #two h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
}
main #team #cards .card #two h5 {
  text-transform: uppercase;
}
main #team #cards .card:nth-child(1) {
  background-image: url(./Assets/card\ 1.webp);
}
main #team #cards .card:nth-child(2) {
  background-image: url(./Assets/card\ 2.webp);
}
main #team #cards .card:nth-child(3) {
  background-image: url(./Assets/card\ 3.webp);
}
main #find-job {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
}
main #find-job img {
  width: 50%;
  border-radius: 20px;
}
main #find-job #text {
  padding: 2rem 1.5rem;
  background-color: #1E1E1E;
  border-radius: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 6rem;
  flex-direction: column;
}
main #find-job #text h4,
main #find-job #text h1 {
  text-transform: uppercase;
}
main #find-job #text h4 {
  opacity: 0.5;
  margin-bottom: 1rem;
}
main #find-job #text h1 {
  width: 85%;
  font-weight: 300;
  font-size: 2.5rem;
}
main #find-job #text button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
main #find-job #text button span {
  text-transform: uppercase;
  text-decoration: none;
}
main #find-job #text button i {
  font-size: 1rem;
  background-color: #292929;
  padding: 10px;
  border-radius: 50%;
}
main #find-job #text button:hover i {
  background-color: #1E1E1E;
}
main #git-s {
  margin: 1rem;
  border-radius: 20px;
  background-color: #CEBD63;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0;
}
main #git-s div {
  width: 75%;
}
main #git-s div h5 {
  margin: 5px;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 400;
  color: black;
}
main #git-s div h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
}
main #git-s button {
  color: white;
  text-transform: uppercase;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  border: none;
  background-color: black;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
main #git-s button:hover {
  background-color: rgb(18, 18, 18);
}
main #git-s button i {
  font-size: 1rem;
}
main .footer {
  color: #ccc;
  font-family: "Space Mono", monospace;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .footer__container {
  padding: 1rem;
  display: grid;
  grid-template-columns: 15% auto;
  grid-template-rows: auto 15%;
  gap: 1rem;
}
main .footer__container > * {
  background-color: #1E1E1E;
  border-radius: 20px;
  padding: 1.5rem;
}
main .footer__brand {
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0;
  flex-direction: column;
}
main .footer__brand .footer__logo {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
main .footer__brand .footer__socials {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
main .footer__brand .footer__socials .footer__social {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
main .footer__brand .footer__socials .footer__social:hover {
  background: #2A2A2A;
  color: #000;
}
main .footer__links {
  display: flex;
  gap: 5rem;
  flex: 3;
  flex-wrap: wrap;
}
main .footer__links .footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
main .footer__links .footer__col h3 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
main .footer__links .footer__col a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  color: #aaa;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  position: relative;
}
main .footer__links .footer__col a:hover {
  color: #fff;
}
main .footer__links .footer__col a #line {
  position: absolute;
  top: 110%;
  width: 0;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  transition: width 0.2s ease-in-out;
}
main .footer__links .footer__col a:hover #line {
  width: 100%;
}
main .footer__links .footer__col .footer__btn {
  text-transform: uppercase;
  margin-top: 1rem;
  background: #d4c36d;
  color: #000;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}
main .footer__links .footer__col .footer__btn:hover {
  background: #c1b05e;
}
main .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: 0.85rem;
  border-top: 1px solid #1c1c1c;
}
main .footer__bottom a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
}
main .footer__bottom a:hover {
  color: #d4c36d;
}
main .footer__bottom .footer__to-top {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
main .footer__bottom .footer__to-top i {
  font-size: 1rem;
  background-color: #292929;
  padding: 10px;
  border-radius: 50%;
}
main .footer__bottom .footer__to-top:hover i {
  background-color: #1E1E1E;
}

@media (max-width: 900px) {
  .hide {
    display: none;
  }
  main nav ul #ham {
    display: block;
  }
  main #achi .rows {
    gap: 30px;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
  }
  main #achi .rows .item {
    align-items: center;
  }
  main #achi .rows .item h2 {
    font-size: 2rem;
  }
  main #story1,
  main #story2 {
    flex-direction: column-reverse;
  }
  main #story1 .para,
  main #story2 .para {
    flex-direction: column;
    gap: 0;
  }
  main #story1 .para p,
  main #story2 .para p {
    width: 100%;
  }
  main #story2 {
    flex-direction: column;
  }
  main #team #head {
    padding: 1rem;
  }
  main #team #cards {
    padding: 1rem;
    flex-direction: column;
  }
  main #team #cards .card {
    padding: 0.6rem;
    width: 100%;
  }
  main #team #cards .card #two h4 {
    font-size: 0.9rem;
  }
  main #team #cards .card #two h5 {
    font-size: 0.7rem;
  }
  main #find-job {
    flex-direction: column;
  }
  main #find-job img {
    width: 100%;
  }
  main #find-job #text div h1 {
    font-size: 1.5rem;
  }
  main #git-s {
    flex-direction: column;
    align-items: start;
    padding: 1rem;
    gap: 1rem;
  }
  main #git-s div h1 {
    font-size: 1.6rem;
  }
  main .footer__container {
    grid-template-columns: 1fr;
    grid-template-rows: 0.3fr 1fr 0.2fr;
  }
  main .footer__container .footer__brand {
    grid-row: 1/2;
  }
  main .footer__container .footer__bottom {
    flex-direction: column;
  }
}
@media (min-width: 900px) {
  main header,
  main #story1,
  main #story2 {
    flex-direction: row;
    align-items: stretch;
  }
  main header img,
  main header #text,
  main #story1 img,
  main #story1 #text,
  main #story2 img,
  main #story2 #text {
    width: 50%;
  }
  main header #text,
  main #story1 #text,
  main #story2 #text {
    flex: 1;
    padding: 3rem;
    justify-content: space-between;
    gap: 0;
  }
  main header #text #more h2,
  main #story1 #text #more h2,
  main #story2 #text #more h2 {
    font-size: 3rem;
    line-height: 2ch;
  }
}/*# sourceMappingURL=style.css.map */