@import url("https://fonts.cdnfonts.com/css/rubik-one");
@import url("https://fonts.cdnfonts.com/css/karla");

.content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  gap: 4em;
  color: #fff;
}

/* #region intro_temp */
.intro_temp {
  text-align: left;
  font-family: Rubik One;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro_temp h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: -1px;
}

.intro_temp h1 .name {
  color: #fff;
  font-size: 100px;
  font-weight: 400;
  line-height: 75px;
  letter-spacing: -3px;
}

.intro_temp h2 {
  position: relative;
  top: -40px;
  color: #fff;
  font-family: Karla;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.intro_temp p {
  text-align: left;
  font-family: Karla;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -20px;
  color: #b3b3b3;
}

.contact_temp {
  margin-top: -30px;
}

.contact_temp p {
  text-align: left;
  font-family: Karla;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -20px;
  color: #ffffff;
  transition: 0.6s;
}

.line_temp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}

.line_temp p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
}

.line_temp i {
  font-size: 16px;
  margin-left: 5px;
}

.line_temp p:hover {
  background-color: #5a5a5a7c;
  padding: 5px 10px;
  font-size: 24px;
  transition: 0.6s;
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
}

ul {
  padding-left: 0;
}

/* #region Background */
.background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  z-index: -3;
}

.bg-gradient {
  background: radial-gradient(
    61.06% 61.06%at 50% 38.94%,
    #164360 0,
    #020831 100%
  );
}

.bg-noise {
  background: url(../images/noise.gif);
  opacity: 0.035;
}

.bg-stars,
.bg-stars2 {
  background: url(../images/stars.png);
  z-index: -3;
}

.bg-stars2 {
  transform: scale(-0.8, -0.8);
  filter: opacity(0.5);
}
/* #endregion Background */

/* #region Text */

.button,
.button:hover {
  color: #fff;
  padding: 10px;
  border-bottom: 2px solid transparent;
  transition: 0.6s;
}

.button {
  border-image: linear-gradient(
    0.25turn,
    rgb(255, 255, 255),
    rgba(255, 0, 128, 0)
  );
  border-image-slice: 1;
}

.button:hover {
  border-image: linear-gradient(0.25turn, #fff, rgb(255, 255, 255));
  border-image-slice: 1;
  background-color: rgba(255, 255, 255, 0.157);
}

.button span {
  position: relative;
  left: -10px;
  transition: 0.6s;
}

.button:hover span {
  left: 0;
}

/* #region smartlink */

.smartlink {
  margin-bottom: 2em;
}

.smartlink-column {
  margin-bottom: 0;
}

.smartlink .button {
  display: block;
  text-align: center;
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 630px) {
  .name {
    text-align: center;
    font-size: 55px !important;
  }

  .line_temp {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .line_temp p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -50px;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .content {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .services_temp {
    display: flex;
    justify-content: center;
  }

  .service_temp {
    border-bottom: 0px solid #ddd !important;
  }

  .intro_temp {
    font-family: Rubik One;
    text-align: center;
  }

  .contact_temp {
    margin-top: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.services_temp {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service_temp {
  border-bottom: 1px solid #ddd;
  padding: 0px 30px;
  margin: 10px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}

.service_temp:last-child {
  border-bottom: none;
}

.service_temp h2 {
  color: #ffffff;
  font-family: Rubik One;
  font-size: 30px;
  font-weight: 200;
  margin: -10px 10px;
}

.service_temp h3 {
  color: #d6d6d6;
  font-size: 20px;
  margin: 0 10px;
  text-align: right;
  font-family: Karla;
  font-style: italic;
}

.service_temp ul {
  font-family: Karla;
  font-size: 18px;
  list-style-type: none;
  padding: 5px 100px;
  padding: 0;
}

.service_temp ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.service_temp ul li:last-child {
  border-bottom: none;
}

/* Test filter button */
.portfolio-filter-buttons {
  display: inline-block;
  /* justify-content: center;
  gap: 1em; */

  margin-bottom: 2em;
}

.portfolio-filter-buttons a {
  cursor: pointer;
  display: inline-block;
}

.portfolio-filter-buttons a.active {
  color: #d38d57;
  border-bottom: 2px solid #d38d57;
  padding-bottom: 5px;
  transition: 0.6s;
  border-image: linear-gradient(0.25turn, #fff, rgb(255, 255, 255));
  border-image-slice: 1;
  background-color: rgba(255, 255, 255, 0.157);
}

.portfolio-filter-buttons span {
  left: -10px;
}

.portfolio-filter-buttons .active > span {
  left: 0px !important;
}

.portfolio-card:not([data-categories*="selected-category"]) {
  display: none;
  transition: 1s;
}

.portfolio-card[data-categories*="selected-category"] {
  display: block;
  transition: 1s;
}
