@charset "UTF-8";
/*
Theme Name: Boldpixel
Theme URI: https://www.boldpixel.sk
Author: Boldpixel
Author URI: https://www.boldpixel.cz
Description: Boldpixel
Version: 0.1.0
Text Domain: boldpixel
Domain Path: /languages
*/
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --bg-color: #0A211F;
  --offwite-color: #F7F9F2;
  --green-color: #8DFDBA;
  --yellow-color: #D8FF85;
  --border-color: #E6ECD6;
  --page-width: 1760px;
}

body {
  background: var(--offwite-color);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--bg-color);
}

h1 {
  font-size: 4em;
  color: var(--green-color);
}
h1 .fancy {
  font-size: 1.1em;
}
@media (max-width: 768px) {
  h1 {
    font-size: 3em;
  }
}

h3 {
  padding-bottom: 1em;
  font-size: 2.5em;
}
h3 .fancy {
  font-size: 1.1em;
}

h4 {
  padding-bottom: 1em;
  font-size: 1.5em;
}
h4 .fancy {
  font-size: 1.1em;
}

.fancy {
  font-family: "Instrument Serif", serif;
}

.logo {
  background: url(assets/images/logo-light.svg);
  width: 140px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-template-default .navbar-wrapper {
  background: var(--offwite-color);
}
.page-template-default .navbar-wrapper.scrolled {
  background: var(--offwite-color);
}
.page-template-default .navbar-wrapper a {
  color: var(--bg-color);
  text-decoration: none !important;
}
.page-template-default .navbar-wrapper .navbar-toggler {
  filter: invert(1);
}
.page-template-default .navbar-wrapper .navbar-nav {
  background: var(--offwite-color);
}
.page-template-default .navbar-wrapper .navbar-nav a {
  color: var(--bg-color);
  text-decoration: none !important;
}
.page-template-default .breadcrumbs {
  padding-bottom: 1em;
}
.page-template-default .logo {
  background: url(assets/images/logo-dark.svg);
  width: 140px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #0A211F 0%, rgba(10, 33, 31, 0) 100%);
  z-index: 999;
  transition: 0.2s;
}
.navbar-wrapper.scrolled {
  background: var(--bg-color);
}
.navbar-wrapper .navbar {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 1em;
  display: flex;
  justify-content: space-between;
}
.navbar-wrapper .navbar .collapse {
  justify-content: flex-end !important;
}
.navbar-wrapper .navbar .collapse ul {
  display: flex;
  gap: 1em;
}
.navbar-wrapper .navbar .collapse ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.navbar-wrapper .navbar .collapse ul li a::before {
  content: "•";
  font-size: 0.7em;
  transition: 0.2s;
  transform: translate(-5px);
  opacity: 0;
}
.navbar-wrapper .navbar .collapse ul li a:hover::before {
  transform: translate(0);
  opacity: 1;
}
.navbar-wrapper .navbar a {
  color: var(--offwite-color);
}
.navbar-wrapper .navbar .navbar-toggler {
  position: absolute;
  right: 1em;
  top: 1em;
  background: url(assets/images/icon-burger.svg);
  width: 32px;
  height: 32px;
  background-size: cover;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-wrapper .navbar .navbar-toggler span {
  display: none;
}
@media (max-width: 768px) {
  .navbar-wrapper .navbar-nav {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 1em 0.4em;
    background: var(--bg-color);
    z-index: 998;
  }
}

.btn {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 1em 2em;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.btn.primary {
  background: var(--yellow-color);
  color: var(--bg-color);
}
.btn.ghost {
  background: transparent;
  border: 1px solid var(--bg-color);
  color: var(--bg-color);
}
.btn.ghost.dark {
  border: 1px solid var(--yellow-color);
  color: var(--yellow-color);
}
.btn span {
  transition: 0.2s;
  transform: translate(0, 0);
}
.btn span.hover-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 100%;
}
.btn:hover span {
  transform: translate(0, -200%);
}
.btn:hover span.hover-text {
  transform: translate(-50%, -65%);
}

.hero-wrapper {
  background: var(--bg-color);
}
.hero-wrapper .hero {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  max-width: var(--page-width);
  margin: 0 auto;
  color: var(--offwite-color);
  overflow: hidden;
}
.hero-wrapper .hero .text {
  max-width: 740px;
  padding: 6em 1em 3em 1em;
}
.hero-wrapper .hero .text h2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
  max-width: 460px;
}
.hero-wrapper .hero .text .buttony {
  padding-top: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
}
.hero-wrapper .hero .hero-marquees {
  display: flex;
  gap: 1rem;
}
.hero-wrapper .hero .hero-marquees--desktop {
  height: 900px;
  align-items: stretch;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, white 20%, white 70%, transparent 100%);
          mask-image: linear-gradient(to top, transparent 0%, white 20%, white 70%, transparent 100%);
}
.hero-wrapper .hero .hero-marquees--mobile {
  display: none;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, white 50%);
          mask-image: linear-gradient(to top, transparent 0%, white 50%);
}
.hero-wrapper .hero .hero-swiper {
  width: 250px;
  overflow: hidden;
}
.hero-wrapper .hero .hero-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.hero-wrapper .hero .hero-swiper .swiper-slide {
  width: 250px;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-wrapper .hero .hero-swiper .ref {
  width: 250px;
  height: 375px;
  border-radius: 1em;
  overflow: hidden;
  background: #111;
}
.hero-wrapper .hero .hero-swiper .ref img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .hero-wrapper .hero {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-wrapper .hero .buttony {
    flex-direction: column;
  }
  .hero-wrapper .hero .buttony .btn {
    width: 100%;
  }
  .hero-wrapper .hero .hero-marquees--desktop {
    display: none;
  }
  .hero-wrapper .hero .hero-marquees--mobile {
    display: flex;
  }
  .hero-wrapper .hero .hero-swiper {
    width: 100%;
  }
  .hero-wrapper .hero .hero-swiper .swiper-slide {
    border-radius: 1em;
    overflow: hidden;
    width: 150px;
    height: 225px;
  }
}

.section-wrapper .section {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 5em 1em;
}
.section-wrapper .section h3 {
  max-width: 760px;
}
.section-wrapper .section-header {
  background: var(--bg-color);
}
.section-wrapper .section-header .content {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 8em 1em 6em 1em;
  color: var(--offwite-color);
}
.section-wrapper .section-header .content h1 {
  font-size: 3em;
}
@media (max-width: 768px) {
  .section-wrapper .section-header .content h1 {
    font-size: 2.5em;
  }
}
.section-wrapper .section-header .content .reference-archive__term {
  font-size: 1em;
  border: 1px solid var(--green-color);
  padding: 0.3em 1em;
  border-radius: 100px;
  margin-bottom: 0.5em;
  display: inline-block;
}
.section-wrapper .section-header .content .reference-archive__categories {
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}
.section-wrapper .section-header .content .reference-archive__category {
  color: var(--offwite-color);
  text-decoration: none;
}
.section-wrapper .section-header .content .reference-archive__category:hover {
  color: var(--yellow-color);
}
.section-wrapper .minus-margin {
  margin-top: -150px;
}

.about .section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .about .section {
    grid-template-columns: 1fr;
  }
}

