@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
@font-face {
  font-family: "Libre Baskerville";
  src: url("../fonts/libre-baskerville.ttf");
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display.ttf");
}
@font-face {
  font-family: "Source Serif";
  src: url("../fonts/source-serif.ttf");
}
a {
  color: #ffb6ff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

b {
  font-weight: 600;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f3f4ff;
  font-family: "Golos Text", sans-serif;
}

body {
  opacity: 0;
}

* {
  box-sizing: border-box;
}

.penis {
  display: flex;
  align-items: center;
  font-size: 50px;
}
.penis .lilbro {
  height: 69px;
}

.work {
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.work .left img {
  box-shadow: 0 15px 70px rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  width: 100%;
}
.work .left img.kr4sher {
  box-shadow: 0 15px 70px rgba(3, 195, 80, 0.3);
}
.work .right {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.work .right article.summary {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 10px 40px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(16px);
}
.work .right article.summary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.work .right article.summary {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(243, 243, 243, 0.4);
  padding: 35px;
  border-radius: 15px;
  line-height: 50px;
}
.work .right article {
  font-size: 25px;
}

.letters {
  display: flex;
  flex-direction: row;
  font-size: 140px;
  transform: scaleY(1.7);
  font-family: "Playfair Display";
  color: #000;
  cursor: default;
  pointer-events: none;
}
.letters .whitespace {
  width: 30px;
}

.whiteboard {
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  align-items: center;
  background-color: #f3f4ff;
}
.whiteboard .subtext {
  font-size: 30px;
}
.whiteboard .penis {
  color: #000;
}

.blackboard {
  background-color: #000;
  color: #fff;
  padding: 450px 40px 150px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blackboard .letters {
  color: #fff;
}
.blackboard .penis {
  color: #fff;
}

.more {
  background-color: #f3f4ff;
  color: #000;
  padding: 40px 60px 100px 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.more .letters {
  color: #fff;
}
.more .title {
  width: 100%;
  text-align: center;
  font-size: 100px;
  font-weight: bold;
}
.more .ican {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px 0 30px 0;
}
.more .ican article {
  transition: transform 0.1s;
}
.more .ican article:hover {
  transform: translateY(-5px);
  transition: transform 0.1s;
}
.more .ican article {
  color: #fff;
  padding: 70px 30px 70px 30px;
  border-radius: 15px;
  font-size: 55px;
  text-align: center;
  line-height: 90px;
}
.more .ican article.backend {
  box-shadow: 0 0 0 1px rgba(81, 59, 86, 0.05), 0 10px 40px rgba(81, 59, 86, 0.3);
  backdrop-filter: blur(16px);
}
.more .ican article.backend::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.more .ican article.backend {
  background-color: rgba(81, 59, 86, 0.7);
}
.more .ican article.desktop {
  box-shadow: 0 0 0 1px rgba(82, 81, 116, 0.05), 0 10px 40px rgba(82, 81, 116, 0.3);
  backdrop-filter: blur(16px);
}
.more .ican article.desktop::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.more .ican article.desktop {
  background-color: rgba(82, 81, 116, 0.7);
}
.more .ican article.telegram {
  box-shadow: 0 0 0 1px rgba(52, 138, 167, 0.05), 0 10px 40px rgba(52, 138, 167, 0.3);
  backdrop-filter: blur(16px);
}
.more .ican article.telegram::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.more .ican article.telegram {
  background-color: rgba(52, 138, 167, 0.7);
}
.more .ican section {
  color: #2f2f2f;
  font-size: 28px;
}
.more .ican section li {
  height: 50px;
}
.more .key {
  width: 100%;
  text-align: center;
  font-size: 80px;
}
.more .key .yea {
  font-weight: 600;
}

.contact {
  background-color: #100c10;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
  align-items: center;
  padding: 100px 50px 100px 50px;
}
.contact .letters {
  color: #c98bc9;
}
.contact .gay {
  width: 40vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.contact .gay a {
  transition: transform 0.1s;
}
.contact .gay a:hover {
  transform: scale(1.05);
  transition: transform 0.1s;
}
.contact .gay a {
  padding: 100px 20px 100px 20px;
  border-radius: 15px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.1s background-color;
}
.contact .gay a img {
  display: block;
  width: 50%;
  height: 180px;
}
.contact .gay a.telegram {
  box-shadow: 0 0 0 1px rgba(34, 158, 220, 0.05), 0 10px 40px rgba(34, 158, 220, 0.3);
  backdrop-filter: blur(16px);
}
.contact .gay a.telegram::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.contact .gay a.telegram {
  background-color: rgba(34, 158, 220, 0.7);
  color: #ffffff;
}
.contact .gay a.telegram:hover {
  background-color: rgba(34, 158, 220, 0.9);
}
.contact .gay a.github {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 10px 40px rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(16px);
}
.contact .gay a.github::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.contact .gay a.github {
  background-color: rgba(255, 255, 255, 0.74);
  color: #202020;
}
.contact .gay a.github:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.contact .gay a:hover {
  transition: 0.05s background-color;
}

/*# sourceMappingURL=main.css.map */
