@media screen and (max-width: 1800px) {
  .photoshoots .photoshoot {
    width: 95%;
  }

  .article-page .wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1680px) {
  .home .banner .text {
    width: 80%;
  }

  .text-section .wrapper {
    width: 85%;
  }

  .home .news .wrapper {
    width: 90%;
  }

  .home .news .slick-arrow.right {
    right: -25px;
  }

  .home .news .slick-arrow.left {
    left: 0px;
  }

  .services-enquires .services .wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 1500px) {
  .home .news .slick-arrow.right {
    right: -40px;
  }

  .home .news .slick-arrow.left {
    left: -20px;
  }

  .photoshoot-page .gallery .image {
    height: 350px;
  }

  .photoshoot-page .gallery .image img {
    height: 350px;
  }
}

@media screen and (max-width: 1440px) {
  .home .banner .text {
    gap: 25px;
  }

  .home .banner .text p {
    font-size: 20px;
  }

  .home .news .article img {
    width: 340px;
  }

  .services-enquires .services .service .main-image {
    height: 350px;
  }

  .contact .text-container .text {
    width: 71%;
    gap: 25px;
    margin-left: 0px;
  }

  .article-page .wrapper .main-image {
    width: 600px;
  }
}

@media screen and (max-width: 1280px) {
  .article-page .wrapper {
    flex-direction: column-reverse;
  }

  .article-page .wrapper > * {
    width: 100% !important;
    height: auto !important;
  }

  .article-page .wrapper .text {
    gap: 20px;
  }

  .article-page .wrapper .title {
    margin-bottom: 20px;
  }

  .article-page .wrapper .cta {
    margin-top: 20px;
  }

  .services-enquires .services .wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }

  .services-enquires .services .service .main-image {
    height: 500px;
  }

  .cta {
    width: 250px !important;
  }
  .main-nav {
    display: none;
  }

  .burger {
    display: flex !important;
  }

  .home .banner {
    flex-direction: column;
  }

  .home .banner .main-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 50% 28%;
  }

  .home .services .wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .home .services .service {
    width: 60%;
  }

  .showreel .text {
    width: 70%;
    text-align: center;
    align-items: center;
    gap: 25px;
  }

  .showreel .wrapper {
    border-bottom: 25px solid var(--primary);
  }

  .showreel .border {
    width: 25px;
  }

  .home .reviews .wrapper {
    grid-template-columns: 1fr;
    place-items: center;
    row-gap: 50px;
  }

  .home .reviews .review {
    width: 60%;
  }

  .text-section {
    padding: 0;
    margin: 0;
  }

  .text-section:has(+ footer) {
    margin-top: 100px;
  }

  .text-section .wrapper {
    flex-direction: column !important;
    gap: 50px;
    margin-bottom: 50px;
  }

  .text-section .wrapper > * {
    width: 100%;
  }

  .text-section .wrapper > img {
    height: auto;
  }

  .home .news {
    margin-bottom: 75px;
  }

  .text-section .border {
    height: 12.5px !important;
  }

  .text-section .border.bottom {
    bottom: -37px;
  }

  .text-section .border::after {
    display: none;
  }

  .text-section .border::before {
    display: none;
  }

  .home .news .article img {
    width: 400px;
  }

  .text-section:not(:has(+ footer)) {
    margin-bottom: 40px;
  }

  .my-work .photoshoots .wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-block: 0px;
    margin-bottom: 25px;
    margin-top: 50px;
  }

  .photoshoot-page .gallery {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
  }

  .photoshoot-page .gallery .image {
    grid-column: span 1 !important;
    width: 100%;
  }

  .whats-new .article .text-container .text {
    width: 90%;
  }

  .contact .form #price {
    bottom: 93px;
  }

  .whats-new .articles {
    margin-block: 0;
    margin-top: 50px;
  }

  .article-page .text {
    margin-top: 50px;
  }

  .whats-new .article {
    flex-direction: column;
    height: auto;
    margin-bottom: 50px;
  }

  .whats-new .article .text-container {
    padding-block: 50px;
    width: 90%;
    height: 100%;
  }

  .whats-new .article .text-container::after {
    display: none;
  }

  .whats-new .article .main-image {
    width: 90%;
  }

  .contact {
    height: auto;
    flex-direction: column;
  }

  .contact .text-container {
    padding-block: 50px;
    width: 100%;
  }

  .contact .text-container::after {
    display: none;
  }

  .contact .text-container .text {
    width: 80%;
  }

  .contact .form {
    width: 85%;
    margin-left: 0;
    align-self: center;
    margin-top: 50px;
  }

  .archive-text {
    margin-bottom: 50px;
    margin-top: 25px;
  }

  footer .bottom {
    gap: 20px;
    flex-direction: column;
  }

  footer .legal {
    margin-top: 10px;
    justify-content: space-between;
  }

  footer .contact-details {
    justify-content: start;
  }
}
