.search-bar {
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  border-radius: 60px;
  border-color: rgba(129, 96, 221);
}

.search-bar input:focus {
  outline: none;
  box-shadow: none;

}

.search-bar input {
  background: none;
  /* background: transparent; */
  flex: 1;
  font-size: small;
  border: 0;
}

.search-bar button {
  border: 0;
  width: 32px;
  height: 32px;
}

/* new articles */
.article-content p {
  line-height: 0;
}

/* why choose ddb */
.slider h1 {
  text-shadow: 2px 2px 8px #e5e5e5;
}

/* why choose ddb */
.shadow-effect {
  padding: 20px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-cards .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}


.icon-circle {

  width: 100px;
  height: 100px;
  background-color: #a6d9ff;
  /* Light blue background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 0;
}


#customers-cards .item {
  text-align: center;
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
  opacity: .5;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-cards .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);

}



#customers-cards.owl-carousel .owl-dots .owl-dot.active span,
#customers-cards.owl-carousel .owl-dots .owl-dot:hover span {
  background: #15B424A3;
  border-radius: 50%;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-cards.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-cards.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-cards.owl-carousel .owl-dots .owl-dot span {
  background: #5BB9FF;
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}






/* Product Detail */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: poppins;
}

.search-bar {
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  border-radius: 60px;
  border-color: rgba(129, 96, 221);
}

.search-bar input:focus {
  outline: none;
  box-shadow: none;

}

.search-bar input {
  /* background: transparent; */
  flex: 1;
  font-size: small;
  border: 0;
}

.search-bar button {
  border: 0;
  width: 32px;
  height: 32px;
}

.pure-slider {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pure-slider .slides {
  overflow: hidden;
  overflow: hidden;
  width: 100%;
  /* height: 534px; */
  /* height: 70vmin; */
  margin: 0;
  padding: 0;
  list-style: none;
}

.pure-slider .slides>li {
  width: 100%;
  /* height: 534px; */
  /* height: 70vmin; */
  /* position: absolute; */
  z-index: 1;
  overflow: hidden;
}

.pure-slider .slides>li>img {
  width: 80%;
  display: flex;
  margin: auto;
}

/*
.pure-slider .slides > li:first-child:not(:target) {
	z-index: 1;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
*/
.pure-slider .thumbnails {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pure-slider .thumbnails>li {
  float: left;
  width: 10%;
}

.pure-slider .thumbnails>li>a {
  display: block;
}

.pure-slider .thumbnails>li>a>img {
  width: 100%;
  height: auto;
}


.pop-cat-hp-wrapper{
  width: 85%;
  margin: auto;
}

.pop-cat-hp {
  display: grid;
  grid-template-columns: repeat(auto-fit, 285px);
  gap: 40px;
  /* justify-content: center; */
  justify-items: center;
}

@media (max-width: 1199px) { /* Below XL breakpoint */
  .article-container {
      max-width: 1100px;
  }
}

.home-heading{
  font-size: 22px;
}

.cart-row{
  line-height: 4.3;
}

/* @media only screen and (max-width: 694px) {
  .pop-cat-hp-wrapper{
    width: 95%;
    margin: auto;
  }

  .pop-cat-hp{
    display: grid;
    gap: 40px;
    padding: 6px;
    justify-content: center;
  }
} */



/* .pure-slider .slides li:target {
  z-index: 3;
  -webkit-animation: slide 1s 1;
}

.pure-slider .slides li:not(:target) {
  -webkit-animation: hidden 1s 1;
} */

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes hidden {
  0% {
    z-index: 2;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes hidden {
  0% {
    z-index: 2;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.card-text a:hover {
  color: #3ab561;
}

.recent-tags ul li a {
  color: #3ab561;
}

.recent-tags ul li a:hover {
  color: #fff;
  background-color: #3ab561;
}





@media (max-width: 575px) {
  .card {
    max-width: 100%;
  }
}





@import url('https://fonts.googleapis.com/css?family=Muli|Playfair+Display&display=swap');

.blog_card {
  margin: 50px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1);
  border-radius: .375rem;

  &_image {
    padding: 20px;

    & img {
      margin-top: -60px;
      width: 100%;
      border-radius: 20px;
      transition: .25s ease-in-out;
      box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    }
  }

  &_content {
    padding: 16px;

    & h3 {
      font-size: 24px;
      line-height: 36px;
      color: #303133;
      font-weight: 500;
      margin-bottom: 20px;
      letter-spacing: -0.5;
    }

    & p {
      font-size: 16px;
      color: #777;
      line-height: 36px;
    }

    & a {
      text-decoration: none;

      & h6 {
        font-size: 12px;
        letter-spacing: 1.5px;
        font-weight: 500;
        text-transform: uppercase;
        color: #c8a482;
        margin-bottom: 33px;
      }
    }
  }

  &:hover {
    .blog_card_image {
      & img {
        transform: translatey(-3%);
      }
    }
  }
}


/* nave bar */
  /* Custom styling for nested dropdown */
  .dropdown-menu .dropdown-menu {
    left: 100%;
    margin-left: 0.1rem;
    display: none;
}

.dropdown-menu>li:hover>.dropdown-menu {
    display: block;
}

.dropdown-item:hover {
    background: none;
}

.nav-link {
    color: #fff;
}

.navbar-icons a i {
    color: #fff;
}

.nav-link:hover {
    color: #fff;
}

.nav-item .nav-link.dropdown-toggle:focus,
.nav-item .nav-link.dropdown-toggle:active,
.nav-item .nav-link.dropdown-toggle.show {
    color: white;
    background-color: transparent;
    outline: none;
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: transparent;
    color: black;
    outline: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .offcanvas-body {
        background: linear-gradient(to right, #F0FFF0, #E6F1FA);
    }

    .offcanvas-body ul li a {
        color: #000;
    }

    .offcanvas-body ul li a:hover {
        color: #000;
    }

    .nav-item .nav-link.dropdown-toggle:focus,
    .nav-item .nav-link.dropdown-toggle:active,
    .nav-item .nav-link.dropdown-toggle.show {
        color: #000;
        background-color: transparent;
        outline: none;
    }

}







