/* Large 4K Screens */
@media screen and (min-width: 1450px) {
  body {
    width: 1200px;
    margin: auto;
  }

  #custom-header nav {
    position: static;
    width: 100% !important;
  }

  footer {
    width: 100%;
  }
}

/* Laptop 1024px Screens */
@media screen and (max-width: 1024px) {
  #custom-header nav .logo img {
    width: 110px;
    height: 50px;
  }

  #custom-header nav .nav-list {
    gap: 20px;
  }

  #custom-header nav .nav-list a {
    font-size: 13px;
  }

  #custom-header nav .nav-links {
    flex-basis: 40%;
  }

  #custom-header nav .nav-links a,
  .nav-links i {
    font-size: 13px;
  }

  aside {
    width: 25%;
  }

  aside ul li a {
    font-size: 16px;
  }

  aside ul li i {
    font-size: 14px;
  }

  aside select {
    padding: 3px 6px;
    margin: 10px 30px;
  }

  .hero .contentOverlay h1 {
    font-size: 2.3rem;
  }

  .hero .contentOverlay p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero .contentOverlay .btns a {
    font-size: 13px;
    padding: 7px 17px;
  }

  .features h2 {
    font-size: 2.3rem;
  }

  .features .boxes ul li {
    font-size: 13px;
  }

  .features .boxes .tableImg {
    height: 200px;
  }

  .c2a .item2 img {
    top: -150px;
    height: 300px;
  }

  .documentation h2 {
    padding: 20px 0;
    font-size: 2.3rem;
  }

  .documentation p {
    font-size: 14px;
    line-height: 20px;
  }

  .documentation .boxes .faqs h3 {
    font-size: 16px;
  }

  .documentation .boxes .faqs h5 {
    font-size: 12px;
  }

  .documentation .boxes .faqs p {
    font-size: 12px;
    line-height: 18px;
  }

  .documentation .boxes .faqs .btn {
    margin-top: 30px;
  }

  .documentation .boxes .faqs .btn a {
    font-size: 14px;
    padding: 6px 15px;
  }

  footer p {
    font-size: 13px;
  }
}

/* Tablet 768px Screens */
@media screen and (max-width: 800px) {
  #custom-header nav {
    padding: 15px 30px;
  }

  #custom-header nav .nav-list {
    display: none;
  }

  #custom-header .nav-links .menuIcon {
    display: inline;
  }

  #custom-header nav .nav-links {
    flex-basis: 80%;
    gap: 30px;
  }

  #custom-header nav .nav-links a {
    font-size: 12px;
  }

  aside ul li {
    padding: 25px 0;
  }

  aside ul li a,
  li i {
    font-size: 1.2rem;
  }

  .hero .contentOverlay {
    padding: 130px 20px 50px;
  }

  .hero .contentOverlay h1 {
    width: 100%;
  }

  .hero .contentOverlay p {
    width: 100%;
    font-size: 1rem;
  }

  .features,
  .documentation {
    padding: 50px 0;
    width: 80%;
    margin: auto;
  }

  .features h4,
  h2 {
    text-align: center;
  }

  .features h2 {
    font-size: 2rem;
  }

  .features .boxes {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0;
  }

  .features .boxes ul {
    flex-basis: 100%;
    gap: 20px;
  }

  .features .boxes ul li {
    font-size: 16px;
  }

  .features .boxes .tableImg {
    flex-basis: 80%;
    height: 200px;
  }

  .c2a {
    padding: 40px 0;
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 20px;
  }

  .c2a .item {
    flex-basis: 80%;
    text-align: center;
  }

  .c2a .item2 {
    height: 300px;
    text-align: center;
    transform: scale(1);
  }

  .c2a .item2 img {
    width: 70%;
    height: 100%;
    position: relative;
    top: 0px;
  }

  .c2a .item1 p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .c2a .item1 a {
    display: block;
    width: 50%;
    margin: auto;
    text-align: center;
  }

  .documentation h2,
  h4 {
    text-align: center;
  }

  .documentation h2 {
    font-size: 2rem;
  }

  .documentation > p {
    text-align: center;
    line-height: 25px;
    font-size: 16px;
  }

  .documentation .boxes {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 30px;
  }

  .documentation .boxes .faqs {
    flex-basis: 100%;
  }

  .documentation .boxes .laptop {
    flex-basis: 70%;
    height: 350px;
  }

  .documentation .boxes .faqs h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .documentation .boxes .faqs h5 {
    font-size: 16px;
    margin: 10px 0;
  }

  .documentation .boxes .faqs p {
    font-size: 14px;
  }

  .documentation .boxes .faqs .btn a {
    font-size: 16px;
  }

  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .contact .overlayContact .contactForm {
    width: 90%;
  }

  .contactForm h2 {
    font-size: 1.6rem;
  }

  .contactForm h4 {
    font-size: 12px;
    padding: 7px 0 16px;
  }

  .contactForm form input,
  textarea {
    padding: 12px 8px;
  }

  .contactForm form input::placeholder,
  textarea::placeholder {
    font-size: 12px;
  }

  .contactForm form .subBtn {
    width: 50%;
  }
}

/* Mobile 430px screens */
@media screen and (max-width: 430px) {
  #custom-header nav {
    padding: 10px 25px;
  }

  #custom-header nav .logo img {
    width: 100px;
    height: 50px;
  }

  #language-selector {
    position: absolute;
    background: white;
    padding: 8px 4px;
    top: 100px;
    right: 0;
  }

  #custom-header nav #language-selector label {
    display: block;
    margin: 0px;
  }

  #custom-header nav .loginBtn i {
    font-size: 12px;
  }

  header aside {
    width: 100%;
  }

  aside ul li a {
    font-size: 1.3rem;
  }

  aside ul li i {
    font-size: 1.3rem;
  }

  aside .fa-circle-xmark {
    display: block;
  }

  .hero .contentOverlay h4 {
    font-size: 14px;
  }

  .hero .contentOverlay h1 {
    font-size: 2.2rem !important;
    width: 100%;
  }

  .hero .contentOverlay p {
    width: 100%;
    font-size: 18px !important;
    color: whitesmoke;
    line-height: 24px;
  }

  .hero .contentOverlay .btns {
    margin-top: 30px;
  }

  .hero .contentOverlay .btns a {
    font-size: 14px !important;
    padding: 8px 14px;
    display: block;
    margin: 10px auto;
    width: 80%;
    text-align: center;
  }

  .features h4 {
    font-size: 14px;
  }

  .features h2 {
    font-size: 1.6rem;
  }

  .features .boxes .tableImg {
    flex-basis: 100%;
  }

  .c2a .item2 {
    height: auto;
  }

  .c2a .item2 img {
    transform: scale(1.2) !important;
    width: 90%;
  }

  .c2a .item1 p {
    font-size: 14px;
    line-height: 20px;
    color: whitesmoke;
  }

  .c2a .item1 a {
    width: 80%;
  }

  .documentation h4 {
    font-size: 14px;
  }

  .documentation h2 {
    font-size: 1.6rem;
  }

  .documentation p {
    font-size: 16px;
    line-height: 25px;
  }

  .documentation .boxes .laptop {
    flex-basis: 100%;
    height: 350px;
  }

  .contact .overlayContact .contactForm {
    width: 80%;
  }

  .contactForm form fieldset {
    flex-wrap: wrap;
    gap: 0;
  }

  .contactForm form input,
  textarea {
    margin: 10px 0;
  }

  .contactForm form .subBtn {
    width: 100%;
  }

  footer p {
    font-size: 10px;
  }
}
