@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", serif;
  background-color: #1c1c1c;
  color: #A3A3A3;
}

.header {
  padding: 30px 0px 30px 0px;
}
.header .logo {
  width: 100%;
}
.header nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.header nav li {
  display: inline;
}
.header nav a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}
.header nav a:hover {
  color: #60D0FF;
  font-weight: 700;
  transition: 0.36s ease-in-out;
}
.header button {
  background-color: #60D0FF;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1c1c;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: -1px 0px 24px 0px rgba(96, 207, 255, 0.76);
}
.header button:hover {
  background-color: #121212;
  color: #60D0FF;
  transition: 0.36s ease-in-out;
}

.hero-wrapper {
  padding: 20px 0px 20px 0px;
  position: relative;
}
.hero-wrapper .hero-art img {
  width: 100%;
}
.hero-wrapper .hero-content {
  z-index: 3;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-wrapper .hero-content h1 {
  font-size: 3.6rem;
  font-weight: 300;
  color: #ffffff;
}
.hero-wrapper .hero-content h1 span {
  font-weight: 700;
  color: #60D0FF;
}
@media screen and (max-width: 1024px) {
  .hero-wrapper .hero-content {
    position: relative;
  }
}

.sub-hero {
  width: 70%;
  text-align: center;
  z-index: 3;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: -5%;
}
.sub-hero p {
  font-size: 1.16rem;
  font-weight: 400;
  color: #A3A3A3;
}
@media screen and (max-width: 1024px) {
  .sub-hero {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -10%;
  }
}
.sub-hero .action {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 43px;
  justify-content: center;
  margin-bottom: 60px;
}
.sub-hero .action .button-r {
  background-color: #60D0FF;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1c1c;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: -1px 0px 24px 0px rgba(96, 207, 255, 0.76);
}
.sub-hero .action .button-r:hover {
  background-color: #121212;
  color: #60D0FF;
  transition: 0.36s ease-in-out;
}
.sub-hero .action .button-l {
  background-color: none;
  border: 3px solid #60D0FF;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #60D0FF;
  border-radius: 10px;
  margin-top: 10px;
}
.sub-hero .action .button-l:hover {
  background-color: #60D0FF;
  color: #1c1c1c;
  transition: 0.36s ease-in-out;
}

hr {
  border: none;
  border-top: 6px dashed #3C3C3C;
}

.mockarea {
  display: flex;
  justify-content: space-around;
}

.parcelblock {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  background-color: #121212;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  margin-top: 10px;
}
.parcelblock .parcelicon {
  width: 140px;
  height: auto;
}
.parcelblock .p-content {
  flex: 1;
}
.parcelblock .p-content h2 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #60D0FF;
}
.parcelblock .p-content p {
  font-size: 1rem;
  font-weight: 300;
  color: #A3A3A3;
}
.parcelblock .p-content button img {
  margin-top: 20px;
}
.parcelblock .p-content button img:hover {
  scale: 1.13;
  transition: 0.36s ease-in-out;
}

.areatitle {
  margin-top: 30px;
  text-align: center;
}
.areatitle h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 40px;
}
.areatitle h1 span {
  font-size: 1.63rem;
  font-weight: 300;
  color: #A3A3A3;
}
.areatitle p {
  font-size: 1rem;
  font-weight: 300;
  color: #A3A3A3;
  margin-top: 20px;
}
.areatitle p span {
  font-weight: 700;
}

.dataset {
  width: 60%;
}
.dataset:hover {
  scale: 1.13;
  transition: 0.36s ease-in-out;
}

.cnn {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 30px;
}

.steps {
  background-color: #121212;
  padding: 30px 30px 30px 30px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.steps h2 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #ffffff;
}
.steps p {
  font-size: 1rem;
  font-weight: 300;
  color: #A3A3A3;
  margin-top: 10px;
}
.steps .steps-footer {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.steps .steps-footer img:hover {
  scale: 1.13;
  transition: 0.36s ease-in-out;
}
.steps .steps-footer span {
  font-size: 1rem;
  font-weight: 700;
  color: #60D0FF;
}

.footer {
  background-color: #121212;
  padding: 46px 30px 46px 30px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
}
.footer h1 {
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff;
}
.footer h1 span {
  font-weight: 700;
}
.footer .action {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 43px;
  justify-content: center;
  margin-bottom: 60px;
}
.footer .action .button-r {
  background-color: #60D0FF;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1c1c;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: -1px 0px 24px 0px rgba(96, 207, 255, 0.76);
}
.footer .action .button-r:hover {
  background-color: #121212;
  color: #60D0FF;
  transition: 0.36s ease-in-out;
}
.footer .action .button-l {
  background-color: none;
  border: 3px solid #60D0FF;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #60D0FF;
  border-radius: 10px;
  margin-top: 10px;
}
.footer .action .button-l:hover {
  background-color: #60D0FF;
  color: #1c1c1c;
  transition: 0.36s ease-in-out;
}
.footer .footerlogo {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

.preview {
  background-color: #121212;
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  height: 603px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .preview {
    height: 430px;
  }
}
@media screen and (max-width: 560px) {
  .preview {
    height: 263px;
  }
}
.preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.preview .placeholder {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.console {
  background-color: #121212;
  padding: 30px 20px 30px 20px;
  border-radius: 20px;
}
.console h2 {
  font-size: 1.13rem;
  font-weight: 700;
  color: #ffffff;
}
.console button {
  background-color: #60D0FF;
  padding: 10px 20px 10px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #1c1c1c;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: -1px 0px 24px 0px rgba(96, 207, 255, 0.76);
  width: 100%;
  margin-top: 30px;
}
.console button:hover {
  background-color: #121212;
  color: #60D0FF;
  transition: 0.36s ease-in-out;
}
.console .file-input {
  display: none; /* Hide the original file input */
}
.console .file-upload {
  display: inline-block;
  padding: 10px 20px;
  background-color: none;
  font-size: 1rem;
  font-weight: 700;
  color: #60D0FF;
  border: 3px solid #60D0FF;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.console .file-upload:hover {
  border: 3px solid #A3A3A3;
  color: #A3A3A3;
  transition: 0.36s ease-in-out;
}
.console .file-upload:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(72, 129, 255, 0.5);
}

.results {
  background-color: #121212;
  border-radius: 20px;
  padding: 30px 20px 30px 20px;
  margin-top: 30px;
}
.results h4 {
  font-size: 1.13rem;
  font-weight: 700;
  color: #ffffff;
}
.results .res-block {
  background-color: #1c1c1c;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  margin-top: 16px;
}
.results .res-block p {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
}
.results .res-block p span {
  font-size: 1.36rem;
  font-weight: 700;
  color: #60D0FF;
}

.stat-block {
  background-color: #1c1c1c;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.stat-block h4 {
  font-size: 1rem;
  font-weight: 300;
  color: #A3A3A3;
}
.stat-block h3 {
  font-size: 1.63rem;
  font-weight: 700;
  color: #ffffff;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1000;
  display: none;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-top: 5px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */
