.navbar{
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  #myNav{
    background-color: white;
    box-shadow: 0 3px 5px rgb(236, 234, 234);
  }
  
}
.navbar-scrolled{
  background-color: white;
  box-shadow: 0 3px 5px rgb(236, 234, 234);
}
#auto-typed{
  color:  rgb(255, 42, 0)
}
.container-home {
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;

  .card {
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.5rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
  }

  .card > .row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
  }

  input {
    display: none;
  }

  input:checked + label {
    width: 400px;
  }

  input:checked + label .description {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .card[for="c1"] {
    background-image: url('/img/1.jpeg');
  }
  .card[for="c2"] {
    background-image: url('/img/2.jpeg');
  }
  .card[for="c3"] {
    background-image: url('/img/3.jpeg');
  }
  .card[for="c4"] {
    background-image: url('/img/4.jpeg');
  }
}

.categories{
  a {
    text-decoration: none;
  }
  
  .card-categories-main {
    background-color: transparent;
    border-radius: 1rem;
    min-height: 350px;
    background-size: cover;
    margin-bottom: 1.25rem;
  }

  .card-categories-main:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url(/img/bg-hover-cate-main.png) !important;
  }

  .card-categories, .card-categories-jual,.card-categories-kpr {
    background-color: transparent;
    border-radius: 1rem;
    min-height: 165px;
    background-size: cover;
    margin-bottom: 1.25rem;
  }

  .card-categories:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url(/img/bg-hover-cate.png) !important;
  }

  .card-categories-jual:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url(/img/bg-hover-cate-jual.png) !important;
  }

  .card-categories-kpr:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url(/img/bg-hover-cate-kpr.png) !important;
  }
}




.form-signin .form-floating:focus-within {
  z-index: 2;
}
  
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
  
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

footer {
  background-color: black;
  h3, h5, p{
    color: #ffffff;
  }
  .btn-whatsapp {
    /* background-color: #25d366; */
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    img{
      height: 30px;
    }
  }
  .btn-whatsapp:hover {
    /* background-color:  #dcf8c6; */
    color: #25d366;
  }
  
  .btn-instagram {
    /* background-color: #E1306C; */
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    img{
      height: 30px;
    }
  }
  
  .btn-instagram:hover {
    /* background-color: #ffffff; */
    color: #E1306C;
  }
  
  .btn-gmail {
    /* background-color: #C71610; */
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    img{
      height: 30px;
    }
  }
  
  .btn-gmail:hover {
    color: #C71610;
    /* background-color: #ffffff; */
  }
}



  