/*!
Theme Name: KosmosLabs.ai Website
Author: emkode
Version: 1.0
*/
/** Externals **/
/** Common **/
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

body {
  background: #0b0f1a;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  padding-top: 25px;
}

.container, .header {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 25px;
  width: 95%;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
a:hover {
  border-bottom: 1px solid #8B59C7;
}

a.button,
.button a {
  border: 1px solid #8B59C7;
  border-radius: 8px;
  background: rgba(139, 89, 199, 0.05);
  box-shadow: -4px -4px 8px 0px rgba(90, 139, 174, 0.5) inset, 4px 4px 8px 0px rgba(139, 89, 199, 0.5) inset;
  padding: 10px 50px;
  transition: all 0.3s ease;
}
a.button:hover,
.button a:hover {
  border-color: #7C9CBF;
}

.header {
  box-shadow: 0px 2px 8px 0px rgba(139, 89, 199, 0.55) inset, 0px 1px 4px 0px rgba(90, 139, 174, 0.75) inset;
  border-radius: 24px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}
.header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 20px 10px;
}
@media (max-width: 1023px) {
  .header-grid {
    flex-direction: column;
    gap: 20px;
  }
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 499px) {
  .header-menu {
    display: none;
  }
}
.header-menu ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .header-menu ul {
    gap: 20px;
  }
}
.header-menu li a {
  font-size: 16px;
  font-weight: 400;
}
.header-menu li a.button {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.footer {
  margin-top: 40px;
  background: url("assets/images/footer.png") no-repeat center top;
}
.footer-pre {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
  padding: 20px 10px 20px 10px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(156, 180, 216, 0.2509803922);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .footer-pre {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-pre__logo {
  width: 200px;
}
@media (max-width: 1023px) {
  .footer-pre__logo {
    margin: 0 auto;
    width: auto;
  }
}
.footer-pre__text {
  font-size: 14px;
  font-weight: 500;
  color: #A8B5D1;
  max-width: 400px;
}
.footer-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  padding: 80px 10px 20px 10px;
  border-bottom: 1px solid rgba(156, 180, 216, 0.2509803922);
  padding-left: 250px;
  min-height: 300px;
}
@media (max-width: 1023px) {
  .footer-menu {
    padding-left: 10px;
  }
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.footer-menu ul li {
  margin-bottom: 10px;
}
.footer-menu ul span {
  font-size: 20px;
}
.footer-menu ul a {
  font-size: 16px;
  color: #A8B5D1;
}
.footer-after {
  padding-top: 40px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  padding-bottom: 40px;
  color: #9CB4D8;
}

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