@font-face {
  font-family: f1;
  src: url(./Assests/4UasrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RPjIUvbQoi-E.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

nav {
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.223);
  z-index: 99;
  background-color: #fff;
}
nav .top h2 {
  background: linear-gradient(124.64deg, #027dfd, #833ef2);
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: white;
  padding: 0.9rem;
  font-weight: 500;
}
nav .bottom {
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 1.2rem;
}
nav .bottom .logo img {
  width: 8rem;
}
nav .bottom .links ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
nav .bottom .links ul li {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #4a4a4a;
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 0.9rem;
  position: relative;
  display: none;
}
nav .bottom .links ul li .more {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  padding: 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
  border-radius: 10px;
  display: none;
  background-color: white;
}
nav .bottom .links ul li .more h4 {
  width: 100%;
  padding: 1rem;
  border-radius: 50px;
  color: #4a4a4a;
  white-space: nowrap;
}
nav .bottom .links ul li .more h4:hover {
  color: #0468D7;
  background-color: #F8F9FA;
}
nav .bottom .links ul li:hover {
  background-color: #F8F9FA;
  color: #0468D7;
}
nav .bottom .links ul li:hover .more {
  display: inline-block;
}
nav .bottom .links ul .ham {
  display: block;
  font-size: 2rem;
}
nav .bottom .links ul button {
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  outline: none;
  color: white;
  font-size: 1rem;
  background-color: #0468D7;
  cursor: pointer;
}

main {
  width: 100%;
  margin-top: 8rem;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
main .hero {
  padding: 3rem 1rem;
  display: flex;
  width: 100%;
  background: linear-gradient(35deg, #fcdde8, #f3fcff 60%);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 2rem;
}
main .hero .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
main .hero .top img {
  width: 100%;
}
main .hero .top h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5rem;
}
main .hero p {
  font-size: 2.5rem;
}
main .feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
main .feature .cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem;
  gap: 2rem;
}
main .feature .cards h1 {
  font-family: f1;
  font-size: 2rem;
  font-weight: 400;
}
main .feature .cards p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #4a4a4a;
}
main .feature .cards img {
  width: 100%;
}
main .feature .cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem;
  gap: 2rem;
}
main .feature .cards h1 {
  font-family: f1;
  font-size: 2rem;
  font-weight: 400;
}
main .feature .cards p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #4a4a4a;
}
main .feature .cards img {
  width: 100%;
}
main .feature .cards {
  border-top: 0.3rem solid #E8EAED;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem;
  gap: 2rem;
}
main .feature .cards h1 {
  font-family: f1;
  font-size: 2rem;
  font-weight: 400;
}
main .feature .cards p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #4a4a4a;
}
main .feature .cards img {
  width: 100%;
}
main .community {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
}
main .community img {
  width: 100%;
}
main .community .details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .community .details h4 {
  font-size: 1.5rem;
  color: #4a4a4a;
}
main .community .details h1 {
  font-size: 3.5rem;
  padding: 1rem 0;
}
main .community .details p {
  font-family: f1;
  font-size: 1.5rem;
  color: #4a4a4a;
}
main .community .details .btn {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
main .community .details .btn button {
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  border: 1px solid blue;
  font-weight: 600;
  color: blue;
  margin: 1rem 0;
  font-family: f1;
}
main .community .details .btn button:hover {
  background-color: blue;
  color: white;
  cursor: pointer;
}
main .community .details .btn h3 {
  font-size: 0.9rem;
  cursor: pointer;
}
main .consultats {
  display: flex;
  flex-direction: column;
  background: linear-gradient(35deg, #fcfce2 40%, #f5fbfe 90%);
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem;
  gap: 1rem;
}
main .consultats img {
  width: 100%;
}
main .consultats .details h2 {
  font-family: f1;
  font-weight: 500;
  color: #4a4a4a;
}
main .consultats .details h1 {
  font-size: 3.5rem;
  margin: 1rem 0;
}
main .consultats .details h4 {
  font-size: 1.5rem;
  font-family: f1;
  font-weight: 400;
  color: #4a4a4a;
}
main .consultats .details button {
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  border: 1px solid blue;
  font-weight: 600;
  color: blue;
  margin: 1rem 0;
  font-family: f1;
}
main .consultats .details button:hover {
  background-color: blue;
  color: white;
  cursor: pointer;
}
main .consultats .details h3 {
  font-size: 0.9rem;
  cursor: pointer;
}
main .events {
  display: flex;
  flex-direction: column;
  background: linear-gradient(35deg, #fcfce2 40%, #f5fbfe 90%);
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem;
  gap: 1rem;
}
main .events img {
  width: 100%;
}
main .events .details h2 {
  font-family: f1;
  font-weight: 500;
  color: #4a4a4a;
}
main .events .details h1 {
  font-size: 3.5rem;
  margin: 1rem 0;
}
main .events .details h4 {
  font-size: 1.5rem;
  font-family: f1;
  font-weight: 400;
  color: #4a4a4a;
}
main .events .details button {
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  border: 1px solid blue;
  font-weight: 600;
  color: blue;
  margin: 1rem 0;
  font-family: f1;
}
main .events .details button:hover {
  background-color: blue;
  color: white;
  cursor: pointer;
}
main .events .details h3 {
  font-size: 0.9rem;
  cursor: pointer;
}
main .packeges {
  display: flex;
  flex-direction: column;
  background: linear-gradient(35deg, #fcfce2 40%, #f5fbfe 90%);
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem;
  gap: 1rem;
}
main .packeges img {
  width: 100%;
}
main .packeges .details h2 {
  font-family: f1;
  font-weight: 500;
  color: #4a4a4a;
}
main .packeges .details h1 {
  font-size: 3.5rem;
  margin: 1rem 0;
}
main .packeges .details h4 {
  font-size: 1.5rem;
  font-family: f1;
  font-weight: 400;
  color: #4a4a4a;
}
main .packeges .details button {
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  border: 1px solid blue;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: blue;
  margin: 1rem 0;
  font-family: f1;
}
main .packeges .details button:hover {
  background-color: white;
  color: blue;
  cursor: pointer;
}
main .packeges .details h3 {
  font-size: 0.9rem;
  cursor: pointer;
}
main .box {
  margin: 5rem 1rem;
  background-color: #042449;
  width: 80%;
  border-radius: 3rem;
  position: relative;
  padding: rem;
  overflow: hidden;
  padding: 7rem 3rem;
}
main .box .left {
  position: relative;
  z-index: 9;
  color: white;
}
main .box .left > h2 {
  font-size: 3rem;
}
main .box .left p {
  margin-top: 1rem;
  font-size: 1.5rem;
}
main .box .left .btn {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1rem;
  align-items: flex-start;
}
main .box .left .btn button {
  background-color: white;
  padding: 0.7rem 2rem;
  outline: none;
  font-weight: 500;
  border: none;
  font-size: 1rem;
  border-radius: 50px;
  color: #027dfd;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
main .box .left .btn button:hover {
  background-color: #035EB7;
  color: white;
}
main .box .left .btn h3 {
  cursor: pointer;
}
main .box img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
}

footer {
  background: #f9f9f9;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 2rem 3rem;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
}
footer .footer-contener {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
footer .footer-contener .footer-logo {
  display: flex;
  align-items: center;
  gap: 2rem;
}
footer .footer-contener .footer-logo img {
  height: 2rem;
}
footer .footer-contener .footer-links {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
footer .footer-contener .footer-links .footer-col h3 {
  font-family: f1;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
footer .footer-contener .footer-links .footer-col ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
footer .footer-contener .footer-links .footer-col ul li a {
  text-decoration: none;
  color: rgb(17, 17, 17);
  font-family: Arial, Helvetica, sans-serif;
}
footer .footer-bottom {
  border-top: 1px solid #e0e0e0;
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.9rem;
  gap: 1.5rem;
}
footer .footer-bottom p {
  line-height: 1.4rem;
  max-width: 70%;
}
footer .footer-bottom .footer-social-links {
  display: flex;
  gap: 2.5rem;
}
footer .footer-bottom .footer-social-links a {
  text-decoration: none;
  color: #000;
}
footer .footer-bottom .pow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  cursor: pointer;
  background: #020024;
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 41%, rgb(0, 212, 255) 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}

@media (min-width: 900px) {
  nav .bottom .links ul li {
    display: block;
  }
  nav .bottom .links ul .ham {
    display: none;
    font-size: 1.8rem;
  }
  main {
    width: 100%;
  }
  main .hero {
    width: 100%;
    flex-direction: column;
    padding: 4rem;
    gap: 2rem;
  }
  main .hero .top {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  main .hero .top img {
    width: 45%;
  }
  main .hero .top h2 {
    width: 11ch;
    font-size: 4rem;
    text-align: start;
    font-weight: 800;
    line-height: 1.5ch;
  }
  main .hero p {
    width: 100%;
    font-size: 2rem;
  }
  main .feature {
    padding: 4rem;
    flex-direction: row;
    gap: 1rem;
  }
  main .community {
    padding: 4rem;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5rem;
  }
  main .community img {
    width: 35%;
  }
  main .community .details {
    width: 30%;
  }
  main .consultats {
    padding: 4rem;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
  main .consultats .img2 {
    width: 36%;
  }
  main .consultats .details {
    width: 31%;
  }
  main .events {
    padding: 4rem;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4rem;
  }
  main .events .img2 {
    width: 36%;
  }
  main .events .details {
    width: 31%;
  }
  main .packeges {
    padding: 4rem;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
  main .packeges .img2 {
    width: 36%;
  }
  main .packeges .details {
    width: 31%;
  }
  main .box {
    width: 80%;
    margin: 5rem auto;
    padding: 5rem;
  }
  main .box .left .btn {
    flex-direction: row;
    align-items: center;
  }
  footer {
    gap: 1rem;
  }
  footer .footer-contener {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-contener .footer-logo img {
    height: 3rem;
  }
  footer .footer-contener .footer-links {
    flex-direction: row;
    gap: 2rem;
  }
  footer .footer-bottom {
    min-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */