@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e9f4ff;

  color: #073896;
}

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-s-header.is-open .a-s-header-background {
  left: 0;
}
.a-s-header-button-wrapper {
  margin-left: auto;
}
.a-s-header-icon {
  display: none;
}

.a-s-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-s-navigation-list.is-open {
  right: 0;
}
.a-s-header-icon-menu {
  display: block;
}

.a-s-header-icon-button.is-open .a-s-header-icon-menu {
  display: none;
}

.a-s-header-icon-button.is-open .a-s-header-icon-close {
  display: block;
}

.a-s-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  background: #025dbc;
  border-bottom: 2px solid #62cbfa3d;
}

.a-s-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #025dbc;
  border-bottom: 2px solid #62cbfa3d;
}
.a-s-header.is-open .a-s-header-background {
  left: 0;
}
.a-s-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-s-header-icon-menu {
  display: block;
}

.a-s-header-icon-button.is-open .a-s-header-icon-menu {
  display: none;
}

.a-s-header-icon-button.is-open .a-s-header-icon-close {
  display: block;
}

.a-s-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: 24px 16px;
  position: relative;
}

.a-s-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 32px;

  gap: 12px;
  background: #025dbc;
}

.a-s-navigation-list.is-open {
  right: 0;
}

.a-s-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #0e105c;
  font-family: Nunito;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
}

.a-s-navigation-link:hover,
.a-s-navigatioт-link:focus {
  color: #ed196c;
}

.a-s-header.is-open {
  background-color: transparent;
}

.a-s-navigation-img {
  display: none;
}

