@media screen and (max-width: 500px) {
  header {
    min-height: 90dvh;
  }

  .top-header {
    height: 80px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    padding: 0 20px;
  }

  .logo {
    border-right: none;
  }

  .header-socials {
    display: none;
    flex-basis: 0;
  }

  .mobile-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-nav .menu-btn {
    background: transparent;
    color: rgb(24, 105, 254);
    border: none;
    font-size: 20px;
  }

  .title {
    font-size: 37px;
    width: 367px;
  }

  .about-section {
    flex-direction: column;
    width: 95%;
  }

  .about-image {
    width: 100%;
    flex-basis: 100%;
  }

  .about-us {
    flex-basis: 100%;
  }

  .about-title {
    font-size: 32px;
  }

  .about-media-bottom {
    flex-direction: column;
  }

  .services-section {
    margin-top: 200px;
  }

  .services-header,
  .protfolio-header {
    flex-direction: column;
    width: 95%;
    gap: 20px;
    align-items: flex-start;
  }

  .services-title,
  .protfolio-title {
    font-size: 32px;
  }

  .service-container,
  .protfolio-header {
    margin-top: 100px;
    flex-direction: column;
  }

  .offers-container {
    width: 95%;
  }

  .offer-title {
    font-size: 30px;
    width: 366px;
  }

  .offer-body-container {
    top: 50px;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .offer-body-detail {
    width: 270px;
    font-size: 15px;
  }

  .offer-section {
    min-height: 210dvh;
  }

  .process-section-body {
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }

  .protfolio-body {
    flex-direction: column;
  }

  .testimonial-section {
    min-height: 155dvh;
    margin-bottom: 200px;
  }

  .testimonial-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .testimonail-title {
    font-size: 32px;
    width: 500px;
    margin-left: 20px;
    text-align: center;
  }

  .facts-section {
    flex-direction: column;
    justify-content: center;
    min-height: 140dvh;
  }

  .facts-container {
    border: none;
    padding: 0;
  }

  .footer-wrapper {
    width: 95%;
  }

  .footer-header {
    flex-direction: column;
    gap: 30px;
  }

  .subscribe-div {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .subscribe form {
    width: 90%;
  }

  .main-footer {
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }

  .menu {
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 10px;
    right: 10px;
    display: none;
  }

  .menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 20px;
    margin: 20px;
  }

  .menu li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .mobile-nav-links {
    font-family: Inter, sans-serif;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
  }

  .mobile-nav-links:hover {
    color: rgb(24, 105, 254);
  }
}

@media screen and (max-width: 1000px) {
  header {
    min-height: 90dvh;
  }

  .top-header {
    height: 80px;
    border-bottom: 1px solid #ccc;
    justify-content: space-between;
    padding: 0 20px;
  }

  .logo {
    border-right: none;
  }

  .header-socials {
    display: none;
    flex-basis: 0;
  }

  .mobile-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-nav .menu-btn {
    background: transparent;
    color: rgb(24, 105, 254);
    border: none;
    font-size: 20px;
  }

  .title {
    font-size: 37px;
    width: 367px;
  }

  .about-section {
    flex-direction: column;
    width: 95%;
  }

  .about-image {
    width: 100%;
    flex-basis: 100%;
  }

  .about-us {
    flex-basis: 100%;
  }

  .about-title {
    font-size: 32px;
  }

  .about-media-bottom {
    flex-direction: column;
  }

  .services-section {
    margin-top: 200px;
  }

  .services-header,
  .protfolio-header {
    flex-direction: column;
    width: 95%;
    gap: 20px;
    align-items: flex-start;
  }

  .services-title,
  .protfolio-title {
    font-size: 32px;
  }

  .service-container,
  .protfolio-header {
    margin-top: 100px;
    flex-direction: column;
  }

  .offers-container {
    width: 95%;
  }

  .offer-title {
    font-size: 32px;
    width: 366px;
  }

  .offer-body-container {
    top: 50px;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .offer-body-detail {
    width: 270px;
  }

  .offer-section {
    min-height: 210dvh;
  }

  .process-section-body {
    flex-direction: column;
    gap: 50px;
    width: 100%;
  }

  .protfolio-body {
    flex-direction: column;
  }

  .testimonial-section {
    min-height: 85dvh;
  }

  .testimonial-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .testimonail-title {
    font-size: 32px;
    text-align: center;
  }

  .facts-section {
    flex-direction: column;
    justify-content: center;
    min-height: 140dvh;
  }

  .facts-container {
    border: none;
    padding: 0;
  }

  .footer-wrapper {
    width: 95%;
  }

  .footer-header {
    flex-direction: column;
    gap: 30px;
  }

  .subscribe-div {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .subscribe form {
    width: 90%;
  }

  .main-footer {
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }

  .menu {
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 10px;
    right: 10px;
    display: none;
  }

  .menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 20px;
    margin: 20px;
  }

  .menu li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .mobile-nav-links {
    font-family: Inter, sans-serif;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
  }

  .mobile-nav-links:hover {
    color: rgb(24, 105, 254);
  }
}
