@font-face {
  font-family: "schabo";
  src: url("../fonts/schabo/SCHABO-Condensed.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-VariableFont_wght.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  background-image: url("https://kilev.ai/wp-content/themes/kilev-ai/assets/images/background/back5.webp");
  background-color: #161616;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background-position-x 0.01s ease-out;
}
@media (max-width: 768px) {
  html {
    background-size: 250%;
  }
}

body {
  font-family: "Sora";
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.6980392157);
  overflow-x: hidden;
  backdrop-filter: blur(10px);
  background-image: url("https://kilev.ai/wp-content/themes/kilev-ai/assets/images/background/back4.png");
  display: flex;
  flex-direction: column;
  min-width: 375px;
}
@media (max-width: 768px) {
  body {
    background-size: 250%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main {
  max-width: 1360px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  main {
    gap: 72px;
  }
}
@media (max-width: 1024px) {
  main {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  main {
    padding: 0 12px;
  }
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */