* {
  font-family: "Montserrat", sans-serif;
  font-size: calc(16px + (20 - 16) * (100vw - 400px) / (1280 - 400));
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1280px) {
  * {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  * {
    font-size: 16px;
  }
}
body {
  overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #131313;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3d3d3d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8b8b8b;
}
/* .font-test {
  height: 100svh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: black;
  padding: 20% 5%;
}
.font-test p {
  color: white;
  font-weight: normal;
}
.a {
  font-size: 2.5rem;
}
.b {
  font-size: 2rem;
}
.c {
  font-size: 1.8rem;
}
.d {
  font-size: 1.5rem;
}
.e {
  font-size: 1.3rem;
}
.f {
  font-size: 1rem;
}
.g {
  font-size: 0.8rem;
} */
/* 
_
_
_
________________________COMPONENTS____________________________
_
_
_ 
*/
.button--filled {
  font-family: "Montserrat", sans-serif;
  padding: 15px 25px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  border: none;
  background-color: white;
  font-size: 0.8rem;
  margin: 10px 0;
  cursor: pointer;
  pointer-events: none;
}
.button--hollow {
  margin: 10px 0;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
  padding: 15px 25px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(3, 3, 3);
  z-index: 10;
  position: relative;
  cursor: pointer;
}
.button--hollow img {
  width: clamp(20px, 18px + 1vw, 28px);
  margin-left: 15px;
}
section {
  min-height: 650px;
  position: relative;
  width: 100%;
  height: 800px;
  max-height: 100svh;
}

.section__wrapper {
  max-width: 100%;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.line-1 {
  left: 50px;
  top: 65%;
  position: absolute;
  background-color: white;
  width: 1px;
  height: 35%;
  opacity: 0.2;
  z-index: 9;
}
.line-2 {
  left: 50px;
  z-index: 11;
  top: 0;
  position: absolute;
  background-color: white;
  width: 1px;
  height: 100%;
  opacity: 0.2;
}
.line-3 {
  position: absolute;
  width: 1px;
  height: 150px;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.line-4 {
  position: absolute;
  width: 1px;
  height: 150px;
  bottom: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
/* 
_
_
_
________________________HEADER____________________________
_
_
_ 
*/
header {
  z-index: 30;
  position: fixed;
  backdrop-filter: blur(6px);
  /* background-color: rgba(0, 0, 0, 0.75); */
  background-image: linear-gradient(
    0deg,
    hsla(0, 0%, 0%, 0.5) 0%,
    hsla(0, 0%, 0%, 0.7) 20%,
    hsl(0, 0%, 0%) 40%,
    hsl(0deg 0% 0%) 100%
  );
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__wrapper {
  padding: 0px 30px;
  max-width: 100%;
  width: 1500px;
  display: flex;
  flex-direction: column;
}
.header__desktop {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.1rem;
}
.header__desktop__col-1 {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__desktop__col-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
}
.header__desktop__row-1 {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header__languages,
.header__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
}
.header__socials a {
  width: 18px;
  margin-left: 15px;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.header__socials a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.header__socials a img {
  width: 100%;
  pointer-events: none;
}
.header__languages a {
  padding: 0 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s ease-in-out;
}
.header__languages a:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
}
.header__desktop__row-2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__img img {
  width: 100%;
  pointer-events: none;
  cursor: pointer;
  padding-top: 0.4rem;
}
.header__img a {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.header__img a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav button {
  padding: 10px 25px;
  margin: 0;
  font-size: 0.8rem;
}
.nav__ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav__li {
  color: rgba(255, 255, 255, 1);
  padding: 0px 25px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.nav__li a {
  font-size: 0.8rem;
}
.nav__li:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .header__desktop {
    display: none;
  }
}

.header__mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.header__mobile__menu-icon {
  width: clamp(20px, 5vw, 35px);
  height: clamp(20px, 5vw, 35px);
  display: flex;
  position: relative;
  z-index: 20;
}
#menu-open {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("assets/icons/menu.webp");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: all;
  opacity: 1;
  cursor: pointer;
}
#menu-close {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("assets/icons/close.webp");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.header__mobile .header__img {
  width: clamp(140px, 100px + 16vw, 220px);
  z-index: 20;
}
.header__mobile__menu-expanded {
  transition: all 0.1s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.menu-expanded__wrapper {
  width: 80%;
  height: 80%;
  padding-top: 10%;
}
.menu-expanded__content {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  max-height: 500px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.menu-expanded__content .nav__ul {
  flex-direction: column;
  align-items: flex-start;
}
.menu-expanded__content .nav__li {
  padding: 1rem 0;
}
.menu-expanded__content .nav__li a {
  font-size: 1.4rem;
}
.menu-expanded__content a button {
  font-size: 1.4rem;
}
.menu-expanded__content .header__languages a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.1rem;
  padding: 0;
  padding-top: 1.5em;
  padding-right: 1em;
}
.menu-expanded__content .header__socials a {
  width: clamp(20px, 15px + 3vw, 26px);
  margin: 0;
  margin-top: 30px;
  margin-right: 20px;
}
.menu-expanded__content button {
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .header__mobile {
    display: none;
  }
}
/* 
_
_
_
________________________FOOTER____________________________
_
_
_ 
*/
footer {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(3, 3, 3);
  overflow-x: hidden;
}
.footer__wrapper {
  position: relative;
  padding: 0 90px;
  max-width: 100%;
  width: 1200px;
  height: 100%;
}
.footer__container {
  height: 100%;
  padding: 50px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__row-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__row-1__col-1 {
  max-width: 300px;
  padding: 0px 40px;
}
.footer__row-1__col-1 a {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.footer__row-1__col-1 a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.footer__row-1__col-1 img {
  width: 100%;
}
.footer__row-1__col-2 nav {
  padding: 30px 0;
}
.footer__row-1__col-2 nav a {
  font-size: 0.9rem;
}
.footer__row-2__col-3 {
  padding: 1rem 0;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 0;
  }
  .footer__wrapper {
    border: none;
    padding: 0;
  }
  .footer__row-1__col-2 .nav__ul {
    flex-direction: column;
  }
  .footer__row-3 {
    flex-direction: column;
  }
  .footer__row-1__col-2 .nav__li {
    padding: 10px 0;
  }
  .footer__row-1 {
    flex-direction: column;
  }
  .footer__row-2 {
    flex-direction: column;
  }
  .footer__row-2__col-2 {
    padding-top: 20px;
  }
  .footer__row-1__col-2 nav a {
    font-size: 1.1rem;
  }
}
.footer__row-2 {
  position: relative;
  padding: 0px 30px;
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__row-2__col-1 .header__socials a {
  width: clamp(18px, 10px + 2vw, 25px);
}
.line-divider {
  margin: 20px 0;
  width: 200vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.footer__wrapper span {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  text-align: center;
}
.footer__row-3 {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__row-3 a {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  font-size: 0.8rem;
  text-decoration-thickness: 0.1px;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  padding-left: 12px;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.footer__row-3 a:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}
.footer__row-4 {
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__row-4 a {
  width: 170px;
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.footer__row-4 a img {
  width: 100%;
}
.footer__row-4 a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
/* 
_
_
_
________________________BANNER____________________________
_
_
_ 
*/

.banner {
  min-height: 650px;
  position: relative;
  width: 100%;
  height: 800px;
  max-height: 100svh;
  background-color: rgb(3, 3, 3);
  background-image: url("assets/img/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65% 100%;
}
.banner__col {
  position: relative;
  max-width: 600px;
  height: 100%;
  display: flex;
  padding-bottom: 13rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .banner__col {
    padding-bottom: 5rem;
  }
}
.banner__col h1 {
  font-size: 2.3rem;
  color: white;
  line-height: 2.4rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
.banner__col p {
  font-size: 1rem;
  font-weight: 200;
  color: white;
  padding: 1.2em 0;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
@media screen and (max-width: 736px) {
  .banner__col h1 {
    max-width: 70%;
  }
  .banner__col p {
    max-width: 75%;
  }
}
.following-background {
  position: fixed;
  width: 100%;
  height: 100lvh;
  background-color: rgb(19, 19, 19);
}
.following-background__img {
  width: 100%;
  height: 100%;
  background-image: url("assets/img/following-image.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 0%;
  opacity: 0.13;
}

@media screen and (max-width: 1023px) {
  .line-1 {
    display: none;
  }
  .line-2 {
    display: none;
  }
  .line-3 {
    display: none;
  }
  .line-4 {
    display: none;
  }
  .line-5 {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .banner__socials,
  .banner__languages {
    display: none;
  }
}
/* 
_
_
_
________________________IAM____________________________
_
_
_ 
*/
.iam {
  position: relative;
  z-index: 10;
  max-height: 80svh;
}
.iam__container {
  position: relative;
  height: 100%;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iam__row {
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.iam__row__circle {
  background-color: rgb(19, 19, 19);
  position: relative;
  display: flex;
  z-index: 12;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border: 1px;
  border-color: rgb(255, 255, 255, 0.3);
  border-style: solid;
  border-radius: 50%;
}
.iam__row__circle img {
  width: 50%;
}
.scaled-up {
  transform: scale(1.3);
}
.iam__row__bar {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.iam__row__bar h2 {
  color: white;
  font-size: 1rem;
  font-weight: 200;
  padding-left: 10px;
}
@media screen and (min-width: 1024px) {
  .row--indent {
    margin-left: 70px;
  }
  .iam__row__bar {
    margin-right: 20px;
    height: 50%;
    transform: translateX(-7px);
  }
  .iam__row__bar h2 {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .iam__row__circle {
    height: 70px;
    width: 70px;
    min-width: 70px;
  }
  .iam__row {
    padding-left: 0;
  }
}

.iam__row__bar a {
  font-weight: 200;
  font-size: inherit;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.03rem;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}

/* 
_
_
_
________________________BIO____________________________
_
_
_ 
*/
.bio {
  background-color: rgb(3, 3, 3);
}
.bio__col {
  position: relative;
  height: 100%;
  padding: 3rem 0;
  overflow-y: hidden;
}
.bio__container {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/lines-decor.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px;
}
.bio__content {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(3, 3, 3, 0.9);
}
.bio__content__menu {
  display: flex;
  height: 100%;
  width: 30%;
  border-top: 1px solid rgb(255, 255, 255, 0.3);
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
  border-right: 1px solid rgb(255, 255, 255, 0.3);
  padding-left: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.bio__content__menu ul {
  display: flex;
  flex-direction: column;
}
.bio__content__menu ul button {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.bio__content__menu ul button:hover {
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s ease-in-out;
}
.bio__content__menu ul li {
  padding: 0.4em 0px;
  width: 100%;
  position: relative;
}
.bio__content__menu ul li button {
  padding-right: 25px;
}
.bio__content__menu ul li span {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0%;
  width: 20px;
  height: 1px;
  background-color: rgb(255, 255, 255, 0.5);
}
.--highlighted {
  color: white !important;
  font-weight: 600;
}
.bio__content__viewport {
  padding: 40px;
  width: 70%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.bio__separator {
  position: relative;
  margin: 1rem 0;
  width: 100px;
  padding-bottom: 2px;
  background-color: rgb(255, 255, 255, 0.5);
}
.bio__content__viewport h3 {
  font-size: 1.8rem;
  color: white;
}
.bio__content__viewport p {
  font-size: 0.9rem;
  color: white;
  padding-bottom: 1rem;
  font-weight: 200;
  text-indent: 1rem;
}
.--hidden {
  display: none !important;
}
tr {
  color: white;
}
table {
  width: 100%;
  height: auto;
}
td {
  padding-bottom: 1em;
  vertical-align: top;
  padding-right: 0.8rem;
  font-size: 1rem;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .bio .section__wrapper {
    padding: 0;
  }
  .bio__content {
    flex-direction: column;
  }
  .bio__container {
    padding: 15px;
  }
  .bio__content__menu {
    width: 100%;
    min-height: 50px;
    height: 50px;
    padding: 1em;
    overflow-x: scroll;
    overflow-y: hidden;
    border-top: none;
    border-right: none;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    scroll-snap-type: x mandatory;
  }
  .bio__content__menu ul {
    flex-direction: row;
  }
  .bio__content__menu ul li {
    scroll-snap-align: start;
  }
  .bio__content__menu ul li button {
    white-space: nowrap;
    padding: 0 0.5rem;
  }
  .bio__content__menu ul li span {
    display: none;
  }
  .bio__content__menu::-webkit-scrollbar {
    display: none;
  }
  .bio__content__viewport {
    padding: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .bio {
    padding: 0;
  }
}
/* 
_
_
_
________________________BIO____________________________
_
_
_ 
*/
.projects {
  min-height: 800px;
  max-height: none;
  height: auto;
}
.projects__container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 50px;
}
.projects__col {
  height: 100%;
  padding: 2rem 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1024px) {
  .slide-content {
    cursor: pointer;
    pointer-events: click;
  }
}
.projects__header {
  height: 20%;
  padding: 2rem;
}
.projects__header p {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
}
.projects__header h2 {
  color: #fff;
  font-size: 1.8rem;
  padding: 0.4rem 0;
  font-weight: 400;
}
.swiper {
  position: relative;
  display: flex;
  height: 80%;
  max-height: 80dvh;
  width: 700px;
  max-width: 100%;
  margin: 0.7rem 0;
  pointer-events: none;
  min-height: 400px;
}
.slide-content {
  position: relative;
  width: 700px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 100%;
  padding-bottom: 10px;
  pointer-events: click;
}
.slide-content__col-1 {
  z-index: 9;
  margin-right: -60%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  pointer-events: none;
}
.slide-content__col-1 img {
  position: relative;
  object-fit: cover;
  object-position: center right;
  height: 90%;
  width: 90%;
  z-index: 20;
  pointer-events: none;
  padding-left: clamp(5px, -10px + 5vw, 50px);
}
.slide-content__col-2 {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 90%;
  display: block;
  pointer-events: none;
}
.slide-content__heading,
.slide-content__description {
  height: 50%;
  display: flex;
  padding: 0 0.8rem;
}
.slide-content__heading {
  align-items: flex-end;
  padding-bottom: 0.3rem;
}
.slide-content__description {
  align-items: flex-start;
  padding-top: 0.3rem;
}
.slide-content__heading h3 {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 0px;
  pointer-events: none;
  white-space: nowrap;
  text-align: end;
  width: 100%;
}
.slide-content__description p {
  color: #fff;
  font-weight: 200;
  font-size: 0.9rem;
  padding: 0px;
  pointer-events: none;
  text-align: end;
  width: 100%;
}
.slide-content__separator {
  position: absolute;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .projects__container {
    padding: 0;
  }
  .projects .section__wrapper {
    padding: 0;
  }
  .projects__col {
    border: none;
  }
  .slide-content__col-1 {
    margin-right: -50%;
  }
}
@media screen and (min-width: 1024px) {
  .swiper {
    pointer-events: all;
  }
  .slide__content {
    pointer-events: all;
  }
}

/* 
_
_
_
________________________KONTAKT____________________________
_
_
_ 
*/
.kontakt {
  background-color: rgb(3, 3, 3);
}
.kontakt__col {
  position: relative;
  height: 100%;
  padding: 3rem 0;
  overflow-y: hidden;
}
.kontakt__container {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("assets/img/lines-decor.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px;
}
.kontakt__content {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(3, 3, 3, 0.9);
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 80%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #00000000;
  padding: 0.4rem;
  margin: 10px 0;
  color: white;
}

form input[type="text"]:hover,
form input[type="email"]:hover,
form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

form button[type="submit"] {
  cursor: pointer;
  width: 60%;
  margin: 20px 0;
  background: rgb(255, 255, 255);
}

form button[type="submit"]:hover {
  background: rgb(255, 255, 255);
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

form input:focus,
form textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
.kontakt__content__download {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 40%;
  border-top: 1px solid rgb(255, 255, 255, 0.3);
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
  border-right: 1px solid rgb(255, 255, 255, 0.3);
  padding-left: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.kontakt__content__download h3 {
  font-size: 1.3rem;
  padding-bottom: 1rem;
  color: white;
}

.kontakt__content__form {
  padding: 1.5rem;
  width: 60%;
  display: flex;
  flex-direction: column;
}
.kontakt__separator {
  position: relative;
  margin: 1rem 0;
  width: 100px;
  padding-bottom: 2px;
  background-color: rgb(255, 255, 255, 0.5);
}
.kontakt__content__form h3 {
  font-size: 1.8rem;
  color: white;
}
.kontakt__content__form p {
  font-size: 1rem;
  color: white;
  padding-bottom: 15px;
  font-weight: 200;
}
.kontakt__header-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kontakt__container {
    padding: 50px 25px;
  }
  .kontakt__content {
    flex-direction: column;
  }
  .kontakt__content__download {
    width: 100%;
    border: none;
    padding: 2em;
  }
  .kontakt__content__form {
    padding: 15px;
    width: 100%;
  }
  form input[type="text"],
  form input[type="email"],
  form textarea {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .kontakt__content__download {
    padding: 1rem;
    border-top: none;
    border-bottom: none;
  }
  .kontakt {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .kontakt {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .kontakt .section__wrapper {
    padding: 0;
  }
  .kontakt__content {
    flex-direction: column;
  }
  .kontakt__container {
    padding: 15px;
  }
}

.projects-page {
  max-height: none;
  height: auto;
  background-image: linear-gradient(
    to bottom,
    #030303,
    #060606,
    #090909,
    #0c0c0c,
    #0f0f0f,
    #0f0f0f,
    #0f0f0f,
    #0f0f0f,
    #0c0c0c,
    #090909,
    #060606,
    #030303
  );
}
.projects-page__container {
  width: 100%;
  height: 100%;
  padding: 6rem 0;
}
.projects-page .section__wrapper {
  padding: 0;
}
.projects-page__header {
  padding: 3rem;
}
.projects-page__header h1 {
  color: white;
  font-size: 1.8rem;
  padding: 0.8rem 0;
}
.projects-page__header p {
  color: white;
  font-size: 1.1rem;
  font-weight: 200;
}
.projects-page .swiper-slide {
  padding: 0.4rem 0;
}
@media screen and (min-width: 1024px) {
  .projects-page .section__wrapper {
    padding: 0 90px;
  }
  .projects-page__container {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.gallery {
  max-height: none;
  height: auto;
  background-image: linear-gradient(
    to bottom,
    #030303,
    #060606,
    #090909,
    #0c0c0c,
    #0f0f0f,
    #0f0f0f,
    #0f0f0f,
    #0f0f0f,
    #0c0c0c,
    #090909,
    #060606,
    #030303
  );
}
.gallery .section__wrapper {
  padding: 0;
}
.gallery__container {
  width: 100%;
  height: 100%;
  padding: 6rem 0;
}
.gallery__header {
  padding: 3rem;
}
.gallery__header h1 {
  color: white;
  font-size: 1.8rem;
}
.gallery__content {
  column-count: 4;
  --webkit-column-count: 4;
  --moz-column-count: 4;
  gap: 0.25rem;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .gallery .section__wrapper {
    padding: 0 90px;
  }
  .gallery__container {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.image {
  position: relative;
}
.image img {
  height: auto;
  width: 100%;
}
.gallery__hovered {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
  pointer-events: all;
  cursor: pointer;
}
.gallery__hovered:hover {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.gallery__hovered img {
  width: 1.3rem;
}
.image span {
  display: none;
}

/* Responsive-ness for different screen-sizes */
@media screen and (max-width: 810px) {
  .gallery__content {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}
@media screen and (min-width: 601px) {
  .project-page .gallery__content {
    column-count: 3;
    --webkit-column-count: 3;
    --moz-column-count: 3;
  }
}
@media screen and (max-width: 600px) {
  .gallery__content {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
  .project-page .gallery__content {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
  }
}

@media screen and (max-width: 400px) {
  .gallery__content {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
  .project-page .gallery__content {
    column-count: 1;
    --webkit-column-count: 1;
    --moz-column-count: 1;
  }
}
.popup {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 0;
  display: none;
  transition: all 250ms ease-in-out;
  top: 0;
  opacity: 0;
}
.popup__wrapper {
  position: relative;
  padding: 1.5vh 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popup__image__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 80%;
  width: 100%;
}
.popup__image {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-prev,
.popup-next {
  min-width: 1rem;
  width: 1rem;
  margin: 0 0.9rem;
  pointer-events: all;
  cursor: pointer;
}
.popup-prev img,
.popup-next img {
  width: 100%;
}
.popup__image img {
  width: auto;
}
.popup__closebar {
  width: 100%;
  display: flex;
  height: 10%;
  position: absolute;
  top: 10vh;
  justify-content: flex-end;
  padding-right: 1rem;
}
.popup__closebar img {
  width: 1.3rem;
  height: 1.3rem;
  pointer-events: all;
  cursor: pointer;
}
.popup p {
  padding-top: 1rem;
  color: white;
  height: 10%;
  font-size: 1.2rem;
  font-weight: 200;
  text-align: center;
}

.project-page {
  background-image: linear-gradient(
    to bottom,
    #030303,
    #060606,
    #090909,
    #0c0c0c,
    #0f0f0f,
    #0f0f0f,
    #0f0f0f,
    #0f0f0f,
    #0c0c0c,
    #090909,
    #060606,
    #030303
  );
  height: auto;
  max-height: none;
}
.project-page .section__wrapper {
  padding: 0;
}
.project-page__container {
  width: 100%;
  height: 100%;
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
}
.project-page__container .gallery {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .project-page .section__wrapper {
    padding: 0 90px;
  }
  .project-page__container {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.project-page__description {
  color: white;
  font-weight: 500;
  height: auto;
  padding: 1rem;
  width: 100%;
}
.project-page__header {
  text-align: center;
}
.project-page__header h1 {
  font-weight: 500;
  font-size: 3em;
}
.project-page__header h2 {
  font-weight: 200;
  font-size: 1.1rem;
}
.project-page__header h3 {
  padding-top: 1rem;
  font-weight: 200;
  font-size: 1rem;
  font-style: italic;
}
.project-page__header .divider {
  margin: 15px auto;
  width: 30%;
  height: 1px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.project-page__details {
  width: 100%;
  display: flex;
}
.project-page__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.project-page__info__row1 {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.project-page__info__col1 {
  margin-right: 2rem;
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .project-page__info__col1 {
    margin-right: 0;
    width: 100%;
  }
}
.project-page__poster {
  width: 35%;
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (max-width: 1024px) {
  .project-page__poster {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .project-page__poster {
    width: 90%;
    margin: 0 auto;
  }
}
.project-page__poster img {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.project-page__description b {
  font-weight: 100;
}
.project-page__description div {
  padding: 1rem 0;
}
.project-page__info h2 {
  font-size: 1.3em;
  padding: 0.7rem 0;
}
.project-page__info .first-row {
  border: none;
}
.project-page__info td {
  padding: 0.5rem 0.5rem;
  font-size: 0.9rem;
}
.project-page__info td {
  width: 50%;
}
.project-page__info td:nth-child(even) {
  font-weight: 500;
  border-left: 1px dashed rgb(255, 255, 255, 0.3);
}
.project-page__description h2 b {
  font-size: 0.9em;
}
.project-page__description h3 {
  font-size: 1.1em;
  padding-bottom: 0.7rem;
  line-height: 1.7rem;
}
.project-page__info table {
  margin-bottom: 2rem;
}
.project-page__description p {
  font-size: 1.1em;
  line-height: 1.5rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .project-page__info__row1 {
    flex-direction: column-reverse;
  }
  .project-page__container .gallery {
    width: 100%;
  }
  .project-page__description {
    width: 100%;
  }
}

.terms-of-use {
  max-height: none;
  height: auto;
  background-image: linear-gradient(
    to bottom,
    #030303,
    #060606,
    #090909,
    #0c0c0c,
    #0f0f0f,
    #0f0f0f,
    #0f0f0f,
    #0f0f0f,
    #0c0c0c,
    #090909,
    #060606,
    #030303
  );
}
.terms-of-use .section__wrapper {
  padding: 0;
}
.terms-of-use__container {
  width: 100%;
  height: 100%;
  padding: 6rem 2rem;
  color: white;
}
@media screen and (min-width: 1024px) {
  .terms-of-use .section__wrapper {
    padding: 0 90px;
  }
  .terms-of-use__container {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.terms-of-use h1 {
  padding: 1rem 0;
  font-size: 1.7rem;
  font-weight: 600;
}
.terms-of-use h2 {
  padding: 0.8rem 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.terms-of-use p {
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4rem;
}
.terms-of-use a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.terms-of-use li {
  padding: 0.1rem 0;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.4rem;
}
/* --- CSS Test za omogućavanje klika na dugme Pošalji --- */
/* Dodajte ovo na KRAJ vašeg glavnog CSS fajla */

#contact-submit {
  pointer-events: auto !important; /* Forsira omogućavanje klikova */
  position: relative; /* Osigurava da z-index radi */
  z-index: 9999 !important; /* Pokušava da ga dovede iznad svega */
  opacity: 1 !important; /* Osigurava da je potpuno vidljivo */
  visibility: visible !important; /* Osigurava da je vidljivo */
}

/* Opciono: Proverite da li cela forma blokira događaje */
/* Možete probati da otkomentarišete (obrišete /* i */) sledeća 3 reda ako gornje ne radi */
/*
section.kontakt form {
  pointer-events: auto !important;
}
*/
/* --- Kraj CSS Testa --- */

/* Stilizovanje aktivnog jezika u headeru i footeru */
.header__languages a.active,
.header__languages span.active { /* Dodato i za span ako koristite za trenutni */
  font-weight: bold; /* Na primer, podebljana slova */
  /* Mozete dodati i druge stilove, npr: */
  /* cursor: default; */
  /* font-size: 1.1em; */ /* Pazite na raspored */
  /* color: #nekaBoja; */
}

/*
_
_
________________________PRODAVNICA - FINALNA VERZIJA_______________________
_
_
*/

/* Nasleđuje stilove od .projects-page koje već imaš, dodajemo samo shop-page za specifične potrebe */
.shop-page {
    /* Nema potrebe za dodatnim stilovima ovde ako su isti kao .projects-page */
}

/* Nasleđuje stilove od .projects-page__container, kao što je leva linija */
/* Naslov prodavnice koristi stil od .projects-page__header koji već imaš */

.shop-filters-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2rem 1rem 4rem 1rem;
}
.filter-icon-btn {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  position: relative;
}
.filter-icon-btn:hover {
  background-color: white;
  color: black;
  transform: scale(1.1);
}
.filter-icon-btn.active {
  background-color: white;
  color: black;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.filter-wrapper { position: relative; }

.coming-soon-badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #a89a78;
  color: #131313;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  transform: rotate(15deg);
  pointer-events: none;
}
.filter-tooltip {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1a1a1a;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease, bottom 0.3s ease;
  pointer-events: none;
}
.filter-icon-btn:hover .filter-tooltip {
  opacity: 1;
  bottom: -45px;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 0 2rem;
}
.product-card {
  background-color: #131313;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 320px;
  flex-grow: 1;
}
.product-card.hidden { display: none; }
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.product-card h3 {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.product-card .product-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.product-card .button--filled {
  width: 100%;
  padding: 15px 0;
  pointer-events: auto;
}
#empty-category-message {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  font-weight: 200;
  text-align: center;
  padding: 3rem 0;
}

