/*
Theme Name: Thrice Agency
Theme URI: https://www.wordpressify.co
Author: Jeremy Evans
Author URI: https://www.riangle.com
Description: Wordpressify Thrice Agency Theme.
Version: 2.0
Tags: responsive, clean, minimal, modern, wordpressify
*/

body {
	font-family: 'Oswald', sans-serif;
   padding: 0!important;
   margin: 0!important;
   overflow-y: hidden;
   max-width: 1920px;
   overflow-x: hidden;
}

p:empty {
	display: none;
}

.widget-title {
	font-size: var(--size-lead-mobile);
	line-height: var(--lineheight-lead-mobile);
	font-weight: 700;
}

.widget-item {
	margin: 20px 0;
}

.widget-item:first-of-type {
	margin-top: 0;
}

#impress {
	height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

#impress .single-title, #impress .page-title {
	display: none;
}

.text-container {
	/*position: absolute;*/
	top: 0;
}

.step {
	opacity: 0;
	/*transition: opacity 1s;*/
	height: auto;
}

.step.active {
	opacity: 1;
}

.step#home {
	opacity: 1;
}

.step h1 {
	font-size: 3rem;
}

.step p {
	font-size: 2.7rem;
	font-weight: 400;
	color: #000;
	margin-bottom: 2rem;
}

.step button {
	font-size: 3rem;
}

.step.text-based {
	text-align: justify;
	background: rgba(255,255,255,0.92);
	padding: 2rem;
	box-shadow: rgba(22,22,22,0.66) 3px 3px 36px 3px, rgba(22,22,22,0.33) 3px 3px 128px 3px;
}

.step .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	z-index: -1;
	background-image: url(./img/seamless_paper_texture.webp);
	opacity: 0.35;
	background-size: inherit;
	background-repeat: repeat;
}

.step.active {
	opacity: 1;
}

.e{
   opacity: 1;
		/*transition: all 1.25s ease-out;*/

}

#title{
   width: 80%;
  /* transition: opacity 0.5s ease-in-out;*/
}

#home {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 58%;
	width: 100vw;
	z-index: 9;
	top: 5%;
	right: auto;
	left: auto;
	/*transition: all 1s ease-in-out!important;*/
	cursor: pointer;
}

#body {
	
	
	overflow-x: hidden;
	background-color: #fffefe;
}

#body.dark {
	background: #28303d;
	color: #fffefe;
}

#body.dark a {
	color: #fffefe;
}

#body.light {
	background: #fffefe;
	color: #000;
}

#body.light a {
	color: #000;
}

#body footer, #body header {
	display: none;
}

#thrice {
	font-size: 30em;
	width: 100%;
	line-height: 0.65;
	text-align: center;
	font-weight: 500;
	/*transition: all 1.25s ease-out;*/
}

#agency {
	font-size: 5em;
	text-align: center;
	width: 100%;
	font-weight: 400;
	margin-bottom: 1.5rem;
	/*transition: all 1.25s ease-out;*/
}

#we-grow {
	font-size: 3.5rem;
	text-align: center;
	width: 100%;
	font-weight: 300;
	opacity: 1;
	/*transition: all 1.25s ease-out;*/
}

#founder {
	
}

.pages a{
   -webkit-text-decoration: none;
   text-decoration: none;
}

.position-fixed{
   position: fixed!important;
}

.position-absolute{
   position: absolute!important;
}

.rotate-center{
   width: 100vw!important;
}

.rotate-center #title {
   height: 30vh
	
}

.rotate-left {
	/*transition: all 1s ease-in-out;*/
	/*animation: rotate-left 1.2s ease-in-out forwards;
	position: fixed !important;*/
	transform: rotate(-90deg) scale(0.5)!important;
	top: 0;
	left: 0;
}

.rotate-right {
	/*animation: rotate-right 1.2s ease-in-out forwards;
	position: fixed !important;*/
	/*transition: all 1s ease-in-out;*/
	transform: rotate(90deg) scale(0.5);
	top: 0;
	right: 0;
}

.active.founder {
	display: flex;
	width: 100vw;
	justify-content: center;
	flex-direction: column;
}

.active.owner {
	display: flex;
	width: 100vw;
	justify-content: center;
	flex-direction: column;
}

.active.public {
	display: flex;
	width: 100vw;
	justify-content: center;
	flex-direction: column;
}

.bebas {
	font-family: 'Bebas Neue', sans-serif;
}

