@import url('https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
  --text-color: #1a1c20;
  --link-color: #4a76ee;
  --background-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text-color);
  background-color: var(--background-color);
  margin: 0 auto;
}

:target{
  scroll-margin-top: 20px;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

main{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* NAVBAR */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  height: 65px;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  right: 0;
  z-index: 100;
  font-family: "Science Gothic", sans-serif;
  border-bottom: 1px #e2e8f0 solid;
}

nav .left a{
  display: flex;
  align-items: center;
  line-height: 65px;
  width: 52px;
  height: 52px;
  background-color: #000;
  border-radius: 50%;
}

nav .left img{
  width: 100%;
  height: 100%;
}

nav #right a span{
  color: #101828;
  transition: .2s;
  font-size: 15px;
  padding: 5px 10px;
  z-index: 10;
}

nav #right a span:hover{
  color: #7b4afd;
  transform: scale(1.1);
}

nav .con-v{
  display: none;
}

nav  .con{
  color: #fff;
  background-color:#6a56fc;
  padding: 8px 20px;
  border-radius: 5px;
  transition: 0.2s;
}

nav .con:hover{
  background: #6a56fc;
  color: #fff;
  transform: scale(1.1);
}

nav #right a span {
  margin-left: 5px;
  color: #101828;
}
#toggleButton{
  display: none;
}
/* SECTION 1: Hero */
.hero-section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  gap: 40px;
  padding: 56px 50px;
  color: #fff;
  overflow: hidden;
  
}

.hero-section #particles-js-1{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-section .hero{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: hsla(30, 56%, 93%, 0.898);
  z-index: 1;
}

.hero-section .text {
  flex: 4;
  z-index: 10;
}

.hero-section .text h2 {
  font-size: 28px;
  z-index: 10;
  margin: 5px 0;
  line-height: 50px;
  font-family: "Science Gothic", sans-serif;
  color: #101828;
}

.hero-section .text p{
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  z-index: 10;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1px;
  opacity: 0.9;
  font-family: "Science Gothic", sans-serif;
  color: #364153;
}

.hero-section .text .name{
  position: relative;
  color: #4b41ff;
  font-size: 38px;
  margin: 0;
  z-index: 10;
  font-family: "Science Gothic", sans-serif;
}

.hero-section .text .dev{
  color: #101828;
  font-size: 40px;
  margin-bottom: 15px;
  z-index: 10;
  font-family: "Science Gothic", sans-serif;
}

.hero-section .text .links {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 25px;
  z-index: 10;
}

.hero-section .text .links a {
  padding: 5px 10px;
  border: 2px solid #101828;
  border-radius: 50%;
  transition: .2s;
  color: #101828;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.hero-section .text .links a i{
  font-size: 20px;
}

.hero-section .text .links a:hover {
  color: #843ffc;
  border: 2px solid #843ffc;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(2,6,23,0.8);
}

.hero-section .headshot {
  height: 100vh;
  width: 400px;
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center; 
  background-color: transparent;
  z-index: 10;
}

.hero-section .headshot img {
  object-fit: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  /*border: 3px solid #101828;*/
}


.system-all{
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 65px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:url('images/sys.svg')no-repeat center center/cover;
  background-attachment: fixed;
  z-index: 10;
}

.system-all h1{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: orange;
  font-size: 25px;
  font-family: "Science Gothic", sans-serif;
}

.system-all .system{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  grid-gap: 20px;
  width: 100%;
}

.system-all .system .box{
  padding: 20px;
  border-radius: 5px;
  background-color: #001d3a;
  transition: 0.2s;
  cursor: default;
}

.system-all .system .box .title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7c7c7c88;
}

.system-all .system .box .title img{
  width: 60px;
  height: 60px;
}

.system-all .system .box .mois h1{
  color: #ffffff;
  font-size: 20px;
}

.system-all .system .box h2{
  color: #ffffff;
}

.system-all .system .box h3{
  color: orange;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 1px;
}

