@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

* {
  /* font-family: "Montserrat"; */
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: white;
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.scale-up-center {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1)
    infinite alternate both;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) infinite
    alternate both;
}

body {
  background-color: #e5e5e5;
}
a {
  text-decoration: none !important;
}

.swiper {
  width: 950px;
}

/* Style Layer 1 */
#layer1 {
  background: linear-gradient(
    109.33deg,
    #0e185f 3.7%,
    rgba(14, 24, 95, 0.41) 102.25%
  );
}

.putih {
  background-color: #e5e5e5;
  height: 82px;
}

.navbar {
  background: linear-gradient(
    109.33deg,
    #0e185f 3.7%,
    rgba(14, 24, 95, 0.41) 102.25%
  );
}

.nav-link {
  color: #e8ffc2 !important;
  padding-left: 24px !important;
}

.cari {
  background-color: white;
  width: 270px;
  height: 40px;
}

.l-cari {
  margin-right: -2px;
}

.kiri {
  height: fit-content;
}

.judul {
  color: #e8ffc2;
  font-weight: bold;
  font-size: 4rem;
}

.ket {
  font-weight: bold;
  padding-bottom: 33px;
}

.button {
  background-color: #0e185f;
  height: 40px;
  width: 245px;
  color: #e8ffc2;
  border-radius: 20px;
}

.accordion-button {
  background-color: #0e185f !important;
  color: white !important;
  border-radius: 0 !important;
}
.accordion-button::after {
  filter: brightness(500%);
}

#heading .accordion-button::after {
  background: none !important;
}

.accordion-item {
  background-color: #0e185f !important;
}

.accordion-body {
  padding-bottom: 0 !important;
}
.accordion-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.button:hover {
  background-color: #e8ffc2;
  color: #0e185f;
}

.gambar {
  height: auto;
  width: 100%;
}

.lihat2 {
  padding-top: 20px;
  text-align: center;
}

.lihat2 .ket {
  padding-bottom: 20px;
}

/* Akhir style layer 1 */

/* style Layer 2 */
.jarak {
  padding-top: 80px;
  padding-bottom: 150px;
}

.judul2 {
  font-size: 40px;
  padding-bottom: 38px;
}

.card1 {
  width: 270px !important;
  height: 300px;
  border-radius: 10px !important;
}

.card2 {
  width: 150px !important;
  /* height: 170px;
  border-radius: 0 !important; */
}

.card-color {
  /* background: linear-gradient(152.7deg, #0e185f 1.88%, rgba(14, 24, 95, 0.44) 97.2%); */
  background: -webkit-linear-gradient(
    to right,
    #40487e,
    #0e185f,
    #0e185f,
    #0e185f,
    #40487e
  );
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #40487e,
    #0e185f,
    #0e185f,
    #0e185f,
    #40487e
  );
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-color:hover {
  background: #40487e;
}

.card-color2 {
  background-color: #e6ffbf !important;
}

.card:hover {
  border: 1px solid;
}

.judul3 {
  font-weight: bold;
  margin: 0 !important;
  font-size: 20px;
  color: #d1f4fa !important;
}

.card-text {
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.card-text2 {
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.kontak-kiri {
  float: left;
  width: 50%;
}

.kontak-kanan {
  float: right;
  width: 50%;
  height: 100px;
}

.img-card {
  width: 90px;
}

/* layer 3 */
#layer3 {
  background: linear-gradient(
    109.33deg,
    #0e185f 3.7%,
    rgba(14, 24, 95, 0.41) 102.25%
  );
}

.kontak-img {
  width: 40px;
  height: 40px;
}

/* Dropdown */
.dropbtn {
  color: white;
  padding: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0e185f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}

/* Akhir Dropdown */

/* produk */
.menu {
  background-color: #d1f4fa;
  margin-bottom: 10px;
  margin-top: 10px;
}

.menu1 {
  background-color: #d1f4fa;
  margin-top: 100px;
  margin-bottom: 10px;
}

.modal-header {
  background: linear-gradient(
    109.33deg,
    #0e185f 3.7%,
    rgba(14, 24, 95, 0.41) 102.25%
  );
}
.modal-content {
  height: 90vh;
}
.modal-header,
.modal-footer {
  height: 10%;
}
.modal-body {
  height: 80%;
  width: 100%;
}

.modal-box-image {
  max-width: 50%;
  max-height: 80%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.modal-box-desk {
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}

.kategori-list {
  scrollbar-color: #ffffff !important;
  height: 100%;
  overflow: auto;
}

.kategori-list::-webkit-scrollbar-track {
  background: #0e185f !important;
}

.kategori-list::-webkit-scrollbar-thumb {
  background-color: #ffffff !important;
  border: 0px solid #ffffff !important;
}

.modal-box-price {
  max-height: 10%;
}

.modal-price {
  color: #000;
  font-size: 1.5em;
}
.modal-image {
  height: 100%;
}

.modal-img {
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-slide {
  background-color: black;
  width: 100px;
  height: 100px;
}

.carousel-box {
  /* background-color: #40487e; */
  width: 100%;
  height: 100%;
}

.footer {
  background: linear-gradient(
    109.33deg,
    #0e185f 3.7%,
    rgba(14, 24, 95, 0.41) 102.25%
  );
  height: 40px;
}

.footer-icon {
  width: 35px;
  padding-left: 10px;
}

.collapse-img {
  width: 100%;
  padding-left: auto;
  padding-right: auto;
}

.collapse-body {
  background-color: #0e185f !important;
}

.img2 {
  width: auto !important;
  height: 270px;
  position: relative;
  z-index: 0;
  top: 0px;
}

.p2 {
  width: 100%;
  position: absolute;
  overflow: hidden;
  padding: 10px 0;
  z-index: 1;
  bottom: 0;
  color: #fff;
  background-color: #c21e24c2;
}

.text-menu {
  text-transform: uppercase;
}

form {
  display: inline-block !important;
}

.carousel-img {
  height: 100%;
}

p {
  margin-bottom: 0 !important;
}

.carousel-control-prev-icon {
  background-image: url(../assets/icon/previous.png) !important;
}

.carousel-control-next-icon {
  background-image: url(../assets/icon/next.png) !important;
}

.img-lain {
  display: none;
}

.dropdown-toggle,
.dropdown-menu {
  border-radius: 0px !important;
}

.dropdown-item {
  color: #e8ffc2 !important;
  font-size: 13px;
}

.dropdown-item:hover {
  color: #0e185f !important;
}

.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  background-color: #0e185f;
}

.dropdown-1 {
  left: 192px !important;
  top: -1px;
}

.dropdown-2 {
  left: 350px !important;
  top: -1px;
}

.modal {
  color: black !important;
}

.spek-title {
  height: 10%;
}

.spek {
  height: 80%;
  overflow: scroll;
}

.harga {
  height: 10%;
}
.no-hp {
  text-decoration: none !important;
  color: white;
}

.no-hp:hover {
  color: #e8ffc2;
}
