@media (min-width: 1536px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1536px) {
  .container {
    max-width: 1240px;
  }
  .container__five .five__img {
    width: 60%;
    margin-left: -15%;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1080px;
    margin: 30px auto;
  }
  .header__container .header__purchase {
    width: 250px;
  }
  .header__container .header__purchase .header__inner {
    width: 90%;
  }
  .header__container .header__purchase .header_hamberger {
    display: block;
    width: 30%;
    height: 100%;
  }
  .header__container .header__purchase .header_hamberger .header__button {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
  }
  .header__container .header__purchase .header_hamberger .header__button-bar {
    width: 80%;
    height: 2px;
    background-color: black;
    margin: 3px 0;
    border-radius: 2px;
    transition: 0.3s;
  }
  .section__one-content--center {
    font-size: 50px;
  }
  .container__two .section__two-top h2 {
    font-size: 40px;
  }
  .container__two .section__two-bottom .bottom__items-img {
    width: 100%;
    height: 200px;
  }
  .container__five .five__title .five__title--top h2 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 120%;
  }
  .section__six .six__title .title-right h2 {
    font-size: 40px;
  }
  .eight-title h2 {
    width: 60%;
  }
  .nine__title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1020px) {
  .container {
    max-width: 880px;
  }
  .header__container .header__logo {
    display: none;
  }
  .section__one-content--center {
    width: 80%;
  }
  .section__three .three__items .items {
    width: calc(48% - 15px);
  }
  .section__four .container__four .section__four-title {
    flex-direction: column;
    align-items: center;
  }
  .section__four .container__four .section__four-title h2 {
    width: 90%;
  }
  .section__four .container__four .section__four-title .desc {
    width: 90%;
    max-width: 90%;
  }
  .section__six .six__title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }
  .section__six .six__title .title-left {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .section__six .six__title .title-right {
    max-width: 100%;
  }
  .section__seven .container_seven .seven__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 50px 0;
  }
  .section__seven .container_seven .seven__title h2 {
    width: 90%;
    font-size: 40px;
  }
  .eight-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .eight-title .title-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eight-title .title-right span,
  .eight-title .title-right p {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .eight-title .title-right h3 {
    font-size: 42px;
    text-align: center;
  }
  .nine__title {
    width: 90%;
    margin-bottom: 50px;
  }
  .nine__items {
    flex-direction: column;
  }
  .nine__items .items {
    width: 100%;
  }
  .nine__items .items .star {
    margin-bottom: 50px;
  }
  .section__ten .ten-title {
    width: 70%;
  }
  .section__ten .ten-title h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section__disclaimer {
    width: 100%;
  }
  .section__disclaimer p {
    text-align: center;
    font-size: 18px;
  }
  .section__disclaimer ul li {
    margin-top: 10px;
    font-size: 14px;
  }
  .container {
    max-width: 650px;
  }
  .header__container .header__menu .header__menu-list li:nth-child(5) {
    display: none;
  }
  .header__container .header__menu .header__menu-list li:nth-child(3) {
    display: none;
  }
  .section__one-content {
    width: 90%;
  }
  .section__one-content--top {
    width: 50%;
    text-wrap: nowrap;
  }
  .section__one-content--center {
    width: 90%;
    font-size: 40px;
  }
  .section__one-content .section__one-content--bottom .button {
    width: 40%;
  }
  .container__two .section__two-top h2 {
    font-size: 30px;
  }
  .container__two .section__two-top p {
    width: 80%;
  }
  .container__two .section__two-bottom {
    flex-direction: column;
  }
  .container__two .section__two-bottom .bottom__items-img {
    height: auto;
  }
  .section__three .three__header .three__header-number p {
    font-size: 150px;
  }
  .section__three .three__header .three__header-number h2 {
    font-size: 35px;
  }
  .section__four .container__four .section__four-title h2 {
    font-size: 30px;
  }
  .container__five {
    flex-direction: column;
    gap: 30px;
  }
  .container__five .five__img {
    margin: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .container__five:nth-child(2) {
    flex-direction: column-reverse;
  }
  .container__five:nth-child(2) .five__img {
    width: 100%;
  }
  .container__five .five__title {
    margin: 30px 0;
    align-items: center;
    justify-content: center;
  }
  .container__five .five__title .five__title--top h2 {
    font-size: 1.7rem;
  }
  .section__six .six__title {
    height: auto;
  }
  .section__six .six__title .title-left h2 {
    font-size: 120px;
  }
  .section__six .six__items .items-slide .slide {
    height: 300px;
    flex: 0 0 45%;
  }
  .section__seven .container_seven .seven__title p {
    font-size: 50px;
  }
  .eight-title {
    margin: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eight-title .map {
    width: 100%;
  }
  .eight-title .title-right h3 {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .eight-title .title-right span {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .contact__title {
    width: 80%;
    font-size: 18px;
  }
  .container {
    max-width: 500px;
  }
  .header__container .header__menu .header__menu-list li:nth-child(2) {
    display: none;
  }
  .header__container .header__menu .header__menu-list li:nth-child(4) {
    display: none;
  }
  .header__container {
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }
  .header__container .header__menu {
    padding: 0;
  }
  .header__container .header__menu .header__menu-list {
    padding: 0;
  }
  .header__container .header__purchase {
    width: 40%;
  }
  .header__container .header__purchase .header__inner {
    width: 100%;
    display: block;
    padding: 0;
  }
  .header__container .header__purchase .header__inner a {
    margin: 0;
    width: 80%;
  }
  .header__container .header__purchase .header_hamberger {
    width: 100%;
  }
  .section__one-content--top {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
  }
  .section__one-content--center {
    width: 90%;
    font-size: 30px;
  }
  .section__one-content .section__one-content--bottom {
    flex-direction: column;
    gap: 10px;
    height: 100px;
  }
  .section__one-content .section__one-content--bottom .button {
    width: 90%;
    height: 50px;
  }
  .container__two .section__two-top h2 {
    font-size: 25px;
  }
  .container__two .section__two-bottom .bottom__items {
    padding: 0;
  }
  .section__three .three__header {
    height: auto;
  }
  .section__three .three__header .three__header-number p {
    width: none;
    font-size: 100px;
  }
  .section__three .three__header .three__header-number h2 {
    font-size: 16px;
  }
  .section__three .three__items .items {
    width: 100%;
  }
  .section__three .three__items .items .items__img {
    max-height: 600px;
  }
  .section__three .three__items .items .items__img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
  }
  .section__four .container__four .section__four-title {
    width: 100%;
  }
  .section__four .container__four .section__four-title .desc p:nth-child(2) {
    font-size: 14px;
  }
  .section__four .container__four .section__four-items .inner-items .feature-items .feature-items--img {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }
  .container__five .five__title .five__title--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .section__six .six__title {
    width: 100%;
  }
  .section__six .six__title .title-right p {
    font-size: 14px;
    width: 100%;
  }
  .section__seven .container_seven .seven__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 20px 0;
  }
  .section__seven .container_seven .seven__title h2 {
    width: 90%;
    font-size: 25px;
  }
  .section__seven .container_seven .seven__title p {
    font-size: 40px;
  }
  .eight-title {
    margin: 0;
    gap: 0;
  }
  .eight-title h2 {
    width: 100%;
    font-size: 100px;
    margin: 0;
  }
  .eight-title .title-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0;
    gap: 10px;
  }
  .eight-title .title-right span,
  .eight-title .title-right h3,
  .eight-title .title-right p {
    margin: 0;
  }
  .nine__title h2 {
    font-size: 30px;
  }
  .section__ten .ten-title {
    width: 100%;
  }
  .section__ten .ten-title p {
    font-size: 14px;
    width: 100%;
  }
  .footer p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .section__six .six__title .title-right span {
    font-size: 12px;
  }
}

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