@import url("https://fonts.googleapis.com/css?family=Orbitron:400,700,900");
* 
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");



body{
	background: black;
  color: white;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
}
.flex-center {
  width: 100%;
  min-height: 50vh;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-3d {
  padding: 10px;
  -webkit-animation: icon3d 200ms 10;
  animation: icon3d 200ms 10;
  color: #fff;
}
.icon-3d:hover {
  -webkit-animation: icon3d 200ms infinite;
  animation: icon3d 200ms infinite;
}

@keyframes icon3d {
  0% {
    text-shadow: 5px 4px #f44336, -5px -6px #2196f3;
  }
  25% {
    text-shadow: -5px -6px #f44336, 5px 4px #2196f3;
  }
  50% {
    text-shadow: 5px -4px #f44336, -8px 4px #2196f3;
  }
  75% {
    text-shadow: -8px -4px #f44336, -5px -4px #2196f3;
  }
  100% {
    text-shadow: -5px 0 #f44336, 5px -4px #2196f3;
  }
}
.message-cover{
  background-color: black;}

.message {
  display: flex;   background-color: black;
 

}

p {
  display: flex;
  font-size: clamp(3rem, 8vw, 5.5rem);
  text-transform: uppercase;
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  color: #121212;
  -webkit-text-stroke: 3px dimgray;
  transition: 2s;
}

p:nth-child(1) {
  -webkit-order: 10;
}

p:nth-child(2) {
  -webkit-order: 8;
}

p:nth-child(3) {
  -webkit-order: 3;
}

p:nth-child(4) {
  -webkit-order: 2;
}

p:nth-child(5) {
  -webkit-order: 7;
}

p:nth-child(6) {
  -webkit-order: 12;
}

p:nth-child(7) {
  -webkit-order: 6;
}

p:nth-child(8) {
  -webkit-order: 11;
}

p:nth-child(9) {
  -webkit-order: 4;
}

p:nth-child(10) {
  -webkit-order: 5;
}

p:nth-child(11) {
  -webkit-order: 1;
}

p:nth-child(12) {
  -webkit-order: 9;
}

.message:hover p:nth-child(1) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 1;
  }
}
.message:hover p:nth-child(2) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 2;
  }
}
.message:hover p:nth-child(3) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 3;
  }
}
.message:hover p:nth-child(4) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 4;
  }
}
.message:hover p:nth-child(5) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 5;
  }
}
.message:hover p:nth-child(6) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 6;
  }
}
.message:hover p:nth-child(7) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 7;
  }
}
.message:hover p:nth-child(8) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 8;
  }
}
.message:hover p:nth-child(9) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 9;
  }
}
.message:hover p:nth-child(10) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 10;
  }
}
.message:hover p:nth-child(11) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 11;
  }
}
.message:hover p:nth-child(12) {
  animation: reorder 4s linear forwards 1.5s;
}
@keyframes reorder {
  to {
    -webkit-order: 12;
  }
}

.message:hover p:nth-child(-n+6) {
  color: ghostwhite;
  text-shadow: 0 0 3px white, 0 0 7px orangered, 0 0 20px orangered;
  filter: drop-shadow(0 0 25px orangered);
  -webkit-text-stroke: 3px orangered;
}

.message:hover p:nth-child(+n+7):nth-child(-n+9) {
  color: skyblue;
  text-shadow: 0 0 3px white, 0 0 7px blue, 0 0 20px blue;
  filter: drop-shadow(0 0 25px blue);
  -webkit-text-stroke: 3px blue;
}