.container {
	z-index: 999;
	position: absolute;
	bottom: 4rem;
	margin: auto;
	/*transition: opacity 0.3s ease-in-out;*/
	display: flex;

	
}

#founderBtn, #ownerBtn, #publicBtn {
	cursor: pointer;
}

.container .imma {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.5em;
	text-align: left;
	padding-left: 5%;
}

.pages {
	font-family: 'Bebas Neue', sans-serif;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	font-size: 4em;
	width: 100vw;
}

.logo-container{
	height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo {
	/*left: 136px; */
    /* margin: auto; */
    opacity: .3;
    /* position: fixed; */
    /* top: 2rem; */
    /* padding: 0 23%; */
    /* transform-origin: center; */
    z-index: -1;
    /* transition: all 1s ease-in-out; */
    /* transition: top, left, right 1s ease-in-out; */
    height: 75%;
    /* width: 50%; */

}

#logo #triangle, #logo #circle, #logo #gold-thingy, #logo #text {
	opacity: 1;
}

h5 {
	font-size: 5rem;
}

.present button {
	z-index: 9999;
}

.future, .past, .future *, .past * {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	z-index: -9;
}

.o0 {
	opacity: 0;
}

.fadeIn {
	animation: fadeIn 0.1s ease-in-out 1s;
	animation-fill-mode: forwards;
}

.spinForever {
	animation: spin 1s linear infinite;
}

.rotated {
	position: absolute;
	top: 0;
	left: 0;
}

#founder {
	transform: translateX(100%);
	position: absolute;
    top: 0;
    right: 0;
    width: 80%;
}

#founder .outer-text-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
}

#founder.active {
	
}

#founder .text-container p {
	height: 100%;
	/*transition: all 1.25s ease-out;*/
	margin-bottom: 2rem;
}

#founder .text-container {
	/*display: none;*/
	padding: 5% 0 0 0;
	
}

#founder a {
	display: flex;
	justify-content: center;
	margin: 6rem 0;
	flex-wrap: nowrap;
}

#owner {
   
	
	transform: translateY(100%);
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	
	
}

#owner .outer-text-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

#owner p {
	/*transition: all 1.25s ease-out;*/
}

#owner.active {
	
}

#owner .text-container * {
	height: 100%;
	   height: auto;
   margin-bottom: 2rem;
	
}

#owner #logo {
	opacity: 0.07;
}

#owner .text-container {
	/*display: none;*/
	/*padding: 0 15%;*/
	height: 100%;
	width: 60%;
}

#owner a {
	display: flex;
	justify-content: center;
	margin: 6rem 0;
	flex-wrap: nowrap;
}

#public {
	transform: translate(-100%, 0);
	position: absolute;
    top: 0;
    left: 15%;
    width: 80%;
	/*height: 100%;*/
	
}

#public p {
	height: 0;
}

#public.active {
   
	
	
}

#public .outer-text-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
}

#public .text-container p {
	height: 100%;
	margin-bottom: 2rem;
}

#public #logo {
	opacity: 0.07;
}

#public .text-container {
	/*display: none;*/
	padding: 5% 0 0 0;
}

#public a {
	display: flex;
	justify-content: center;
	margin: 6rem 0;
	flex-wrap: nowrap;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
   }
	100% {
		opacity: 1;
   }
}

@keyframes spin {
	0% {
		transform: rotate(0deg) translate(-26.08%,-30%) scale(0.24);
   }
	100% {
		transform: rotate(360deg) translate(-26.08%,-30%) scale(0.24);
   }
}

#no {
	font-size: 10rem;
	height: auto;
	text-align: center;
	position: fixed;
	margin-top: 10vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	min-height: 10vh;
	min-width: 40vw;
}

.button-49, .button-49:after {
	font-family: 'Bebas Neue', sans-serif;
	background-color: #D9D9D9;
	border: 0;
	padding: 1rem 4rem;
	letter-spacing: 3px;
	color: black;
	border-radius: 0;
	outline: transparent;
	position: relative;
	-moz-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	font-size: 2.2rem;
	cursor: pointer;
	
}

.button-49:hover:after {
	animation: 0.751s glitch 10s;
	animation-timing-function: steps(4, end);
}

