@charset "utf-8";
/*@font-face {
font-family: "ivyora-display", serif;
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "ivyora-display", serif;
font-weight: 500;
font-style: italic;
}

@font-face{
	font-family: "owners", sans-serif;
font-weight: 700;
font-style: normal;
}*/

body {
	margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.menu {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	justify-content: space-around;
	background: white;
	padding: 1%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	list-style: none;
	font-family: "ivyora-display", serif;
	font-weight: 500;
	font-style: italic;
	font-size: clamp(1rem, 2vw, 1.5rem);
	color: #231F20;
	z-index: 20;
}

a {
  color: #231F20;
  text-decoration: none;
	transition: 0.4s ease;
}
a:hover {
  color: #5b79ff;
	transition: 0.4s ease;
}

/* Initial state */
.page {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Enter animation */
.page.enter {
  opacity: 1;
  transform: translateY(0);
}

/* Leave animation */
.page.leave {
  opacity: 0;
  transform: translateY(-50px);
}

#logo{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 6rem;
}

.JS img{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  height: auto;
  width: 70%;
  position: relative;
  top:-2rem;
  z-index: 3;
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.video-rect{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 3rem;
	padding-right: 3rem;
}

video {
  height: auto;
  width: 14%;
}

#about{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100vh;
	background-color: #5b79ff;
}

#about p{
	padding: 0;
	margin: 0;
}

#about h2{
	padding-top: 6%;
	padding-bottom: 1%;
	margin: 0;
}

.flip-card {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
	background-color: transparent;
	height: 60%;
	width: 60%;
	border-radius: 5rem;
	perspective: 100rem;
	transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 1s;
}

.flip-card-front {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 2rem;
	gap: 2rem;
	background-color: #fcfcfc;
	border-radius: 5rem;
}
.flip-card-front img[src="img/Asset (5).png"]{
	height: auto;
	width: 12%;
	position: absolute;
	top: -6%;
	right: 3%;
}
.flip-card-front img[src="img/Asset (7).png"]{
	height: auto;
	width: 9%;
	position: absolute;
	top: 12%;
	right: -3%;
	transform: rotate(5deg);
}
.flip-card-front img[src="img/Asset (8).png"]{
	height: auto;
	width: 15%;
	position: absolute;
	top: 70%;
	left: -3%;
	transform: rotate(-8deg);
}

.flip-card-front img{
	height: inherit;
	width: auto;
	border-radius: 4rem;
}

.text-flip{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
  	align-items: flex-start;
	padding-left: 1rem;
	max-width: 50%;
	min-width: 20%;
	height: auto;
}

.HI{
  font-size: clamp(4rem, 10vw, 16rem);
  width: 100%;
  text-align: left;
  font-family: "ivyora-display", serif;
	font-weight: 500;
	font-style: italic;
  color: #5b79ff;
}

.intro{
	font-size: clamp(0.5rem, 1.5vw, 1.5rem);
	z-index: 2;
	text-align: left;
	font-family: 'Owners Medium';
	color: #231F20;
	padding-top: 1.5rem;
	 width: 100%;
}

.flip-card-back {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 2rem;
	gap: 2rem;
	background-color: #fcfcfc;
	border-radius: 5rem;
	transform: rotateX(180deg);
}

.flip-card-back img{
	height: inherit;
	width: auto;
	border-radius: 4rem;
}

.text-flip2{
	display: flex;
	flex-direction: column;
	justify-content: center;
  	align-items: flex-start;
	padding-left: 1rem;
	max-width: 50%;
	min-width: 20%;
	height: auto;
}

.text-flip2 p{
	font-size: clamp(0.5rem, 1.5vw, 1.5rem);
	z-index: 2;
	width: 100%;
	text-align: left;
	font-family: "Owners Medium";
	color: #231F20;
}