.message:hover p:nth-child(n+10) {
  color: lightgreen;
  text-shadow: 0 0 3px white, 0 0 7px lime, 0 0 20px green;
  filter: drop-shadow(0 0 25px lime);
  -webkit-text-stroke: 3px green;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,500&family=Inter:wght@300;400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap");
* {
  outline: none;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.bio-cover{
  background: #FF6700;
  display: flex;
  font-family: "Inter", sans-serif;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 2em;
  font-weight: 400;
  height: 110vh;
}
@media screen and (max-width: 768px) {
  body {
    padding: 0;
  }
}

.blog {
  background-color: white;
  max-width: 1350px;
  display: grid;
  height: 90vh;
  max-height: 800px;
  overflow: hidden;
  grid-template-columns: 15% 20% 35% 30%;
  grid-template-rows: 100%;
  width: 100%;
  padding: 40px 4px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .blog {
    grid-template-columns: 20% 50% 30%;
  }
}
@media screen and (max-width: 768px) {
  .blog {
    grid-template-columns: 25% 75%;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 560px) {
  .blog {
    grid-template-columns: 100%;
  }
}
.blog-part {
  padding: 0 20px;
}
.blog-part:not(:last-child) {
  border-right: 1px solid #94918f;
}
.blog-menu {
  font-size: 22px;
  text-decoration: none;
  color: #161419;
  display: flex;
  letter-spacing: -0.5px;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  .blog-menu {
    font-size: 1.6vw;
  }
}
.blog-menu svg {
  width: 22px;
  margin-left: 4px;
}
.blog-menu + .blog-menu {
  margin-top: 24px;
}
.blog-menu.mention {
  margin-top: auto;
  font-size: 19px;
}
@media screen and (max-width: 1260px) {
  .blog-menu.mention {
    font-size: 1.4vw;
  }
}
.blog-menu.subscribe {
  margin-top: 8px;
  font-size: 19px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .blog-menu.subscribe {
    font-size: 1.4vw;
  }
}
.blog-menu.subscribe:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #161419;
  left: 0;
  border-radius: 1px;
  margin-right: 14px;
}
.blog-menu.rounded:before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #161419;
  margin-right: 12px;
}
.blog .is-menu {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1030px) {
  .blog .is-menu {
    display: none;
  }
}
.blog-big__title {
  font-size: 132px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
  margin-bottom: 6px;
  color: black;

}
@media screen and (max-width: 1400px) {
  .blog-big__title {
    font-size: 120px;
  }
}
@media screen and (max-width: 1260px) {
  .blog-big__title {
    font-size: 9vw;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 560px) {
  .blog-big__title {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
.blog-header {
  display: flex;
  flex-direction: column;
}
.blog-article {
  padding: 0 20px;
  color: black;
}
.blog-article img {
  height: 260px;
  max-height: 22vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}

.page-number {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  font-size: 72px;
  text-align: center;
  letter-spacing: -3px;
  font-weight: lighter;
  font-family: "Space Grotesk", sans-serif;
  border-right: 1px solid #94918f;
  white-space: nowrap;
  background: url(pageno.jpg);
  background-size: 100%;
}
@media screen and (max-width: 1260px) {
  .page-number {
    font-size: 5vw;
  }
}

.small-title {
  border-bottom: 1px solid #94918f;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .small-title {
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 24px;
    border-bottom: 0;
  }
}

.date {
  display: flex;
  justify-content: flex-end;
}

.blog-article h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin: 8px 0 8px;
}
.blog-article h2 span {
  font-family: "Playfair Display", serif;
}
.blog-article p {
  line-height: 1.5;
  margin: 14px 0;
}
.blog-article a {
  color: black;
  text-decoration: none;
  font-size: 26px;
  letter-spacing: -1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #94918f;
  padding-top: 14px;
}
.blog-article a svg {
  width: 26px;
  margin-right: 10px;
}

.blog-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: black;
}
.blog-detail span {
  font-family: "Playfair Display", serif;
}

.blog-header-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  border-right: 1px solid #94918f;
}
@media screen and (max-width: 768px) {
  .blog-header-container {
    border-right: 0;
  }
}
.blog-header-container > * {
  flex-shrink: 0;
  min-height: 100%;
  scroll-snap-align: start;
}
.blog-header-container .blog-article:not(.header-article) {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

marquee {
  font-size: 20px;
  background-color: #121418;
  color: #e9e6e4;
  padding: 6px 0;
  width: calc(100% + 44px);
  margin-left: -20px;
  flex-shrink: 0;
}
marquee span:before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
  vertical-align: baseline;
  background-color: #e9e6e4;
  margin: 0 16px;
}

.blog-right {
  overflow: auto;
  height: calc(100% + 60px);
}
.blog-right .rounded {
  font-style: italic;
  font-size: 18px;
}
.blog-right .rounded:before {
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background-color: #161419;
  margin-right: 6px;
}

