/* ================== Tablet Landscape Breakpoints ================== */
@media (max-width: 1130px) {
  .section:nth-child(3)
    > .content-wrapper
    > .section-decoration
    > .section-img {
    width: 100%;
    height: 285px;
  }

  .section:nth-child(3) > .content-wrapper > .section-text > div {
    font-size: 14px;
  }

  .section:nth-child(6)
    > .content-wrapper
    > .section-decoration
    > .section-img {
    width: 100%;
    height: 450px;
  }

  .section:nth-child(4)
    > .content-wrapper
    > .section-decoration
    > .section-img {
    width: 400px;
    height: 270px;
  }

  .section:nth-child(4) > .content-wrapper > .section-text > div > div > h4 {
    font-size: 20px;
    line-height: 22px;
  }

  .section:nth-child(4) > .content-wrapper > .section-text > div > img {
    width: 80px;
  }

  .section:nth-child(5) > .content-wrapper > .section-text > div > div > h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .section:nth-child(5) > .content-wrapper > .section-text > div > img {
    width: 80px;
  }

  .section:nth-child(5) > .content-wrapper > .section-text > div > p {
    font-size: 10px;
  }

  .section:nth-child(7)
    > .content-wrapper
    > .section-decoration
    > .section-img {
    height: 50px;
  }
}
/* ================== Tablet Portrait Breakpoints ================== */
@media (max-width: 810px) {
  .lines {
    opacity: none;
    display: none;
  }
  .slide-title {
    font-size: 55px;
    line-height: 60px;
  }
  .section:nth-child(5) > .content-wrapper > .section-text > div > img {
    width: 40px;
  }
  .section-title {
    font-size: 35px;
  }

  .decoration-text {
    font-size: 12px;
  }

  .section:nth-child(6) > .content-wrapper > .section-text > div {
    font-size: 12px;
  }

  .section:nth-child(4)
    > .content-wrapper
    > .section-decoration
    > .section-img {
    width: 300px;
    height: 200px;
  }

  .section:nth-child(4) > .content-wrapper > .section-text > div > div > h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .section:nth-child(4) > .content-wrapper > .section-text > div > p,
  .section:nth-child(5) > .content-wrapper > .section-text > div > p {
    font-size: 8px;
  }

  .section:nth-child(4) > .content-wrapper > .section-text > div > img {
    width: 60px;
  }

  .section:nth-child(5) > .content-wrapper > .section-text > div > div > h4 {
    font-size: 12px;
  }

  .section:nth-child(3) > .content-wrapper > .section-text > div {
    font-size: 10px;
  }

  .decoration-line {
    width: 100px;
  }
  .section:nth-child(7)
    > .content-wrapper
    > .section-decoration
    > .section-img {
    height: 40px;
  }
}
/* ================== Phone Portrait Breakpoints ================== */

@media (max-width: 720px) {
  /* Gallery */
  .gallery-img-title {
    rotate: z 0deg;
  }

  .gallery-img {
    height: calc(100% / 6);
    width: 100%;
  }

  .gallery-wrapper {
    flex-direction: column;
  }

  /* Navbar */
  .links,
  .links1 {
    width: 35%;
    gap: 8px;
    font-size: 10px;
  }

  .logo-icon {
    width: 50px;
  }

  .navigation-bar {
    padding: 16px 12px 0px 12px;
  }
  /* Header */
  .slide-title {
    font-size: 45px;
    line-height: 60px;
    padding: 0px 10px 0px 10px;
  }
  /* Page Sections */
  .section:nth-child(3) {
    height: 300px;
  }

  .section:nth-child(6) {
    height: 500px;
  }

  .section:nth-child(3) > .content-wrapper > .section-decoration,
  .section:nth-child(6) > .content-wrapper > .section-decoration {
    opacity: 0;
    display: none;
  }

  .section:nth-child(3) > .content-wrapper > .section-text,
  .section:nth-child(6) > .content-wrapper > .section-text {
    padding: 0px;
  }

  .section:nth-child(4) > .content-wrapper > .section-text {
    width: 100%;
  }

  .section:nth-child(4)
    > .content-wrapper
    > .section-decoration
    > .section-img {
    width: 300px;
    height: 150px;
  }

  .section:nth-child(4) > .content-wrapper > .section-decoration {
    display: none;
  }

  .content-wrapper {
    padding: 0px 32px 0px 32px !important;
  }

  .section:nth-child(7) > .content-wrapper > .section-text > .section-title {
    font-size: 24px;
    text-align: center;
  }

  .section:nth-child(7) > .content-wrapper,
  .section:nth-child(5) > .content-wrapper {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
  }

  section:nth-child(7),
  .section:nth-child(5) {
    height: fit-content !important;
  }

  .section:nth-child(7) > .content-wrapper > .section-decoration,
  .section:nth-child(5) > .content-wrapper > .section-text {
    flex-wrap: wrap;
    height: fit-content;
    gap: 32px;
  }

  .section:nth-child(7) > .content-wrapper > .section-text {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .section:nth-child(6) > .content-wrapper > .section-text > div {
    font-size: 10px;
  }

  /* Footer */
  .footer > .content-wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 64px 32px 64px 32px !important;
    flex-wrap: wrap;
    gap: 32px;
  }

  .first-frame,
  .second-frame {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
