@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('https://fonts.googleapis.com/css2?family=Figtree:wght@300..900') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('https://fonts.googleapis.com/css2?family=Poppins:wght@100..900') format('woff2');
}

body {
  margin: 0;
  
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  height: 60px;
  position: fixed;
  z-index: 100;
  width: 100%;
  gap: 2px;
}

.navbar.scrolled {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.logo-image {
  width: 100px;
  height: 50px;
  margin-left: 2rem;
}

.nav-links {
  list-style: none;
  display: flex;
  margin: 0;
  gap: 3rem;
  margin-right: 2rem;
}

.nav-links li {
  display: inline;
}

.nav-links a {
  text-decoration: none;
  color: #031a47;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #6b6b6b;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.centered-content {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
}

.subtitle {
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgb(77, 79, 82);
  width: 550px;
  margin: 20px 0px 30px 0px;
  text-align: center;
  line-height: 1.5;
  margin-top: 1.7rem;
}

.highlight {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
}

.logo-container {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: end;
  z-index: 10;
}

.logo-shadow {
  position: absolute;
  top: 2;  
  left: 0; 
  z-index: -1; 
  font-family: "GeometrySoftPro", serif;
  font-size: 57px;
  color: transparent;
  text-shadow: 1px 1px 1px rgba(141, 147, 153, 0.247);  
}

.logo {
  font-family: "GeometrySoftPro", serif;
  font-size: 57px;
  background: linear-gradient(120deg, rgba(0, 3, 27, 1) 0%, rgba(15, 78, 208, 1) 45%, rgba(6, 215, 241, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}


.highlight svg {
  margin-left: 1.7rem;
}

.main-title {
  font-size: 45px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(48, 48, 66);
  margin: 0px 0px 10px 0px;
  text-align: center;
}

.highlight-text {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.home-content {
  position: relative;
  flex-direction: row;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 80%;
  z-index: 5;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.home-content.loaded {
  opacity: 1;
}

.first-section-content {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    url('assets/background-1.jpg'), 
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 65%);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay; 
  opacity: 0.08;
  z-index: 2;
}

.first-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: 
    radial-gradient(circle at 20% 40%, rgba(178, 198, 216, 0.452) 1%, transparent 15%),
    radial-gradient(circle at 90% 50%, rgba(178, 198, 216, 0.452) 1%, transparent 15%),
    white;
    
}

.first-section .inverted-wave {
  position: absolute;
  top:760px;
  width: 100%;
  transform: scaleY(-1);
  z-index: 4;
  fill: transparent;
  background-clip: text;
  
}

.first-section .inverted-wave-2 {
  position: absolute;
  top:775px;
  margin-right: 50;
  width: 100%;
  transform: scaleY(-1);
  z-index: 4;
  fill: white;
  opacity: 0.08;
  background-clip: text;
}

.btn-know-more {
  display: flex;
  padding: 10px 15px;
  border: none;
  border-radius: 15px;
  background: rgb(0, 3, 27);
  background: linear-gradient(120deg, rgba(0, 3, 27, 1) 0%, rgba(15, 78, 208, 1) 45%, rgba(6, 215, 241, 1) 100%);
  color: white;
  text-decoration: none;
  text-align: center;
  width: 150px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0px 2px 10px rgba(147, 150, 153, 0.596);
}

.btn-first-contact {
  display: flex;
  padding: 8px 8px;
  border: none;
  border-radius: 15px;
  background: white;
  color: rgba(15, 78, 208, 1);
  text-decoration: none;
  text-align: center;
  width: 150px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border: 2px solid rgba(30, 40, 114, 0.342);
}

.btn-first-contact:hover {
  color: rgb(2, 53, 146); 
  border: 2px solid rgb(2, 53, 146);
  transform: translateY(-3px);
}

.btn-know-more:hover {
  transform: translateY(-3px);
}

.third-section {
  position: relative;
  z-index: 1;
  background: white;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.bottom-wave-2 {
  position: absolute;
  bottom: 4px !important;
  left: 0;
  width: 100%;
  z-index: 5;
  opacity: 0.08;
}

.third-section .bottom-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.forth-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  background: rgb(0, 3, 27);
  background: linear-gradient(120deg, rgba(0, 3, 27, 1) 0%, rgb(15, 78, 208) 45%, rgb(6, 215, 241) 100%);
  justify-content: center;
}
.contact-content.is-visible {
  opacity: 1; 
  transform: translateY(0); 
}
html {
  scroll-behavior: smooth;
}


.canva-one {
  width: 200px;
  margin-left: 45px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0px 1px 8px rgba(74, 75, 77, 0.308);
  z-index: 2;
  background-color: white;
  display: flex;
}

.canva-two {
  width: 200px;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0px 1px 8px rgba(74, 75, 77, 0.308);
  background-color: white;
  bottom: 60px;
  right: 100px;
  position: absolute;
}

.image-content {
  width: 50%;
  height: 500px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 100px;
}

.image-content2 {
  width: 50%;
  height: 500px;
  position: absolute;
}

.illustration {
  max-width: 1100px;
  border-radius: 15px;
  margin: 5rem 0px 0px 0px;
}

.canva-one,
.canva-two {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.canva-one:hover,
.canva-two:hover {
  box-shadow: 0px 2px 15px rgba(74, 75, 78, 0.411);
  transform: translateY(-5px);
}

.about-us {
  z-index: 5;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #0946c1;
  text-align: center;
  font-weight: 500;
  top: 100px;
  font-size: 30px;
}

.second-section {
  margin-top: -184px;
  position: relative;
  z-index: 3;
  background: rgb(58, 76, 218);
  background: linear-gradient(120deg, rgb(1, 12, 88) 0%, rgb(6, 72, 204) 45%, rgb(6, 215, 241) 100%);
  width: 100%;
  height: 110vh;
  overflow: hidden;
}

.second-section .bottom-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.cards-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 20px;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}

.third-section-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  height: 30px;
  }
  
  .third-section-nav a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  color: #0946c1;
  }
  
  .third-section-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color 0.3s, width 0.3s;
  }
  
  .third-section-nav a.active::after {
  background-color: #0946c1;
  width: 100%;
  }
  
  .third-section-nav a:hover::after {
  background-color: #0946c1;
  width: 100%;
  }
  
  .third-section-nav a.active:hover::after {
  background-color: #0946c1;
  }