.skills {
  background: var(--bg-color);
}
.skills .section {
  padding-bottom: 0;
}
.skills .section h3 {
  color: var(--offwite-color);
}
.skills .skills-swiper {
  padding-bottom: 4em;
}
.skills .skills-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.skills .skills-swiper .swiper-slide {
  width: 400px;
  height: 600px;
  border-radius: 1em;
  display: flex;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  background: var(--offwite-color);
  overflow: hidden;
  position: relative;
}
.skills .skills-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 50%;
}
.skills .skills-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.skills .skills-swiper .swiper-slide h4 {
  font-size: 2em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1em;
  color: var(--offwite-color);
}
@media (max-width: 768px) {
  .skills .skills-swiper .swiper-slide {
    width: 200px;
    height: 300px;
  }
  .skills .skills-swiper .swiper-slide h4 {
    font-size: 1.5em;
  }
}
.skills .skills-swiper .swiper-slide span {
  display: block;
  width: 100%;
}

.reference-grid__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  grid-auto-rows: 360px;
}
.reference-grid__items .reference-card {
  text-decoration: none;
  color: var(--bg-color);
  display: block;
  border-radius: 1em;
  overflow: hidden;
}
.reference-grid__items .reference-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.reference-grid__items .reference-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.reference-grid__items .reference-card:nth-child(3) {
  grid-column: 3;
  grid-row: 1/span 2;
}
.reference-grid__items .reference-card:nth-child(4) {
  grid-column: 1/span 2;
  grid-row: 2;
}
.reference-grid__items .reference-card:nth-child(n+5) {
  grid-row: auto;
}
.reference-grid__items .reference-card__inner {
  position: relative;
  overflow: hidden;
  border-radius: 1em;
  display: block;
}
.reference-grid__items .reference-card__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  padding: 1em;
  color: var(--offwite-color);
  display: block;
}
.reference-grid__items .reference-card__content span {
  display: block;
  font-weight: 400;
}
.reference-grid__items .reference-card__title {
  padding: 0.3em 0 0 0;
  margin-bottom: 0.1em;
  font-weight: 500;
  font-size: 2em;
  position: relative;
  z-index: 1;
  width: 100%;
}
.reference-grid__items .reference-card__categories {
  font-size: 0.9em;
  margin-bottom: -35px;
  display: block;
  transition: 0.2s;
  position: relative;
  z-index: 1;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .reference-grid__items .reference-card__categories {
    margin-bottom: 0;
    width: 100%;
    display: block;
  }
}
.reference-grid__items .reference-card__image {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1em;
}
.reference-grid__items .reference-card__image .ref-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
}
.reference-grid__items .reference-card__image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.reference-grid__items .reference-card:hover .ref-img {
  transform: scale(1.02);
}
.reference-grid__items .reference-card:hover .reference-card__categories {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .reference-grid__items {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .reference-grid__items .reference-card {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

#faq {
  max-width: 860px;
  margin: 0 auto;
}
#faq details {
  padding: 1em 0;
  border-bottom: 1px solid var(--border-color);
}
#faq details:nth-last-child(1) {
  border-bottom: none;
}
#faq details .q {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
#faq details .q::after {
  content: "";
  background: url(assets/images/icon-plus.svg);
  height: 24px;
  width: 24px;
  background-size: cover;
  transition: 0.2s;
}
#faq details[open] .q::after {
  transform: rotate(45deg);
}

