@media screen and (max-width: 768px) {

 * {
  box-sizing: border-box;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .hero {
    height: 72vh;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo,
  .text {
    position: absolute;
    width: 270px !important;
    left: 50% !important;
    top: 55% !important;
    transform: translate(-50%, -50%) !important;
  }

.cloud1 {
  width: 420px !important;
  top: -10% !important;
  left: -35% !important;

  mix-blend-mode: screen !important;
}

.cloud2 {
  width: 500px !important;
  bottom: -10% !important;
  left: -35% !important;

  mix-blend-mode: screen !important;
}

.cloud3 {
  width: 580px !important;
  bottom: -10% !important;
  right: -45% !important;

  mix-blend-mode: screen !important;
}

  .bird {
    width: 130px !important;
    top: 20% !important;
  }

  .services {
    min-height: auto !important;
    padding: 210px 0 !important;
  }

 .services-title {
  font-size: 30px !important;
  line-height: 1.2;
  letter-spacing: 0.5px !important;
  text-align: center;
  margin-bottom: 30px !important;
}

  .services-list {
    gap: 10px !important;
  }

  .service-item {
  font-size: 22px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  }

    .portfolio {
    margin-top: 40px !important;
  }

  .portfolio-title {
    font-size: 38px !important;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }

  .cloud-p1 {
    width: 600px !important;
    left: -55% !important;
  }

  .cloud-p2 {
    width: 800px !important;
    top: -250% !important;
  }

  .cloud-p3 {
    width: 800px !important;
    right: -85% !important;
  }

  .frame {
    width: 200px !important;
  }

  .portfolio-frames {
  position: absolute !important;
  top: 35% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  height: 100%;
  }

  .contact-img {
  width: 400px !important;
  }

  #contactNumber {
  width: 400px !important;
  }

  .footer {
  font-size: 11px !important;
  letter-spacing: 0.5px !important;
  padding: 20px 10px 25px !important;
  text-align: center !important;

  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  color: white !important;
  }