/* @media screen and (max-width: 900px), (orientation: landscape) { */

@media only screen and (min-width: 700px) and (-webkit-min-device-pixel-ratio: 2) {
  .container-menu {
    margin: 0 auto;
    padding: 0 2rem;
  }

  .nav-list {
    width: 100%;
    height: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #00caca;
    bottom: -100px;
    left: 0;
    transition: all 1.5s;
  }

  .nav-list.active {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0085a1;
    position: fixed;
    bottom: 0px;
    left: 0;
    transition: all 800ms ease-in;
  }
  /* Utilities */
  .main-title h2 {
    font-size: 4rem;
    padding: 0 3rem 0 6rem;
    width: 100%;
  }

  .h3-title {
    display: none;
  }

  .grid-content {
    grid-template-columns: 1fr;
  }

  .container-progress-bar .skills:before,
  .container-progress-bars .skills:before {
    z-index: 2;
  }
  /* End Utilities */

  /* Showcase */
  .showcase .showcase-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .showcase .showcase-text h1,
  .showcase .showcase-text p {
    z-index: 1;
    width: 500px;
  }

  .showcase .showcase-text::before {
    content: '';
    background: #0085a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  /* End Showcase */

  /* Section 1 */
  .other-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .other-container .box {
    margin: 3rem 2rem;
  }

  .contents h2 {
    padding-right: 1rem;
  }
  /* End Section 1 */

  /* Section 2 */

  .neo-light-grid {
    grid-template-columns: 1fr;
  }
  .a-section-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10rem 10rem 10rem;
    padding: 5rem 0;
  }

  .section2-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8rem 10rem 0 10rem;
  }

  .container-progress-bar h2,
  .container-progress-bars h2 {
    font-size: 3rem;
  }

  .container-progress-bar,
  .container-progress-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    padding: 0 10rem;
  }

  .ecommerce h2 {
    font-size: 10rem;
  }
  .ui-ux-img {
    display: none;
  }

  .creativity-pack-img {
    height: 500px;
  }
  /*End  Section 2 */

  /* Section 4 */

  /* End Section 4 */
}

