:root {
  --scroll-bar-color: #c5c5c5;
  --scroll-bar-bg-color: #f6f6f6;
}
::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.2);
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}
/* *::-webkit-scrollbar {
      width: 10px;
      height: 10px;
  }
  *::-webkit-scrollbar-track {
      background: var(--scroll-bar-bg-color);
  }
  *::-webkit-scrollbar-thumb {
      background-color: var(--scroll-bar-color);
      border-radius: 20px;
      border: 3px solid var(--scroll-bar-bg-color);
  } */

::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border: transparent;
}

@font-face {	
  font-family: "Roboto";
  src: url(Roboto.ttf);
}

.div1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 170px);
}

.div2 {
  font-family: Roboto;
  position: absolute;
  left: 3%;
  width: 94%;
  height: calc(100vh);
  color: black;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  border-radius: 10px;
  /* background-color: rgba(10,10,10,0.6);
    backdrop-filter: blur(6px); */
  /* box-shadow: 0 4px 8px 0 rgba(110, 110, 110, 0.2), 0 6px 20px 0 rgba(110, 110, 110, 0.19); */
  /* -webkit-box-shadow:0px 0px 17px 0px rgba(107,107,107,1);
  -moz-box-shadow: 0px 0px 17px 0px rgba(107,107,107,1);
  box-shadow: 0px 0px 17px 0px rgba(107,107,107,1); */
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.div2::-webkit-scrollbar {
  display: none;
}

.div3 {
  position: relative;
  border-radius: 10px;
  top: 5px;
  /* height: calc(100vh - 175px); */
  margin: auto;
  /* text-align: center; */
  height: calc(100vh);
}

.div4 {
  height: inherit;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.div4::-webkit-scrollbar {
  display: none;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  height: 220px;
  margin-top: -10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}


.gallery {
  color: black;
  border: 1px solid #D2691E;
  border-radius: 5px;
  background: linear-gradient(to bottom right, #0a0a0a, #454545);
  width: 86vw;
  height: 200px;
  margin-left: 4vw;
  margin-bottom: 20px;
  margin-top: -10px;
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(210,105,30,0.6); 
}
.gallery img {
  object-position: top;
  margin: 3px 3px 3px 3px;
  width: 98%;
  height: 192px;
  object-fit: cover;
  border-radius: 4px;
}

.produk {
  color: black;
  display: inline-block;
  border: 1px solid #D2691E;
  border-radius: 5px;
  background: linear-gradient(to bottom right, #0a0a0a, #454545);
  text-align: left;
  width: 40vw;
  aspect-ratio: 1 / 1.3;
  object-fit: cover;
  margin-left: 4vw;
  text-decoration: none;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.6); 
  /* -webkit-box-shadow:0px 0px 9px 0px rgba(255,119,46,0.9);
  -moz-box-shadow: 0px 0px 9px 0px rgba(255,119,46,0.9);
  box-shadow: 0px 0px 9px 0px rgba(255,119,46,0.9); */
}
.produk img {
  object-position: top;
  margin: 3px 3px 3px 3px;
  width: 96%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}
.produk label {
  color: white;
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;  
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.menu {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid black;
  /* background-color: rgba(0,0,0,0); */
  background: linear-gradient(to bottom right, #0a0a0a, #454545);
  text-align: left;
  width: 27vw;
  margin-left: 3vw;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: -10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.6); 
  /* -webkit-box-shadow:0px 0px 9px 0px rgba(255,119,46,0.9);
  -moz-box-shadow: 0px 0px 9px 0px rgba(255,119,46,0.9);
  box-shadow: 0px 0px 9px 0px rgba(255,119,46,0.9); */
}
.menu img {
  object-fit: cover;
  object-position: top;
  margin: 3px 3px 3px 3px;
  width: 96%;
  border-radius: 5px; 
  /* border: 3px solid #79b0f3; 
  background-color: white; */
}
.menu label {
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  /* border-top-right-radius: 20px;
  border-top-left-radius: 20px; */
  background: linear-gradient(to bottom right, #0a0a0a, #454545);
  height: 30px;
  margin: auto;
  padding: 5px;
}

.button-62 {
  background: linear-gradient(to bottom right, #0a0a0a, #454545);
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  height: 26px;
  margin-right: 20px;
}

.button-62:not([disabled]):focus {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5),
    -0.125rem -0.125rem 1rem rgba(239, 71, 101, 0.5),
    0.125rem 0.125rem 1rem rgba(255, 154, 90, 0.5);
  text-decoration: none;
  color: #ffffff;
}

.button-62:not([disabled]):hover {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5),
    -0.125rem -0.125rem 1rem rgba(239, 71, 101, 0.5),
    0.125rem 0.125rem 1rem rgba(255, 154, 90, 0.5);
  text-decoration: none;
  color: #ffffff;
}

.float{
    position: fixed;
    width: 55px;
    height: 55px;
    right: 10px;
    color: black;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    border: 1px solid #a2afb5;
    background: linear-gradient(to bottom right, #c9d1d3, #f1f5f5);
    box-shadow: 0 4px 8px 0 rgba(210,105,30,0.6);
}
.float img{
    margin-top: 12px;
    width: 35px;
}

.float:hover {
    box-shadow: 1px 1px 15px #D2691E;
}

.f1 {
    bottom: 130px;
}
.f2{
    bottom: 200px;
}
.f3{
    bottom: 270px;
}
.f4{
    bottom: 340px;
}
.f5{
    bottom: 410px;
}
/* akhir tombol float */
