@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-card {
  padding-top: 200px !important;
  padding-block: min(20vh, 2rem);
  width: calc(min(76.5rem, 90%));
  text-align: center;
  margin-inline: auto;
  color: #111;
}

.main-card h2 {
  text-transform: capitalize;
  letter-spacing: 0.025em;
  font-size: clamp(2rem, 1.8125rem + 0.75vw, 2.6rem);
}

.main-card a {
  display: inline-block;
  text-decoration: none;
}

.main-card .container {
  margin-top: 5em;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}

.card:nth-child(1) .box .icon .iconBox {
  background: #012169;
}

.card:nth-child(2) .box .icon .iconBox {
  background: #012169;
}

.card:nth-child(3) .box .icon .iconBox {
  background: #012169;
}

.card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.card ul li {
  text-transform: uppercase;
  background: var(--clr-tag);
  color: #282828;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}

.card ul li.branding {
  color: #7f5d3f;
}

.card ul li.packaging {
  color: #507e7a;
}

.card ul li.marketing {
  color: #9d4f8a;
}

.card .content {
  padding: 0.938rem 0.625rem;
}

.card .content h3 {
  text-transform: capitalize;
  font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
}

.card .content p {
  margin: 0.625rem 0 1.25rem;
  color: #565656;
}

.card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: var(--clr);
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}

.card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}

.card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}

.card-inner .box .icon:hover .iconBox {
  transform: scale(1.1);
}

.card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}

.card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}

.card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  background: #282828;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.card-inner .box .icon .iconBox span {
  color: #fff;
  font-size: 1.5rem;
}

.branding {
  background-color: #012169 !important;
  color: #fff !important;
}
.marketing {
  background-color: #012169 !important;
  color: #fff !important;
}
.packaging {
  background-color: #012169 !important;
  color: #fff !important;
}

/* .invest{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
} */
.invest a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #012169;
  color: #fff;
  background-color: #012169;
}
.invest .text {
  color: #fff;
}
.invest svg path {
  fill: #fff;
}
.text-main {
  color: #012169;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.filter-section {
  width: 90%;
  max-width: 800px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.dropdown {
  flex: 1 1 calc(33% - 10px);
  display: flex;
  flex-direction: column;
}

.dropdown label {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 0.9rem;
}

.dropdown select {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  background-color: #f9f9f9;
  transition: border-color 0.2s;
}

.dropdown select:focus {
  border-color: #007bff;
}

.search-bar {
  flex: 1 1 calc(100% - 10px);
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.search-bar input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 1rem;
}

.search-bar button {
  padding: 10px 15px;
  background-color: #007bff;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.2rem;
}

.search-bar button:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .dropdown {
    flex: 1 1 100%;
  }

  .search-bar {
    flex: 1 1 100%;
  }
}

.just_margine {
  margin-top: 200px;
  margin-bottom: 250px;
}
