@media screen and (max-width: 1350px) {
  .slider__navigation {
    transform: translate3d(0, 0, 0);
  }

  .slider__navigation.prev {
    left: 20px;
    right: auto;
  }

  .slider__navigation.next {
    right: 20px;
    left: auto;
    transform: rotate(180deg) translate3d(0, 0, 0);
  }

  .slider__conrtainer__right {
    padding-right: 40px;
  }

  #footer__info {
    margin-left: 0;
    justify-content: space-around;
  }

  #sticky-header nav {
    margin-left: 1em;
  }

  #sticky-header .header_lnk {
    margin-right: 1em;
  }

  .banner_links a {
    width: 130px;
  }

  #sticky-header > div p {
    display: none;
  }

  #sticky__logo {
    width: 140px;
  }
}

@media screen and (max-width: 1023px) {
  h2 {
    font-size: 46px;
    line-height: 52px;
  }

  h3 {
    font-size: 35px;
    line-height: 40px;
  }

  /* 
  .center {
    padding: 0 20px;
  } */

  body.menu-opened header {
    position: fixed;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
  }

  body.menu-opened header,
  body.free-header header {
    z-index: 900;
  }

  #header__container {
    justify-content: space-between;
    padding: 0 40px;
  }

  #header__logo {
    position: relative;
    margin: 0;
    left: 0;
    z-index: 50;
  }

  #header__menu-button {
    display: block;
    transform: translate3d(11px, 0, 0);
  }

  #header__menu-button span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11.6px;
    height: 11.6px;
    border: 2px solid var(--white);
    border-radius: 3px;
    transform: translate3d(0, 0, 0);
    transform-origin: center center;
    transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
  }

  #header__menu-button::before,
  #header__menu-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 2px;
    opacity: 0;
    background-color: var(--white);
    transform: rotate(90deg);
    transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
    z-index: 10;
  }

  #header__menu-button:after {
    z-index: 20;
  }

  body.menu-opened #header__menu-button::before {
    opacity: 1;
    transform: rotate(45deg);
  }

  body.menu-opened #header__menu-button::after {
    opacity: 1;
    transform: rotate(-45deg);
  }

  #header__menu-button span:nth-child(1) {
    transform: translate3d(-8.5px, -8.5px, 0);
  }
  #header__menu-button span:nth-child(2) {
    transform: translate3d(8.5px, -8.5px, 0);
  }
  #header__menu-button span:nth-child(3) {
    transform: translate3d(-8.5px, 8.5px, 0);
  }
  #header__menu-button span:nth-child(4) {
    transform: translate3d(8.5px, 8.5px, 0);
  }

  body.menu-opened #header__menu-button span {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 0;
  }

  body.menu-opened #header__container{
    background: none !important;
    padding: 10px 20px;
  }

  body.menu-opened #header-plus{
      display: none;
  }

  body.menu-opened #header-circle-mobile{
      display: none;
  }

  #header__menu-container {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 100%;
    z-index: 700;
  }

  #header__inside-nav {
    display: none;
  }

  #header__menu-container-box {
    height: 100%;
    width: 100%;
    background-color: var(--primary);
    transition: transform 350ms ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  #header__menu-container-box > * {
    position: relative;
    z-index: 20;
    width: 100%;
    color: var(--white);
  }

  #header__menu-container-box:before {
    content: "";
    display: block;
    width: 161px;
    height: 218px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/plus-mobile.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1;
  }

  #header__menu-container-box:after {
    content: "";
    display: block;
    width: 248px;
    height: 218px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/circle-mobile.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1;
  }

  #menu__download-links,
  #menu__social-links {
    display: block;
  }

  nav {
    flex: 1;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 8vh;
  }

  .header_lnk {
    margin: 0;
    font-size: 4.43vh;
    line-height: 2;
    letter-spacing: -0.03em;
    font-weight: 600;
  }

  /* .header_lnk:last-child {
    display: none;
  } */

  #menu__social-links {
    display: flex;
    justify-content: space-evenly;
    margin: 8vh 0 6vh 0;
  }

  #menu__social-links a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--white);
  }

  #menu__social-links a svg * {
    fill: var(--text-dark);
  }

  #menu__download-links {
    text-align: center;
  }

  #menu__download-links h5 {
    margin-bottom: 2.4vh;
    color: var(--white);
  }

  #menu__download-links a {
    width: 43%;
    max-width: 193px;
    display: inline-block;
    margin: 0 1%;
  }

  #menu__download-links a img {
    width: 100%;
  }

  body.menu-opened #header__menu-container-box {
    transform: translate3d(-100%, 0, 0);
  }

  .banner_corner.right.bottom {
    display: none;
  }

  .banner__content__center {
    padding: 0 20px;
  }

  .banner__content__center h2 {
    margin-bottom: 20px;
  }

  /* .slider__conrtainer__left {
    width: 40%;
  } */

  .slider__conrtainer__right {
    padding-left: 20px;
  }
  .slider_pagination {
    margin-top: 40px;
  }

  .list__item {
    width: 48%;
  }

  .list__item:nth-of-type(2) ~ .list__item {
    margin-top: 50px;
  }

  .list__item > div {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60%;
  }

  #use-it-now {
    padding: 122px 0;
  }

  .qna-list__item {
    width: calc(50% - 15px);
    padding: 30px;
  }

  .qna-list__item:nth-child(2) ~ .qna-list__item {
    margin-top: 30px;
  }
  .sss__content > div:first-child {
    padding-right: 10px;
  }

  .sss__content > div:last-child {
    padding-left: 10px;
  }

  footer {
    padding: 40px 0;
  }

  #footer__container {
    flex-direction: column;
  }

  #footer__logos > div:last-child {
    display: none;
  }

  #footer__logos > div {
    justify-content: center;
    margin-bottom: 40px;
  }

  #footer__mobile {
    display: block;
  }

  #sticky-header {
    padding: 0 20px;
  }

  #container__bg {
    z-index: 600;
  }

  body.menu-opened #container__bg {
    z-index: 10;
  }

  footer {
    padding-bottom: 165px;
  }

  #sticky-header nav {
    display: none;
  }

  #sticky-header {
    top: auto;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    height: 105px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
  }

  #sticky-header > img {
    display: none;
  }

  #sticky-header > div {
    flex-direction: column;
  }

  #sticky-header .banner_links a {
    width: 126px;
    height: 37.8px;
  }

  #sticky-header > div p {
    margin: 0 0 10px 0;
  }

  .slider_pagination .center div {
    padding-left: 0;
    text-align: center;
  }

  #sticky-header > div p {
    display: block;
  }

  #sticky__logo {
    display: none;
  }

  .sss__content__item.active > div {
    max-height: 1000px;
  }
}

