header {
  background: #00000d !important;
}

.portfolio {
  padding: 120px 0;

  background-image:
    url("/wp-content/themes/grpsoma/assets/img/bg-key.png"),
    url("/wp-content/themes/grpsoma/assets/img/bg-key.png");
  background-size: 400px;
  background-position:
    -5% top,
    105% top;
  background-repeat: no-repeat;
}

.portfolio .inps {
  display: flex;
  align-items: center;

  margin-bottom: 46px;
}

.portfolio select {
  display: flex;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;

  border-radius: 10px;
  border: 1px solid rgba(96, 102, 125, 0.5);
  background: #fff;

  margin-right: 10px;

  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.portfolio .inp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;

  border-radius: 10px;
  border: 1px solid rgba(96, 102, 125, 0.5);
  background: #fff;
}

.portfolio .inp input {
  padding: 13px 24px;
  width: 100%;

  background-color: transparent;
  outline: none;
  border: none;

  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.portfolio .inp svg {
  margin-right: 16px;
}

.portfolio .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;

  cursor: pointer;
  text-decoration: none;
}

.portfolio .item img {
  width: 100%;
  border-radius: 10px;

  margin-bottom: 20px;
}

.portfolio .item h1 {
  color: #212121;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.92px; /* 177.333% */
  margin-bottom: 5px;
  text-decoration: none;
}

.portfolio .item h2 {
  text-decoration: none;
  color: #60667d;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
