@media (min-width: 768px) and (max-width: 1220px) {
  .nav {
    height: 60px;
    margin-top: 100px;
    margin-right: 0;
    padding: 10px 20px;
    border-radius: 17px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition-delay: 1s;
    transition: background-color 0.2s linear;
  }
  .navContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 50px; */
  }
  .containerr {
    width: 80%;
    max-width: 100vw;
    min-width: 600px;
  }

  footer > div > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: none;
  }

  .about_us {
    grid-area: 1 / 2 / 2 / 3 !important;
  }
  .phone_number {
    grid-area: 1 / 1 / 5 / 2 !important;
  }
  .services {
    grid-area: 2 / 2 / 4 / 3 !important;
  }
  .images {
    grid-area: 4 / 2 / 5 / 3 !important;
  }
  .phone-item {
    border-bottom: 1px #eeeeee solid;
  }
}
@media (min-width: 640px) and (max-width: 768px) {
  .right-arrow-wrap {
    right: 40%;
  }
  .left-arrow-wrap {
    left: 40%;
  }
  .arrow:hover {
    transition: 0.3s;
    transform: scale(1);
  }
  .arrow-wrap {
    bottom: 15px;
    top: auto;
  }
  .item-description {
    position: absolute;
    top: -240px;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
      transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .nav {
    height: 60px;
    margin-top: 90px;
    margin-right: 0;
    padding: 10px 20px;
    border-radius: 10px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    transition-delay: 1s;
    transition: background-color 0.2s linear;
  }
  .navContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 50px; */
  }
  .containerr {
    width: 540px;
    max-width: 540px;
    min-width: 540px;
  }
  footer > div > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: none;
  }

  .about_us {
    grid-area: 1 / 2 / 2 / 3 !important;
  }
  .phone_number {
    grid-area: 1 / 1 / 5 / 2 !important;
  }
  .services {
    grid-area: 2 / 2 / 4 / 3 !important;
  }
  .images {
    grid-area: 4 / 2 / 5 / 3 !important;
  }
  .phone-item {
    border-bottom: 1px #eeeeee solid;
  }

  #OurCustomers .container > .slider {
    margin-top: 30px;
    padding: 30px 20px;
  }
  #OurCustomers .container > .slider .owl-nav {
    display: none;
  }
  #OurCustomers .container > .slider > .owl-carousel {
  }
  #OurCustomers .container > .slider > .owl-carousel .item {
    min-height: 438px;
    display: flex;
    justify-content: space-evenly;
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .stars {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .stars > img {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > p {
    width: 100%;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 200;
  }
  #OurCustomers .container > .slider > .owl-carousel .item > p::before {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > p::after {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .profile {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .profile .img {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .profile .img img {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .profile .info {
  }
  #OurCustomers
    .container
    > .slider
    > .owl-carousel
    .item
    > .profile
    .info
    .name {
  }
  #OurCustomers
    .container
    > .slider
    > .owl-carousel
    .item
    > .profile
    .info
    .field {
  }
}

@media (max-width: 640px) {
  .item-description {
    position: absolute;
    top: -240px;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
      transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .review-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-top: calc(2rem + 1vmin); */
    width: 100%;
    padding: 30px 33px;
  }
  #description {
    color: #3b3b3b;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
  }
  #imgDiv {
    border-radius: 50%;
    width: calc(6rem + 4vmin);
    height: calc(6rem + 4vmin);
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: calc(0.7rem + 0.5vmin);
  }

  .right-arrow-wrap {
    right: 40%;
  }
  .left-arrow-wrap {
    left: 40%;
  }
  .arrow:hover {
    transition: 0.3s;
    transform: scale(1);
  }
  .arrow-wrap {
    bottom: 15px;
    top: auto;
  }

  .nav {
    height: 45px;
    margin-top: 80px;
    margin-right: 0;
    padding: 10px 20px;
    border-radius: 10px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition-delay: 1s;
    transition: background-color 0.2s linear;
  }
  .navContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 50px; */
  }

  .containerr {
    width: 90vw;
    max-width: 90vw;
    min-width: 90vw;
  }
  footer > div > div {
    display: flex;
    flex-direction: column;
  }

  .about_us {
    order: 1;
  }
  .phone_number {
    order: 2;
  }
  .services {
    order: 3;
  }
  .images {
    order: 4;
  }
  .phone-item {
    border-bottom: 1px #eeeeee solid;
  }
  #OurCustomers .container > .slider {
    margin-top: 30px;
    padding: 30px 20px;
  }
  #OurCustomers .container > .slider .owl-nav {
    display: none;
  }
  #OurCustomers .container > .slider > .owl-carousel {
  }
  #OurCustomers .container > .slider > .owl-carousel .item {
    min-height: 438px;
    display: flex;
    justify-content: space-evenly;
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .stars {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .stars > img {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > p {
    width: 100%;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 200;
  }
  #OurCustomers .container > .slider > .owl-carousel .item > p::before {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > p::after {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .profile {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .profile .img {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .profile .img img {
  }
  #OurCustomers .container > .slider > .owl-carousel .item > .profile .info {
  }
  #OurCustomers
    .container
    > .slider
    > .owl-carousel
    .item
    > .profile
    .info
    .name {
  }
  #OurCustomers
    .container
    > .slider
    > .owl-carousel
    .item
    > .profile
    .info
    .field {
  }
}
