/* PLACE YOUR CUSTOM STYLES IN THIS FILE */
.nk-portfolio-list .nk-portfolio-item div.nk-portfolio-item-image > div {
    background-size: contain;
    background-repeat: no-repeat;
}

.color-1{
    background-color: #efefef;
}
.color-2{
    background-color: #dfe0e5;
}
.color-3{
    background-color: #e5e4e2;
}
.nk-isotope.nk-isotope-gap .nk-isotope-item {
    border: 1px #ddd solid;
}
.download-btn{
    position: absolute;
    right: 5px;
    top: 40px;
}
.nk-navbar {
    box-shadow: 0 1px 30px rgb(0 0 0 / 8%);
}
.carousel {
    border-bottom: 1px #ddd solid;
}

.home-category {
    padding: 60px 0;
  }

  .collection-btn {
    padding: 0.8rem 2.125rem;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border: 1px solid #f59040;
    border-radius: 30px;
    color: #ffffff !important;
    font-size: 14px;
    margin-bottom: 30px;
    background-color: #f59040;
  }

  .product_caption h2 {
    font-weight: 700;
    font-size: 30px;
    color: #f59040;
  }

  .product_caption {
    position: relative;
    margin-top: 20px;
  }

  .product_caption .like {
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 15px;
    cursor: pointer;
  }

  .collection-btn:hover {
    background-color: #171717;
    color: #ffffff !important;
  }

  .home-category img {
    border: 1px solid #f1f1f1;
  }

  .home-carousel img {
    /* height: 60vh; */
    object-fit: cover;
  }

  .category-pro a {
    text-decoration: none;
  }

  .nk-navbar {
    box-shadow: 0 1px 30px rgb(0 0 0 / 8%);
  }

  .carousel {
    border-bottom: 1px #ddd solid;
  }
  .carousel-control-next, .carousel-control-prev{
    width: 8%;
  }
  .carousel-control-prev-icon{
    background-image: url(../images/arrow-left.png);
  }
  .carousel-control-next-icon{
    background-image: url(../images/arrow-right.png);
  }
  .nk-isotope-filter > li a{
    color: #000000;
  }
  .nk-isotope-filter > li.active a{
    color: #f59040;
    text-decoration: underline;
  }
  .nk-portfolio-single .nk-portfolio-title {
    text-transform: capitalize;
}

  @media(max-width:567px) {
    .home-category .image img {
      width: auto !important;
      display: block;
      margin: 0 auto;
      margin-top: 30px;
    }

    .home-carousel img {
      height: auto !important;
      object-fit: cover;
    }

    .flex-reverse-row {
      flex-direction: column-reverse !important;
    }

    .product_caption {
      text-align: center;
    }

    .product_caption h2 {
      font-size: 24px;
    }
  }