@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1180px;
  }
  .plan_archive__item:nth-child(1) {
    right: 100px;
  }
  .plan_archive__item:nth-child(2) {
    right: -50px;
  }
  .plan_archive__item:nth-child(4) {
    left: -50px;
  }
  .plan_archive__item:nth-child(5) {
    left: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 700px;
  }
  .row {
    max-width: 100%;
    margin-inline: auto;
  }
  .home__section-1 {
    padding-top: 64px;
  }
  .home__section-1 .card {
    margin-top: 32px;
  }
  .home__section-3 .container {
    max-width: 100%;
  }
  .home__section-4 {
    padding: 16px;
  }
  .home__section-4 .section_img {
    padding-left: 0;
    margin-bottom: 32px;
  }
  .plan_archive__step {
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px;
    background-position: center top;
  }
  .plan_archive__step .plan_archive__item {
    width: 200px;
    margin: 16px;
    right: 0;
    left: 0;
    border-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
  }
  .plan_archive__step .plan_archive__item .plan_name,
  .plan_archive__step .plan_archive__item .plan_desc {
    top: 0;
  }
  .plan_archive__step .plan_archive__item .plan_btn {
    top: 0;
    opacity: 1;
    flex-wrap: wrap;
  }
  .plan_archive__step .plan_archive__item .plan_btn .btn {
    margin: 8px 0 0 !important;
  }
  .plans__section-2 .card {
    margin-bottom: 32px;
  }
  .plans__balance__step {
    margin-bottom: 64px;
    display: flex;
    border: none;
    flex-wrap: wrap;
  }
  .plans__balance__item {
    border: solid 1px rgba(255, 255, 255, 0.1);
    margin-left: 8px;
    border-radius: 4px;
    white-space: nowrap;
    width: 30%;
    margin-bottom: 8px;
  }
  .panel__page .panel_window.m-0 {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .container {
    max-width: calc(100% - 40px);
    padding: 0 24px;
  }
  .home__section-1 {
    padding-top: 128px;
  }
  .home__section-7 .section_caption {
    margin-top: -300px;
    position: relative;
    z-index: 3;
    padding: 0 16px;
  }
  .home__section-7 .social_media__item {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .plans .container {
    padding: 0 16px;
  }
  .panel__header {
    right: 8px;
    top: 8px;
  }
  .panel__header__user_name, .panel__header__star, .panel__header__wallet, .panel__header__referral {
    display: none;
  }
  .panel__header__responsive_btn {
    display: flex;
  }
  .panel__menu {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    background: #34323d;
    height: 100vh;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    border: none;
  }
  .panel__menu.active {
    opacity: 1;
    visibility: visible;
  }
  .panel__page {
    padding: 48px 0 32px;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .header {
    top: 0;
    position: fixed;
  }
  .header .container {
    border-radius: 0;
    background: rgba(41, 69, 92, 0.8);
  }
  .header .btn {
    display: none;
  }
  .header .btn--responsive {
    display: inline-flex;
    margin-right: 8px;
  }
  .header .row {
    justify-content: space-between;
  }
  .header .row .col-6 {
    display: none;
  }
  .header__responsive {
    display: block;
  }
  .home__section-1 {
    padding-top: 48px;
  }
  .home__section-1 .col-4 {
    padding: 0 24px;
  }
  .home__section-1 .left_side {
    padding: 8px;
    margin-top: 32px;
  }
  .home__section-1 .left_side__triangle:after {
    display: none !important;
  }
  .home__section-2 .section_caption {
    padding: 0 16px;
  }
  .home__section-2 .section_caption p {
    line-height: 3rem;
    font-size: 1.5rem;
  }
  .home__section-2 .section_caption:before {
    width: 64px;
    height: 64px;
    right: 8px;
    top: -48px;
  }
  .home__section-3 .container {
    padding: 0;
  }
  .home__section-6 .comment_slider:before, .home__section-6 .comment_slider:after {
    display: none;
  }
  .home__section-5 .section_img {
    display: none;
  }
  .home__section-8 .container {
    padding: 0 16px;
  }
  .home__section-8 .card {
    margin-top: 32px;
  }
  .home__section-8 .faq {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .faq {
    margin-right: 0;
    padding-left: 0 !important;
  }
  .plan_archive__step {
    justify-content: space-around;
    padding: 24px;
    background: none;
  }
  .plan_archive__step .plan_archive__item {
    min-width: 200px;
    margin: 8px 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: space-between;
  }
  .plan_archive__step .plan_archive__item .plan_btn {
    max-width: 130px;
    margin-top: -8px;
    white-space: nowrap;
  }
  .plan_archive__step .plan_archive__item .plan_desc {
    padding-left: 24px;
    margin-bottom: 0;
  }
  .footer_copy {
    margin-top: 24px;
    text-align: center;
    width: 100%;
  }
  .footer__bottom ul {
    justify-content: center;
    width: 100%;
    padding-left: 16px;
  }
  .footer__right {
    border: none;
    padding: 0;
  }
  .contact_us__section-1:before {
    display: none;
  }
  .contact_us__section-1 .section__right {
    padding: 128px 32px 64px;
    background: #483993;
    min-height: 50vh;
    position: relative;
  }
  .contact_us__section-1 .section__right img {
    top: auto;
    bottom: -12vh;
    height: 25vh;
    width: 100%;
    object-fit: contain;
  }
  .contact_us__section-1 .section__left {
    padding: 32px;
  }
  .contact_us__section-2:before {
    display: none;
  }
  .contact_us__section-2 .section__right {
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
  }
  .contact_us__section-2 .section__left {
    text-align: center;
    min-height: 40vh;
  }
  .footer .container .card {
    border-radius: 0;
    border-right: none;
    border-left: none;
  }
  .login__left {
    height: auto;
  }
  .login__right {
    height: auto;
  }
  .fontSize-40 {
    font-size: 2rem;
  }
  .plan_data__footer .account_step .action {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
  }
  .plan_box__archive__item {
    flex-direction: column;
  }
  .plan_page + .footer {
    margin-top: 0;
    padding-top: 0;
  }
  .plan_page__section-1 {
    padding: 64px 0;
  }
  .plan_page__section-1 .plan_box__archive__item {
    backdrop-filter: blur(6px);
  }
}

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