@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");

.navbar {
  /* background: white; */
  position: absolute;
  z-index: 3;
  width: 100%;
}
.c-header {
  margin-top: 55px;
}

/* AKUN */
.akun {
  margin-left: 60px;
}
.akun img {
  height: 27px;
  margin-left: 5px;
  margin-right: 5px;
}
.nav-item a {
  color: #73777b !important;
  font-size: 15px;
  margin-left: 20px;
  font-family: "Acme", sans-serif;
}
.logo {c
  display: inline;
}

.logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.akun a {
  display: none;
}

.titel h5 {
  display: grid;
  margin-top: 20px;
  margin-bottom: -4px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
}

.bg1 {
  display: none;
}

.bg2 {
  display: inline;
}

.deskripsi img {
  width: 30px;
}

.deskripsi h5 {
  margin-left: -20px;
  color: white;
  font-size: 20px;
}

.deskripsi p {
  color: white;
  font-size: 14px;
}

.g-ceff {
  display: none;
}
.des-p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.produk-kami h5 {
  font-size: 20px;
  color: white;
  text-align: center;
  margin-top: 8px;
  font-family: "Ubuntu", sans-serif;
}

.produk-supplier h5 {
  font-size: 20px;
  color: white;
  text-align: center;
  margin-top: 8px;
  font-family: "Ubuntu", sans-serif;
}

.produk-supplier {
  margin-top: -10px;
}

.testimoni {
  margin-top: 0px;
}
.testi {
  font-size: 20px;
  color: #e0150b;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Ubuntu", sans-serif;
}

.vs-title {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Ubuntu", sans-serif;
}

.testimonial .card {
  transition: all 0.4s ease-in-out;
}

.testimonial .card:hover {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# data-produk Section
--------------------------------------------------------------*/
.data-produk {
  background: url("../img/bg.png");
  background-size: cover;
  margin-bottom: 0px;
  margin-top: -50px;
  padding-top: 40px;
}

.data-produk .member-img img {
  transition: all 0.4s ease-in-out;
}

.data-produk .member-img img:hover {
  transform: scale(1.15);
}

.data-produk .data-produk-member .member-img {
  border-radius: 8px;
  overflow: hidden;
}
.data-produk .data-produk-member .social {
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-produk .data-produk-member .social a {
  transition: color 0.3s;
  color: var(--color-white);
  /* background: var(--color-primary); */
  background-color: #e0150b;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}
.data-produk .data-produk-member .social a img {
  height: 25px;
}

.data-produk .data-produk-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.data-produk .data-produk-member .member-info {
  padding: 20px 5px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  background: var(--color-white);
  margin: -30px 20px 0 20px;
  position: relative;
  border-radius: 8px;
}
.data-produk .data-produk-member .member-info h4 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--color-secondary);
}
.data-produk .data-produk-member .member-info span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--color-gray);
}
.data-produk .data-produk-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-gray);
}
.data-produk .data-produk-member:hover .social {
  opacity: 1;
}

.button {
  border-radius: 4px;
  border: 2px solid #e0150b;
  background-color: #ffffff;
  color: #e0150b;
  box-shadow: 0px 2px 15px rgba(var(--color-black-rgb), 0.1);
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  /* margin: 5px; */
  margin-bottom: 50px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.fother-bg {
  margin-top: -30px;
}

.fother {
  margin-top: -2px;
  background-color: #e0150b;
  padding-bottom: 20px;
}

.fother p {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  text-align: center;
  color: white;
}

.fother .akun-f {
  text-align: center;
}

.fother .akun-f img {
  height: 30px;
  margin: 5px;
}

.fother .akun-f span {
  color: white;
  font-size: 12px;
  text-align: center;
}

.b1 {
  border-right-color: #ffffff;
  border-right-width: 0px;
  border-right-style: solid;
}

.b2 {
  border-right-color: #ffffff;
  border-right-width: 0px;
  border-right-style: solid;
}

/* PRODUK KAMI */
.prd-title h5 {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  color: white;
}

.prd-header {
  padding-top: 80px;
  margin-top: -50px;
  padding-bottom: 30px;
}

.box {
  width: 80%;
  height: 50px;
  margin: auto;
}

.container-1 {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-1 input#search {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-transition: background 0.55s ease;
  -moz-transition: background 0.55s ease;
  -ms-transition: background 0.55s ease;
  -o-transition: background 0.55s ease;
  transition: background 0.55s ease;
}

.container-1 input#search::-webkit-input-placeholder {
  color: #65737e;
}

