@import url('https://fonts.cdnfonts.com/css/century-gothic');

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:'Century Gothic', sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family: 'Century Gothic', monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family: 'Century Gothic',inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 16px;
}

body {
	--color-text: #fff;
	--color-bg: #181a1e;
	--color-link: #fff;
	--color-link-hover: #ffcbd6;
	--color-blocklink: #515151;
	--color-blocklink-hover: #fff;
	--color-blocktitle: #fff;
	--color-blocktitle-hover: #ff4081;
	--color-text: #767676;
	font-family: 'Century Gothic', titling-gothic-fb, sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
}

button:focus,
a:focus {
	outline: none;
}

main {
	position: relative;
	width: 100%;
}

.message {
	background: #e47073;
	color: #fff;
	padding: 1rem;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	font-size: 0.8rem;
}

.frame__title {
	font-size: inherit;
	margin: 0 0 1rem;
	font-weight: normal;
}

.frame__links {
	display: inline;
}

.frame__links a {
	text-transform: lowercase;
}

.frame__links a:not(:last-child) {
	margin-right: 1rem;
}

.github {
	text-transform: lowercase;
	margin-left: 1rem;
}

.block {
	text-transform: lowercase;
	padding: 0 4rem 20vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.block__title {
	position: relative;
	/* font-size: 1rem; */
	margin: 0 0 1.5rem 0;
	padding: 0.5rem 0;
	cursor: pointer;
	font-family: 'Century Gothic', titling-gothic-fb-wide, sans-serif;
	/* font-weight: 700; */
	color: var(--color-blocktitle);
}

.block__title:hover {
	color: var(--color-blocktitle-hover);
}

.block__link {
	position: relative;
	cursor: pointer;
	padding: 0.5rem 0;
	color: var(--color-blocklink);
}

.block__link:hover {
	color: var(--color-blocklink-hover);
}

.block__title span,
.block__link span,
.content__text-link span {
	display: inline-block;
	white-space: pre;
}

.content__text {
	/* padding: 0 5vw 25vh; */
	/* line-height: 2; */
	color: var(--color-text);
    
}

.content__text-link {
	position: relative;
	font-weight: bold;
	cursor: pointer;
}

.content__text-link:first-of-type,
.content__text-link:nth-of-type(11),
.content__text-link:nth-of-type(21) {
	color: #f7e300;
}

.content__text-link:nth-of-type(2),
.content__text-link:nth-of-type(12),
.content__text-link:nth-of-type(22) {
	color: #002df7;
}

.content__text-link:nth-of-type(3),
.content__text-link:nth-of-type(13),
.content__text-link:nth-of-type(23) {
	color: #e51679;
}

.content__text-link:nth-of-type(4),
.content__text-link:nth-of-type(14) {
	color: #fff;
}

.content__text-link:nth-of-type(5),
.content__text-link:nth-of-type(15) {
	color: #00f73d;
}

.content__text-link:nth-of-type(6),
.content__text-link:nth-of-type(16) {
	color: #00e8f7;
}

.content__text-link:nth-of-type(7),
.content__text-link:nth-of-type(17) {
	color: #a753eb;
}

.content__text-link:nth-of-type(8),
.content__text-link:nth-of-type(18) {
	color: #ff2626;
}

.content__text-link:nth-of-type(9),
.content__text-link:nth-of-type(19) {
	color: #eb8e53;
}

.content__text-link:nth-of-type(10),
.content__text-link:nth-of-type(20) {
	color: #ff00e7;
}

.block[data-fx="1"] a::after,
a.content__text-link[data-fx="1"]::after,
.block[data-fx="2"] a::after,
a.content__text-link[data-fx="2"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000);
}

a.content__text-link[data-fx="1"]::after,
a.content__text-link[data-fx="2"]::after {
	bottom: 0;
}

.block[data-fx="1"] a:hover::after,
a.content__text-link[data-fx="1"]:hover::after,
.block[data-fx="2"] a:hover::after,
a.content__text-link[data-fx="2"]:hover::after {
	transform: scale3d(1,1,1)
}

