/**
=========================
* 1024px
* @todo 1024px
*=========================
*/
@media screen and (max-width: 1024px) and (max-height: 600px) {
  #sph {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/**
=========================
* 991px
* @todo 991px
*=========================
*/
@media screen and (max-width: 991px) {
  img.sun-find-this {
    width: 50%;
  }
}
/**
=========================
* 767px
* @todo 767px
*=========================
*/
@media screen and (max-width: 767px) {
  ul.list-no-style.biker-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    font-size: 90%;
  }
}

/**
=========================
* 640 x 360px
* @todo 640 x 360px
*=========================
*/
@media screen and (max-width: 640px) and (max-height: 360px) {
  #sph {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/**
=========================
* 640px
* @todo 640px
*=========================
*/
@media screen and (max-width: 640px) {
  .sun-find-this.big-image {
    display: none;
  }
  .sun-find-this.small-image {
    display: block;
  }
  span.sph-hero-desc {
    width: 100%;
    font-size: 12px;
    padding: 1rem;
    border-left: none;
    box-sizing: border-box;
    display: block;
  }
  nav#header-menu-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: linear-gradient(
      15deg,
      var(--colac1-dark),
      var(--colac1-darkest),
      var(--colac1-dark)
    );
    padding: 1rem 0;
  }
  nav#header-menu-nav.hide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: linear-gradient(
      15deg,
      var(--colac1-dark),
      var(--colac1-darkest),
      var(--colac1-dark)
    );
    padding: 1rem 0;
    transform: translateX(-100%);
    z-index: -1;
    transition: 0.3s linear all;
  }
  nav#header-menu-nav.show {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: linear-gradient(
      15deg,
      var(--colac1-dark),
      var(--colac1-darkest),
      var(--colac1-dark)
    );
    padding: 1rem 0;
    z-index: 888;
    transition: 0.3s linear all;
  }

  ul.list-no-style.header-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    margin-top: 1rem;
  }
  ul.list-no-style.header-menu-list li {
    width: 100%;
    border-bottom: 1px dashed var(--transparent-light-1);
  }
  #header-menu-trigger {
    display: flex;
    margin-left: auto;
    font-size: 22px;
  }
  li.parent-menu {
    background-color: var(--colac2-darkest);
    border-bottom: none !important;
  }
  li.parent-menu span {
    color: var(--color-light-1);
  }
  li.parent-menu i {
    position: relative;
    left: 80%;
  }
  ul.list-no-style.sub-menu-list {
    display: flex;
    flex-direction: column;
    background: transparent;
    padding: 1rem 0;
    gap: 8px;
    position: static;
    top: unset;
    width: 100%;
    border-radius: unset;
    box-shadow: unset;
  }
  ul.list-no-style.sub-menu-list.hide {
    visibility: visible;
    z-index: -1;
    display: none;
    transition: all 0.3s ease-in-out;
  }
  ul.list-no-style.sub-menu-list.show {
    position: relative;
    visibility: visible;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    gap: 8px;
  }
  ul.list-no-style.sub-menu-list li {
    border-bottom: none;
    padding: 0 0 4px 0;
    font-size: 80%;
  }
  .lw75-mw100 {
    width: 100%;
    max-width: 100%;
  }
  #profile-wr {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: center;
    gap: 2rem;
  }
  .list-no-style.related-post {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #related-service h3 {
    margin-top: 1rem;
    z-index: 2;
  }
}

/**
=========================
* 540px
* @todo 540px
*=========================
*/
@media screen and (max-width: 540px) {
  #topbar-right {
    display: none;
  }
  #topbar-left {
    align-items: flex-end;
  }
  #header-right {
    display: none;
  }
  #features-item-wr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .feature-item:first-child {
    grid-column: 1 / span 2;
  }
  img.sun-find-this {
    width: 75%;
  }
  .img-wr {
    width: 250px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  ul.list-no-style.biker-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    font-size: 90%;
  }
}

/**
=========================
* 539px
* @todo 539px
*=========================
*/
@media screen and (max-width: 539px) {
  #sph {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

/**
=========================
* 495px
* @todo 495px
*=========================
*/
@media screen and (max-width: 495px) {
  #sph-wr {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 2;
  }
  #sph-right {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -6rem;
    right: 0;
  }
  #sph-right .img-wr {
    width: 100%;
    position: relative;
    top: 0;
    transform: unset;
  }
  ul.list-no-style.biker-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    font-size: 90%;
  }
}

/**
=========================
* 394px
* @todo 394px
*=========================
*/
@media screen and (max-width: 394px) {
  #features-item-wr {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: 1rem;
  }
  .feature-item:first-child {
    grid-column: unset;
  }
}

/**
=========================
* 374px
* @todo 374px
*=========================
*/
@media screen and (max-width: 374px) {
  .greeting-text {
    display: none !important;
  }
}