@media screen and (max-width: 850px) {
  .sss__content {
    flex-direction: column;
  }

  .sss__content > div {
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .swiper-wrapper {
    box-sizing: border-box;
  }

  .slider__navigation:hover svg * {
    stroke: var(--orange);
  }

  .sss__content__item:hover h5 {
    color: var(--primary);
  }

  .sss__content__item:hover h5::before,
  .sss__content__item:hover h5::after {
    color: var(--primary);
  }

  .btn:hover {
    background-color: var(--orange);
  }

  .banner_corner.right.bottom a:hover svg * {
    fill: var(--orange);
  }

  #follow-and-beawere__social a:hover {
    background-color: var(--orange);
  }
}

@media screen and (max-width: 600px) {
  #header__menu-container-box{
    background-color: var(--primary);
  }

  h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.03em;
  }

  section {
    width: 100%;
  }

  .mt90 {
    margin-top: 70px;
  }

  .pt90 {
    padding-top: 70px;
  }

  .mtm40 {
    margin-top: 40px;
  }

  .mtm50 {
    margin-top: 50px;
  }

  .mt70 {
    margin-top: 30px;
  }

  .ptm50 {
    padding-top: 50px;
  }

  .banner_corner.left {
    width: 56%;
  }

  .banner_links a {
    display: block;
    margin: 0 0 0 0;
    width: 193px;
  }

  .banner_links a:first-child {
    margin: 0 0 20px 0;
  }

  #sticky-header .banner_links a:first-child {
    margin: 0 12px 0 0;
  }

  .banner__footer {
    margin-bottom: 3.67vh;
  }

  .banner__content__center p {
    margin-bottom: 4.9vh;
  }

  .slider_container {
    flex-direction: column;
    align-items: center;
  }

  .slider__conrtainer__left {
    width: 89%;
  }

  .slider__conrtainer__right h3,
  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  .slider_container p.l {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .slider__navigation {
    bottom: auto;
    top: 68vw;
    height: 27px;
    width: 13px;
  }

  .slider__conrtainer__right {
    padding: 0;
    align-items: center;
    margin-top: 20px;
  }

  .slider__conrtainer__right h3,
  .slider__conrtainer__right p {
    text-align: center;
  }

  #features {
    position: relative;
  }

  #features .slider__navigation {
    display: block;
    top: 50vw;
  }

  #list {
    width: 500%;
    max-width: unset;
    padding: 0;
    flex-wrap: nowrap;
  }

  .list__item {
    width: 20%;
    padding: 0 20px;
  }

  .list__item:last-child {
    display: none;
  }

  .list__item:nth-of-type(2) ~ .list__item {
    margin-top: 0;
  }

  #use-it-now {
    padding: 27vw 0 61vw 0;
  }

  #use-it-now .banner_corner.right {
    width: 67%;
  }

  #use-it-now .banner_corner.left {
    width: 90%;
  }

  #qna-list .swiper-wrapper {
    flex-wrap: nowrap;
  }

  #qna-list-oppur .swiper-wrapper {
    flex-wrap: nowrap;
  }

  .qna-list__item {
    width: 86%;
    text-align: center;
    padding: 30px 25px;
  }

  .qna-list__item h5 {
    font-size: 21px;
  }

  .qna-list__item:nth-child(2) ~ .qna-list__item {
    margin-top: 0;
  }

  #qna__pagination {
    opacity: 1;
    height: auto;
    margin-top: 20px;
  }

  #qna__pagination_oppur {
    opacity: 1;
    height: auto;
    margin-top: 20px;
  }

  .sss__content {
    padding-top: 43px;
  }

  #subscribe-box {
    padding-top: 30px;
  }

  .sss__content > div:last-child {
    padding-left: 0;
  }

  #subscribe-box input {
    margin: 0 0 20px 0;
  }

  #subscribe-box button {
    width: 100%;
  }

  #follow-and-beawere__social a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  #follow-and-beawere__social a svg {
    transform: scale(1);
  }

  #sticky-header::after {
    width: 200px;
    background: url("../images/sticky-circle-mobile.png");
    background-size: 100% auto;

    top: auto;
    bottom: 0;
  }
  
  #follow-and-beawere__social a {
    margin: 0 5px;
  }

  footer {
    padding-bottom: 165px;
  }

  #footer__info {
    flex-direction: column;
    justify-content: flex-start;
  }

  #footer__info > div {
    display: flex;
    margin-bottom: 40px;
  }

  #footer__info > div > div > div:first-child {
    margin-top: 0;
  }

  #footer__info h6 {
    width: 86px;
    margin-right: 19px;
  }

  .footer__links > div {
    padding-left: 36px;
  }
  #footer__container > div:first-child img {
    width: 106px;
    margin-bottom: 20px;
  }

  #footer__container .seperator {
    display: none;
  }

  #footer__logos > div {
    display: block;
  }

  #footer__logos p {
    display: block;
  }

  #footer__info p {
    max-width: 160px;
  }

  #how-it-works .slider__navigation {
    display: block;
    top: 48vw;
  }
}

@media screen and (max-width: 375px) {
  #header__menu-container-box{
    background-color: var(--primary);
  }

  #header__menu-container-box:before {
    width: 124px;
  }

  #header__menu-container-box:after {
    width: 208px;
    height: 188px;
  }

  #header__container {
    justify-content: space-between;
    padding: 0 40px;
  }

  header nav {
    padding-top: 110px;
    margin-bottom: 6vh;
  }

  #menu__social-links {
    margin: 6vh 0 4vh 0;
  }

  .banner_corner.left {
    width: 86%;
  }

  .banner_links a:first-child {
    margin: 0 0 10px 0;
  }
  .banner__footer {
    margin: 2vh 0;
  }

  .banner__footer p {
    margin-bottom: 2vh;
  }

  .banner_links a {
    width: 173px;
  }

  #banner .banner__content__center {
    padding-top: 130px;
  }
}

@media screen and (max-height: 667px) {
  .banner__footer p {
    margin-bottom: 1vh;
  }
}

@media screen and (max-width: 320px) {
  #header__menu-container-box{
    background-color: var(--primary);
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .banner_links {
    text-align: center;
  }

  .banner_links a {
    width: 43%;
    display: inline-block;
    margin: 0 1%;
  }
}