.block[data-fx="6"] a::after,
a.content__text-link[data-fx="6"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0,1,1);
	transform-origin: 100% 50%;
	transition: transform 0.7s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

a.content__text-link[data-fx="6"]::after {
	bottom: 0;
}

.block[data-fx="6"] a:hover::after,
a.content__text-link[data-fx="6"]:hover::after {
	transform: scale3d(1,1,1)
}

.block[data-fx="14"] a::after,
a.content__text-link[data-fx="14"]::after {
	content: '';
	z-index: -1;
	width: 100%;
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	height: 2px;
	background: currentColor;
	transform: scale3d(0,1,1);
	transform-origin: 0% 100%;
}

a.content__text-link[data-fx="14"]::after {
	bottom: 0;
}

.block[data-fx="14"] a:hover::after,
a.content__text-link[data-fx="14"]:hover::after {
	animation: loop 0.5s infinite;
}

@keyframes loop {
	0% { transform-origin: 0% 50%; transform: scale3d(0,1,1); }
	50% { transform-origin: 0% 50%; transform: scale3d(1,1,1); }
	51% { transform-origin: 100% 50%; }
	100% { transform-origin: 100% 50%; transform: scale3d(0,1,1); }
}

.hover-reveal {
	position: fixed;
	width: 200px;
	height: 150px;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__deco {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #181314;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}

@media screen and (min-width: 53em) {
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem;
		pointer-events: none;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links'
							'... ...'
							'... github';
	}
	.frame__title {
		grid-area: title;
		padding: 0;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.github {
		grid-area: github;
		justify-self: end;
		margin: 0;
	}
	.frame a {
		pointer-events: auto;
	}
	.block {
		align-items: flex-start;
	}
	.content {
		position: relative;
		display: grid;
		grid-template-columns: repeat(3,33.33%);
		margin: 0 auto;
		padding-top: 20vh;
		max-width: 750px;
		min-height: 100vh;
		text-align: left;
	}
	.content__text {
		grid-column: span 3;
        
	}
}

/* .gold-grad2{
    background-image: linear-gradient( to right, #915B3C, #ef9d6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  } */

  .no-scroll{
	overflow-y: hidden;
  }
  
  /* ------  Menu Button ------- */

.menu-toggle {
	position: absolute;
	width: 72px;
	height: 72px;
	top: 87%;
	left: 95%;
	margin-left: -36px;
  }

  @media only screen and (min-width: 576px) {
	.menu-toggle {
		position: absolute;
		width: 70px;
		height: 70px;
		top: 85%;
		left: 92%;
		margin-left: -36px;
	  }
  }
  
  .menu-link {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1010;
  }
  
  .menu-logo{
	width: inherit;
	height: inherit;
	margin-top: 14px;
	margin-left: 1px;
	text-align: center;
	position: absolute;
	opacity: 1;
	transition: all 400ms ease;
	fill: white;
  }
  
  .menu-open .menu-logo{
	fill: black;
  }
  
  .menu-icon {
	position: absolute;
	width: 20px;
	height: 14px;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 1px;
  }
  
  /* ------  Menu Line ------- */
  
  .menu-line {
	background-color: #333;
	height: 2px;
	width: 100%;
	border-radius: 0px;
	position: absolute;
	left: 0;
	opacity: 0;
	transition: all 200ms ease;
	z-index: 1000;
  }
  
  .menu-line-1 {
	top: -8px;
	margin: auto;
  }
  .menu-line-2 {
	top: 22px;
  }
  
  .menu-link:hover .menu-line-2 {
	opacity: 1;
	transform: translateY(-10px);
  }
  
  .menu-link:hover .menu-line-1 {
	opacity: 1;
	transform: translateY(10px);
  }
  
  .menu-link:hover .menu-logo {
	width: inherit;
	height: inherit;
	text-align: center;
	margin-top: 12px;
	opacity: 0;
	transform: scale(0.8);
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotateY(60deg);
  }
  
  .menu-link:hover .menu-pulse {
	border: none;
  }
  
  .menu-toggle.menu-open .menu-line-1 {
	transform: translateY(16px) translateY(-50%) rotate(-225deg);
  }
  .menu-toggle.menu-open .menu-line-2 {
	transform: translateY(-16px) translateY(50%) rotate(225deg);
  }
  
  /* ------ Menu Circle ------- */
  
  .menu-circle {
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	left: -1px;
	bottom: -2px;
	position: absolute;
	border-radius: 50%;
	z-index: 800;
	opacity: 0.2;
	transform: scale(1);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-box-shadow: 0px 0px 32px 0px rgba(22,24,58,0.05);
	-moz-box-shadow: 0px 0px 32px 0px rgba(22,24,58,0.05);
	box-shadow: 0px 0px 32px 0px rgba(22,24,58,0.05);
  }
  
  .menu-pulse {
	border: 2px solid white;
	border-radius: 50%;
	position: absolute;
	display: block;  
	width: inherit;
	height: inherit;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	opacity: 0;
	
	&.is-learned {
	  visibility: hidden;
	}
  } 
  
  .first-pulse {
	animation: pulse-border 2000ms ease-out infinite;
  }
  .second-pulse {
	animation: pulse-border 2000ms 400ms ease-out infinite;
  }
  
  @keyframes pulse-border {
	0% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 0;
	}
	10% {
	  opacity: 1;
	}
	50% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
	  opacity: 0;
	}
	100% {
	  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
	  opacity: 0;
	  border-width: 1px;
	}
  }
  
  .menu-toggle:hover .menu-circle {
	background-color: white;
	border: 2px solid white;
	opacity: 1;
	transform: scale(0.8);
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  
	-webkit-box-shadow: 0px 0px 32px 0px rgba(22,24,58,0.1);
	-moz-box-shadow: 0px 0px 32px 0px rgba(22,24,58,0.1);
	box-shadow: 0px 0px 32px 0px rgba(22,24,58,0.1);
  }
  
  .menu-toggle.menu-open .menu-circle {
	transform: scale(25);
	transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1), opacity 800ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0;
  }
  
  /* ------ Menu Overlay ------- */
  .menu-overlay {
	background-color: #000000;
	color: #333;
	height: 100%;
	width: 100%;
	position: fixed;
	text-align: center;
	transition: opacity 0.2s ease-in-out;
	z-index: 800;
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .menu-overlay.menu-open {
	opacity: 1;
	visibility: visible;
	left: 0px;
	top: 0;
  }

  .pad-top-50{
	padding-top: 50px;
  }

  .pad-top-10{
	padding-top: 10px;
  }

  .pad-top-25{
	padding-top: 25px;
  }

  .coll-logos{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  /* CUSTOM CURSOR */
.cursor {
	position: fixed;
	top: -30px;
	left: -30px;
	pointer-events: none;
	z-index: 9999;
	mix-blend-mode: difference;
  }
  .cursor:before {
	content: "";
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	background: white;
	transition: all ease 0.15s;
	transform: scale(0.15);
  }
  
  .cursor.light:before {
	transform: scale(1);
  }

  .left-coll-img{
	/* position: absolute;
    left: 20%;
    top: 30%; */
	width: 70%;
  }

  .right-coll-img{
	/* position: absolute;
    right: 20%;
    top: 30%; */
	width: 70%;
  }

  .right-coll-img-big{
	/* position: absolute;
    right: 20%;
    top: 30%; */
	width: 50%;
  }

  .coll-row{
	display: flex;
    align-items: center
  }

  .gry-gld{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
  }

  .gry-gld:hover{
	filter: none;
    -webkit-filter: grayscale(0);
  }

  .logo img{
	max-width: none;
  }

  .contact-logos
  {
	top: 81vh;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }

  /* .logo img {
	width: 100px;
	aspect-ratio: 1/1;
	object-fit: contain;
  } */