/* ==========================================================================
   ERA: 1987 — "The Neon Future"
   Synthwave grid, neon gradients, glowing text, dark starfield backdrop.
   ========================================================================== */

:root {
  --mw-bg: #0d0221;
  --mw-text: #f5f0ff;
  --mw-text-muted: #b09ce0;
  --mw-accent: #ff2ee0;
  --mw-surface: #1a0b33;
  --mw-border: #4a2e7a;

  --mw-font-heading: "quatro", sans-serif;
  --mw-font-body: "Rajdhani", system-ui, sans-serif;

  --mw-radius: 6px;
}

body.era-1987 {
 
 
 }

::selection {
  color: #ffffff;          /* Text color */
  background-color: #00c4ff; /* Highlight background color */
}



/*=====================================================================================================*/
/*======================================================================== NAVIGATION BAR ==============*/
/*=====================================================================================================*/

.navigation {
	background-color: transparent;
}
.navigation #nav-welcome  {
	background-image: url('../assets/1987/icon-logo.png');
	-webkit-filter: drop-shadow(2px 2px 20px #000000);
}

.navigation #nav-services  {
	background-image: url('../assets/1987/icon-services.png');
	-webkit-filter: drop-shadow(2px 2px 20px #000000);
}

.navigation #nav-about  {
	background-image: url('../assets/1987/icon-about.png');
	-webkit-filter: drop-shadow(2px 2px 20px #000000);
}

.navigation #nav-contact {
	background-image: url('../assets/1987/icon-contact.png');
	-webkit-filter: drop-shadow(2px 2px 20px #000000);
}
.navigation #nav-clients {
	background-image: url('../assets/1987/icon-clients.png');
	-webkit-filter: drop-shadow(2px 2px 20px #000000);
}


.navigation #nav-work {
	background-image: url('../assets/1987/icon-work.png');
	-webkit-filter: drop-shadow(2px 2px 20px #000000);
}



/*=====================================================================================================*/
/*======================================================================== WELCOME slide ==============*/
/*=====================================================================================================*/
.hero-headlines {
	margin-top: -240px;
}
h1 {
	font-size: 5em;
	color: #ff00e6;
	font-family: "quatro", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	background-image: -webkit-linear-gradient(#378DBC 0%, #B6E8F1 46%, #ffffff 50%, #32120E 54%, #FFC488 58%, #582C11 90%, #EC9B4E 100%);
	background-image: linear-gradient(0deg, rgba(255,229,252,1) 0%, rgba(255,0,230,1) 42%, rgba(225,3,221,1) 44%, rgba(37,25,166,1) 48%, rgba(212,93,240,1) 49%, rgba(91,98,241,1) 52%, rgba(31,35,181,1) 54%, rgba(11,209,255,1) 57%, rgba(22,204,246,1) 64%, rgba(127,231,255,1) 70%, rgba(216,248,255,1) 92%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 3px #d8f8ff;
	text-align: center;
	line-height: 1em;
   
}
h1.greeting {
	font-family: "sarah-script", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	font-size: 9em;
	-webkit-text-fill-color: #ff00e6;
	-webkit-text-stroke: 0px #f5f5f5;
	-webkit-text-stroke: none;
	transform: rotate(-5deg);
	background-image: -webkit-linear-gradient(#FF0FF8 0%,  #F9F9F7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	margin-bottom: -40px;
	-webkit-filter: drop-shadow(2px 2px 20px #f008b7);
}

h1.idesign {
	font-family: "changeling-neo", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.75em;
	-webkit-text-fill-color: white;
	-webkit-text-stroke: 0px #f5f5f5;
}



/*=====================================================================================================*/
/*======================================================================== ABOUT slide ==============*/
/*=====================================================================================================*/


#about {
	background-color: transparent;
	
}

.card-aboutme {
 background-color: rgba(0, 0, 0, 0.75);
 padding: 30px;
 border: 1px solid #ff00ea;
}

.card-aboutme h1 {
margin-bottom: 60px;
margin-top: 30px;
}

.card-aboutme h2 {
	margin-bottom: 30px;
	margin-top: 30px;
	color: #ff00ea;
	font-size: 1.5em;
	line-height: 1em;
	font-family: "Geist Pixel", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
	"ELSH" 0;
}


#about p {
	color: #fff;
	max-width: 900px;
	font-size: 1.3em;
	line-height: 1.45em;
	text-align: left;
	margin-bottom: 15px;
		font-family: "Geist Pixel", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "ELSH" 0;
}
#about p a {
	color: #8de0fa;
	text-decoration: none;
}





/*=====================================================================================================*/
/*======================================================================== SERVICES slide ====*/
/*=====================================================================================================*/



#services {
	background-color: transparent;
	
}
.card-services h1 {
	margin-top: 90px;
}
.card-services ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    margin-top: 90px;
}
.card-services ul li {
	color: #fff;
	font-family: "quatro", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.5em;
	-webkit-filter: drop-shadow(2px 2px 20px #f008b7);
	text-align: center;
}

.card-services ul li.website {
	background-image: url('../assets/1987/icon-webdesign.png');
}

.card-services ul li.branding {
	background-image: url('../assets/1987/icon-branding.png');
}

.card-services ul li.marketing {
	background-image: url('../assets/1987/icon-email.png');
}
.card-services ul li.fractional {
	background-image: url('../assets/1987/icon-brandstrategy.png');
}





/*=====================================================================================================*/
/*======================================================================== CLIENT EXPERIENCE slide ====*/
/*=====================================================================================================*/




#client-experience {
	background-color: transparent;
	
}