.system-all .system .box h4{
  color: #ffffff;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

.system-all .system .box .time{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #7c7c7c88;
  padding: 15px 0;
}

.system-all .system .box .time:last-child{
  border: 0;
}


.system-all .system .box .time span{
  color: #131313;
  background-color: orange;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.first-communite{
  padding: 65px 50px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  background: url('images/blob-scene-haikei.svg')
  no-repeat center center/cover;
  background-attachment: fixed;
  z-index: 10;
}

.first-communite .we-box{
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  grid-gap: 40px;
  text-align: left;
  padding: 0 40px;
  width: 100%;
  height: 400px;
  color: #000;
  border-radius: 4px;
  z-index: 10;
  background: transparent;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  box-shadow: 0px 4px 7px 1px rgba(0,0,0,0.52);
}

.first-communite .we-box h1{
  color: orange;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.first-communite .we-box p{
  text-align: justify;
  text-justify: inter-word;
  text-wrap: balance;
  hyphens: auto;
  color: #000;
  opacity: 0.8;
}

.first-communite .we-box a{
  color: #fff;
  background-color:#6a56fc;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: "Science Gothic", sans-serif;
  transition: 0.2s;
}

.first-communite .we-box a:hover{
  background: #6a56fc;
  color: #fff;
  transform: scale(1.1);
}

.first-communite .img-box{
  width: 100%;
  height: 400px;
  object-position: top;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  animation: animate 12s infinite ease-in-out;
  box-shadow: 0px 4px 7px 1px rgba(0,0,0,0.52);
}

@keyframes animate {
  0%{
    background-image: url(images/10.jpeg);
  }
  25%{
    background-image: url(images/11.jpeg);
  }
  50%{
    background-image: url(images/12.jpeg);
  }
  75%{
    background-image: url(images/13.jpeg);
  }
  100%{
    background-image: url(images/14.jpeg);
  }
}

.communite{
  position: relative;
  padding: 65px 50px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #1a1c20;
}

.communite h1{
  color: orange;
  padding-bottom: 30px;
  font-size: 25px;
  width: 100%;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  z-index: 20;
}

.communite .we-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
  background: transparent;
}

.communite .we-box p{
  text-align: justify;
  text-justify: inter-word;
  text-wrap: balance;
  hyphens: auto;
  text-align-last: left;
  width: 80%;
  padding: 30px;
  line-height: 50px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  opacity: 0.9;
}

.communite #particles-js{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #082a86;
}

.source{
  padding: 65px 50px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: url('images/new.svg')no-repeat center center/cover;
  background-attachment: fixed;
  z-index: 10;
}

.source .title h1{
  margin-bottom: 50px;
  color: orange;
  font-size: 22px;
  font-family: "Science Gothic", sans-serif;
}

.source .boxes img{
  width: 100%;
  height: 200px;
  margin-bottom: 8px;
}

.source .boxes{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  grid-gap: 20px;
  width: 100%;
}

.source .boxes .box{
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #ffffff;
  padding: 20px;
  border-bottom: 5px #142d4c solid;
  border-radius: 4px;
}

.source .boxes .box h3{
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.source .boxes .box p{
  font-size: 16px;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  line-height: 20px;
  color: #000;
  text-align: center;
  font-family: "Acme", sans-serif;
}

.contact-container{
  position: relative;
  padding: 65px 50px;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: #0000008a;
  z-index: 10;
}

.form_contact{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 20px;
}

.contact-container h2 {
        text-align: center;
        margin-bottom: 20px;
        font-family: "Science Gothic", sans-serif;
    }

    .contact-container input,
    .contact-container textarea {
        width: 100%;
        height: 40px;
        padding: 10px;
        margin: 8px 0;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 1px;
        border-radius: 3px;
        font-family: "Science Gothic", sans-serif;
    }

    .contact-container textarea{
      height: auto;
    }

    .contact-container button {
        width: 100%;
        padding: 10px;
        background-color: #4b41ff;
        border: none;
        color: white;
        font-size: 16px;
        border-radius: 1px;
        cursor: pointer;
        transition: 0.2s;
        border-radius: 3px;
        font-family: "Science Gothic", sans-serif;
    }

    .contact-container button:hover {
        background: #142d4c;
    }

    footer{
      width: 100%;
      background: url('images/wave-haikei.svg')
      no-repeat center center/cover;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px 10px;
      border-radius: 3px;
    }

footer .links {
  display: flex;
  justify-content: left;
  align-items: center;
  z-index: 10;
}

footer .links a {
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: .2s;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
footer .links a i{
  font-size: 20px;
}

footer .links a:hover {
  color: #fff;
  border: 2px solid #fff;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(2,6,23,0.8);
}

@media (max-width: 864px) {
  .source{
    height: auto;
  }
  footer .links a i{
  font-size: 17px;
  }
  /* SECTION 1: Hero */
  nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  right: 0;
  }
  nav #right {
  background-color: #ffffff;
  position: absolute;
  top: 65px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 10px;
  }
  nav .con-v{
    display: block;
    background: #113f67;
    padding: 10px 8px;
    border-radius: 5px;
    transition: 0.2s;
    color: #ffffff;
  }
   nav #right .con-v span{
    color: #ffffff;
   }
  nav .con-v:hover{
  background: #142d4c;
  color: #fff;
}
  nav .con{
    display: none;
  }
  .hero-section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 56px 10px;
  height: auto;
  }
  nav #right a{
    margin: 10px 0;
    text-align: center;
    color: #fff;
  }
  nav #toggleButton{
    color: #101828;
    opacity: 0.9;
    font-size: 30px;
    display: block;
    cursor: pointer;
  }
  nav #right.active{
    display: none;
  }
  .hero-section .text h2 {
    font-size: 16px;
  }
  
  .hero-section .headshot img {
    width: 100%;
    height: 250px;
  }

  .system-all{
  padding: 65px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 65px;
  background: url('images/another.svg')no-repeat center center/cover;
  background-attachment: fixed;
  }

  .source{
  padding: 65px 20px;
  }

  .contact-container{
  padding: 65px 20px;
  }

  .first-communite{
  padding: 65px 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  background-color: #ffffff;
  z-index: 10;
  }
  .first-communite .img-box{
  width: 100%;
  object-fit: cover;
  padding: 0;
  border-radius: 0;
  }
  .first-communite .we-box{
    height: auto;
    box-shadow: none;
    border: none;
    justify-content: center;
    padding: 0 10px;
  }

}

@media (max-width: 740px) {
  /* SECTION 1: Hero */
  .hero-section {
    flex-direction: column-reverse;
    align-items: center;
  }

  .hero-section .text p{
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  font-size: 13px;
  }

  .source .title h1{
    font-size: 22px;
  }

  footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
  }

  footer h2{
    font-size: 20px;
  }

}

@media (max-width: 600px) {
  .about .ex-card .cards div p{
  color: #7c7c7c;
  font-size: 12px;
  }
  /* SECTION 1: Hero */
  .hero-section {
    padding: 65px 10px;
  }

  .hero-section .text h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .system-all .system .box h4{
  color: #ffffff;
  font-size: 13px;
  }

  .system-all .system .box h3{
  color: orange;
  font-size: 14px;
  }

  .hero-section .text .name{
  font-size: 28px;
}
.hero-section .text .dev{
  font-size: 30px;
}
.hero-section .text {
  flex: 1;
}

.communite .we-box p{
  width: 100%;
  padding: 0;
  font-size: 16px;
}

}

