@media screen and (max-width: 768px) {
  body {
    gap: 40px;
  }

  .about {
    padding-top: unset;
  }

  #about-us {
    padding-top: 40px;
    margin-top: -40px;
  }

  .our-value {
    margin-top: 60px;
  }

  .main,
  .main.main-services {
    margin-top: -40px;
  }

  .main {
    min-height: unset;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transition: transform var(--duration) cubic-bezier(0.77, 0.2, 0.05, 1.0),
                height var(--duration) ease-in-out;
  }

  .main .container {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transition: transform var(--duration) cubic-bezier(0.77, 0.2, 0.05, 1.0),
                height var(--duration) ease-in-out;
  }

  .main-content {
    width: 100%;
    padding: 0 10px;
  }

  .about-us .left,
  .our-value .left,
  .feedbacks .right,
  .type-us .right {
    display: none;
  }

  .main-content__header,
  .we-renovate__header {
    font-size: 30px;
    text-align: center;
  }

  .we-renovate__header {
    font-size: 20px;
  }

  .we-renovate__numbers {
    margin-top: 20px;
    flex-direction: column;
    gap: 16px;
  }

  .we-renovate__numbers-item {
    display: flex;
  }
  
  .quantity {
    max-width: 60px;
    /* font-size: 26px; */
  }

  .expslider .slide span {
    bottom: -80px;
  }

  .slide .desc {
    font-size: 15px;
  }


  .main-content__text,
  .services-text,
  .splash__text,
  .logo-desc p {
    width: unset;
  }

  .arrow-line::before {
    content: none;
  }

  .we-renovate-top {
    flex-direction: column;
  }

  .services-arrows {
    top: 20rem;
  }

  .feedbacks .left {
    width: 100%;
  }

  .head,
  .splash__header {
    font-size: 30px;
  }

  .slide-text {
    font-size: 14px;
    line-height: 16px;
  }

  footer {
    height: unset;
  }

  footer .top {
    flex-direction: column;
  }

  .links {
    flex-wrap: wrap;
    padding-bottom: 20px;
    width: unset;
    gap: 20px;
  }

  .links div {
    flex: 42%;
    align-items: center;
    gap: 20px;
  }

  .logo-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .social {
    gap: 12px;
  }

  .copy {
    font-size: 12px;
  }

  section.about .container {
    flex-direction: column;
    gap: 20px;
  }

  .filter {
    flex-wrap: wrap;
  }

  .filter button {
    width: 45%;
  }

  .image-gallery,
  #parent {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .project-content {
    padding: 10px;
  }

  .swiper {
    height: 40rem;
  }

  .recent-works-top .get-in-touch {
    width: unset;
    line-height: normal;
    font-size: 14px;
  }

  .splash {
    min-height: 35rem;
    background-color: var(--main-color);
  }

  .splash .container {
    background-size: 240%;
  }

  .splash__text {
    width: unset;
  }

  .swiper-slide {
    gap: 10px;
  }

  .feedback-swiper .client img {
    width: 40px;
    height: 40px;
  }

  .who {
    font-size: 14px;
  }

  .role {
    font-size: 12px;
  }

  .client {
    align-items: center;
  }

  .let-us-know {
    margin-bottom: unset;
  }

  .gallery-item {
    width: unset;
  }

  .gallery-item:hover {
    animation: unset;
  }

  .gallery-content {
    opacity: 1;
  }

  .gallery-item img {
    filter: brightness(55%);
  }

  .main.main-services .main-content,
  .our-services-items__top .text,
  .let-us-know__top .text,
  #form label,
  .form-services {
    width: 100%;
    padding: 0 1rem;
  }

  .form-services {
    padding: 0 1rem;
  }

  .form-container {
    height: unset;
  }

  .form-services .main-button {
    margin-top: unset;
  }

  #form label::before {
    left: 20px;
  }

  .statistics .item img {
    width: 40px;
  }

  .content .item .text {
    font-size: 16px;
  }

  .statistics .content {
    flex-wrap: wrap;
    gap: 5px;
  }

  .content .item {
    gap: 15px;
    flex: 48%;
  }

  .about .right {
    display: none;
  }

  .clients-love .container {
    gap: 30px;
  }

  .reason {
    flex-direction: column;
    padding: 2rem 0;
    position: relative;
  }

  .reason-desc, .reason-header {
    width: 100%;
  }

  .reason::before {
    top: 6rem;
    width: 92%;
  }

  .reason::after {
    top: 6rem;
    left: 0;
    width: fit-content;
  }

  .card-container {
    gap: 5px;
  }

  .contact-card img {
    width: 4rem;
    height: 4rem;
  }

  .card-container .contact-card {
    font-size: 16px;
    height: 20rem;
  }

  .contact-card .card-content {
    line-height: 16px;
    font-size: 10px;
  }

  .post {
    margin-top: 0;
  }

  .box-title {
    line-height: 1.2;
  }

  .box-content {
    width: unset;
    line-height: 1.1;
  }

  .expslider {
    gap: 5px;
  }
}