#client-experience p {
	text-align: center;
	color: #fff;
	font-family: "quatro", sans-serif;
	
}
.card-clients {
	margin-top: 60px;
}


.card-clients {

	padding: 90px;
	padding-top: 90px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 90px;
	
	grid-row-gap: 60px;
	
}


.card-clients li {
	padding-left: 45px;
	padding-right: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}




.card-clients img {
	max-width: 250px;
	-webkit-filter: drop-shadow(2px 2px 20px #f008b7);
}





/*=====================================================================================================*/
/*======================================================================== WORK slide =================*/
/*=====================================================================================================*/



#work {
	background-color: transparent;
	padding-bottom: 60px;
	
}
#work h1 {
	margin-top: 60px;
}
.card-services ul {

}
.card-work {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	margin-top: 90px;
}

.card-work li  {	
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	 border: 1px solid rgba(255, 0, 234, 0.62);
	 -webkit-filter: drop-shadow(2px 2px 20px #f008b7);
}

.card-work li a {	
	color: #fff;
	font-family: "quatro", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1.5em;
	transition: all .75s ease-in-out;
}
.card-work li a:hover {
	
}
.card-work li img {
	    opacity: 0.75;
}
.card-work li a  {
	position: relative;
	z-index: 0;
}
.card-work li a:after {
	content: ' ';
	display: block;
	height: 100%;
	width: 100%;
	background-color: transparent;
	background-image: url('../assets/1987/bg-interlaceblack.png');
	background-position: center center;
	background-size: 1366px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	z-index: 1000;
	
}


/*===========================Modal for Service =======*/
.mw-modal-close {
    position: absolute;
    top: 20px !important;
    right: 45px !important;
    width: 42px !important;
    height: 45px !important;
    border-radius: 50%;
    border: none !important;
    background: transparent !important;
    color: #ff2ee0 !important;
    font-size: 5em !important;
    line-height: 1;
    cursor: pointer;
}

#mw-service-modal, #mw-work-modal {
    max-width: none;
    height: 95vh;
    max-height: 95vh;
        top: auto;
  
}



