@media screen and (max-width: 1024px) and (orientation: portrait) {}

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

@media screen and (max-width: 1200px) {
  .pad-horiz {
    padding: 0 30px;
  }

  .pad-left {
    padding-left: 30px;
  }

  .pad-horiz-double {
    padding: 0 60px;
  }

  .pad-horiz-double-left {
    padding-left: 60px;
  }

  .pad-horiz-double-right {
    padding-right: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .studio-neptune-menu ul li a {
    font-size: 18px;
  }

  .footer-slogan {
    font-size: 23px;
    max-width: 180px;
  }

  .footer-links .sm-channels-list ul li a {
    font-size: 18px;
  }

  body {
    font-size: 18px;
  }

  .proj-second-desc,
  .proj-gallery .img-txt {
    font-size: 17px;
  }

  .sn-txt-flex,
  .proj-gallery .img-txt .img-txt-flex {
    gap: 30px
  }

  .proj-gallery .project-gallery-row {
    gap: 30px;
    padding: 0 0 30px;
  }

  .proj-gallery .project-gallery-row:last-child {
    padding: 0;
  }

  header.studio-neptune-header .studio-neptune-logo {
    max-width: 200px;
  }

  .first-sec .sec-wrap {
    padding-top: 150px;
  }

  .sn-hero-text {
    font-size: 22px;
  }

  header.studio-neptune-header .mobile_menu_cta {
    display: block;
  }

  .studio-neptune-hblk.studio-neptune-menu-blk {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
    display: none;
  }

  .studio-neptune-hblk.studio-neptune-menu-blk .studio-neptune-menu-wrap {
    padding: 150px 30px 50px;
    width: 100%;
    height: 100%;
  }

  .studio-neptune-hblk.studio-neptune-menu-blk .studio-neptune-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .studio-neptune-menu ul li {
    display: block;
    text-align: center;
    padding: 15px 0;
  }

  .studio-neptune-menu ul li a {
    display: inline-block;
    font-size: 24px;
  }

  .project-card .proj-txts {
    opacity: 1;
    position: relative;
    background-color: transparent;
    padding: 12px 0;
  }

  .project-card .proj-txts .particle-title {
  color: #282828;
  top: 0;
}
}

@media screen and (max-width: 768px) {
  .pad-horiz {
    padding: 0 20px;
  }

  .pad-left {
    padding-left: 20px;
  }

  .pad-horiz-double {
    padding: 0 40px;
  }

  .pad-horiz-double-left {
    padding-left: 40px;
  }

  .pad-horiz-double-right {
    padding-right: 40px;
  }

  header.studio-neptune-header .studio-neptune-logo {
    max-width: 160px;
  }

  header.studio-neptune-header .header-wrapper {
    padding: 30px 0;
  }

  .first-sec .sec-wrap {
    padding-top: 115px;
  }

  .sn-hero-text {
    font-size: 20px;
  }

  .sn-hero-text {
    max-width: 600px;
  }

  .sn-sec-title h1 {
    font-size: 20px;
  }

  .sn-txt-flex,
  .proj-gallery .img-txt .img-txt-flex {
    gap: 20px;
  }

  .proj-gallery .project-gallery-row {
    gap: 20px;
    padding: 0 0 20px;
  }

  .proj-gallery .project-gallery-row:last-child {
    padding: 0;
  }

  body {
    font-size: 17px;
  }

  .proj-second-desc,
  .proj-gallery .img-txt {
    font-size: 16px;
  }

  .scrolling header.studio-neptune-header .studio-neptune-logo {
    max-width: 130px;
  }
}

@media screen and (max-width: 640px) {
  .pad-horiz {
    padding: 0 15px;
  }

  .pad-left {
    padding-left: 15px;
  }

  .pad-horiz-double {
    padding: 0 30px;
  }

  .pad-horiz-double-left {
    padding-left: 30px;
  }

  .pad-horiz-double-right {
    padding-right: 30px;
  }

  .sn-txt-flex {
    flex-direction: column;
  }

  .hero-sec .sn-hero-banner .hero-texts .here-texts-flex {
    min-height: 50vh;
  }

  .footer-links .sm-channels-list ul li {
    padding: 0 0 0 50px;
  }

  .project-card .proj-txts .particle-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .proj-gallery .project-gallery-row {
    flex-direction: column;
  }

  .proj-gallery .img-txt .img-txt-flex .img-txt-col.empty-col {
    display: none;
  }

  .proj-gallery .img-txt {
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 540px) {
  .pad-horiz {
    padding: 0 10px;
  }

  .pad-left {
    padding-left: 10px;
  }

  .pad-horiz-double {
    padding: 0 20px;
  }

  .pad-horiz-double-left {
    padding-left: 20px;
  }

  .pad-horiz-double-right {
    padding-right: 20px;
  }

  .sn-hero-text {
    font-size: 18px;
  }

  body {
    font-size: 16px;
  }

  .proj-second-desc,
  .proj-gallery .img-txt {
    font-size: 15px;
  }

  .sn-txt-flex,
  .proj-gallery .img-txt .img-txt-flex {
    gap: 15px;
  }

  .proj-gallery .project-gallery-row {
    gap: 15px;
    padding: 0 0 15px;
  }

  .proj-gallery .project-gallery-row:last-child {
    padding: 0;
  }
}

@media screen and (max-width: 520px) {
  .sn-hero-text p br {
    display: none;
  }

  .footer-links .sm-channels-list ul li {
    display: block;
    padding: 0 0 12px;
  }

  .footer-links .sm-channels-list ul li:last-child {
    padding: 0;
  }

  .proj-list .proj-flex .project-card {
    width: 100%;
  }
}