@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

@keyframes animdropdown {
  from {
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.card {
  border-color: #eee;
}

/* header */
.top-header .top-strip {
  background-color: #0d6efd;
  background: linear-gradient(to right, rgb(255, 0, 204), rgb(51, 51, 153));
}
.top-header .top-strip .mega-bundle-title {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.top-header .navbar {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
}
.top-header .navbar .nav-item {
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.top-header .navbar .nav-item .nav-link {
  font-weight: 500;
  color: #4d4d4e;
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 15px;
}
.top-header .navbar .nav-item .nav-link:hover {
  color: #ffffff;
  background-color: #0d6efd;
}
.top-header .navbar .nav-item .dropdown-menu {
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.5rem;
  border: 1px solid #eee;
  animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}
.top-header .navbar .nav-item .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 15px;
  border-radius: 0.5rem;
}

.product-grid .nav-link {
  color: #757575;
  border: 1px solid #eee;
  padding: 0.5rem 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
.product-grid .nav-link:hover {
  color: #0d6efd;
  background-color: rgba(13, 109, 253, 0.12);
}
.product-grid .nav-link.active {
  color: #0d6efd;
  background-color: rgba(13, 109, 253, 0.12);
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #eee;
}

.template-disc {
  font-size: 14px;
  color: #838384;
}

.template-name {
  font-size: 22px;
  color: #212529;
  font-weight: 500;
}

.template-sales {
  font-size: 14px;
  color: #838384;
}

.template-rating {
  font-size: 14px;
}

.template-card {
  background-color: #fff;
  border: 0;
}
.template-card:hover .template-action {
  visibility: visible;
}

.template-action {
  background-color: rgba(0, 0, 0, 0.15);
  transition: 0.2s all;
  visibility: hidden;
}

.footer-section .widget-link a {
  color: #636363;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 0;
}
.footer-section .widget-link a:hover {
  color: #414af8;
}

.footer-widget-9 .social-link a {
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #0d6efd;
  background-color: rgb(255, 255, 255);
  border: 1px solid #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.footer-widget-9 .social-link a:hover {
  color: #ffffff;
  border: 1px solid #0d6efd;
  background-color: #0d6efd;
}

.grd-1 {
  background-image: linear-gradient(rgb(42, 245, 152) 0%, rgb(0, 158, 253) 100%);
}

.grd-2 {
  background: linear-gradient(to right, rgb(238, 9, 121), rgb(255, 106, 0));
}

.grd-3 {
  background: linear-gradient(to right, rgb(255, 0, 204), rgb(51, 51, 153));
}/*# sourceMappingURL=style.css.map */