#mw-service-modal h2, #mw-work-modal h2 {
	font-size: 5em;
	color: #ff00e6;
	font-family: "quatro", sans-serif;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	background-image: -webkit-linear-gradient(#378DBC 0%, #B6E8F1 46%, #ffffff 50%, #32120E 54%, #FFC488 58%, #582C11 90%, #EC9B4E 100%);
	background-image: linear-gradient(0deg, rgba(255, 229, 252, 1) 0%, rgba(255, 0, 230, 1) 42%, rgba(225, 3, 221, 1) 44%, rgba(37, 25, 166, 1) 48%, rgba(212, 93, 240, 1) 49%, rgba(91, 98, 241, 1) 52%, rgba(31, 35, 181, 1) 54%, rgba(11, 209, 255, 1) 57%, rgba(22, 204, 246, 1) 64%, rgba(127, 231, 255, 1) 70%, rgba(216, 248, 255, 1) 92%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 3px #d8f8ff;
	text-align: left;
	line-height: 1em;
	margin-bottom: 30px;
	
}

.mw-service-overview {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 15px; 
	font-family: "Geist Pixel", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings:
	"ELSH" 0;
	text-align: left;
}



.mw-work-role span, .mw-work-industry span, .mw-work-services span, .mw-work-platform span   {
	font-family: "changeling-neo", sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.mw-work-role, .mw-work-industry, .mw-work-services, .mw-work-platform  {
	font-family: "Geist Pixel", sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #8de0fa;
	text-transform: none;
	margin-bottom: 30px;
	
}

.mw-work-overview h3 {
	color: #8de0fa;
}


.mw-work-overview {
	font-family: "Geist Pixel", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "ELSH" 0;
	font-size: 1.5em;
	color: #fff;
}
.mw-work-live-link {
    display: block;
    font-family: "changeling-neo", sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #ff2ee0;
    text-align: center;
    margin-top: 60px;
    padding: 15px;
    text-transform: uppercase;

}
.mw-work-live-link img.emoji {
    display: none !important;
}

.column-metacontent {
	border: 1px solid rgba(255, 47, 224, 0.5);
	padding: 15px;	
	background-color: rgba(0, 0, 0, 0.25);
}


/*=====================================================================================================*/
/*======================================================================== CONTACT slide ==============*/
/*=====================================================================================================*/
#contact {
	background-color: transparent;
	
}

.card-contact {
 background-color: rgba(0, 0, 0, 0.75);
 padding: 30px;
 border: 1px solid #ff00ea;
 color: #fff;
 -webkit-filter: drop-shadow(2px 2px 20px #f008b7);
 margin-top: 30px;
 font-family: "Geist Pixel", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "ELSH" 0;
}
/*-------------------------------------------------FORM Styles------------------*/



/* Targets <input type="text"> */
input[type="text"], input[type="name"], input[type="email"]   {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(255, 0, 234, 0.5);
}


.form-field textarea {
	background-color: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(255, 0, 234, 0.5);
}

.form-field select {   
	appearance: none;
	
	height: 40px;
	width: 100%;
	background: black;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('../assets/1987/downarrow.svg');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 15px center;
}

/* Targets <input type="checkbox"> */
input[type="checkbox"] {
  margin: 10px;
} 


.frm_opt_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.frm_primary_label {
	font-weight: bold;
}
.form-field {
	padding-bottom: 30px;
}

.frm_error, .frm_required {
	color: #ff00ea;
}
.frm_button_submit {
	appearance: none;
	padding: 15px;
    background-color: fuchsia;
    width: 250px;
     font-family: "changeling-neo", sans-serif;
    font-size: 1.5em;
}

/*=====================================================================================================*/
/*======================================================================== MISC Elements ==============*/
/*=====================================================================================================*/

#client-experience:after, #services-skills:after, #welcome:after {
	content: ' ';
	display: block;
	height: 100vh;
	width: 100vw;
	background-color: transparent;
	background-image: url('../assets/1987/bg-interlaceblack.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;z-index: 1000;
	
}




/*=====================================================================================================*/
/*======================================================================== THE QUERIES! ==============*/
/*=====================================================================================================*/


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {
/* Styles */

h1 {
	font-size: 2em;
}


h1.greeting {
	font-size: 4em;

	margin-bottom: -20px;

}

h1.idesign {
	
	font-size: 1em;

}

.slide {
	padding-top: 30px;
	padding-bottom: 30px;
}
.card-aboutme {
    padding: 15px;

}
.card-aboutme h1 {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 4em;
}
#about p {
	
	font-size: 1em;
	line-height: 1.25em;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;

}


.card-clients img {
	max-width: 170px;
	-webkit-filter: drop-shadow(2px 2px 20px #f008b7);
}


.card-clients {


}


.card-clients {

	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 30px;
	
	padding-top: 60px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	grid-row-gap: 60px;


}

.card-clients li {
    padding-left: 5px;
    padding-right: 5px;

}







.card-services h1 {
	font-size: 4em;
}
.card-services ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 90px;
}

.card-skill h2 {
	line-height: 1em;
}
.card-services li {
	
	font-size: 1.25em;
	
}

#client-experience h1 {
	font-size: 3.5em;
}
.card-clients li {
    display: block;
    text-align: center;
}
.card-work {
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(2, 1fr);

}

.card-work li a {
	text-align: center;
	justify-content: center;
}
.card-work li a span {
	display: block;
	padding-top: 10px;
}

.navigation {
	display: none;
}

.frm_opt_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.frm_button_submit {
    appearance: none;
    padding: 15px;
    background-color: fuchsia;
    width: 100%;
    font-family: "changeling-neo", sans-serif;
    font-size: 1.5em;
}



dialog[data-mw-modal] {
    width: 99vw;
    max-height: 95vh;
    overflow-y: auto;
    padding: 15px;

}

.mw-modal-close {
    position: absolute;
    top: 0px !important;
    right: 25px !important;
    width: 42px !important;
    height: 45px !important;
    border-radius: 50%;
    border: none !important;
    background: transparent !important;
    color: #ff2ee0 !important;
    font-size: 5em !important;
    line-height: 1;
    cursor: pointer;
}


#mw-service-modal h2, #mw-work-modal h2 {
	font-size: 3em;
	}
.mw-work-role {

    font-size: 1.25em;
    line-height: 1.25em;

}

.mw-work-overview {

    font-size: 1.15em;
     line-height: 1.35em;

}
.mw-work-live-link {
margin-bottom: 0;
}







/* End Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
and (max-device-width : 480px) {
/* Styles */

/* End Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */



/* End Styles */
}


 
 
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {



/* Styles */
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */





}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {





/* Styles */
}







/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) {
/* Styles */


}