.container-1 input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e;
}

.container-1 input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e;
}

.container-1 input#search:-ms-input-placeholder {
  color: #65737e;
}

.container-1 .icon {
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 10px;
  z-index: 1;
  color: #4f5b66;
}

.container-1 .filter {
  position: absolute;
  top: 50%;
  margin-left: -60px;
  margin-top: 1px;
  z-index: 1;
  color: #4f5b66;
}

.container-1 input#search:hover,
.container-1 input#search:focus,
.container-1 input#search:active {
  outline: none;
  background: #ffffff;
}

/* ABOUT US */
.about-us {
  background: url("../img/bg.png");
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
}

.sub p {
  color: #e0150b;
  text-align: center;
  font-size: 14px;
  margin-top: -20px;
}

.tentang-kami {
  background-color: #e0150b;
  color: white;
}

.tentang-kami p {
  text-align: justify;
}

.ctm {
  width: 100%;
  /* border: 2px solid #e0150b; */
  margin-bottom: 20px;
  font-size: 16px;
}

.cvm {
  color: white;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #e0150b;
  font-size: 16px;
}

/* CONTACT */
.contact {
  text-align: center;
}

.akun-c a {
  text-decoration: none;
}

.batas {
  margin-top: 0px;
}

.c1 {
  border-right-color: #e0150b;
  border-right-width: 0px;
  border-right-style: solid;
}

.contact h5 {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: red;
}

.contact p {
  color: #e0150b;
  font-size: 14px;
  line-height: 5px;
  margin-top: 20px;
}

.maps {
  margin-top: -20px;
}

.resep {
  background: url("../img/bg.png");
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 20px;
}

.f-resep h5 {
  font-family: "Concert One", cursive;
}

.vidio {
  background: url("../img/bg.png");
  background-size: cover;
  padding-top: 10px;
  margin-top: -60px;
}
.nama-resep:hover a {
  color: #ee5850;
}

.nama-resep a {
  text-decoration: none;
  color: #e0150b;
}

.resep-d {
  color: white;
}

.jd {
  background-color: #9bc3f3;
  /* color: #ef3b3f; */
  color: #ffffff;
}

.jd h5 {
  font-weight: bold;
  font-family: "Acme", sans-serif;
  color: #ef3b3f;
}

