@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap");
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes background-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=48830), default !important;
}

a:any-link,
.project-container_project:hover,
.project-container_project img:hover,
.project-container_project-name:hover {
  cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), default !important;
}

html {
  font-size: 62.5%;
  font-family: Tektur;
  scrollbar-color: #8800ff #000000;
}

body {
  font-family: inherit;
  min-height: 100dvh;
}

.nav-bar {
  list-style-type: none;
  background-color: #000000;
  padding: 2rem 4rem;
  margin: 0;
  width: 100%;
  border-bottom: ridge #8800ff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.nav-bar_title {
  color: #000000;
  margin-right: auto;
  font-size: 3.5rem;
  width: 100%;
  text-align: left;
  text-shadow: -1px 2px 0 #8800ff, 1px 2px 0 #8800ff, 1px -1px 0 #8800ff, -1px -1px 0 #8800ff;
}
.nav-bar_items {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.nav-bar_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #000000;
  border: 0.4rem outset #8800ff;
  border-radius: 0.1rem;
  background-color: #8800ff;
  width: 100%;
  cursor: pointer;
  font-family: Prompt;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  text-shadow: 0.1rem 0.1rem hsla(0, 0%, 0%, 0.3);
}
.nav-bar_item a {
  color: inherit;
  text-decoration: inherit;
  padding: 1.4rem 1.6rem;
  width: 100%;
  height: 100%;
}
.nav-bar_item:hover {
  border-color: hsl(272, 100%, 45%);
  text-shadow: -0.1rem -0.1rem hsla(0, 0%, 0%, 0.3);
  background-color: hsl(272, 100%, 45%);
}
.nav-bar_item:active {
  border-style: inset;
  border-color: #5f00b3;
  text-shadow: -0.1rem -0.1rem rgba(0, 0, 0, 0.2);
  background-color: #5f00b3;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15rem;
  width: 100%;
  background: linear-gradient(-45deg, #000000, #8800ff, #4e0092, #000000);
  background-size: 400% 400%;
  animation: background-gradient 10s ease infinite;
}

.main-content {
  min-width: 50%;
  max-width: 70%;
}
.main-content_title {
  font-family: Prompt;
  font-weight: 500;
  font-size: 3.5rem;
  color: #ffffff;
  border-bottom: 0.2rem ridge #ffffff;
  text-shadow: 2px 2px hsla(0, 0%, 0%, 0.3);
  height: 4.5rem;
  width: 100%;
}
.main-content_button {
  color: #ffffff;
  font-family: Prompt;
  font-size: 1.5rem;
  border-style: outset;
  border-color: #ffffff;
  text-decoration: none;
  text-shadow: 2px 2px hsla(0, 0%, 0%, 0.3);
  padding: 0.5rem;
}
.main-content_button:hover {
  color: #8800ff;
  border-style: inset;
  border-color: #8800ff;
}
.main-content_text {
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 2px 2px hsla(0, 0%, 0%, 0.3);
}
.main-content_text a {
  color: #ffffff;
  text-decoration: underline;
}
.main-content_text a:hover {
  color: #000000;
}
.main-content_text-languages-info {
  list-style-type: square;
  margin-left: 2rem;
}
.main-content_text-languages-info li::marker {
  color: #000000;
}
.main-content_contact_text {
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: center;
  gap: 1rem;
}
.main-content_img {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.5rem;
}
.main-content .sections {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 4rem;
  height: 100%;
}
.main-content .sections_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: unset;
  gap: 2rem;
  width: 60%;
}
.main-content .sections_right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
  height: 100%;
  width: 40%;
}
.main-content .sections_right img {
  border: 5px ridge #000000;
  border-radius: 2px;
}
.main-content .sections_right img:not(.slideshow-container_slide_img) {
  max-width: 200px;
}

footer {
  border-top: 0.2rem solid #8800ff;
  color: #000000;
  text-shadow: -0.5px 0.5px 0 #8800ff, 0.5px 0.5px 0 #8800ff, 0.5px -0.5px 0 #8800ff, -0.5px -0.5px 0 #8800ff;
  width: 100%;
  font-size: 1.5rem;
  background-color: #000000;
  padding: 2rem;
}