.card-about-us {
  border-radius: 8px 0px 0px 8px;
  display: flex;
  font-family: "Figtree", serif;
  font-weight: 500;
  font-size: 18px;
  color: #0946c1;
  height: 400px;
}

.card-text { 
  margin: 0px 40px 0px 40px;
  flex-direction: column;
  text-align: start;
  align-items: start;
  justify-content: start;
}

.card-text .card-title {
  font-size: 30px;
  font-weight: 600;
}

.card-text p {
  font-size: 20px;
  font-weight: 400;
  opacity: 80%;
  width: 550px;
}

.card-image img {
  width: 600px;
  height: 400px;
  border-radius: 8px;
  box-shadow: 0px 1px 8px rgba(74, 75, 77, 0.308);
}

.card-about-us:nth-child(odd).visible {
  animation: slideInUp 1s ease-in-out forwards;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  visibility: visible;
}

.card-about-us:nth-child(1).visible {
  animation-delay: 0.1s;
}

@keyframes slideInUp {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
}

.contact {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: white;
  text-align: start;
  background-color: rgba(255, 255, 255, 0.164);
  padding: 0px 20px;
  border-radius: 5px;
  margin: 6rem auto 0rem auto ;
}

.contact-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3rem;
  opacity: 0; 
  transform: translateY(50px); 
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.contact-division {
  max-width: 100vw !important;
  position: absolute;
  margin-top: 0px;
  z-index: 11;  
  overflow: hidden;
}

.contact-division-bottom {
  transform: rotate(180deg);
  position: absolute;
  margin-top: -90px;
  z-index: 11;  
}

.contact-division-top {
  transform: rotate(180deg);
  overflow: hidden;
  display: block
}

.footer {
  width: 100%;
  margin: 3rem 0 1.5rem 0;
  overflow: hidden;
  background: white;
  color: #042972;
  height: 100%;
}

.footer-content {
  flex-direction: column;
  display: flex;
  gap: 10px;
  margin: 0px 8rem 0px 8rem;
}

.footer-logo {
  font-family: "GeometrySoftPro", serif;
  font-size: 30px;
  margin: 0;
}