.footer-wrapper {
  padding: 1em;
  background-color: var(--bg-color);
  min-height: 250px;
  position: relative;
  color: var(--offwite-color);
}
.footer-wrapper footer {
  max-width: 1260px;
  margin: 0 auto;
}
.footer-wrapper footer * {
  position: relative;
  z-index: 2;
}
.footer-wrapper footer .text {
  padding-top: 5em;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-wrapper footer .text h3 {
  font-size: 4em;
}
@media (max-width: 768px) {
  .footer-wrapper footer .text h3 {
    font-size: 3em;
  }
}
.footer-wrapper footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(assets/images/footer-bg.jpg);
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to top, transparent 20%, white 100%);
          mask-image: linear-gradient(to top, transparent 20%, white 100%);
}
.footer-wrapper footer .footer-nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 4em;
  gap: 2em;
}
@media (max-width: 768px) {
  .footer-wrapper footer .footer-nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-wrapper footer .footer-nav-wrapper .nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-wrapper footer .footer-nav-wrapper .nav h4 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wrapper footer .footer-nav-wrapper .nav ul li a {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.2s;
  color: var(--offwite-color);
  font-weight: 300;
  font-size: 0.9em;
}
.footer-wrapper footer .footer-nav-wrapper .nav ul li a:hover {
  opacity: 1;
}
.footer-wrapper footer .copyright-footer {
  padding-top: 3em;
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-wrapper footer .copyright-footer p {
  margin: 0;
}
.footer-wrapper footer .copyright-footer a {
  color: var(--offwite-color);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5em;
}
.breadcrumbs.dark {
  color: var(--offwite-color);
}
.breadcrumbs.dark a {
  color: var(--offwite-color);
  transition: 0.2s;
  text-decoration: none;
}
.breadcrumbs.dark a:hover {
  color: var(--green-color);
}
.breadcrumbs.dark span {
  color: var(--offwite-color);
}

.single-reference-wrapper .single-reference {
  padding: 1em;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: -3em;
}
.single-reference-wrapper .single-reference__header {
  background: var(--bg-color);
  padding-top: 3em;
}
.single-reference-wrapper .single-reference__header .breadcrumbs {
  padding: 2em 1em 4em 1em;
  max-width: var(--page-width);
  margin: 0 auto;
}
.single-reference-wrapper .single-reference__image {
  border-radius: 1em;
  overflow: hidden;
  position: relative;
}
.single-reference-wrapper .single-reference__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-reference-wrapper .single-reference__title {
  padding-top: 0.5em;
  font-size: 3em;
  margin: 0;
  color: var(--bg-color);
}
.single-reference-wrapper .single-reference__categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 1em 0;
}
.single-reference-wrapper .single-reference__category {
  border: 1px solid var(--bg-color);
  border-radius: 50px;
  padding: 0.3em 0.6em;
  font-size: 0.9em;
  font-weight: 500;
  color: var(--bg-color);
}
.single-reference-wrapper .single-reference__client-link {
  padding-top: 1em;
  padding-bottom: 2em;
  text-decoration: none;
  display: block;
  color: var(--bg-color);
}
.single-reference-wrapper .single-reference .wp-block-image {
  margin-bottom: 0;
  margin: 0 auto;
  text-align: center;
}

input, textarea {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--offwite-color);
  background: none;
  padding: 0.5em;
  width: 100%;
  transform: 0.2s;
}
input:focus, textarea:focus {
  border-bottom: 1px solid var(--offwite-color);
  outline: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--offwite-color);
  opacity: 0.5;
}
input::placeholder, textarea::placeholder {
  color: var(--offwite-color);
  opacity: 0.5;
}
input:-webkit-autofill, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px var(--bg-color) inset;
  -webkit-text-fill-color: var(--offwite-color);
}
input[type=checkbox], textarea[type=checkbox] {
  width: auto;
}