.text-flip2 h2{
	font-size: clamp(1rem, 1.5vw, 2rem);
	z-index: 2;
	width: 100%;
	text-align: left;
	font-family: "ivyora-display", serif;
	font-weight: 500;
	font-style: italic;
	color: #5b79ff;
}

.flip-card:hover .flip-card-back {
  transform: rotateX(0deg);
}

.flip-card:hover .flip-card-front {
  transform: rotateX(-180deg);
}


#portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
	padding-top: 15rem;
}

.sticker{
	display: flex;
	justify-content: center;
  	align-items: center;
	flex-wrap: wrap;
	position: fixed;
	height: 80vh;
	width: 87%;
}

.sticker img[src="img/Asset (3).png"]{
	height: auto;
	width: 7%;
	position: absolute;
	top: -20%;
	left: 30%;
}
.sticker img[src="img/Asset (2).png"]{
	height: auto;
	width: 7%;
	position: absolute;
	top: -5%;
	right: 10%;
}
.sticker img[src="img/Asset (6).png"]{
	height: auto;
	width: 15%;
	position: absolute;
	top: 44%;
	left: 6%;
}
.sticker img[src="img/Asset (4).png"]{
	height: auto;
	width: 4.5%;
	position: absolute;
	top: 74%;
	right: 34%;
	transform: rotate(-10deg);
}

/* Folder */
.folder {
  position: relative;
  cursor: pointer;
	width: 30%;
  height: auto;
}


/* Main folder image */
.folder-cover {
	position: relative;
	 display: flex;
  	justify-content: center;
  	z-index: 2;
	transition: transform 0.5s ease;
}

.folder-cover img {
  width: 100%;
  height: auto;
}

.folder-inside {
  position: absolute;
  top: 5%;
  left: 10%;
  width: auto;
  height: 100%;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: 1;
}

.folder-inside img {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 55%;
	width: auto;
  transform: translateY(1rem);
  transition: transform 0.5s ease;
}

.folder-cover:hover {
	transition: transform 0.5s ease;
	transform: rotate(2deg);
}

/* HOVER → peek */
.folder:hover .folder-inside a:nth-child(1) img {
  transform: translate(-6%, -30%) rotate(-5deg);
}
.folder:hover .folder-inside a:nth-child(2) img {
  transform: translate(20%, -40%) rotate(-2deg);
}
.folder:hover .folder-inside a:nth-child(3) img {
  transform: translate(30%, -15%) rotate(5deg);
}

/* CLICK → open state */
.folder.open .folder-inside a:nth-child(1) img {
  transform: translate(-130%, -55%) rotate(-8deg);
}
.folder.open .folder-inside a:nth-child(1) img:hover {
  transform: translate(-130%, -55%) rotate(-14deg);
}

.folder.open .folder-inside a:nth-child(2) img {
  transform: translate(60%, -125%) rotate(5deg);
}
.folder.open .folder-inside a:nth-child(2) img:hover{
  transform: translate(60%, -125%) rotate(10deg);
}

.folder.open .folder-inside a:nth-child(3) img {
  transform: translate(170%, -15%) rotate(8deg);
}
.folder.open .folder-inside a:nth-child(3) img:hover{
  transform: translate(170%, -15%) rotate(14deg);
}

.folder.open .folder-inside {
  pointer-events: auto; /* enable when folder is open */
}


/* Portfolio name */
.name {
  font-size: clamp(1rem, 2vw, 1.5rem);
  z-index: 2;
  text-align: center;
  font-family: "Owners Medium", sans-serif;
  color: #231F20;
}

#contact{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: nowrap;
	padding: 5rem;
	padding-top: 10rem;
}
.sticker2{
	display: flex;
	justify-content: center;
  	align-items: center;
	flex-wrap: wrap;
	position: fixed;
	height: 80vh;
	width: 87%;
	z-index: 0;
}

