/* media queries */

/* deskstop ->*/
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}

/* laptop -> */
/* @media only screen and (min-width: 992px) and (max-width: 1024px) {
  html {
    font-size: 65%;
  }
} */

/* laptop -> set awal 769*/
@media only screen and (min-width: 1011px) and (max-width: 1024px) {
  html {
    font-size: 60%;
  }

  .navbar .nabar-nav ul li a {
    margin: 0.1rem;
    padding: 0.1rem;
  }

  .carousel .list .item .content {
    padding-right: 0;
  }

  .carousel .list .item .content .title {
    font-size: 20px;
  }

  .bagian {
    flex-wrap: wrap;
  }

  .container-wrapper .vis-content {
    margin-bottom: 50px;
  }

  .flip-book {
    width: 500px;
    height: 600px;
  }

  .flip-book .flip img {
    width: 500px;
    height: 600px;
  }

  .flip {
    width: 500px;
    height: 600px;
  }

  .contact .row .maps {
    height: 30rem;
  }

  .contact .row form {
    padding-top: 1rem;
  }

  .test .carousel .list .item:nth-child(2) .introduce .des,
  .test .carousel.showDetail .list .item:nth-child(2) .detail .des,
  .test .carousel.showDetail .list .item:nth-child(2) .detail .specifications {
    height: 100px;
    overflow: auto;
  }
}

/* tablet */
@media only screen and (min-width: 451px) and (max-width: 1010px) {
  html {
    font-size: 60%;
  }

  .carousel .list .item .content {
    padding-right: 0;
    font-size: 1rem;
    margin: 1rem;
  }

  #hamberger-menu {
    display: inline-block;
  }

  .navbar .nabar-nav {
    position: absolute;
    top: 100%;
    right: 100%;
    background-color: rgb(255, 255, 255, 70%);
    width: 18rem;
    height: calc(100vh- 9.5rem);
    transition: 0.3s;
    justify-content: center;
    flex-direction: center;
    align-items: center;
    z-index: 9999;
  }

  .navbar .nabar-nav.active {
    right: 0;
  }

  .navbar .nabar-nav ul li a {
    color: #6d6e71;
    font-size: 1.6rem;
    margin: 0.5rem;
    padding: 0.5rem;
    text-decoration: none;
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .navbar .nabar-nav ul li ul {
    position: relative;
    left: 0;
  }

  .navbar .search-form {
    width: 60%;
    right: 2rem;
  }

  .carousel .list .item .content .button {
    display: grid;
    grid-template-columns: 100px;
    grid-row: 20px;
    gap: 7px;
    margin-top: 20px;
  }

  .about-us .konten h2 {
    font-size: 22px;
  }

  .about-us .konten h1 {
    font-size: 30px;
  }

  .text-section {
    width: 600px;
  }

  .bagian {
    flex-wrap: wrap;
  }

  .container-wrapper .vis-content {
    margin-bottom: 60px;
  }

  .product .container {
    position: relative;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
  }

  .product .container .card {
    position: relative;
    max-width: 300px;
    height: 215px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
  }

  .deskripsi-product .tab_box .tab_btn {
    font-size: 15px;
  }

  .book {
    padding: 2rem 1rem;
  }

  .book1 {
    padding: 3.5rem 1rem;
  }

  .flip-book {
    width: 300px;
    height: 400px;
  }

  .flip-book .flip img {
    width: 300px;
    height: 400px;
  }

  .flip {
    width: 300px;
    height: 400px;
  }

  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }

  .makeorder .container-mo {
    flex-direction: column;
  }

  .test .carousel .list .item {
    width: 90%;
  }

  .test .carousel .list .item img {
    width: 65%;
    height: auto;
  }

  .test .carousel.showDetail .list .item:nth-child(2) .detail .title {
    font-size: 37px;
    color: black;
  }

  .test .carousel.showDetail .list .item:nth-child(2) .detail .des {
    font-size: 14px;
  }

  .test .carousel .list .item:nth-child(2) .introduce .des,
  .test .carousel.showDetail .list .item:nth-child(2) .detail .des,
  .test .carousel.showDetail .list .item:nth-child(2) .detail .specifications {
    height: 100px;
    overflow: auto;
  }

  .test .carousel .list .item .introduce .des {
    mix-blend-mode: difference;
  }
   .swiper {
    width: 510px;
    height: 100%;
  }

  .swiper-slide img {
    width: 500px;
    height: 100%;
  }
}