.contact-page {
  background: var(--bg-color);
  padding-top: 5em;
  min-height: 100dvh;
}
.contact-page .contact-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
.contact-page .contact-wrapper .contact-block {
  color: var(--offwite-color);
}
.contact-page .contact-wrapper .contact-block span {
  font-size: 1.1em;
}
.contact-page .contact-wrapper .contact-block a {
  display: block;
  color: var(--yellow-color);
}
.contact-page .contact-wrapper .contact-form {
  border-radius: 1em;
  color: var(--offwite-color);
}
.contact-page .contact-wrapper .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.contact-page .contact-wrapper .contact-form label {
  width: 100%;
}
.contact-page .contact-wrapper .contact-form .wpcf7-acceptance {
  font-size: 0.9em;
}
.contact-page .contact-wrapper .contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  font-weight: 400;
}
.contact-page .contact-wrapper .contact-form .wpcf7-acceptance a {
  color: var(--offwite-color);
}
@media (max-width: 768px) {
  .contact-page .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 4em;
  }
}

a {
  color: var(--bg-color);
  text-decoration: underline;
  font-weight: 600;
}

.single-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 7em 1em 1em 1em;
}
.single-page h1 {
  padding-bottom: 1em;
  color: var(--bg-color);
}

.header-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 24px;
}
/*# sourceMappingURL=style.css.map */