@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .feature-box-head {
    margin-top: 0rem;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

/* Media for web */

@media (max-width: 1600px) {
  .team-row {
    width: calc(100% - 12rem);
  }
}

@media (max-width: 1400px) {
  .menu-list {
    padding: 0 2rem;
  }

  .menu-list li {
    margin: 0 0.8rem;
  }

  h1 {
    font-size: 2.8rem;
  }

  .app-ss {
    /* position: relative; */
    /* max-width: 20rem; */
    /* margin: auto; */
  }

  .banner-video {
    border-radius: 1rem;
    /* width: calc(100% - 28rem); */
    margin: 0 auto;
  }

  .art-title {
    font-size: 2.6rem;
  }

  .benifits-icon {
    width: 5rem;
    height: 5rem;
    padding: 1.2rem;
    border-radius: 1.2rem;
  }

  .benifits-col h3 {
    font-size: 1.6rem;
  }

  .gray-p {
    font-size: 1rem;
  }

  article {
    padding: 4rem 0;
  }

  .darkgray-p {
    font-size: 1rem;
  }

  .app-feature-ss {
    max-width: 300px;
  }

  .feature-box {
    padding: 1.6rem 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .feature-icon {
    width: 5.4rem;
    height: 4.4rem;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
  }

  .feature-box-head {
    margin-top: 0rem;
  }

  .feature-box-head h5 {
    font-size: 1.2rem;
  }

  .team-row {
    width: calc(100% - 6rem);
  }

  .team-img {
    max-width: 12rem;
    max-height: 12rem;
  }

  .team-col {
    padding: 0.6rem;
  }

  .team-box {
    margin-bottom: 7rem;
    padding: 4rem 4rem 8rem 4rem;
  }

  .footer-logo {
    max-width: 110px;
  }

  .footer-app {
    max-width: 150px;
  }

  footer p {
    font-size: 0.8rem;
  }
}

@media (max-width: 1200px) {
  .menu-left button {
    padding: 0.6rem 1rem;
  }

  .assista-logo {
    width: 10rem;
  }

  .menu-list li {
    font-size: 1rem;
    margin-left: 0.5rem;
    margin-right: 1rem;
  }

  .logo {
    width: 6rem;
  }

  .header-wrap {
    padding: 2rem 0;
  }

  .banner-art {
    height: auto;
    min-height: auto;
    padding-top: 7rem;
  }

  .banner-left {
    padding-left: 4rem;
  }

  h1 {
    font-size: 2.6rem;
  }

  .app-list {
    max-width: 20rem;
  }

  /* .banner-wrap {
		padding: 2rem 0;
	} */

  .app-ss {
    /* max-width: 20rem; */
    /* margin-top: 2rem; */
  }

  .art-title {
    font-size: 2rem;
  }

  .art-title span {
    padding: 0.2rem 0.5rem;
  }

  .benifits-col {
    padding: 0 0.2rem;
  }

  article {
    padding: 2rem 0;
  }

  .easy-use-box {
    padding: 0 4rem;
  }

  .feature-box {
    padding: 1.2rem 1rem;
    margin-bottom: 2rem;
  }

  .feature-box-head {
    margin-top: -2rem;
    margin-top: 0rem;
  }

  .fixed .logo {
    width: 5rem;
  }

  .fixed .menu-list {
    padding: 0 1.6rem;
  }

  .fixed .menu-list li {
    font-size: 1rem;
    margin: 0 0.5rem;
  }

  .fixed .assista-logo {
    width: 8rem;
  }

  .feature-icon {
    width: 5rem;
    height: 3.6rem;
    padding: 0.6rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }

  .feature-box::before {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .app-feature-ss {
    max-width: 260px;
  }

  .feature-list-col,
  .feature-mobile-col {
    flex-basis: calc(33.33% - 0.5rem);
    max-width: calc(33.33% - 0.5rem);
  }

  .team-box {
    margin-bottom: 10rem;
    padding: 3rem 3rem 8rem 3rem;
  }

  .team-img {
    max-width: 10rem;
    max-height: 10rem;
  }

  .footer-logo {
    max-width: 80px;
  }

  .footer-app {
    max-width: 110px;
  }

  .banner-right {
    flex-wrap: wrap;
  }

  .banner-video {
    width: 100%;
  }

  .col-4,
  .col-8 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 992px) {
  .menu-left p {
    display: none;
  }

  .download-btn {
    padding: 0.8rem 1rem;
  }

  .assista-logo {
    width: 7rem;
    margin-left: 0rem;
    margin-right: 1rem;
  }

  .menu-list li {
    margin: 0 0.5rem;
  }

  .menu-list,
  .fixed .menu-list {
    padding: 0 0.8rem;
  }

  .header-wrap {
    padding: 1rem 0;
    justify-content: space-between;
  }

  .menu-left {
    margin-left: 0;
  }

  h1 {
    font-size: 2rem;
  }

  .banner-left {
    padding-left: 2rem;
  }

  .banner-desc {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .app-ss {
    /* max-width: 15rem; */
  }

  .banner-wrap {
    border-radius: 1rem;
  }

  .benifits-wrap {
    margin-top: 2.4rem;
  }

  .benifits-icon {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 0.8rem;
  }

  .benifits-col h3 {
    font-size: 1.4rem;
  }

  .gray-p {
    font-size: 0.8rem;
  }

  .easy-use-box {
    padding: 0 1.6rem;
  }

  .art-title {
    font-size: 1.6rem;
  }

  .darkgray-p {
    font-size: 0.8rem;
  }

  .feature-row {
    flex-wrap: wrap;
  }

  .feature-list-col {
    flex-basis: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .feature-mobile-col {
    order: -1;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }

  .app-feature-ss {
    max-width: 200px;
  }

  .feature-art .art-title br {
    display: none;
  }

  .team-row {
    width: 100%;
  }

  .team-img {
    max-width: 8rem;
    max-height: 8rem;
  }

  .team-box {
    margin-bottom: 6rem;
    border-radius: 1.6rem;
    padding: 3rem 3rem 6rem 3rem;
  }

  .video-art video {
    min-height: 24rem;
    border-radius: 1.4rem;
    border-width: 0.2rem;
  }
}

@media (max-width: 768px) {
  .benifits-wrap {
    flex-wrap: wrap;
  }

  .benifits-col {
    flex-basis: 50%;
    margin-bottom: 30px;
  }

  .container {
    padding: 0 0.5rem;
  }

  .header-wrap {
    padding: 0.5rem 0;
  }

  .fixed .header-wrap {
    padding: 0.5rem 1.5rem;
  }

  .app-ss {
    /* transform: translateY(0%); */
    /* top: 0; */
  }

  .benifits-col:nth-child(3) {
    flex-basis: 100%;
  }

  .menu-bar {
    width: 20px;
    height: 20px;
    position: relative;
    font-weight: bold;
    margin-right: 10px;
  }

  .menu-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-360%);
    transition: 1s background-color ease-in, 0.2s transform ease-in;
  }

  .menu-bar span:nth-child(2) {
    transform: translateY(3%);
  }

  .menu-bar span:last-of-type {
    transform: translateY(400%);
  }

  .show-menu .menu-bar span:nth-child(2) {
    opacity: 0;
  }

  .show-menu .menu {
    color: #000;
    transition: 0.5s;
  }

  .show-menu .menu-bar span:nth-child(1) {
    transform: rotate(45deg);
    background-color: #000;
    transition: 0.5s;
  }

  .show-menu .menu-bar span:nth-child(3) {
    transform: rotate(-45deg);
    transition: 0.5s;
    background-color: #000;
  }

  ul.list-unstyled.menu-list {
    position: fixed;
    right: 0;
    top: 0;
    background: #ffff;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(100%);
    transition: 0.5s linear;
  }

  .show-menu ul.list-unstyled.menu-list {
    transform: translateX(0%);
  }

  ul.list-unstyled.menu-list li {
    margin: 30px 0;
  }

  ul.list-unstyled.menu-list li a {
    font-size: 18px;
    font-weight: 600;
  }

  .banner-art {
    padding-top: 5rem;
  }

  .logo {
    display: flex;
  }

  .art-title br {
    display: none;
  }

  h1 br {
    display: none;
  }

  .feature-box-head {
    margin-top: 0rem;
  }

  .feature-icon {
    border-radius: 1rem;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .team-img {
    max-width: 7rem;
    max-height: 7rem;
  }

  .feature-box {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }

  .video-art video {
    min-height: 12rem;
    border-radius: 0.7rem;
  }
}

@media (max-width: 575px) {
  .team-img {
    max-width: 90%;
    max-height: 64%;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .banner-wrap .col-6 {
    text-align: center;
  }

  .banner-wrap {
    flex-direction: column;
  }

  .banner-wrap .col-6 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .banner-wrap .col-6:nth-child(1) {
    order: 2;
  }

  .banner-wrap .col-6:nth-child(1) {
    order: 1;
  }

  .benifits-col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .team-col {
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 0rem;
  }

  .team-row {
    flex-wrap: wrap;
    position: relative;
    top: 0;
    margin: 0 0px;
    transform: translate(0px, 0px);
    left: 0;
    justify-content: center;
  }

  .team-box {
    padding: 2rem 15px;
    margin-bottom: 0;
  }

  .feature-box {
    padding: 2.2rem 1rem;
    margin-bottom: 3rem;
  }

  h1 br {
    display: none;
  }

  h1 {
    line-height: 1.2;
  }

  .app-list {
    margin: 0 auto;
  }

  .banner-left {
    padding: 0;
    margin-bottom: 2rem;
  }

  .benifits-icon {
    text-align: center;
    margin: 0 auto 1rem;
  }

  .benifits-col {
    text-align: center;
  }

  .benifits-art .art-title {
    text-align: center;
  }

  .easy-use-box {
    flex-wrap: wrap;
  }

  .col-6 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .feature-box::before {
    left: -2px;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
  }

  .app-icon {
    margin-bottom: 20px;
  }

  .feature-list-col {
    flex-basis: calc(100%);
    max-width: calc(100%);
    margin-bottom: 1rem;
  }

  .feature-box-head {
    margin-top: -4rem;
  }

  .feature-box-head h5 {
    padding-top: 3rem;
  }

  .video-art video {
    width: 100%;
    max-height: none;
    min-height: auto;
    border-radius: 0.7rem;
  }

  .banner-wrap {
    padding: 2rem;
  }

  .col-4,
  .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }

  h1 {
    text-align: center;
    font-size: 1.5rem;
  }
}

@media (max-width: 460px) {
  .download-btn {
    display: none;
  }

  .download-btn-icon {
    display: block;
  }

  .assista-logo {
    width: 7rem !important;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .banner-wrap {
    margin: 0;
    padding: 0.6rem;
  }

  .col-8 {
    padding: 0;
  }

  .banner-video {
    border-radius: 0.6rem;
    border-width: 0.1rem;
  }
}

@media (min-width: 461px) {
  .download-btn {
    display: block;
  }

  .download-btn-icon {
    display: none;
  }
}