.blog-right-title {
  color: black;
  font-size: 25px;
  font-family: "Playfair Display", serif;
}

.blog-right-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #94918f;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 100px;
  letter-spacing: -1px;
}
@media screen and (max-width: 1400px) {
  .blog-right-title-container {
    margin-top: 88px;
  }
}
@media screen and (max-width: 1260px) {
  .blog-right-title-container {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 1030px) {
  .blog-right-title-container {
    margin-top: 5vw;
  }
}

.blog-title-date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.blog-right-page {
  font-size: 56px;
  margin-bottom: 16px;
  font-family: "Space Grotesk", sans-serif;
}
.blog-right-page-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 600;
  max-width: 16ch;
  letter-spacing: -2px;
}
.blog-right-page-subtitle {
  max-width: 33ch;
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.4;
}

.blog-right-container + .blog-right-container {
  margin-top: 40px;
}

.right-blog {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .right-blog {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .right-blog .blog-menu {
    display: none;
  }
}

::-webkit-scrollbar {
  display: none;
}

.circle {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url("https://blucube.net/stuff/codepen-assets/record/record2.png"), radial-gradient(transparent 24%, #111 24%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
 
  padding: 20px;
  text-align: center;
  margin-top: 40px;
border-radius: 50%;
  transform: rotateZ(90deg);
  -webkit-animation-name: wobble, wobble;
          animation-name: wobble, wobble;
  -webkit-animation-duration: 2050ms, 1.5s;
          animation-duration: 2050ms, 1.5s;
  -webkit-animation-delay: 4000ms, 8100ms;
          animation-delay: 4000ms, 8100ms;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1), ease-in-out;
          animation-timing-function: cubic-bezier(0.42, 0, 1, 1), ease-in-out;
  -webkit-animation-iteration-count: 2, infinite;
          animation-iteration-count: 2, infinite;
  -webkit-animation-direction: alternate, alternate;
          animation-direction: alternate, alternate;
}
font-face{font-family:Calibre-SemiBold;
  src:url(Calibre-SemiBold.21cc3335.woff) 
  format("woff"),url(Calibre-SemiBold.2c27f793.ttf) 
  format("truetype"),url(Calibre-Semibold.320db03b.svg#Calibre-Semibold) 
  format("svg");
  font-weight:700;
  font-style:normal;
  font-display:swap}
  @font-face{
    font-family:Calibre-Medium;
    src:url(Calibre-Medium.bb31c6b1.woff) 
    format("woff"),url(Calibre-Medium.cb484263.ttf) 
    format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap}
    @font-face{
      font-family:Calibre-Regular;
      src:url(Calibre-Regular.0e30637c.woff)
       format("woff"),url(Calibre-Regular.ad23bcd8.ttf)
        format("truetype");font-weight:400;
        font-style:normal;
        font-display:swap}*,:after,:before{margin:0;padding:0;box-sizing:inherit}
html{font-size:62.5%;
  box-sizing:border-box;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  scroll-behavior:smooth;width:100%;
  height:100%}
  @media only screen and (max-width:62.5em)
  {html{font-size:56.25%}}
  @media only screen and (max-width:56.25em)
  {html{font-size:54%}}
  @media only screen and (max-width:37.5em)
  {html{font-size:51%}}
  @media only screen and (min-width:112.5em)
  {html{font-size:75%}}
  body{
    font-family:Calibre-Regular,sans-serif;
    font-size:1.6rem;
    background-color:#000;
    color:#fff;
    overflow-x:hidden;
    position:relative;
    width:100%;
    height:100%}
    @media only screen and (min-width:20em)
    {body{overflow-x:scroll}}
.heading-5{
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 3px;
}
.mb-s{margin-bottom: 1.3rem;
}

.contact-box{
  font-size: 2.75rem;
text-decoration: none;color: #fff;
font-family: Calibre-Medium,sans-serif;
src:url(Calibre-Medium.bb31c6b1.woff);
transition: color .2s ease-in-out
}
.contact-box__wrapper{
  margin-top: 8rem;
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(35rem,1fr));
  grid-gap: 4rem;}
}
.footer{display: flex;
  justify-content:space-between;
  padding: 4rem;
  color:#797575;
  font-family: Calibre-Medium;
}