*, html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
}

.hp{
    display: none;
}

.navbar{
    width: 100%;
    height: 60px;
    background-color: #333;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 20px;
    cursor: pointer;
    gap: 20px;
}

h1{
    margin-right: auto;
    cursor: pointer;
}

a{
    text-decoration: none;
    color: white;
}

.konten{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #333;
}

.sonic55{
    margin: 5px 3px;
    height: 500px;
    width: 500px;
    margin-right: 100px;
}

.warna-1, .warna-2, .warna-3, .warna-4, .warna-5, .warna-6, .warna-7, .warna-8, .warna-9, .warna-10{
    transition: .5s ease-in-out;
    cursor: pointer;
}

.warna-1:hover, .warna-2:hover, .warna-3:hover, .warna-4:hover, .warna-5:hover, .warna-6:hover, .warna-7:hover, .warna-8:hover, .warna-9:hover, .warna-10:hover{
    transform: scale(1.5);
    transition: 0.5s;
    border: 2px solid #000;
}

.quantity-input{
    height: 25px;
    width: 100px;
    text-align: center;
    border: 2px solid black;
}

button{
    border: none;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    width: 100px;
}

.login{
    margin-left: 20px;
    animation: login 1s infinite;
    font-size: 15px;
    font-weight: bold;
}
@keyframes login{
    0%{color: #ff0000;}
    50%{color: #00ff00;}
    100%{color: #ffff00;}
}

.daftar{
    border: 2px solid black;
    color: black;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
    height: 50px;
    width: 120px;
    animation: ganti-ganti 1.5s infinite;
}

@keyframes ganti-ganti{
    0%{background-color: #ff0000;}
    25%{background-color: #00ff00;}
    50%{background-color: #0000ff;}
    75%{background-color: #ffff00;}
    100%{background-color: #ff0000;}
}

/* Very small phones (<= 360px) */
@media screen and (max-width: 360px) {
*, html, body{
    max-height: 100vh;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
.container{
    min-width: 100vw;
    min-height: 100vh;
}

.pc{
    display: none;
}

.hp{
    display: block;
}

.navbar-hp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  background-color: #333;
}

h1 {
  color: white;
  margin: 0;
}

.button-hp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px;
    gap: 30px;
}

.login-hp{
    background-color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    animation: login 1s infinite;
}

.daftar-hp{
    border: 2px solid black;
    color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    animation: ganti-ganti 1.5s infinite;
}

.konten-hp{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sonic55-hp{
    width: 100%;
    height: auto;
}

.teks-hp{
    margin: 0px 3px;
}

}

/* Small phones (361px – 480px) */
@media screen and (min-width: 361px) and (max-width: 480px) {
*, html, body{
    max-height: 100vh;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
.container{
    min-width: 100vw;
    min-height: 100vh;
}

.pc{
    display: none;
}

.hp{
    display: block;
}

.navbar-hp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  background-color: #333;
}

h1 {
  color: white;
  margin: 0;
}

.button-hp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px;
    gap: 30px;
}

.login-hp{
    background-color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    animation: login 1s infinite;
}

.daftar-hp{
    border: 2px solid black;
    color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    animation: ganti-ganti 1.5s infinite;
}

.konten-hp{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sonic55-hp{
    width: 100%;
    height: auto;
}

.teks-hp{
    margin: 0px 3px;
}

}

/* Large phones / phablets (481px – 720px) */
@media screen and (min-width: 481px) and (max-width: 720px) {
*, html, body{
    max-height: 100vh;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
.container{
    min-width: 100vw;
    min-height: 100vh;
}

.pc{
    display: none;
}

.hp{
    display: block;
}

.navbar-hp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  background-color: #333;
}

h1 {
  color: white;
  margin: 0;
}

.button-hp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px;
    gap: 30px;
}

.login-hp{
    background-color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    animation: login 1s infinite;
}

.daftar-hp{
    border: 2px solid black;
    color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    animation: ganti-ganti 1.5s infinite;
}

.konten-hp{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sonic55-hp{
    width: 100%;
    height: auto;
}

.teks-hp{
    margin: 0px 3px;
}

}

/* Small tablets / large phones to small tablets (721px – 1024px)
   covers many iPad portrait widths and mid-size tablets */
@media screen and (min-width: 721px) and (max-width: 1024px) {
*, html, body{
    max-height: 100vh;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
.container{
    min-width: 100vw;
    min-height: 100vh;
}

.pc{
    display: none;
}

.hp{
    display: block;
}

.navbar-hp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  background-color: #333;
}

h1 {
  color: white;
  margin: 0;
}

.button-hp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px;
    gap: 30px;
}

.login-hp{
    background-color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    animation: login 1s infinite;
}

.daftar-hp{
    border: 2px solid black;
    color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    animation: ganti-ganti 1.5s infinite;
}

.konten-hp{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sonic55-hp{
    width: 100%;
    height: auto;
}

.teks-hp{
    margin: 0px 3px;
}

}

/* Large tablets / iPad Pro sizes up to 1366px (1025px – 1366px) */
@media screen and (min-width: 1025px) and (max-width: 1366px) {
*, html, body{
    max-height: 100vh;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
    
.container{
    min-width: 100vw;
    min-height: 100vh;
}

.pc{
    display: none;
}

.hp{
    display: block;
}

.navbar-hp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  background-color: #333;
}

h1 {
  color: white;
  margin: 0;
}

.button-hp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px;
    gap: 30px;
}

.login-hp{
    background-color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    animation: login 1s infinite;
}

.daftar-hp{
    border: 2px solid black;
    color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    animation: ganti-ganti 1.5s infinite;
}

.konten-hp{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sonic55-hp{
    width: 100%;
    height: auto;
}

.teks-hp{
    margin: 0px 3px;
}

}