/* mobile phone */
@media only screen and (min-width: 347px) and (max-width: 450px) {
  html {
    font-size: 55%;
  }

  .carousel .list .item .content {
    padding-right: 0;
    font-size: 1rem;
  }

  #hamberger-menu {
    display: inline-block;
  }

  .navbar {
    padding: 1.4rem 3%;
    height: 110px;
  }

  .navbar .logo {
    padding-top: 0;
    top: 0;
    width: 180px;
  }

  .navbar .nabar-nav {
    position: absolute;
    top: 100%;
    right: 100%;
    background-color: rgb(255, 255, 255, 70%);
    width: 18rem;
    height: calc(100vh- 9rem);
    transition: 0.3s;
    align-items: center;
    justify-content: center;
  }

  .navbar .nabar-nav.active {
    right: 0;
  }

  .navbar .nabar-nav ul li a {
    color: #6d6e71;
    font-size: 1.2rem;
    margin-right: 3rem;
    padding: 0.3rem;
    justify-content: center;

    text-decoration: none;
    display: block;
    align-items: center;
  }

  .navbar .nabar-extra button {
    padding: 1px;
    text-wrap: wrap;
    width: 60px;
  }

  .thumbnail {
    display: none;
  }

  .carousel .list .item .content .wrapper {
    padding-top: 25px;
  }

  .carousel .list .item .content .button {
    display: grid;
    grid-template-columns: 90px;
    grid-row: 20px;
    gap: 7px;
    margin-top: 20px;
  }

  .card-header img {
    height: 250px;
  }

  .card-header .card-text h2 {
    font-size: 2rem;
    top: 70%;
    left: 39%;
  }

  .about-us .konten h2 {
    font-size: 18px;
  }

  .about-us .konten h1 {
    font-size: 22px;
  }

  .text-section {
    width: 300px;
  }

  .text-section h3 {
    font-size: 21px;
  }

  .text-section p {
    font-size: 14px;
  }

  .container-head .vis-1 {
    width: 100px;
  }

  .container-end .mis-1 {
    width: 100px;
  }

  .container-head .vision h3 {
    font-size: 21px;
  }

  .container-head .vision p {
    font-size: 14px;
  }

  .container-end .mission h3 {
    font-size: 21px;
  }

  .bagian {
    flex-wrap: wrap;
  }

  .container-wrapper {
    height: 600px;
  }

  .container-wrapper1 {
    height: 600px;
  }

  .container-wrapper .vis-image {
    width: 300px;
  }

  .container-wrapper .vis-content {
    width: 300px;
    height: 255px;
    font-size: 14px;
  }

  .container-wrapper .vision {
    height: 72px;
  }

  .container-wrapper1 .mis-image {
    width: 300px;
    height: 235px;
  }

  .container-wrapper1 .mis-content {
    width: 300px;
    font-size: 14px;
    height: 350px;
  }

  .container-wrapper1 .mission {
    height: 70px;
    top: -20%;
  }

  .container-wrapper .vis-content {
    margin-bottom: 50px;
  }

  .product .container {
    position: relative;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
  }

  .product .container .card .img8x {
    position: relative;
    width: 190px;
    height: 220px;
    top: -50px;
    z-index: 1;
    box-shadow: 0 50px 20px rgba(0, 0, 0, 0.2);
  }

  .product .container .card:hover .content {
    visibility: visible;
    opacity: 1;
    margin-top: -20px;
    transition-delay: 0.3s;
  }

  .deskripsi-product {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .deskripsi-product .tab_box {
    overflow: auto;
  }

  .deskripsi-product .tab_box .tab_btn {
    font-size: 10px;
  }

  .book {
    padding: 2rem 0;
  }

  .book1 {
    padding: 3.5rem 0;
  }

  .flip-book {
    width: 200px;
    height: 300px;
  }

  .flip-book .flip img {
    width: 200px;
    height: 300px;
  }

  .flip {
    width: 200px;
    height: 300px;
  }

  .makeorder .container-mo {
    flex-direction: column;
  }

  .footer-col {
    width: 100%;
    padding: 0 15px;
    margin: 1rem;
  }

  .test .carousel {
    height: 500px;
  }

  .test .carousel .list .item {
    width: 100%;
    font-size: 8px;
  }

  .test .carousel .list {
    height: 100%;
  }

  .test .carousel .list .item:nth-child(2) .introduce {
    width: 50%;
  }

  .test .carousel .list .item .introduce .des {
    mix-blend-mode: difference;
  }

  .test .carousel .list .item img {
    width: 65%;
    height: auto;
  }

  .test .carousel.showDetail .list .item:nth-child(2) .detail {
    backdrop-filter: blur(10px);
    font-size: small;
  }

  .test .carousel.showDetail .list .item:nth-child(2) .detail .title {
    font-size: 28px;
  }

  .test .carousel.showDetail .list .item:nth-child(2) .detail .des {
    font-size: 14px;
  }

  .test .carousel .list .item:nth-child(2) .introduce .des,
  .test .carousel.showDetail .list .item:nth-child(2) .detail .des,
  .test .carousel.showDetail .list .item:nth-child(2) .detail .specifications {
    height: 100px;
    overflow: auto;
  }

  .test .katalog button {
    margin-top: 4rem;
  }
  .swiper {
    width: 310px;
    height: 100%;
  }

  .swiper-slide img {
    width: 300px;
    height: 100%;
  }
}