.footer-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0;
}

.footer hr {
  margin: 2rem 0px;
}

.footer .privacy-policy {
  justify-content: end;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.contact-title {
  font-size: 30px;
  font-weight: 600;
}

.contact-text {
  width: 800px;
  display: flex;
  flex-direction: column;
  margin: 70px 20px;
  justify-content: center;
}

.btn-contact {
  display: flex;
  padding: 10px 15px;
  border: none;
  border-radius: 15px;
  background: white;
  color: #0f4ed0;
  text-decoration: none;
  text-align: center;
  height: 23px;
  width: 125px;
  font-size:18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0px 2px 18px rgb(206, 208, 212);
  margin-top: 30px;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.btn-contact:hover {
  box-shadow: white;
  transform: translateY(-3px);
}

.btn-contact:active {
  box-shadow: 0px 3px 10px rgba(15, 78, 208, 1);
  transform: translateY(1px);
}


.flow-logo {
  width: 30px;
  height: 30px;
}

.cellphone {
  width: 350px;
  height: 480px;  
}

@font-face {
  font-family: 'GeometrySoftPro';
  src: url('assets/fonts/GeometrySoftPro-BoldA.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.cards-container > .card-about-us > div {
display: none; 
}

.cards-container > .card-about-us > div.active {
display: block;
}

#card-about {
display: flex;
flex-direction: row;
}

#card-squad {
display: flex;
flex-direction: row;
}

#card-dev {
display: flex;
flex-direction: row;
}

.card-about-us > div {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease; 
position: absolute; 
}

.card-about-us > div.active {
visibility: visible;
opacity: 1;
position: relative; 
transition: opacity 0.5s ease; 
}    

.main-card {
  display: flex;
  flex-direction: row;
}

.about-content-div {  
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  opacity: 0; 
  transform: translateY(50px); 
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.about-content-div.is-visible {
  opacity: 1;
  transform: translateY(0); 
}


.services-card {
  flex-direction: row;
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
  margin: auto;
}


.services-card-content {
  background-color: #fff;
  box-shadow: 0px 2px 18px rgb(206, 208, 212);
  font-family: "Poppins", sans-serif;
  color: #042972;
  padding: 35px;
  width: 275px;
  height: 300px;
  border-radius: 5px;
  align-items: start;
  display: flex;
  flex-direction: column;
  border-top: 10px solid transparent;
  opacity: 0;
  visibility: hidden;
}

.services-card-content:hover {
  border-top: 10px solid #063083;
  border-radius: 2px;
}

.services-card-content img {
  margin: 10px;
  width: 80px;
  height: 80px;
}

.services-title {
  font-weight: 600;
  margin: 20px 0 !important;
  font-size: 18px;
}

.services-description {
  font-weight: 500;
  font-size: 14px;
}


@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-card :nth-child(odd).visible {
  animation: slideInUp 1s ease-in-out forwards;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  visibility: visible;
}

.services-card :nth-child(even).visible {
  animation: slideInDown 1s ease-in-out forwards;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  visibility: visible;
}

.about-content {
  width: 600px;
  color: white;
}

.title-about {
  font-family: 'GeometrySoftPro', serif;
  font-size: 40px;
  text-shadow: 1px 5px 20px rgba(236, 236, 236, 0.411);  
}

.description-about {
  font-family: "Figtree", serif;
  font-weight: 400;
  text-shadow: 1px 1px 20px rgba(236, 236, 236, 0.247);  
  font-size: 20px;
}

.circles-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  flex-direction: column;
  gap: 5px;
  margin-top: 3rem;
  position: relative;
}
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.circle-content {
  position: absolute;
}

.circle img {
  width: 40px;
  height: 40px;
}
.circle:nth-child(1) {
  top: 50px;
  left: 0px;
}

.circle:nth-child(2) {
  top: -10px;
  left: 180px;
}

.circle:nth-child(3) {
  top: 0px;
  left: 60px;
}

.circles-container:hover .circle:nth-child(1) {
  transform: translate(-30px, -10px);
}

.circles-container:hover .circle:nth-child(2) {
  transform: translate(35px, 0px);
}

.circles-container:hover .circle:nth-child(3) {
  transform: translate(10px, 20px);
}

.know-buttons {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}