#stack {
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: url("../assets/images/flipThumbnail.jpg") top/cover no-repeat;
  padding: 2rem;
}

.thx h1 {
  font-size: 5rem;
  margin: 6px;
}

.stack-content {
  position: relative;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  justify-content: center;
}

.stack-container {
  position: relative;
  display: flex;
  flex-direction: row;
  float: left;
  margin: 0.1rem;
  max-width: 500px;
  border-radius: 12px;
}

.stack-container:hover {
  transition: background-color 0.2s step-end, box-shadow 0.2s ease-in-out;
  background-color: #f2f2f2;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.stack-logo {
  padding: 2rem;
  background-color: transparent;
}

.stack-logo img {
  width: auto;
  height: 120px;
  padding: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.stack-logo img:hover {
  filter: grayscale(0%);
}

.stack-name {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.stack-container:hover .stack-name {
  display: block;
}

.footer-content {
  color: var(--text-color-lght);
  background-color: #2f2f2f;
}

.footer-container {
  margin: 0 auto;
  padding: 25px 5px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: center;
}

.footer-column {
  flex: 0 0 auto;
  max-width: 45%;
}

.footer-column.maven {
  width: max-content;
  padding-right: 30px;
}

.footer-column.maven p {
  max-width: 70%;
}

.footer-column.partnership {
  width: min-content;
  margin: 0;
  padding: 0;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h5.widget-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.footer-widget p {
  font-size: 14px;
  line-height: 1.5;
}

.footer-widget img {
  height: auto;
  width: 100%;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: var(--text-color-lght);
  /* font-size: 14px; */
}
.footer-links a:hover {
  color: var(--sub-color);
}

.footer-copyright p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #777;
  text-align: center;
}
footer .main-footer {
  padding: 20px 0;
  background: var(--text-color-drk);
}
footer ul {
  padding-left: 0;
  list-style: none;
}

.footer-copyright {
  background: #222;
  padding: 5px 0;
}
.footer-copyright .logo {
  display: inherit;
}
.footer-copyright nav {
  float: right;
  margin-top: 5px;
}
.footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-copyright nav ul li {
  border-left: 1px solid #505050;
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}
.footer-copyright nav ul li a {
  color: #969696;
}
.footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

.footer-top {
  background: #252525;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #222;
}

footer.transparent .footer-top,
footer.transparent .main-footer {
  background: transparent;
}
footer.transparent .footer-copyright {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

footer.light .footer-top {
  background: #f9f9f9;
}
footer.light .main-footer {
  background: #f9f9f9;
}
footer.light .footer-copyright {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

.footer- .logo {
  display: inline-block;
}

.widget {
  padding: 20px;
  margin-bottom: 40px;
}
.widget.widget-last {
  margin-bottom: 0px;
}
.widget.no-box {
  padding: 0;
  background-color: transparent;
  margin-bottom: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.widget.subscribe p {
  margin-bottom: 18px;
}

.widget-title {
  margin-bottom: 20px;
}
.widget-title span {
  background: #839fad none repeat scroll 0 0;
  display: block;
  height: 1px;
  margin-top: 25px;
  position: relative;
  width: 20%;
}
.widget-title span::after {
  background: inherit;
  content: "";
  height: inherit;
  position: absolute;
  top: -4px;
  width: 50%;
}
.widget-title.text-center span,
.widget-title.text-center span::after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.widget .badge {
  float: right;
  background: #7f7f7f;
}
a.mail {
  text-decoration: none;
  color: var(--text-color-lght);
}
.footer-widget a {
  text-decoration: none;
  color: var(--text-color-lght);
}

.feedback-content {
  display: flex;
  height: 40px;
  gap: 7px;
}

.feedback-content label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #333;
}

.feedback-content textarea {
  height: auto;
  padding: 10px;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  resize: none;
}

.feedback-content button {
  cursor: pointer;
  background-color: var(--sub-color);
  color: var(--text-color-lght);
}

.feedback-content button:hover {
  background-color: var(--text-color-lght);
  color: var(--text-color-drk);
}

@media only screen and (max-width: 667px) {
  #stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem;
  }

  .thx h1 {
    font-size: 2rem;
    text-align: center;
  }

  .stack-content {
    display: flex;
    justify-content: center;
  }
  .stack-container {
    margin: 0.6rem;
    background-color: #585858c2;
  }

  .stack-logo img {
    height: 70px;
  }
}
@media (max-width: 1200px) {
  .footer-column {
    max-width: 50%;
  }
  .footer-column.partnership .footer-widget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-column.maven {
    width: 90%;
    padding-right: 0px;
    padding-inline: 5px;
  }

  .footer-column.maven p {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .footer-widget img {
    width: 120%;
  }
  .thx h1 {
    font-size: 2rem;
    margin: 6px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-column {
    max-width: 100%;
  }
}
