@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #0f172a;

  color: #f8fafc;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.a-e-header.is-open .a-e-header-background {
  left: 0;
}
.a-e-header-button-wrapper {
  margin-left: auto;
}
.a-e-header-icon {
  display: none;
}

.a-e-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-e-navigation-list.is-open {
  right: 0;
}
.a-e-header-icon-menu {
  display: block;
}

.a-e-header-icon-button.is-open .a-e-header-icon-menu {
  display: none;
}

.a-e-header-icon-button.is-open .a-e-header-icon-close {
  display: block;
}

.a-e-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 52px;
  background: #0f172a26;
  backdrop-filter: blur(15px);
}

.a-e-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #0f172a;
}
.a-e-header.is-open .a-e-header-background {
  left: 0;
}
.a-e-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-e-header-icon-menu {
  display: block;
}

.a-e-header-icon-button.is-open .a-e-header-icon-menu {
  display: none;
}

.a-e-header-icon-button.is-open .a-e-header-icon-close {
  display: block;
}

.a-e-navigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 6px 16px;
  position: relative;
}

.a-e-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 100px 0px;

  gap: 16px;
  background: #0f172a;
}

.a-e-navigation-list.is-open {
  right: 0;
}

.a-e-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 108%;
  letter-spacing: 0%;
  text-align: center;
  color: #f8fafc;
  padding: 8px 12px;
  display: block;
}

.a-e-navigation-link:hover,
.a-e-navigatioт-link:focus {
  color: #38bdf8;
}

.a-e-header.is-open {
  background-color: transparent;
}

.a-e-navigation-img {
  display: none;
}

