@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: 'VarelaRound', sans-serif;
	color: white;
	} 

/*Navigation Menu*/
#showcaseLink {
	color: #9824c3;
}

#myDropdown3 a:nth-child(5) {
	color: #9824c3;
}

.projects .dropbtn svg {
	display: none;
}

.projects .dropdown-content {
	display: none;
}

#digital-imaging-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#digital-imaging-section-2 {
	padding-top: 150px;	
}


#digital-imaging-section-2, #digital-imaging-section-3, #digital-imaging-section-4, #digital-imaging-section-5 {
    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/Digital Imaging/fantasyworld.jpg");
	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;
	text-wrap: pretty;
}

.dimmer-studio {
	top: 0 !important;
	z-index: 1 !important;
	height: 100vh !important;
	
} 	

.colour-overlay {
	position: absolute;
	background-color: rgba(34,25,72,.5);
background-image: linear-gradient(to bottom, rgba(17, 42, 111, 1), rgba(17, 42, 111, .7));	
	width: 100%;
	height: 100%;
backdrop-filter: blur(2px);	

}

.colour-replacement-section, .beauty-retouching-section, .photoshop3d-section, .my-fantasy-world-section {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}

.colour-replacement-section table, .beauty-retouching-section table {
    border-spacing: 0px 30px;
}

.colour-replacement-section table h2, .beauty-retouching-section table h2 {
	color: #fff;
	text-align: left;
}

.colour-replacement-section table td, .beauty-retouching-section table td {
    padding: 0;
}

.colour-replacement-section table img, .beauty-retouching-section table img {
	display: block;
	width: 100%;
		box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
	border-radius: 3px;	
}

.colour-replacement-section svg, .beauty-retouching-section svg {
	padding: 0 30px;
	width: 100%;
}

.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 */
}


.photoshop3d-section .row {
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
  margin-top: 30px;
}

.row .column img {
	width: 100%;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
	border-radius: 3px;	
}

.photoshop3d-section .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.my-fantasy-world-section .row {
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
  margin-top: 30px;
}

.my-fantasy-world-section .column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@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;
}
	
#digital-imaging-section-2 {
		padding-top: 10vw;
	}	
	
.colour-replacement-section svg, .beauty-retouching-section svg {
    padding: 0 2vw;

}	
		
}

/*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;
	}

	#digital-imaging-section-2, #digital-imaging-section-3, #digital-imaging-section-4, #digital-imaging-section-5 {
	padding: 10vw 20px 20px 20px;
    gap: 20px;            
	}
	
	#digital-imaging-section-5 {
		padding-bottom: 60px;
	}
	
.colour-replacement-section table, .beauty-retouching-section table {
    border-spacing: 0px 20px;
}	
	

}

@media (pointer: coarse) {
    #showcaseLink {
        pointer-events: none;
    }
}
