@media (max-width: 1400px) {
  .gallery .category-all {
    gap: 20px;
  }
  .gallery .category-all a {
    max-width: 33%;
  }
  .gallery .category-all a img {
    max-height: 240px;
  }
  .wrapper {
    max-width: 1100px;
  }
  nav ul {
    gap: 20px;
  }
  .hero-sec .main-img {
    min-height: 600px;
  }
  .hero-options .left {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .content-sec {
    padding-top: 100px;
  }
  .pt-160 {
    padding-top: 160px;
  }
  nav ul {
    background-color: #fff;
    top: 39px;
    margin: 0;
    right: 0;
    left: unset;
    flex-direction: column;
    bottom: 0;
    position: fixed;
    align-items: center;
    justify-content: start;
    padding-top: 70px;
  }
  nav .lines {
    width: 20px;
    gap: 4px;
    flex-direction: column;
    display: flex !important;
  }
  nav .lines .line {
    background-color: #000;
    height: 2px;
    width: 20px;
    transition: all ease 0.2s;
  }
  nav ul {
    width: 0;
    overflow: hidden;
    transition: all ease 0.2s;
  }
  nav ul li {
    white-space: nowrap;
  }
  nav.active-nav .lines .line:nth-child(1) {
    transform: rotate(45deg);
  }
  nav.active-nav .lines .line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -6px;
  }
  nav.active-nav .lines .line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -6px;
  }
  nav.active-nav ul {
    width: 320px;
  }
  .hero-options .right {
    max-width: 50%;
  }
}
@media (max-width: 900px) {
  .gallery .category-all a {
    max-width: 45%;
  }
  .gallery .category-all a img {
    max-height: 300px;
  }
  .content-sec .col {
    flex-direction: column;
  }
  .content-sec .col .ins {
    width: 100%;
  }
  .hero-options .el {
    flex-direction: column;
  }
  .hero-options .left {
    flex-direction: row;
    gap: 20px;
  }
  .hero-options .left img {
    width: 320px;
  }
  .hero-options .right:before {
    width: 100%;
    height: 1px;
    top: 0;
  }
  .hero-options .right {
    gap: 20px;
    margin-top: 50px;
    padding-top: 50px;
    max-width: 100%;
    justify-content: start;
  }
  .hero-options .right img {
    margin: 0;
    width: 320px;
  }
}
@media (max-width: 700px) {
  .hero-sec .main-img {
    min-height: 400px;
  }
  .studio-row {
    flex-direction: column;
  }
  .studio-row .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .hero-options .left,
  .hero-options .right {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: unset;
    max-width: unset;
  }
  footer .last-line {
    flex-direction: column;
    text-align: center;
    padding-top: 25px;
  }
  footer ul {
    justify-content: center;
  }
  .hero-options .left .cont {
    min-width: unset;
  }
  .content-sec .col-flex .item img {
    width: 100px;
  }
  .content-sec .col-flex .item {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .gallery .category-all {
    justify-content: center;
  }
  .gallery .category-all a {
    max-width: 100%;
  }
  .gallery .category-all a img {
    max-height: unset;
    display: block;
    margin: auto;
  }
  .tabs-gallery ul {
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .content-sec .col-flex .item {
    flex-direction: column;
  }
  .content-sec .col-flex .item img {
    width: unset;
    max-width: 100%;
  }
  .tabs-gallery ul li a {
    font-size: 12px;
  }
}/*# sourceMappingURL=responsive.css.map */