@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Roboto Condensed", sans-serif;
}

body {
  overflow-x: hidden;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  color: #f1f2f3;
  background-color: #0E100F;
  margin: 0;
  padding: 0;
}

main {
  max-width: 1400px;
  margin: auto;
}

h2 {
  margin: 3rem 0;
  border-bottom: 1px solid #f1f2f3;
  padding-bottom: 2rem;
}

#wrapper {
  overflow: hidden !important;
}

#content {
  will-change: transform !important;
}

.hero {
  height: 100vh;
  margin-bottom: 60vh;
  /*pointer-events: none;*/
}
.hero__inner {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.hero__image-cont {
  position: relative;
  overflow: hidden;
}
.hero__image-cont:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0px;
  background-color: #0E100F;
  height: 100%;
  top: 0;
  width: 2.5px;
  z-index: 999;
}
.hero__image-cont img,
.hero__image-cont .anim-swipe {
  position: absolute;
  width: 700%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.hero .anim-swipe {
  width: 100%;
  background-color: #0E100F;
}
.hero__image-cont:nth-child(1) img {
  left: -100%;
}
.hero__image-cont:nth-child(2) img {
  left: -200%;
}
.hero__image-cont:nth-child(3) img {
  left: -300%;
}
.hero__image-cont:nth-child(4) img {
  left: -400%;
}
.hero__image-cont:nth-child(5) img {
  left: -500%;
}
.hero__image-cont:nth-child(6) img {
  left: -600%;
}

.header {
  position: sticky;
  z-index: 999;
  width: 100%;
  top: 0;
  background-color: #0E100F;
}
.header img {
  width: 75px;
  height: 75px;
}
.header__container {
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__scroll {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__scroll i {
  padding: 1rem;
  background-color: rgb(25.9, 29.6, 27.75);
  border-radius: 50%;
  color: #f1f2f3;
}
.header__scroll a {
  text-decoration: none;
}
.header__scroll .fa-house:hover {
  background-color: rgba(113, 172.5958549223, 255, 0.8784313725);
  color: #0E100F;
}
.header #iconscroll {
  transition: color 0.3s ease;
}
.header #iconscroll.scrolled {
  color: rgba(113, 172.5958549223, 255, 0.8784313725);
}

@media screen and (max-width: 768px) {
  /*.hero__image-cont picture {
      background-image: url(/images/codemobile.jpg);
  }*/
  h1 {
    display: none;
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__container {
    width: 100%;
  }
  .header__scroll {
    margin-top: 1rem;
  }
}
.aboutme {
  padding: 1rem;
}
.aboutme__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.aboutme img {
  height: 300px;
  width: 225px;
  border-radius: 1.5rem;
  background-color: rgb(25.9, 29.6, 27.75);
}
.aboutme__text {
  max-width: 600px;
  padding: 1rem;
  border-radius: 1.5rem;
  background-color: rgb(25.9, 29.6, 27.75);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
}
.aboutme__contact {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  background-color: rgb(16.38, 18.72, 17.55);
  border-radius: 1.5rem;
  padding: 1rem 0;
}
.aboutme__contact i {
  padding: 1.5rem;
  border-radius: 50%;
  background-color: rgb(25.9, 29.6, 27.75);
}
.aboutme__contact a {
  color: #f1f2f3;
}

@media screen and (max-width: 768px) {
  .aboutme__container {
    display: grid;
    place-items: center;
    gap: 0rem;
  }
  .aboutme__text {
    margin-top: 1rem;
    padding-top: 1.5rem;
  }
  .aboutme img {
    background-color: #0E100F;
  }
}
.services {
  padding: 1rem 1rem 2rem 1rem;
}
.services__card {
  width: 75%;
  margin: auto;
  text-align: center;
  padding: 1rem;
}

.parallax {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  color: #f1f2f3;
  text-shadow: 1px 1px 3px #0E100F;
}
.parallax .bg {
  border-radius: 1rem;
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.parallax__card {
  text-align: center;
  padding: 1rem;
}
.parallax h3 {
  font-size: 75px;
}
.parallax p {
  font-size: 45px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.btn a {
  padding: 1rem;
  border-radius: 1.5rem;
  text-decoration: none;
  background-color: #0E100F;
  box-shadow: 0 4px 12px #f1f2f3;
  color: #f1f2f3;
}
.btn a:hover {
  background-color: rgba(113, 172.5958549223, 255, 0.8784313725);
}

@media screen and (max-width: 768px) {
  .parallax__card h3 {
    font-size: 40px;
  }
  .parallax__card p {
    font-size: 30px;
  }
  #imgrobot {
    background-position-x: 0% !important;
  }
}
.projets {
  padding: 1rem;
}
.projets #projets-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
}
.projets #projets-content {
  overflow: visible;
  width: 100%;
}
.projets .images {
  position: relative;
  width: 75%;
  height: 100%;
  display: grid;
  margin-inline: auto;
  margin-top: 13rem;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(30, 3%);
  justify-content: center;
  justify-items: center;
  align-items: center;
  z-index: 1;
  object-fit: cover;
}
.projets .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projets .content__slide-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.projets .imglink:nth-child(1) {
  grid-area: 1/1/6/8;
}
.projets .imglink:nth-child(1) img {
  object-position: top;
}
.projets .imglink:nth-child(2) {
  grid-area: 3/12/8/20;
}
.projets .imglink:nth-child(3) {
  grid-area: 9/5/13/15;
}
.projets .imglink:nth-child(4) {
  grid-area: 14/1/18/8;
}
.projets .imglink:nth-child(5) {
  grid-area: 12/12/18/19;
}
.projets .imglink:nth-child(5) img {
  border-radius: 3rem;
}
.projets .imglink:nth-child(6) {
  grid-area: 20/2/25/9;
}
.projets .imglink:nth-child(7) {
  grid-area: 22/11/24/20;
}
.projets .imglink:nth-child(8) {
  grid-area: 26/5/30/15;
}
.projets .imglink:nth-child(8) img {
  border-radius: 1.5rem;
}
.projets p {
  text-align: center;
  margin: 4rem 0 4rem 0;
}

@media (max-width: 768px) {
  .projets .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 2rem;
    margin-top: 4rem;
  }
  .projets .images .imglink:nth-child(5) img {
    border-radius: 0.5rem;
  }
  .projets .imglink {
    grid-area: unset !important;
    width: 100%;
    height: 100%;
    margin: auto;
    aspect-ratio: 1/1;
  }
  .projets .imglink img {
    border-radius: 0.5rem;
  }
  .projets #projets-wrapper h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .projets #projets-wrapper h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-shadow: 1px 1px 3px #0E100F;
    border-bottom: none;
    font-weight: 900;
    font-size: 110px;
    text-shadow: 1px 1px 3px #0E100F;
    text-align: center;
    width: 100%;
    z-index: 50;
    color: #f1f2f3;
  }
}
.footer {
  width: 100%;
  background-color: black;
  clip-path: ellipse(100% 90% at 50% 100%);
}
.footer__container {
  padding: 1rem 1rem 0 1rem;
}
.footer__logo {
  display: grid;
  place-items: center;
  margin-top: 4rem;
}
.footer__logo img {
  width: 75px;
  height: 75px;
}
.footer__card {
  margin-top: 1rem;
}
.footer__card a {
  text-decoration: none;
  color: rgba(113, 172.5958549223, 255, 0.8784313725);
}
.footer__p {
  text-align: center;
  padding: 2rem 0;
  margin: 0;
  font-size: 14px;
}

/* @media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
  }
} */

/*# sourceMappingURL=style.css.map */