@media screen and (min-width: 770px) {
  .nav-bar {
    display: flex;
    align-items: center;
  }
  .nav-bar_item {
    margin-right: 5px;
    width: 150px;
  }
  .reveal {
    display: none;
  }
  .project-container {
    flex-flow: row wrap;
    gap: 10% 5%;
    align-content: space-between;
    align-items: center;
  }
  .project-container_project {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    height: 100%;
    gap: 10px;
  }
  .popup-container .project-container_project {
    flex-direction: row;
    align-items: flex-start;
    height: auto;
    width: 400px;
  }
  .popup-container.active .popup-container_project {
    width: 50%;
  }
  .popup-container.active .popup-container_project-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
  }
  .popup-container.active .popup-container_project-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
    width: 60%;
  }
}
@media screen and (max-width: 770px) and (min-width: 600px) {
  .nav-bar {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 10px 55px;
  }
  .nav-bar_item {
    margin-right: 60px;
  }
  .nav-bar_title {
    margin-right: 50px;
    height: min-content;
    margin-top: auto;
  }
  .project-container {
    flex-wrap: wrap;
  }
  .project-container_project {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 5px 5px 0px 3px;
  }
  .project-container-name {
    margin: auto;
  }
  .popup-container .project-container_project {
    width: 50%;
    gap: 10px;
  }
  .popup-container.active .popup-container_project-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-container.active .popup-container_project-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
  }
  .reveal {
    display: none;
  }
  footer {
    padding-left: 55px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .nav-bar {
    padding-bottom: 78px;
  }
  .nav-bar_title {
    font-size: 190%;
  }
  .nav-bar_item {
    display: none;
  }
  .reveal {
    position: relative;
    top: 145px;
    display: inline-block;
    grid-area: 1/1/2/4;
  }
  .reveal_button {
    background-color: #8800ff;
    border: 2px outset #4e0092;
    width: 65px;
    height: 55px;
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
  .reveal_button:active {
    border: #4e0092 inset;
    background-color: #7900e3;
  }
  .reveal_content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 10px 5px 10px 0px rgba(0, 0, 0, 0.7019607843);
    z-index: 1;
    margin-left: 20px;
  }
  .reveal_content a {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-family: Prompt;
    font-weight: 500;
    display: block;
    padding: 12px 16px;
    border: #8800ff 1px ridge;
    color: #ffffff;
  }
  .show {
    display: block;
  }
  .main-content {
    width: 300px;
  }
  .main-content_title {
    font-size: 27px;
    border-bottom: 3px ridge #ffffff;
  }
  .main-content_text {
    font-size: 15px;
  }
  .home-page .sections {
    flex-direction: column-reverse !important;
  }
  .sections {
    flex-direction: column;
    justify-content: center;
  }
  .project-container {
    flex-direction: column;
  }
  .project-container_project {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    width: auto;
  }
  .project-container_project-name {
    margin: auto;
  }
  .popup-container .project-container_project {
    width: 50%;
    gap: 10px;
  }
  .popup-container.active .popup-container_project-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-container.active .popup-container_project-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -webkit-fill-available;
  }
  .slideshow-container {
    margin: 0px 80px 40px 80px;
  }
  footer {
    padding-left: 20px;
    height: 50px;
  }
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: none;
  height: 100%;
  width: 100%;
  backdrop-filter: grayscale(100%) blur(5px);
}
.popup-container.active {
  display: flex;
}
.popup-container .project-container_project {
  padding: 2rem;
  border-style: groove;
  border-color: #8800ff;
}
.popup-container .project-container_project-name {
  text-overflow: none;
  max-width: unset;
  white-space: unset;
  overflow: unset;
}
.popup-container .project-container_project, .popup-container .project-container_project-name:hover,
.popup-container .project-container_project img:hover {
  cursor: url(http://www.rw-designer.com/cursor-extern.php?id=48830), default !important;
}
.popup-container_project-description {
  font-family: Prompt;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0;
  text-align: start;
}
.popup-container_project-link {
  color: #8800ff;
  font-size: 1.5rem;
  text-decoration: underline;
}
.popup-container_project-link:hover {
  font-style: oblique;
}
.popup-container_project-button {
  color: #8800ff;
  padding: 0.7rem 1rem;
  border: 0.2rem outset #8800ff;
  border-radius: 0.1rem;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.1rem;
  font-weight: 900;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none;
}
.popup-container_project-button:hover {
  box-shadow: 0 0 0.5rem 0.4rem #4e0092;
}
.popup-container_project-button:active {
  border-style: inset;
  border-color: rgb(134.64, 0, 252.45);
}
@supports (-webkit-text-stroke: 0.1rem #8800ff) {
  .popup-container_project-button {
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke: 0.1rem #8800ff;
  }
}
.popup-container_project-right {
  color: #ffffff;
}
.popup-container_project-right_footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.popup-container_project-right_footer em {
  font-size: 1.2rem;
  align-self: end;
}
.popup-container_project-left, .popup-container_project-right {
  gap: 1rem;
  cursor: pointer;
}
.popup-container_project-right {
  gap: 1.5rem;
}

.project-container {
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: unset;
  gap: 1rem;
}
.project-container_project {
  background-color: #000000;
  border: outset 0.4rem hsl(0, 0%, 33%);
  padding: 1rem;
  border-radius: 0.1rem;
  width: 30%;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.6117647059);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.project-container_project img {
  height: 8.2rem;
}
.project-container_project-name {
  font-size: 2rem;
  color: #ffffff;
  margin: 0;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  text-overflow: ellipsis;
}

.slideshow-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.slideshow-container_slide {
  position: relative;
  display: none;
  text-align: center;
  animation: fade 1s;
}
.slideshow-container_slide_text {
  color: #ffffff;
  text-shadow: -0.1rem 0.1rem 0 hsla(0, 0%, 0%, 0.5), 0.1rem 0.1rem 0 hsla(0, 0%, 0%, 0.5), 0.1rem -0.1rem 0 hsla(0, 0%, 0%, 0.5), -0.1rem -0.1rem 0 hsla(0, 0%, 0%, 0.5);
  font-size: 1.5rem;
  position: absolute;
  bottom: 1.2rem;
  width: 90%;
  text-align: center;
}
.slideshow-container_slide_number {
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.8rem 1.2rem;
}
.slideshow-container_slide_img {
  max-width: 100%;
  max-height: 25rem;
  border-radius: 0.5rem;
}
.slideshow-container .prev,
.slideshow-container .next {
  cursor: pointer;
  padding: 1.6rem;
  color: #ffffff;
  transition: 0.6s ease;
  border-radius: 0 0.3rem 0.3rem 0;
  -webkit-user-select: none;
  user-select: none;
  height: fit-content;
  background-color: hsla(0, 0%, 0%, 0.3);
  font-weight: bold;
  font-size: 1.8rem;
}
.slideshow-container .prev:hover,
.slideshow-container .next:hover {
  background-color: #000000;
}
.slideshow-container .next {
  border-radius: 0.3rem 0 0 0.3rem;
}/*# sourceMappingURL=main.css.map */