@media (max-width: 480px) {
  .container-menu {
    margin: 0 auto;
    padding: 0 2rem;
  }
  nav {
    /* justify-content: space-around; */
    width: 100%;
  }
  .nav-list {
    width: 100vw;
    height: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #00caca;
    bottom: -100px;
    left: 0;
    transition: all 1.5s ease-in-out;
  }

  .nav-list.active {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #0085a1;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8rem 0;
    margin: 0;
    transition: bottom 800ms ease-in;
  }

  .navbar-brand {
    background: url('../img/whee_studio_web_logo_responsive.png') no-repeat
      center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  .navbar-brand.logo {
    background: url('../img/whee_studio_web_logo_mobile_responsive.png')
      no-repeat center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  /* Utilities */
  .main-title h2 {
    font-size: 3rem;
    padding: 0 3rem 0 6rem;
    width: 100%;
  }

  .h3-title {
    display: none;
  }

  .grid-content {
    grid-template-columns: 1fr;
  }
  .container-progress-bar .skills:before,
  .container-progress-bars .skills:before {
    z-index: 2;
  }
  /* End Utilities */

  /* Showcase */
  .showcase .showcase-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .showcase .showcase-text h1 {
    z-index: 1;
    width: 350px;
    font-size: 4rem;
    line-height: 4rem;
  }

  .showcase .showcase-text p {
    z-index: 1;
    width: 350px;
  }
  .showcase .showcase-text::before {
    content: '';
    background: #0085a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  /* Showcase */
  /* Section 1 */
  .other-container {
    grid-template-columns: 1fr;
  }

  .other-container .box {
    margin: 3rem 2rem;
  }

  .contents h2 {
    padding-right: 1rem;
  }
  /* End Section 1 */

  /* Section 2 */
  .neo-light-grid {
    grid-template-columns: 1fr;
  }

  .ecommerce h2 {
    font-size: 5rem;
  }

  .ui-ux-img {
    display: none;
  }

  .ga-certificate img {
    width: 100%;
  }

  .creativity-pack-img {
    height: 300px;
  }
  /* End Section 2 */
}

@media (max-width: 370px) {
  .container-menu {
    margin: 0 auto;
    padding: 0 2rem;
  }

  /* Utilities */
  .main-title h2 {
    font-size: 3rem;
    padding: 0 3rem 0 6rem;
    width: 100%;
  }

  .h3-title {
    display: none;
  }

  .grid-content {
    grid-template-columns: 1fr;
  }

  .container-progress-bar .skills:before,
  .container-progress-bars .skills:before {
    z-index: 2;
  }
  /* End Utilities */

  /* Showcase */
  .showcase .showcase-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .showcase .showcase-text h1,
  .showcase .showcase-text p {
    z-index: 1;
    width: 280px;
  }

  .showcase .showcase-text::before {
    content: '';
    background: #0085a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  /* End Showcase */

  /* Section 2 */
  .ecommerce h2 {
    font-size: 4rem;
  }
  .ui-ux-img {
    display: none;
  }

  .creativity-pack-img {
    height: 280px;
  }
  /* End Section 2 */

  /* Section 3 */
  .cardcontainer .card .face.face2 h2 {
    font-size: 15rem;
  }
  /* Section 3 */
}
@media (max-width: 300px) {
  .container {
    width: 653px;
  }

  .container-menu {
    margin: 0 auto;
    padding: 0 3rem 0 1rem;
  }

  /* Utilities */
  .main-title h2 {
    font-size: 2rem;
    padding: 0 3rem 0 4rem;
    width: 100%;
  }

  .h3-title {
    display: none;
  }

  .flex-content {
    margin-bottom: 3.5rem;
  }
  .grid-content {
    grid-template-columns: 1fr;
  }

  .container-progress-bar .skills:before,
  .container-progress-bars .skills:before {
    z-index: 2;
  }
  /* End Utilities */

  /* Showcase */
  .showcase .showcase-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .showcase .showcase-text h1,
  .showcase .showcase-text p {
    z-index: 1;
    width: 250px;
  }

  .showcase .showcase-text::before {
    content: '';
    background: #0085a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  /* End Showcase */

  /* Section 2 */
  .ecommerce h2 {
    font-size: 3rem;
  }
  .ui-ux-img {
    display: none;
  }

  .section2-p {
    font-size: 1.6rem;
    margin-top: 5rem;
    padding: 2rem 2rem;
  }
  .creativity-pack-img {
    height: 280px;
  }
  /* End Section 2 */

  /* Section 3 */
  .cardcontainer .card .face.face2 h2 {
    font-size: 15rem;
  }
  /* Section 3 */
}

@media only screen and (max-height: 280px) and (orientation: landscape) {
  .container-menu {
    margin: 0 auto;
    padding: 0 3rem 0 0;
    width: 600px;
  }

  nav {
    width: 100%;
  }

  .nav-list {
    width: 100vw;
    height: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #00caca;
    bottom: -100px;
    left: 0;
    transition: all 1.5s ease-in-out;
  }

  .nav-list.active {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #0085a1;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8rem 0;
    margin: 0;
    transition: bottom 800ms ease-in;
    overflow: scroll;
  }
  .navbar-brand {
    background: url('../img/whee_studio_web_logo_responsive.png') no-repeat
      center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  .navbar-brand.logo {
    background: url('../img/whee_studio_web_logo_mobile_responsive.png')
      no-repeat center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  /* Utilities */
  .flex-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .main-title h2 {
    font-size: 3rem;
    padding: 0 3rem 0 6rem;
    width: 100%;
  }

  .h3-title {
    display: none;
  }

  /* Utilities */

  /* Showcase */
  .showcase-bt {
    position: relative;
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 1.5rem;
  }

  .showcase .showcase-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 1rem 2rem;
  }

  .showcase .showcase-text h1 {
    z-index: 1;

    font-size: 3rem;
    line-height: 4rem;
    margin-top: 6rem;
  }

  .showcase .showcase-text p {
    z-index: 1;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .showcase .showcase-text::before {
    content: '';
    background: #0085a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }

  .showcase-bt span {
    width: 75%;
  }
  /* End Showcase */

  /* Section 1 */
  .other-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .other-container .box {
    margin: 3rem 2rem;
  }

  .contents h2 {
    padding-right: 1rem;
  }
  /* End Section 1 */

  /* Section 2 */
  .neo-light-grid {
    grid-template-columns: 1fr;
  }

  .ecommerce h2 {
    font-size: 5rem;
  }

  .grid-content {
    grid-template-columns: 1fr;
    padding: 1rem 0.5rem;
  }

  .flex-raw {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    padding: 0;
    height: 300px;
  }

  .ga-certificate img {
    width: 100%;
  }

  .creativity-pack-img {
    height: 450px;
  }
  /* End Section 2 */
}

@media only screen and (min-height: 300px) and (max-height: 340px) and (orientation: landscape) {
  .container-menu {
    margin: 0 auto;
    padding: 0 2rem;
  }

  nav {
    width: 100%;
  }

  .nav-list {
    width: 100vw;
    height: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #00caca;
    bottom: -100px;
    left: 0;
    transition: all 1.5s ease-in-out;
  }

  .nav-list.active {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #0085a1;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8rem 0;
    margin: 0;
    transition: bottom 800ms ease-in;
    overflow: scroll;
  }
  .navbar-brand {
    background: url('../img/whee_studio_web_logo_responsive.png') no-repeat
      center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  .navbar-brand.logo {
    background: url('../img/whee_studio_web_logo_mobile_responsive.png')
      no-repeat center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  .hamburger .line {
    margin-right: 2rem;
  }

  /* Utilities */
  .flex-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .main-title h2 {
    font-size: 3rem;
    padding: 0 3rem 0 6rem;
    width: 100%;
  }

  .h3-title {
    display: none;
  }

  /* Utilities */

  /* Showcase */
  .showcase .showcase-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 1rem 2rem;
  }

  .showcase .showcase-text h1 {
    z-index: 1;

    font-size: 3rem;
    line-height: 4rem;
    margin-top: 6rem;
  }

  .showcase .showcase-text p {
    z-index: 1;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .showcase .showcase-text::before {
    content: '';
    background: #0085a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }

  .showcase-bt span {
    width: 75%;
  }
  /* End Showcase */

  /* Section 1 */
  .other-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .other-container .box {
    margin: 3rem 2rem;
  }

  .contents h2 {
    padding-right: 1rem;
  }
  /* End Section 1 */

  /* Section 2 */
  .neo-light-grid {
    grid-template-columns: 1fr;
  }

  .ecommerce h2 {
    font-size: 5rem;
  }

  .grid-content {
    grid-template-columns: 1fr;
    padding: 1rem 0.5rem;
  }

  .flex-raw {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    padding: 0;
    height: 300px;
  }

  .ga-certificate img {
    width: 100%;
  }

  .creativity-pack-img {
    height: 450px;
  }
  /* End Section 2 */
}

@media only screen and (min-height: 350px) and (max-height: 500px) and (orientation: landscape) {
  .container-menu {
    margin: 0 auto;
    padding: 0 2rem;
  }

  nav {
    width: 100%;
  }

  .nav-list {
    width: 100vw;
    height: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #00caca;
    bottom: -100px;
    left: 0;
    transition: all 1.5s ease-in-out;
  }

  .nav-list.active {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #0085a1;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8rem 0;
    margin: 0;
    transition: bottom 800ms ease-in;
    overflow: scroll;
  }
  .navbar-brand {
    background: url('../img/whee_studio_web_logo_responsive.png') no-repeat
      center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  .navbar-brand.logo {
    background: url('../img/whee_studio_web_logo_mobile_responsive.png')
      no-repeat center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  /* Utilities */
  .flex-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .main-title h2 {
    font-size: 3rem;
    padding: 0 3rem 0 6rem;
    width: 100%;
  }

  .h3-title {
    display: none;
  }

  /* Utilities */

  /* Showcase */
  .showcase .showcase-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .showcase .showcase-text h1 {
    z-index: 1;

    font-size: 3rem;
    line-height: 4rem;
    margin-top: 8rem;
  }

  .showcase .showcase-text p {
    z-index: 1;
  }
  .showcase .showcase-text::before {
    content: '';
    background: #0085a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  /* End Showcase */

  /* Section 1 */
  .other-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .other-container .box {
    margin: 3rem 2rem;
  }

  .contents h2 {
    padding-right: 1rem;
  }
  /* End Section 1 */

  /* Section 2 */
  .neo-light-grid {
    grid-template-columns: 1fr;
  }

  .ecommerce h2 {
    font-size: 5rem;
  }

  .grid-content {
    grid-template-columns: 1fr;
  }

  .flex-raw {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    padding: 0;
    height: 300px;
  }

  .ga-certificate img {
    width: 100%;
  }

  .creativity-pack-img {
    height: 450px;
  }
  /* End Section 2 */
}

@media only screen and (max-height: 100px) {
  .container-menu {
    margin: 0 auto;
    padding: 0;
    padding: 0 2rem;
  }

  /* .container-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  } */

  nav {
    width: 100%;
  }
  .nav-list {
    /* width: 100vw;
    height: 10px; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #00caca;
    bottom: -100px;
    left: 0;
    transition: bottom 1.5s ease-in-out;
  }

  .nav-list.active {
    width: 100vw;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #0085a1;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8rem 0;
    margin: 0;
    transition: bottom 800ms ease-in;
  }

  .navbar-brand {
    background: url('../img/whee_studio_web_logo_responsive.png') no-repeat
      center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  .navbar-brand.logo {
    background: url('../img/whee_studio_web_logo_mobile_responsive.png')
      no-repeat center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }
}

/* Google 2XL */
@media only screen and (min-width: 823px) and (orientation: landscape) {
  .container-menu {
    margin: 0 auto;
    padding: 0 2rem;
  }

  nav {
    width: 100%;
  }

  .nav-list {
    width: 100vw;
    height: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #00caca;
    bottom: -100px;
    left: 0;
    transition: all 1.5s ease-in-out;
  }

  .nav-list.active {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #0085a1;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 8rem 0;
    margin: 0;
    transition: bottom 800ms ease-in;
    overflow: scroll;
  }
  .navbar-brand {
    background: url('../img/whee_studio_web_logo_responsive.png') no-repeat
      center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  .navbar-brand.logo {
    background: url('../img/whee_studio_web_logo_mobile_responsive.png')
      no-repeat center center/cover;
    width: 100%;
    max-width: 43px;
    height: 30px;
  }

  /* Utilities */
  .flex-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .main-title h2 {
    font-size: 3rem;
    padding: 0 3rem 0 6rem;
    width: 100%;
  }

  .h3-title {
    display: none;
  }

  /* Utilities */

  /* Showcase */
  .showcase-bt {
    position: relative;
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 1.5rem;
  }

  .showcase .showcase-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 1rem 2rem;
  }

  .showcase .showcase-text h1 {
    z-index: 1;

    font-size: 3rem;
    line-height: 4rem;
    margin-top: 6rem;
  }

  .showcase .showcase-text p {
    z-index: 1;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .showcase .showcase-text::before {
    content: '';
    background: #0085a1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }

  .showcase-bt span {
    width: 75%;
  }
  /* End Showcase */

  /* Section 1 */
  .other-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .other-container .box {
    margin: 3rem 2rem;
  }

  .contents h2 {
    padding-right: 1rem;
  }
  /* End Section 1 */

  /* Section 2 */
  .neo-light-grid {
    grid-template-columns: 1fr;
  }

  .ecommerce h2 {
    font-size: 5rem;
  }

  .grid-content {
    grid-template-columns: 1fr;
    padding: 1rem 0.5rem;
  }

  .flex-raw {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    padding: 0;
    height: 300px;
  }

  .ga-certificate img {
    width: 100%;
  }

  .creativity-pack-img {
    height: 450px;
  }
  /* End Section 2 */
}