.sticker2 img[src="img/Asset (5).png"]{
	height: auto;
	width: 8%;
	position: absolute;
	top: -5%;
	right: 9%;
}
.sticker2 img[src="img/flower.png"]{
	height: auto;
	width: 5%;
	position: absolute;
	top: 8%;
	right: 4%;
	transform: rotate(5deg);
}
.sticker2 img[src="img/create-contact.png"]{
	height: auto;
	width: 12%;
	position: absolute;
	top: 43%;
	left: 24%;
	transform: rotate(-15deg);
}

#contact p{
	padding: 0;
	margin: 0;
}

#contact a{
	text-decoration: none;
	transition: 0.4s ease;
}

#contact a:hover{
	text-decoration: none ;
	transition: 0.4s ease;
}

.text{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	z-index: 2;
}

.contact-title{
	font-size: clamp(4rem, 8vw, 15rem);
	padding-top: 1rem;
	text-align: left;
	font-family: "owners", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #231F20;
}

.contact-text{
	font-size: clamp(0.7rem, 2vw, 1.5rem);
  width: auto;
  text-align: left;
  font-family: "Owners Medium";
  color: #231F20;
}

#video-me{
	width: 30%;
	height: auto;
	margin-right: 7rem;
	border-radius: 4rem;
}

header{
  display: flex;
  justify-content: center;
	align-content: center;
  height: auto;
  width: 100%;
  padding-top: 5rem;
	padding-bottom: 2rem;
}

.copyright{
	font-size: clamp(0.5rem, 2vw, 1rem);
  z-index: 2;
  text-align: center;
  font-family: "Owners Medium";
  color: #231F20;
}



@media (max-width: 500px){	
#logo{
	padding-top: 2rem;
	padding-bottom: 5rem;
}
.video-rect{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
video {
	padding-top: 2rem;
  height: auto;
  width: 45%;
}
.JS img{
	top: 1rem;
	padding: 1rem;
	padding-bottom: 0rem;;
	width: 90%;
}

#about{
	padding-bottom: 2rem;
}
.flip-card {
	height: 70%;
	width: 60%;
	border-radius: 2rem;
}
.flip-card-front img[src="img/Asset (5).png"]{
	height: auto;
	width: 22%;
	position: absolute;
	top: -4%;
	right: 4%;
}
.flip-card-front img[src="img/Asset (7).png"]{
	height: auto;
	width: 15%;
	position: absolute;
	top: 12%;
	right: -5%;
	transform: rotate(5deg);
}
.flip-card-front img[src="img/Asset (8).png"]{
	height: auto;
	width: 28%;
	position: absolute;
	top: 79%;
	left: -8%;
	transform: rotate(-8deg);
}
.text-flip{
	padding-left: 0rem;
	max-width: 100%;
}	
.flip-card {
	border-radius: 2rem;	
}
.flip-card-front {
	padding: 1.5rem;
	border-radius: 2rem;
	gap: 0rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.flip-card-front img{
	border-radius: 1rem;
	height: 55%;
	width: 100%;
	object-fit: cover;
}
.HI{
  font-size: clamp(5rem, 10vw, 10rem);
}
.intro{
	font-size: clamp(1rem, 2vw, 2rem);
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.flip-card-back {
	padding: 1.5rem;
	border-radius: 2rem;
	gap: 0rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	transform: rotateY(180deg);
}
.flip-card-back img{
	border-radius: 1rem;
	margin-top: 1rem;
	height: 45%;
	width: 100%;
	object-fit: cover;
}
.text-flip2{
	padding-left: 0rem;
	max-width: 100%;
}
.text-flip2 p{
	font-size: clamp(1rem, 2vw, 2rem);

}
.text-flip2 h2{
	font-size: clamp(1rem, 2vw, 4rem);
}
.flip-card:hover .flip-card-back {
  transform: rotateY(0deg);
}
.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
}

#portfolio {
	padding-top: 15rem;
	padding-bottom: 0rem;
	height: 70vh;
}
.sticker img[src="img/Asset (3).png"]{
	height: auto;
	width: 18%;
	position: absolute;
	top: -25%;
	left: 13%;
}
.sticker img[src="img/Asset (2).png"]{
	height: auto;
	width: 18%;
	position: absolute;
	top: -5%;
	right: 0%;
}
.sticker img[src="img/Asset (6).png"]{
	height: auto;
	width: 30%;
	position: absolute;
	top: 80%;
	left: 0%;
}
.sticker img[src="img/Asset (4).png"]{
	height: auto;
	width: 14%;
	position: absolute;
	top: 75%;
	right: 5%;
	transform: rotate(-10deg);
}