.button-49:after {
	--slice-0: inset(50% 50% 50% 50%);
	--slice-1: inset(80% -6px 0 0);
	--slice-2: inset(50% -6px 30% 0);
	--slice-3: inset(10% -6px 85% 0);
	--slice-4: inset(40% -6px 43% 0);
	--slice-5: inset(80% -6px 5% 0);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg,transparent 3%,#00e6f6 3%,#00e6f6 5%,#ff013c 5%);
	text-shadow: -3px -3px 0px #f8f005, 3px 3px 0px #00e6f6;
	-webkit-clip-path: inset(50% 50% 50% 50%);
	        clip-path: inset(50% 50% 50% 50%);
	-webkit-clip-path: var(--slice-0);
	        clip-path: var(--slice-0);
}

.button-49:after {
	content: attr(data-text);
}

@keyframes glitch {
	0% {
		-webkit-clip-path: var(--slice-1);
		        clip-path: var(--slice-1);
		transform: translate(-20px,-10px);
   }
	10% {
		-webkit-clip-path: var(--slice-3);
		        clip-path: var(--slice-3);
		transform: translate(10px,10px);
   }
	20% {
		-webkit-clip-path: var(--slice-5);
		        clip-path: var(--slice-5);
		transform: translate(-10px,10px);
   }
	30% {
		-webkit-clip-path: var(--slice-3);
		        clip-path: var(--slice-3);
		transform: translate(0px,5px);
   }
	40% {
		-webkit-clip-path: var(--slice-2);
		        clip-path: var(--slice-2);
		transform: translate(-5px,0px);
   }
	50% {
		-webkit-clip-path: var(--slice-3);
		        clip-path: var(--slice-3);
		transform: translate(5px,0px);
   }
	60% {
		-webkit-clip-path: var(--slice-4);
		        clip-path: var(--slice-4);
		transform: translate(5px,10px);
   }
	70% {
		-webkit-clip-path: var(--slice-2);
		        clip-path: var(--slice-2);
		transform: translate(-10px,10px);
   }
	80% {
		-webkit-clip-path: var(--slice-5);
		        clip-path: var(--slice-5);
		transform: translate(20px,-10px);
   }
	90% {
		-webkit-clip-path: var(--slice-2);
		        clip-path: var(--slice-2);
		transform: translate(-10px,0px);
   }
	100% {
		-webkit-clip-path: var(--slice-3);
		        clip-path: var(--slice-3);
		transform: translate(0);
   }
}

.text-container * {

margin: 0;
/*transition: all 1s ease-in-out;*/
}

@keyframes rotate {
	to {
		transform: rotate(360deg);
   }
}

@media only screen and (min-width: 3000px) {
	html {
		font-size: 30px;
   }
}

@media only screen and (max-width: 2900px) {
	html {
		font-size: 29px;
   }
}

@media only screen and (max-width: 2800px) {
	html {
		font-size: 28px;
   }
}

@media only screen and (max-width: 2700px) {
	html {
		font-size: 27px;
   }
}

@media only screen and (max-width: 2600px) {
	html {
		font-size: 26px;
   }
}

@media only screen and (max-width: 2500px) {
	html {
		font-size: 25px;
   }
}

@media only screen and (max-width: 2400px) {
	html {
		font-size: 24px;
   }
}

@media only screen and (max-width: 2300px) {
	html {
		font-size: 23px;
   }
}

@media only screen and (max-width: 2200px) {
	html {
		font-size: 22px;
   }
}

@media only screen and (max-width: 2100px) {
	html {
		font-size: 21px;
   }
}

@media only screen and (max-width: 2000px) {
	html {
		font-size: 20px;
   }
}

@media only screen and (max-width: 1900px) {
	html {
		font-size: 19px;
   }
}

@media only screen and (max-width: 1700px) {
	html {
		font-size: 18px;
   }
}

@media only screen and (max-width: 1600px) {
	html {
		font-size: 17px;
   }
}

@media only screen and (max-width: 1500px) {
	html {
		font-size: 16px;
   }
}

@media only screen and (max-width: 1400px) {
	html {
		font-size: 15px;
   }
}

@media only screen and (max-width: 1300px) {
	html {
		font-size: 14px;
   }
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 13px;
   }
}

@media only screen and (max-width: 1100px) {
	html {
		font-size: 12px;
   }
}

@media only screen and (max-width: 1000px) {
	html {
		font-size: 11px;
   }
}

@media only screen and (max-width: 900px) {
	html {
		font-size: 10px;
   }
}

@media only screen and (max-width: 800px) {
	html {
		font-size: 9px;
   }
}

@media only screen and (max-width: 700px) {
	html {
		font-size: 8px;
   }
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 7px;
   }
}

@media only screen and (max-width: 500px) {
	html {
		font-size: 6px;
   }
	p {
		font-size: 2rem;
   }
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 5px;
   }
	p {
		font-size: 2rem;
   }
}

