@import url("https://fonts.googleapis.com/css2?family=Mina:wght@700&display=swap");

@media only screen and (max-width: 980px) {
  .hero__image__wrapper {
    display: none;
  }
  /* .objects__wrapper {
    margin-top: 40px;
  } */
}

.hero__gradient__1 {
  background: -webkit-linear-gradient(#ff444f, #ff444f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.projects__title {
  font-weight: 700;
  font-family: "Mina", sans-serif;
}

@media only screen and (max-width: 980px) {
  .portfolio-listing-wrap.zig-zag
    > .portfolio-list:nth-child(even)
    .pl-content-wrap
    .pl-content {
    padding-right: 0px;
  }
}

.second__font {
  font-family: "Mina", sans-serif;
}

.icon-box {
  padding: 65px 32px;
  background-color: #f3f3f3;
  /* background-color: #fff; */
  text-align: center;
}
.icon-box img {
  max-width: 64px;
  margin-bottom: 8px;
}
.icon-box h4 {
  font-size: 18px;
  margin: 10px 0 0;
}

.objects__wrapper {
  display: flex;
  justify-content: center;
}

.hero__btn__wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
body,
html {
  overflow-x: clip;
}

.top__note {
  padding: 8px 24px;
  z-index: 10;
  background-color: #ff444f;
  position: sticky;
  top: 0;
  text-align: center;
  color: #fff;
  /* font-family: "Mina", sans-serif; */
  font-size: 14px;
  font-weight: 500;
}
.top__action {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}
.top__action:hover {
  color: #fff;
}
