footer {
  height: auto;
  width: 100%;
  border-top: 2px solid #2f2633;
  background-color: var(--header-bg-transparent);
}

.footer-container {
  width: 100%;
  background-color:;
  padding: 0.5em;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap:;
  padding-left:1rem;
  background-color:;
}

.footer-row-name {
  text-decoration: none;
  letter-spacing:;
  color: white;
  flex-grow: 1;
  flex-shrink: 1;
}

.search-btn-footer {
  display: flex;

  background-color:;
  align-items: center;
  justify-content: center;
  gap:;
}

.textarea {
  width: 12rem;
  height: 1.6rem;
  background-color: #7c8b99;
  margin-right: 2rem;
  border-radius: 0.2rem;
  cursor: pointer;
}

.searchbtn {
  width: 6rem;
  height: 1.6rem;
  background-color: rgb(78, 61, 179);
  border-radius: 0.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow-footer {
  background:;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 1.2rem;
  gap: 0.8rem;
}

.footerlogo img{
  object-fit: cover;
  cursor:pointer;
    width: 1.6rem;
    height: 1.6rem;
}

@media (max-width: 768px) {
  .footer-container {
    padding: 0.2em;
  }

.footer-row {
  padding-left: 0.5rem;
}

  .footer-row-name {
    font-size: 0.4rem;
  }

  .textarea {
    width: 3.5rem;
    height: 0.8rem;
    margin-right: 0.3rem;
    border-radius: 0.1rem;
  }

  .searchbtn {
    width: 1.2rem;
    height: 0.8rem;
    font-size: 0.3rem;
    border-radius: 0.1rem;
   
  }

  .follow-footer {
    padding-right: 0.4rem;
    gap: 0.2rem;
    font-size: 0.4rem;
  }

  .footerlogo img{
    width: 0.5rem;
    height: 0.5rem;
}
}