@media only screen and (max-width: 346px) {
  html {
    font-size: 53%;
  }

  .carousel .list .item .content {
    padding-right: 0;
    font-size: 1rem;
  }

  #hamberger-menu {
    display: inline-block;
  }

  .navbar {
    padding: 1.4rem 0.5%;
    height: 140px;
  }

  .navbar .logo {
    padding-top: 0;
    top: 0;
    width: 180px;
  }

  .navbar .nabar-nav {
    position: absolute;
    top: 100%;
    right: 100%;
    background-color: rgb(255, 255, 255, 70%);
    height: calc(100vh- 9rem);
    transition: 0.3s;
  }

  .navbar .nabar-nav.active {
    right: 0;
  }

  .navbar .nabar-nav ul li a {
    color: #6d6e71;
    font-size: 1.2rem;
    margin-right: 1.5rem;
    padding: 0.3rem;
    justify-content: center;
    text-decoration: none;
    display: block;
    align-items: center;
  }

  .navbar .nabar-extra button,
  a,
  label {
    padding: 0;
    margin: 0;
  }

  .navbar .nabar-extra button {
    padding: 1px;
    text-wrap: wrap;
    width: 60px;
  }

  .thumbnail {
    display: none;
  }

  .carousel .list .item .content .wrapper {
    padding-top: 50px;
  }

  .carousel .list .item .content .button {
    display: grid;
    grid-template-columns: 80px;
    grid-row: 20px;
    gap: 7px;
    margin-top: 20px;
  }

  .card-header img {
    height: 250px;
  }

  .card-header .card-text h2 {
    font-size: 1.5rem;
    top: 65%;
    left: 30%;
  }

  .about-us .konten h2 {
    font-size: 18px;
  }

  .about-us .konten h1 {
    font-size: 22px;
  }

  .text-section {
    width: 300px;
  }

  .text-section h3 {
    font-size: 21px;
  }

  .text-section p {
    font-size: 14px;
  }

  .container-head .vis-1 {
    width: 100px;
  }

  .container-end .mis-1 {
    width: 100px;
  }

  .container-head .vision h3 {
    font-size: 21px;
  }

  .container-head .vision p {
    font-size: 14px;
  }

  .container-end .mission h3 {
    font-size: 21px;
  }

  .container-end .mission p {
    font-size: 14px;
  }

  .bagian {
    flex-wrap: wrap;
  }

  .container-wrapper {
    height: 600px;
  }

  .container-wrapper1 {
    height: 600px;
  }

  .container-wrapper .vis-image {
    width: 300px;
  }

  .container-wrapper .vis-content {
    width: 300px;
    height: 255px;
    font-size: 14px;
  }

  .container-wrapper .vision {
    height: 72px;
  }

  .container-wrapper1 .mis-image {
    width: 300px;
    height: 235px;
  }

  .container-wrapper1 .mis-content {
    width: 300px;
    font-size: 14px;
    height: 350px;
  }

  .container-wrapper1 .mission {
    height: 70px;
    top: -20%;
  }

  .container-wrapper .vis-content {
    margin-bottom: 50px;
  }

  .product .container {
    position: relative;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
  }

  .product .container .card .img8x {
    position: relative;
    width: 190px;
    height: 220px;
    top: -50px;
    z-index: 1;
    box-shadow: 0 50px 20px rgba(0, 0, 0, 0.2);
  }

  .deskripsi-product {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 2px;
    padding-right: 2px;
  }

  .deskripsi-product .tab_box {
    overflow: auto;
  }

  .deskripsi-product .tab_box .tab_btn {
    font-size: 11px;
    font-weight: 200;
  }

  .book {
    padding: 2rem 0;
  }

  .book1 {
    padding: 3.5rem 0;
  }

  .flip-book {
    width: 200px;
    height: 300px;
  }

  .flip-book .flip img {
    width: 200px;
    height: 300px;
  }

  .flip {
    width: 200px;
    height: 300px;
  }

  .makeorder .container-mo {
    flex-direction: column;
  }

  .footer-col {
    width: 100%;
    padding: 0 15px;
    margin: 1rem;
  }

  .test .carousel {
    height: 500px;
  }

  .test .carousel .list .item {
    width: 100%;
    font-size: 8px;
  }

  .test .carousel .list {
    height: 100%;
  }

  .test .carousel .list .item:nth-child(2) .introduce {
    width: 50%;
  }

  .test .carousel .list .item .introduce {
    padding-top: 10%;
  }

  .test .carousel .list .item .introduce .title {
    margin-top: 3rem;
  }

  .test .carousel .list .item .introduce .des {
    mix-blend-mode: difference;
  }

  .test .carousel .list .item img {
    width: 65%;
    height: auto;
  }

  .test .carousel.showDetail .list .item:nth-child(2) .detail {
    backdrop-filter: blur(10px);
    font-size: small;
  }

  .test .carousel.showDetail .list .item:nth-child(2) .detail .title {
    padding-top: 6rem;
    font-size: 25px;
  }

  .test .carousel.showDetail .list .item:nth-child(2) .detail .des {
    font-size: 14px;
  }

  .test .carousel .list .item:nth-child(2) .introduce .des,
  .test .carousel.showDetail .list .item:nth-child(2) .detail .des,
  .test .carousel.showDetail .list .item:nth-child(2) .detail .specifications {
    height: 100px;
    overflow: auto;
  }

  .test .katalog button {
    margin-top: 5rem;
  }

  .swiper {
    width: 310px;
    height: 100%;
  }

  .swiper-slide img {
    width: 300px;
    height: 100%;
  }
}