.jd ul li {
  font-family: "Caveat", cursive;
  font-weight: bold;
  font-size: 18px;
}
.c-maps {
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.c-maps .g-jd1 {
  position: absolute;
  bottom: 22%;
  left: 10.6%;
  width: 35px;
  cursor: pointer;
}

.c-maps .g-jd2 {
  position: absolute;
  top: 49.5%;
  left: 7%;
  width: 35px;
  cursor: pointer;
}

.c-maps .g-jd3 {
  position: absolute;
  top: 42%;
  left: 15%;
  width: 35px;
  cursor: pointer;
}

.c-maps .g-jd4 {
  position: absolute;
  bottom: 30%;
  left: 29%;
  width: 35px;
  cursor: pointer;
}

.c-maps .g-jd5 {
  position: absolute;
  top: 29%;
  right: 27%;
  width: 35px;
  cursor: pointer;
}

.c-maps .g-jd1:hover {
  transition: 1s;
  transform: scale(1.3);
}

.c-maps .g-jd2:hover {
  transition: 1s;
  transform: scale(1.3);
}

.c-maps .g-jd3:hover {
  transition: 1s;
  transform: scale(1.3);
}

.c-maps .g-jd4:hover {
  transition: 1s;
  transform: scale(1.3);
}

.c-maps .g-jd5:hover {
  transition: 1s;
  transform: scale(1.3);
}

@media (min-width: 992px) {
  .c-maps .g-jd1 {
    left: 9.5%;
    width: 60px;
  }

  .c-maps .g-jd2 {
    width: 60px;
  }

  .c-maps .g-jd3 {
    width: 60px;
  }

  .c-maps .g-jd4 {
    width: 60px;
  }

  .c-maps .g-jd5 {
    width: 60px;
    right: 27%;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    position: absolute;
  }

  .navbar-nav li {
    margin-left: 30px;
    margin-right: 30px;
  }

  .navbar-nav li .dropdown-item {
    margin-left: 0px;
    margin-right: 0px;
  }

  .nav-item a {
    font-size: 20px;
    color: #e0150b !important;
    text-transform: uppercase;
  }

  .bg-nav {
    background-color: #ffffff;
  }

  .bg-nav:hover {
    background-color: rgba(192, 185, 185, 0.452);
  }

  .c-header {
    margin-top: 50px;
  }

  .logo {
    display: none;
  }
  .akun a {
    display: inline;
  }
  .titel h5 {
    display: none;
  }

  .bg1 {
    display: inline;
  }

  .bg2 {
    display: none;
  }

  .jns-produk .deskripsi img {
    width: 35px;
  }

  .jns-produk .deskripsi h5 {
    font-size: 25px;
    margin-left: -35px;
  }

  .jns-produk .deskripsi p {
    font-size: 18px;
  }

  .g-produk {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .g-produk img {
    width: 100% !important;
  }

  .g-ceff {
    display: flex;
    align-items: center;
  }

  .g-ceff img {
    width: 60% !important;
  }
  .des-p {
    width: 91%;
  }

  .produk-kami h5 {
    font-size: 28px;
  }

  .produk-supplier h5 {
    font-size: 28px;
  }

  .produk-supplier {
    margin-top: -90px;
  }
  .testimoni {
    margin-top: -40px;
  }

  .testi {
    font-size: 28px;
    color: #e0150b;
  }
  .vs-title {
    font-size: 28px;
  }
  .data-produk {
    margin-bottom: 20px;
  }

  .data-produk .data-produk-member .member-info span {
    font-size: 16px;
  }

  .button {
    font-size: 18px;
    margin-bottom: 100px;
  }
  .fother-bg {
    margin-top: -100px;
  }

  .b1 {
    border-right-width: 2px;
  }

  .b2 {
    border-right-width: 2px;
  }

  /* PRODUK KAMI */
  .prd-title h5 {
    font-size: 38px;
    margin-top: 10px;
    /* margin-bottom: -2px; */
  }

  .prd-header {
    padding-top: 150px;
    margin-top: -100px;
    padding-bottom: 100px;
  }

  /* ABOUT US */
  .ctm {
    width: 73%;
    font-size: 12.8px;
  }

  .cvm {
    font-size: 14px;
  }
  
  /* CONTACT */
   .batas {
    margin-top: -60px;
  }
  
  .c1 {
    border-right-width: 2px;
  }

  .contact p {
    font-size: 12px;
  }

  .sub p {
    font-size: 18px;
  }

  .maps {
    margin-top: -50px;
  }
}

/*--------------------------------------------------------------
# supplier
--------------------------------------------------------------*/
.supplier {
  padding: 5px 0;
  text-align: center;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}

.supplier .item {
  height: 120px;
  display: flex;
  align-items: center;
}

.supplier .item img {
  max-width: 30% !important;
  transition: all 0.4s ease-in-out;
  padding: 15px 0;
  display: block;
  margin: auto;
}
.supplier .item img:hover {
  transform: scale(1.15);
}

@media (max-width: 992px) {
  .supplier {
    background-color: #f2f2f258;
  }
  .supplier .item {
    height: 70px;
    display: flex;
    align-items: center;
  }
  .supplier .item img {
    max-width: 50% !important;
  }
}
