@charset "utf-8";
/* CSS Document */

html {
  	scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

#canvas {
	z-index: 10;
}

/* Desktop */
@font-face {
	font-family: 'VarelaRound';
	font-style: normal;
	src: url("../fonts/VarelaRound.woff2") format('woff2');
}	

/* Font styles*/
h1 {
    margin: 0;
    font-family: 'VarelaRound';
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 500;
    color: #A7D596;
    letter-spacing: 5px;
    text-align: center;
	
}

h2 {
	margin: 0;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #9824c3;
	font-weight: 500;
}

h3 {
	margin: 0;
	font-family: 'VarelaRound';	
	font-size: 1.3em;
	font-weight: 300;
	color: #fff;
	
}

h4 {
	margin: 0;
	font-family: 'VarelaRound';	
	font-size: 1.2em;
	text-align: center;
	font-weight: 500;
	color: #fff;
	
}

h5 {
	margin: 0;
	font-size: 1em;
	text-align: center;
	color: #221948;
}

p {
	font-family: 'VarelaRound';
   margin: 0;
   font-size: .8em;
	letter-spacing: .05em;
	line-height: 1.8em;
	color: #fff;
	align-self: center;
	text-wrap: pretty;
}

body {
	margin: auto;
	background-image: url("../imgs/background.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'Varela Round', sans-serif;
	color: white;
	} 

/*Navigation Menu*/
#showcaseLink {
	color: #9824c3;
}

#myDropdown3 a:nth-child(1) {
	color: #9824c3;
}

.projects .dropbtn svg {
	display: none;
}

.projects .dropdown-content {
	display: none;
}

#posters-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#posters-section-2 {
	padding-top: 150px;
}

#posters-section-2, #posters-section-3, #posters-section-4, #posters-section-5, #posters-section-6 {
    position: relative;
    display: grid;
    height: fit-content;
    padding: 100px 40px;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 0;
    gap: 40px;
}

.banner {	
	position: relative;
	background-image: url("../imgs/Showcase/Posters/header_posters.png");
	background-size: cover;
	background-position: center;	
width: 100%;
    height: fit-content;
	min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    z-index: 0;
}

.banner-text {	
    max-width: 1024px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
margin: 150px 50px 50px 50px;
	text-align: center;
	z-index: 1;
}

.dimmer-studio {
	top: 0 !important;
	z-index: 1 !important;
	height: 100vh !important;
	
} 	

.colour-overlay {
	position: absolute;
	background-color: rgba(34,25,72,.7);
background-image: linear-gradient(to bottom, rgba(44, 114, 52, 1), rgba(44, 114, 52, .7));	
	width: 100%;
	height: 100%;
backdrop-filter: blur(3px);	

}


.category {
	position: relative;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: VarelaRound;
	color: #F2FF99;	
	text-align: left;
	text-decoration: none;
}

.category::after {
	content: "";
	position: absolute;
	left: 0;
 bottom: -2px; /* Adjust the vertical position */
  height: 2px; /* Adjust the height of the underline */
  width: 100%;
  background-color: #F2FF99; /* Adjust the color of the underline */
  border-radius: 2px; /* Adjust the border-radius for rounded caps */
}

.typography-healthy-fruits-section .row {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
  margin-top: 30px;
}

.row .column img {
	width: 100%;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
	border-radius: 3px;	
}

.typography-healthy-fruits-section .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.my-typographic-portraits-section .row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  margin-top: 30px;
}

.my-typographic-portraits-section .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.holidays-section .row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  margin-top: 30px;
}

.holidays-section .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.isodrawing-section {
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
}

.isodrawing-section .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.other-posters-section {
  display: grid;
  gap: 30px;
  /*margin-top: 30px;*/
}

.other-posters-section .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.other-posters-section .row {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 30px;
}

.row-screen-640 {
	display: none;
}


/*Middle size*/
@media only screen and (max-width: 1024px) {
/* Font styles*/
h1 {

    font-size: 1.3em;
    letter-spacing: 5px;
}

h2 {

	font-size: 1.3em;

}

h3 {
	/*font-size: 1.1em;*/
	font-size: .7rem;
	
}

h4 {
	font-size: 1em;	
}

h5 {

	font-size: .75em;

}

p {

   font-size: .75em;
	letter-spacing: .05em;
	line-height: 2em;
}
	
	#posters-section-2 {
		padding-top: 10vw;
	}

.other-posters-section .row {
    grid-template-columns: auto auto auto;

}	
		
}

/*Mobile size*/
@media only screen and (max-width: 640px) {
/* Font styles*/
h1 {

    font-size: 1.3em;
    letter-spacing: 5px;
}

h2 {

	font-size: 1.3em;

}

h3 {
	font-size: 1.1em;
	
}

h4 {
	font-size: 1em;	
}

h5 {

	font-size: .75em;

}

p {

   font-size: .75em;
	letter-spacing: .05em;

}
	
	.banner {
		height: fit-content;
	}	
	
.banner-text {
	margin: 0;
	width: 100%;
	    padding: 200px 20px 60px 20px;
	}
	
#posters-section-2, #posters-section-3, #posters-section-4, #posters-section-5, #posters-section-6 {
padding: 10vw 20px 60px 20px;
    gap: 20px;
}	
	
	#showcase-content {
		margin: 0;
	}	
	
	.showcase-row-1, .showcase-row-2 {
		flex-direction: column;
		
	}	
	
.showcase-categories {
    width: 100%;
}	
	
.typography-healthy-fruits-section .row  {
		display: none;
	}	
	
	.typography-healthy-fruits-section .row-screen-640 {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}	
	
.typography-healthy-fruits-section .row-screen-640 .column {
    display: grid;
    grid-template-columns: auto auto;
	gap: 20px;
}	
	
.typography-healthy-fruits-section .row-screen-640 .column:first-child {
		display: block;
	  margin-top: 30px;
	}	
	
.typography-healthy-fruits-section .row-screen-640 .column:last-child {
	display: flex;
	width: 100%;
    align-items: center;
	}		
	
.row-screen-640 .column img {
    width: 100%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
    border-radius: 3px;
}	
	
.row-screen-640 .column:last-child img {
    width: calc(50% - 10px);
    box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
    border-radius: 3px;
	
	}
	
.my-typographic-portraits-section .row {
    gap: 20px;
}	
	
.holidays-section .row {
	grid-template-columns: auto;
    gap: 20px;	
	}	
	
	.holidays-section .column {
		gap: 20px;
	}	
	
.other-posters-section .row {
    grid-template-columns: auto auto;
	gap: 20px;
}	
	
/*.showcase-row-1 .showcase-label, .showcase-row-2 .showcase-label {
	width: 100%;
	height: 100%;
		backdrop-filter: blur(0px);	
	opacity: 1;
background-color: rgba(34,25,72, .5);	

} */
		
.showcase-row-1 .showcase-label > p,
.showcase-row-2 .showcase-label > p {
		text-shadow: 2px 2px 1px rgba(0,0,0, .75);
}	
	
	.showcase-label p {
		font-size: 6vw;
	}	

}

@media (pointer: coarse) {
    #showcaseLink {
        pointer-events: none;
    }
}