.folder {
  position: relative;
  cursor: pointer;
	width: 65%;
  height: auto;
  margin-top: 9rem;
}

.folder:hover .folder-inside a:nth-child(3) img {
  transform: translate(4rem, -3rem) rotate(5deg);
}
/* CLICK → open state */
.folder.open .folder-inside a:nth-child(1) img {
  transform: translate(-30%, -235%) rotate(-8deg);
}
.folder.open .folder-inside a:nth-child(1) img:hover {
  transform: translate(-30%, -235%) rotate(-14deg);
}

.folder.open .folder-inside a:nth-child(2) img {
  transform: translate(80%, -360%) rotate(5deg);
}
.folder.open .folder-inside a:nth-child(2) img:hover{
  transform: translate(80%, -360%) rotate(10deg);
}

.folder.open .folder-inside a:nth-child(3) img {
  transform: translate(60%, -120%) rotate(8deg);
}
.folder.open .folder-inside a:nth-child(3) img:hover{
  transform: translate(60%, -120%) rotate(14deg);
}

#contact{
	flex-wrap: wrap;
	padding: 3rem;
	padding-top: 0rem;
}
.sticker2 img[src="img/Asset (5).png"]{
	height: auto;
	width: 17%;
	position: absolute;
	top: 34%;
	right: 24%;
	transform: rotate(100deg);
}
.sticker2 img[src="img/flower.png"]{
	height: auto;
	width: 14%;
	position: absolute;
	top: 44%;
	right: 10%;
	transform: rotate(5deg);
}
.sticker2 img[src="img/create-contact.png"]{
	height: auto;
	width: 30%;
	position: absolute;
	top: 90%;
	left: -8%;
	transform: rotate(-15deg);
}
.contact-title{
	font-size: clamp(4rem, 6vw, 16rem);
	padding-top: 0rem;
	margin-top: 3rem;
}

.contact-text{
	font-size: clamp(1rem, 2vw, 3rem);
}
#video-me{
	width: 100%;
	height: auto;
	margin-right: 0rem;
	margin-top: 2rem;
	border-radius: 2rem;
}

header{
  padding-top: 0rem;
}

}

@media (min-width: 501px) and (max-width: 1000px){
#logo{
	padding-top: 4rem;
}

.JS img{
	top: -1rem;
	padding-bottom: 1rem;
}

.text-flip{
	padding-left: 0rem;
}
	
.flip-card {
	border-radius: 3rem;	
}

.flip-card-front {
	padding: 1.5rem;
	border-radius: 3rem;
}

.flip-card-front img{
	border-radius: 2rem;
}

.flip-card-back {
	padding: 1.5rem;
	border-radius: 3rem;
}

.flip-card-back img{
	border-radius: 2rem;
}

.flip-card:hover .flip-card-back {
  transform: rotateX(0deg);
}

.flip-card:hover .flip-card-front {
  transform: rotateX(-180deg);
}

#portfolio {
	padding-top: 10rem;
	padding-bottom: 0rem;
}
	
.folder:hover .folder-inside a:nth-child(3) img {
  transform: translate(4rem, -3rem) rotate(5deg);
}

#contact{
	padding-bottom: 5rem;
	padding-left: 3rem;
}
#video-me{
	width: 30%;
	height: auto;
	margin-right: 3rem;
	margin-left: 2rem;
	border-radius: 3rem;
}
}