@media screen and (min-width: 1210px) {
  .a-e-navigation-img {
    display: block;
    margin-right: 850px;
  }
  .a-e-policy-terms-header-icon-menu {
    display: none;
  }
  .a-e-header-button-wrapper {
    display: none;
  }
  .a-e-header {
    width: 100%;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .a-e-header-icon-button {
    display: none;
  }
  .a-e-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-e-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 16px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-e-navigation-link {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 108%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.a-e-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Hero_Section.png");
  margin: auto;
}
.a-e-home-container {
  width: 375px;
  padding: 592px 16px 0px;
  margin: auto;
}

.a-e-home-title {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 34px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}
.a-e-home-title span {
  color: #38bdf8;
}
.a-e-home-text {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  padding-top: 10px;
  color: #c5c5c5;
}

@media screen and (min-width: 1210px) {
  .a-e-home {
    width: auto;

    background-image: url("/img/Hero_Section\ \(1\).png");
  }
  .a-e-home-container {
    width: 1440px;
    padding: 309px 64px 0px 738px;
  }

  .a-e-home-title {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 108%;
    letter-spacing: 0%;
  }

  .a-e-home-text {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
}
.a-e-about {
  margin: auto;
  width: 375px;
  height: 1304px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section.png");
}
.a-e-about-container {
  width: 375px;
  padding: 331px 16px 0px;
  margin: auto;
}
.a-e-about-title {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 12%;
  text-transform: uppercase;
  color: #38bdf8;
}
.a-e-about-title-two {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  padding-top: 8px;
}
.a-e-about-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
  color: #c5c5c5;
  padding-top: 576px;
}

@media screen and (min-width: 1210px) {
  .a-e-about {
    width: 1440px;
    height: 772px;
    background-image: url("/img/Section\ \(1\).png");
  }
  .a-e-about-container {
    width: 1440px;
    padding: 201px 64px 0 744px;
  }
  .a-e-about-title {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 12%;
    text-transform: uppercase;
  }
  .a-e-about-title-two {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 115.99999999999999%;
    letter-spacing: 0%;

    padding-top: 8px;
  }
  .a-e-about-text {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;

    color: #c5c5c5;
    padding-top: 40px;
    width: 512px;
    margin-left: auto;
  }
}
.a-e-why {
  margin: auto;
  width: 375px;
  height: 1312px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/why/Section\ \(2\).png");
}

.a-e-why-container {
  width: 375px;
  margin: auto;
  padding: 32px 16px;
  text-align: center;
}
.a-e-why-list {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.a-e-why-item {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: column;
  padding: 0 16px;
}
.a-e-why-img {
}
.a-e-why-text-bold {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
  text-align: center;
}
.a-e-why-text {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
  text-align: center;
  color: #c5c5c5;
}

@media screen and (min-width: 1210px) {
  .a-e-why {
    width: 1440px;
    height: 719px;
    background-image: url("/img/why/Section\ \(3\).png");
  }
  .a-e-about-title-twoq {
    width: 416px;
    margin: auto;
  }
  .a-e-why-container {
    width: 1440px;
    padding: 64px 176px;
  }
  .a-e-why-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .a-e-why-item {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;
    padding: 0 16px;
    width: 342px;
  }
  .a-e-why-img {
  }
  .a-e-why-text-bold {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
    text-align: center;
  }
  .a-e-why-text {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
    text-align: center;
    color: #c5c5c5;
  }
  .a-e-why-itemq {
    padding-top: 40px;
  }
}

.a-e-uniqueness {
  margin: auto;
  width: 375px;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/uniqueness/Section\ \(4\).png");
}
.a-e-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 32px 16px 0;
}
.a-e-uniqueness-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.a-e-uniqueness-item-two {
  display: flex;
}
.a-e-uniqueness-img {
  width: 32px;
}
.a-e-uniqueness-text-bold {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
}
.a-e-uniqueness-text {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
  color: #c5c5c5;
  padding-top: 8px;
}

@media screen and (min-width: 1210px) {
  .a-e-uniqueness {
    width: auto;

    height: 641px;
    background-image: url("/img/uniqueness/Section\ \(5\).png");
  }
  .a-e-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 64px 737px 0 176px;
  }

  .a-e-uniqueness-img {
    width: 32px;
  }
  .a-e-uniqueness-text-bold {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
  }
  .a-e-uniqueness-text {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
  }
}
.a-e-how {
  margin: auto;
  width: 375px;
  height: 660px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section\ \(6\).png");
}
.a-e-how-container {
  margin: auto;
  width: 375px;
  padding: 32px 16px 0;
  text-align: center;
}
.a-e-how-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.a-e-how-item-q {
  border: 2px solid #38bdf8;
}
.a-e-how-item-two {
  display: flex;
  gap: 16px;
  text-align: left;
}
.a-e-how-img {
  width: 32px;
  height: 32px;
}

.a-e-how-text-bold {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
}

.a-e-how-text {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
  color: #c5c5c5;
  padding-top: 16px;
}

@media screen and (min-width: 1210px) {
  .a-e-how {
    width: auto;
    height: 628px;
    background-image: url("/img/Section\ \(7\).png");
  }
  .a-e-how-container {
    margin: auto;
    width: 1440px;
    padding: 64px 176px;
  }
  .a-e-how-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    text-align: left;
  }

  .a-e-how-item-q {
    border: 2px solid #38bdf8;
  }
  .a-e-how-item-two {
    display: flex;
    gap: 16px;
    text-align: left;
    width: 512px;
  }
  .a-e-how-img {
    width: 32px;
    height: 32px;
  }
  .a-e-about-title-twoe {
    width: 527px;
    margin: auto;
  }
  .a-e-how-text-bold {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
  }

  .a-e-how-text {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
    padding-top: 24px;
  }
}

.a-e-policy-terms-container {
  padding: 112px 16px 60px;
  width: 375px;
  margin: auto;
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
}

.a-e-policy-terms-container h1 {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;

  margin-bottom: 40px;
}
.a-e-policy-terms-container h2 {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;

  margin: 24px 0 16px;
}
.a-e-policy-terms-container h3 {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;

  margin: 0px 0 16px;
}
.a-e-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}
.a-e-policy-terms-container a {
  color: #00b7ff;
  text-decoration: none;
}

@media screen and (min-width: 1210px) {
  .a-e-policy-terms-container {
    padding: 142px 212px 80px;
    width: 1440px;
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
  }
  .a-e-policy-terms-container h1 {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 115.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
  }
  .a-e-policy-terms-container h2 {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
  .a-e-policy-terms-container h3 {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }
}

.a-e-footer-container {
  width: 375px;
  padding: 60px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;

  gap: 32px;
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
  text-align: center;
}

.a-e-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.a-e-footer-text {
  text-decoration: none;
  color: inherit;
}

.a-e-footer-copyright {
  font-family: Public Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 136%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1210px) {
  .a-e-footer-container {
    width: 1440px;
    padding: 60px 88px;

    gap: 60px;
  }

  .a-e-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 60px;
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
    text-align: center;
  }

  .a-e-footer-copyright {
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 136%;
    letter-spacing: 0%;
    text-align: center;
  }
}