@media screen and (min-width: 1192px) {
  .a-s-navigation-img {
    display: block;
    margin-right: 280px;
  }
  .a-s-policy-terms-header-icon-menu {
    display: none;
  }
  .a-s-header-button-wrapper {
    display: none;
  }
  .a-s-header {
    width: 100%;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .a-s-header-icon-button {
    display: none;
  }
  .a-s-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-s-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 12px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-s-navigation-link {
    font-family: Nunito;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;

    color: #ffffff;
  }
}

.a-s-home {
  background: #025dbc;
}
.a-s-home-container {
  width: 375px;
  padding: 245px 0 149px;
  margin: auto;
}

.a-s-home-container-top {
  width: 375px;
  height: 418px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Container.png");
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 76px 16px 0;
}

.a-s-home-title {
  font-family: Fredoka;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  vertical-align: middle;

  color: #430119;
}

.a-s-home-text {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ffffff;
  padding: 8px 0 32px;
}
.a-s-home-container-two {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-s-home-link {
  transition: all 0.3s ease-in-out;
  background: #ed196c;

  width: 343px;
  padding: 10px 0;
  border-radius: 50px;
  font-family: Nunito;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;

  color: #f0f8ff;
  text-decoration: none;
}

.a-s-home-link:hover {
  transform: scale(1.08);
}

.a-s-home-linkw {
  width: 160px;
  display: block;
}
@media screen and (min-width: 1192px) {
  .a-s-home-container {
    width: 1440px;
    padding: 196px 205px 100px;
    margin: auto;
  }

  .a-s-home-container-top {
    width: 1030px;
    height: 418px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Container\ \(1\).png");
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 72px 578px 0 72px;
  }

  .a-s-home-title {
    font-family: Fredoka;
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .a-s-home-text {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;

    padding: 8px 0 32px;
  }
  .a-s-home-container-two {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .a-s-home-link {
    transition: all 0.3s ease-in-out;
    background: #ed196c;

    width: 160px;
    padding: 10px 0;
  }
  .a-s-home-linkw {
    width: 160px;
    display: block;
    margin-left: 280px;
  }
}
.a-s-about {
  margin: auto;
  width: 375px;
  height: 749px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Content\ Section.png");
}
.a-s-about-container {
  width: 375px;
  padding: 48px 16px 0px;
  margin: auto;
}
.a-s-about-title {
  font-family: Fredoka;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0px;
  vertical-align: middle;

  color: #0e105c;
}
.a-s-about-text {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
  border-bottom: 2px solid #62cbfa3d;
  padding-bottom: 10px;
}
.a-s-about-title-div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.a-s-about-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}
.a-s-about-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.a-s-about-list-img {
  width: 40px;
}
@media screen and (min-width: 1192px) {
  .a-s-about {
    width: 1440px;
    height: 545px;
    background-image: url("/img/Content\ Section\ \(1\).png");
  }
  .a-s-about-container {
    width: 1440px;
    padding: 97px 130px 0 788px;
  }
  .a-s-about-title {
    font-family: Fredoka;
    font-weight: 500;
    font-style: Medium;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
  .a-s-about-text {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
  }

  .a-s-about-list {
    gap: 24px;
    padding-top: 24px;
  }
  .a-s-about-list-item {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;

    padding: 4px 0;
  }
  .a-s-about-list-img {
    width: 40px;
  }
}

.a-s-why-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px;
}
.a-s-about-title-two {
  font-family: Fredoka;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #0e105c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/decor.png");
  width: 295px;
  height: 105px;
  padding-top: 32px;
  text-align: center;
  margin: auto;
}
.a-s-why-list {
  padding-top: 48px;
}
.a-s-why-lists {
  display: none;
}
.a-s-why-item {
  background: #4aaee5;

  width: 322px;
  height: 226px;
  border-radius: 12px;
  padding: 24px;

  margin: 0 4px;
}

.a-s-why-text-bold {
  font-family: "Baloo 2", sans-serif;

  font-weight: 600;
  font-style: SemiBold;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  background: #ffffff52;

  width: 47px;
  height: 36px;
  border-radius: 8px;
  padding: 4px;
}
.a-s-why-text {
  font-family: Fredoka;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0e105c;
  padding: 10px 0 12px;
}

.a-s-why-texts {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1192px) {
  .a-s-why-container {
    width: 1440px;
    padding: 80px 225px;
  }
  .a-s-why-list {
    display: none;
  }

  .a-s-why-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 48px;
  }
  .a-s-why-item {
    width: 322px;
    height: 226px;
    border-radius: 12px;
    padding: 24px;

    margin: 0;
  }

  .a-s-why-text {
    font-family: Fredoka;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .a-s-why-texts {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .a-s-why-items {
    width: 489px;
    height: 174px;

    border-radius: 12px;
    padding: 24px;
  }
}

.a-s-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 48px 16px;
}
.a-s-uniqueness-list {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a-s-uniqueness-img {
  width: 47px;
  margin: auto;
}
.a-s-uniqueness-item {
  width: 343px;
  height: 224px;

  gap: 8px;
  border-radius: 12px;
  padding: 24px;

  display: flex;
  flex-direction: column;
}

.a-s-uniqueness-text-bold {
  padding-top: 8px;
  font-family: Fredoka;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
.a-s-uniqueness-text {
  font-family: Nunito;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
}

@media screen and (min-width: 1192px) {
  .a-s-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 321px;
  }
  .a-s-uniqueness-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .a-s-uniqueness-img {
    width: 47px;
    margin: auto;
  }
  .a-s-uniqueness-item {
    width: 392px;
    height: 194px;

    border-radius: 12px;
    padding: 24px;
  }

  .a-s-uniqueness-text-bold {
    font-family: Fredoka;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .a-s-uniqueness-text {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}

.a-s-how-container {
  margin: auto;
  width: 375px;
  padding: 48px 16px;
}
.a-s-how-list {
  padding-top: 48px;
}
.a-s-how-list-item {
  background: #5250a3;
  width: 343px;
  height: 312px;
  border-radius: 12px;
  padding: 16px;
  background: #5250a3;
  margin: 0 10px;
  color: #ffffff;
}
.a-s-how-list-item-img {
  width: 48px;
}
.a-s-how-list-item-text {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0px;
  padding: 12px 0;
}
.a-s-how-list-item-div {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Fredoka;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.a-s-how-list-item-ava {
  height: 48px;
}
.a-s-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-top: 48px;
}

.a-s-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.a-s-gallery-button-icon {
  width: 30px;
}
.a-s-gallery-button:hover {
  scale: 120%;
}
@media screen and (min-width: 1192px) {
  .a-s-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 285px;
  }

  .a-s-how-list-item {
    width: 416px;
    height: 268px;

    border-radius: 12px;
    padding: 16px;
  }

  .a-s-how-list-item-text {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .a-s-how-list-item-div {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .a-s-how-list-item-ava {
    height: 48px;
  }
}

.a-s-policy-terms-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 140px 16px 32px;
  width: 375px;
  margin: auto;
  color: #2d2d2d;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0px;
}

.a-s-policy-terms-container h1 {
  color: #1a1a1a;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0px;
}
.a-s-policy-terms-container h3 {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;

  color: #1a1a1a;
}
.a-s-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-s-policy-terms-container a {
  color: #1a73e8;
  text-decoration: none;
}
@media screen and (min-width: 1192px) {
  .a-s-policy-terms-container {
    padding: 128px 100px 32px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .a-s-policy-terms-container h1 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 0px;
  }
  .a-s-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

.a-s-footer-container {
  width: 375px;
  padding: 48px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;

  gap: 100px;
  color: #f0f8ff;
}
.a-s-footer-img {
  width: 199px;
}
.a-s-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.a-s-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Nunito;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.a-s-footer-wrapper-one {
  display: flex;
  flex-direction: column;

  gap: 8px;
}
.a-s-footer-copyright {
  font-family: Nunito;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
}

@media screen and (min-width: 1192px) {
  .a-s-footer-container {
    width: 1440px;
    padding: 48px 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 243px;
  }

  .a-s-footer-img {
    width: 199px;
  }
  .a-s-footer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .a-s-footer-text {
    font-family: Nunito;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
  .a-s-footer-wrapper-one {
    display: flex;
    flex-direction: row-reverse;

    gap: 243px;
  }
  .a-s-footer-copyright {
    font-family: Nunito;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
  }
}
