@media only screen and (max-width: 1500px) and (min-width: 1150px) {
  header a {
    font-size: 15px;
  }

  main {
    height: 70vh;
  }

  main img {
    width: 540px;
  }

  main section {
    width: 90%;
  }

  .headline, .headline-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .specification li,
  .specification p,
  .about-wrapper-text p,
  .technical-specs p,
  .tech-detail p,
  .tech-detail li,
  .block-header strong,
  .about-wrapper-blocks .block li,
  .about-wrapper-blocks .block p {
    font-size: 17px;
    line-height: 21px;
  }

  .about-wrapper-blocks .block {
    width: calc(25% - 12px);
    height: 225px;
    padding: 15px;
  }

  .tech-detail .separator {
    height: 0px;
  }

  .specification {
    margin-top: 25px;
  }

  .block-header {
    flex-direction: column;
  }

  .block-header svg {
    display: none;
  }

  .block-header strong {
    width: 100%;
    max-width: 100%;
  }

  .download-docs a svg {
    width: 28px;
    height: 28px;
  }

  .contact h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .contact a {
    font-size: 17px;
  }

  .contact-detail svg {
    width: 25px;
    height: 25px;
  }

  .contact-detail {
    gap: 15px;
  }

  .docs {
    width: 85%;
  }

  .technical-specs {
    margin-top: 35px;
  }

  header img {
    height: 50px;
  }

  .download-docs h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1650px) and (min-height: 685px) {
  main {
    height: 85vh;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 950px) {
  header a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 500px) {
  main {
    height: 60vh;
  }

  main img {
    width: 400px;
  }

  main section {
    width: 90%;
  }

  .headline, .headline-2 {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  .specification li,
  .specification p,
  .about-wrapper-text p,
  .technical-specs p,
  .tech-detail p,
  .tech-detail li,
  .block-header strong,
  .about-wrapper-blocks .block li,
  .about-wrapper-blocks .block p {
    font-size: 17px;
    line-height: 21px;
  }

  .about-wrapper-blocks .block {
    width: calc(50% - 8px);
    height: 200px;
    padding: 15px;
  }

  .tech-detail .separator {
    height: 0px;
  }

  .specification img {
    width: 85%;
    border-radius: 10px;
  }

  .specification {
    margin-top: 25px;
    flex-direction: column-reverse;
  }

  .block-header {
    flex-direction: column;
  }

  .block-header svg {
    display: none;
  }

  .block-header strong {
    width: 100%;
    max-width: 100%;
  }

  .download-docs a svg {
    width: 28px;
    height: 28px;
  }

  .contact h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .contact a {
    font-size: 17px;
  }

  .contact-detail svg {
    width: 25px;
    height: 25px;
  }

  .contact-detail {
    gap: 15px;
  }

  .docs {
    width: 85%;
  }

  .technical-specs {
    margin-top: 35px;
  }

  header img {
    height: 50px;
  }

  .download-docs h4 {
    font-size: 18px;
  }

  .about-wrapper-text p,
  .technical-specs p {
    width: 80%;
    max-width: 80%;
  }

  .text-specifications {
    width: 100%;
  }

  .tech-details {
    flex-direction: column;
    gap: 25px;
  }

  .tech-detail {
    width: 100%;
    margin: 0px;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }

  .tech-detail p {
    text-align: center !important;
  }

  .tech-detail img {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 950px) {
  header a {
    display: none;
  }

  .header-scroll svg {
    color: var(--dark) !important;
  }

  header svg {
    display: block;
  }

  .docs {
    flex-direction: column;
    gap: 10px;
  }

  .download-docs {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  main {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    background-image: url("/assets/IntelliPOS_Banner_Tablet.png");
    height: 650px !important;
  }

  main section {
    padding-top: 100px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  main section div {
    text-align: center;
  }

  main section img {
    margin-top: 35px;
    width: 350px;
  }
}

@media only screen and (max-width: 500px) {
  main {
    height: 550px !important;
    background-image: url("/assets/IntelliPOS_Banner_Mobile.png") !important;
  }

  p {
    text-align: justify !important;
  }

  header {
    padding: 7px 10px 7px 10px;
  }

  main section h1 {
    font-size: 35px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  main section h3 {
    font-size: 12px;
  }

  main section img {
    margin-top: 35px;
    width: 275px !important;
  }

  main section {
    padding-top: 130px !important;
  }

  main section {
    width: 90%;
  }

  .headline, .headline-2 {
    font-size: 26px;
    line-height: 26px;
    text-align: center !important;
    max-width: 85%;
  }

  .specification li,
  .specification p,
  .about-wrapper-text p,
  .technical-specs p,
  .tech-detail p,
  .tech-detail li,
  .block-header strong,
  .about-wrapper-blocks .block li,
  .about-wrapper-blocks .block p {
    font-size: 17px;
    line-height: 21px;
  }

  .about-wrapper-blocks .block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 300px !important;
    min-width: 300px !important;
    height: 225px;
    padding: 15px;
  }

  .about {
    padding-bottom: 0px;
  }

  .about-wrapper-blocks {
    flex-wrap: nowrap !important;
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    padding-left: 25px;
    padding-right: 25px;
  }

  .about-wrapper-blocks::-webkit-scrollbar-thumb,
  .about-wrapper-blocks::-webkit-scrollbar-track {
    display: none;
  }

  .tech-detail .separator {
    height: 0px;
  }

  .specification img {
    width: 90%;
    border-radius: 10px;
  }

  .specification {
    margin-top: 25px;
    flex-direction: column-reverse;
  }

  .block-header {
    flex-direction: column;
  }

  .block-header svg {
    display: none;
  }

  .block-header strong {
    width: 100%;
    max-width: 100%;
  }

  .download-docs a svg {
    width: 24px;
    height: 24px;
  }

  ul {
    padding-left: 10px;
  }

  .contact h1 {
    font-size: 25px;
    line-height: 25px;
  }

  .contact a {
    font-size: 17px;
  }

  .contact-detail svg {
    width: 25px;
    height: 25px;
  }

  .contact-detail {
    gap: 15px;
  }

  .tech-details {
    margin-top: 20px;
  }

  .tech-detail ul {
    padding-left: 30px !important;
  }

  .docs {
    width: 85%;
  }

  .technical-specs {
    margin-top: 20px;
  }

  header img {
    height: 50px;
  }

  .download-docs h4 {
    font-size: 18px;
  }

  .about-wrapper-text p,
  .technical-specs p {
    width: 90%;
    max-width: 90%;
  }

  .about-wrapper-text {
    padding-top: 25px;
  }

  .text-specifications {
    width: 100%;
    padding-left: 20px;
  }

  .tech-details {
    flex-direction: column;
    gap: 25px;
  }

  .tech-detail {
    width: 100%;
    margin: 0px;
    text-align: center !important;
    justify-content: flex-start;
    align-items: center;
  }

  .specifications {
    margin-top: 5px;
  }

  .specification:nth-child(2) {
    margin-top: 5px !important;
  }

  .tech-detail img {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact {
    width: 100%;
    height: 520px;
    border-radius: 0px;
    z-index: 1;
  }

  footer {
    padding: 0px;
    justify-content: flex-start;
    align-items: center;
    height: 540px;
  }

  .copyright {
    position: absolute;
    bottom: -5px;
    color: #fff;
    z-index: 2;
    width: calc(100% - 10px);
    text-align: center;
  }

  .contact-detail {
    width: 100%;
  }
}