@media only screen and (max-width: 300px) {
	html {
		font-size: 4px;
   }
	p {
		font-size: 2rem;
   }
}

@media only screen and (max-width: 200px) {
	html {
		font-size: 3px;
   }
	p {
		font-size: 2rem;
   }
}

@media only screen and (max-width: 100px) {
	html {
		font-size: 2px;
   }
	p {
		font-size: 2rem;
   }
}

@media screen and (min-width: 2000px) {
	body.impress-on-founder #founder {
		transform: translate(0,0) !important;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-founder #thrice {
		font-size: 25rem;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-founder #agency {
		font-size: 10rem;
		margin-top: 3rem;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-founder a {
		display: flex;
		align-self: center;
		margin: 6rem 0;
		flex-wrap: nowrap;
   }
	body.impress-on-owner #owner {
		transform: rotate(180deg) translate(0,78%) !important;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-owner #thrice {
		font-size: 25rem;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-owner #agency {
		font-size: 10rem;
		margin-top: 3rem;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-owner a {
		display: flex;
		align-self: center;
		margin: 6rem 0;
		flex-wrap: nowrap;
   }
	body.impress-on-public #home {
		transform: rotate(-90deg) scale(0.5) translate(-80rem,-155rem) !important;
		display: flex;
		flex-direction: column;
		width: 100vw;
		/*transition: all 1.25s ease-out;*/
		justify-content: center;
   }
	body.impress-on-public #public {
		transform: rotate(-90deg) translate(0,0%) !important;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-public #thrice {
		font-size: 25rem;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-public #agency {
		font-size: 10rem;
		margin-top: 3rem;
		/*transition: all 1.25s ease-out;*/
   }
	body.impress-on-public a {
		display: flex;
		align-self: center;
		margin: 6rem 0;
		flex-wrap: nowrap;
   }
}

@media (max-width: 600px) {
	.step {
		width: 90vw;
   }
	 
	#home {
		height: 28%!important;
	}
	.step h1 {
		font-size: 7rem;
   }
	 .step p {
		font-size: 3rem;
   }
	.step button {
		font-size: 6rem;
   }
	
	.button-49{
		margin: 3rem 0;
		font-size: 3.5rem;
		
	}
	.pages{
		flex-direction: column;
		align-items: stretch;
		width: 50vw;
		font-size: 4rem;
	}
	.container {
		bottom: 15%;
		
		width: 100%;
		justify-content: center!important;
	}
	.step button{
		font-weight: 600;
		font-size: 3rem;
		-webkit-text-decoration: none;
		text-decoration: none;
	}
	#logo{
		width: 100%!important;
		height: 100%!important;
		padding: 0!important;
		left: 0!important;
	}
}

@media (--screen-lg) {
	.widget-title {
		font-size: var(--size-lead-desktop);
		line-height: var(--lineheight-lead-desktop);
   }
}

@media (--screen-lg) {
	.widget-item:first-of-type {
		margin: 30px 0;
   }
}

@media (--screen-lg) {
	.widget-item {
		margin: 30px 0;
   }
}

.header {
  border-bottom: solid 1px var(--color-gray-light);
}

.header figure {
    display: flex;
  }

.footer {
  border-top: solid 1px var(--color-gray-light);
}

.wordpressify-sample {
  max-width: calc(100% - 64px);
  border: dashed 1px var(--color-info);
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 0 0 12px rgba(6, 182, 212, 0.1);
}

@media (--screen-lg) {

.wordpressify-sample {
    max-width: 620px;
    padding: 40px;
}
  }

.wordpressify-sample .wp-block-heading {
    margin: 20px 0;
    border-top: dashed 1px var(--color-info);
    border-bottom: dashed 1px var(--color-info);
    position: relative;
  }

.wordpressify-sample .wp-block-heading::before,
    .wordpressify-sample .wp-block-heading::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 1px;
      height: calc(100% + 40px);
      border-right: dashed 1px var(--color-info);
      transform: translateY(-50%);
    }

.wordpressify-sample .wp-block-heading::before {
      left: 20px;
    }

.wordpressify-sample .wp-block-heading::after {
      right: 20px;
    }

.wordpressify-sample .wp-block-heading.block-editor-rich-text__editable::before,
      .wordpressify-sample .wp-block-heading.block-editor-rich-text__editable::after {
        display: none;
      }

.wordpressify-sample p {
    margin: 0;
    padding: 20px 0 0 0;
  }

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