@charset "UTF-8";
/* CSS Document */

:root {
	--contentWidth: 1300px;
	--mainFontSize: 1.5rem;
	--heroColor: #e6e2de;
}

* {
 /* outline: 1px solid #f00 !important; */ 
	/*. to CSS check errors */
}


html {
    font-size: 14px;
   scroll-behavior: smooth;
	 height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	overflow-y: scroll;
	margin: 0;
	height: 100%;
}

.wrapper {
	min-height: 100%
}

a {
	text-decoration: none;
	color: #000;
}

#uxlinks a {
	color: blue;
}

.wrapper {
	width: 100%;
}



h1 {
	font-size: 7rem;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 3%;
	margin-top: 0;
}

h1 span {
	font-weight: 300;
}


h2 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}

h3 {
	font-size: 2.5rem;
	font-weight: 300;
	text-transform: uppercase;
}

p {
	font-size: 1.6rem;
	line-height: 1.5;
}

/* --- NOTE: this forces line break at a specific point ---*/
.break1::after{
    content: "\a";
    white-space: pre;
}

/* ----- NAVBAR SECTION -----*/

.nav {
	background-color: #000;	
	padding-top: 15px;
}

.navBar {
	display: flex;
	align-items: center;
	height: 100px;
	max-width: var(--contentWidth);
	margin: auto;
	justify-content: space-between;
}

.navBar a {
	color: #fff;
	font-size: 1.5rem;
}


.folioLogo {
	display: flex;
	align-items:center;
}

.folioLogo a  {
	font-size: 3.7rem;
	padding-left: 20px;
}


.folioLogo img {
	height: 65px;
	margin-right: 10px;
	margin-left: 20px;
}

.folioLogo span {
	color: #f05a22;
}

.rightMenu {
	position: relative;
}


.portfolioDropdown {
	position: absolute;
	top: 60px;
	background-color: #f05a22;
	color: #fff;
	text-align: center;
	left: 20%;
	padding: 10px;
	z-index: 3;
}

.portfolioDropdown a {
	font-weight: 900;
}


.portfolioDropdown a:hover {
	color: #000 !important;
}


.rightMenu a {
	padding: 50px;
}

.rightMenu a:hover {
	color: #f05a22;
	font-weight:900;
}





/* ----- HERO SECTION -----*/

.heroWrap {
	background: linear-gradient(to top, #e6e2de 20%, #fff);
	
}

.heroBGimg {
	background-image: url("images/background-adrian-CUT-OPTIM.png");
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 1600px;
	margin:auto;
	padding: 0 20px;
}

.heroSection {
	display: flex;
	max-width: var(--contentWidth);
	align-items: center;
	margin: auto;
	height: 750px;
}


.heroSection .leftColumn {
	flex-basis: 70%;
}

.largeOrangeButton {
	display: inline-block;
	padding: 15px 35px;
	margin-top: 55px;
	background-color: #f05a22;
	font-size: 3rem;
	color: #fff;
	border-radius: 20px;
	font-weight: 700;
}

.largeOrangeButton:hover {
	background-color: #202020;
	color: #f05a22;
}

.smallOrangeButton {
	display: inline-block;
	padding: 10px 20px;
	margin-top: 40px;
	background-color: #f05a22;
	font-size: 1.75rem;
	line-height: 1.1;
	color: #fff;
	border-radius: 15px;
	font-weight: 700;
	text-align: center;
	
}
.smallOrangeButton:hover {
	background-color: #202020;
	color: #f05a22;
}

/* ----- COMPUTER SECTION -----*/


.computerBG {
	background-image: url("images/computer-desk-NO-BG.png");
	background-position: top;
	background-size: 110%;
	background-repeat: no-repeat;
	max-width: 1500px;
	margin: auto;
}


.computerWrap {
	padding: 0 20px;
}


.computerBGimg {
	margin:auto;
	max-width: 1600px;
}

.computerSection {
	display: flex;
	max-width: var(--contentWidth);
	align-items: top;
	padding: auto;
	margin: auto;
}


.computerSection .leftColumn {
	flex-basis: 50%;
	margin-top: 7%;
	padding-bottom: 50px;
	border-bottom: 1px solid #B4B4B4;
}


/* ----- EDUCATION SECTION -----*/



.educationWrap {
	padding: 0 20px;
}


.educationBGimg {
	margin:auto;
	max-width: var(--contentWidth);
}

.educationSection {
	display: flex;
	max-width: var(--contentWidth);
	align-items: top;
	padding: auto;
	margin: auto;
}


.educationSection .leftColumn {
	flex-basis: 90%;
	padding-top: 40px;
	padding-bottom: 150px;
}

.experienceGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	font-size: 1.5rem;
	line-height: 1.5;
	grid-gap: 40px;
}

.edHeaders {
	color: #f05a22;
	font-weight: 700;
}


/* ----- FOLIO GRID HEADER -----*/

.folioWrap {
	background: linear-gradient(to top, #e6e2de 20%, #fff);
	padding: 0 20px;
}

.folioBGimg {
	margin:auto;
}

.folioSection {
	display: flex;
	max-width: 1100px;
	align-items:flex-start;
	margin: auto;
	height: 650px;
	gap: 2%;
}


.folioSection div {
	padding-top: 150px;
}

.folioSection .leftColumn {
	flex-basis: 40%;
}


.folioSection .rightColumn {
	flex-basis: 60%;
}




/* ----- FOLIO CIRCLES GRID -----*/

.folioGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: var(--contentWidth);
	margin: -150px auto 200px auto;
	grid-gap: 50px;
	text-align: center;
	padding: 0 10%;
	
}

.folioGrid div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
aspect-ratio: 1/1; /* 1:1 aspect ratio (square) */	border-radius: 50%;
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.folioGrid div  h3 {
	font-weight: 700;
	margin: 0;
}


.folioGrid div p {
font-size: 2.2rem !important;
	line-height: 1.2;
}

.folioGrid div:hover {
	box-shadow: inset #7c7c7c 0px 0px 60px 0px; 
	opacity: 0.90;
}

.folioGrid div img {
	display: block;
	max-width: 45%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15%;
}


/* ----- PUBLISHING SECTION -----*/

.folioPagesHero {
	background: linear-gradient(to top, #e6e2de 20%, #fff);
	padding: 0 20px;
}

.folioPagesBGimg {
	margin:auto;
}

.folioPagesSection {
	display: flex;
	max-width: var(--contentWidth);
	align-items:flex-start;
	margin: auto;
	/*  height: 60%; */
	gap: 2%;
	position:relative;
	overflow: hidden;
}



.folioPagesSection div {
	padding-top: 150px;
	padding-botom: 10%;
}

.folioPagesSection .leftColumn {
	flex-basis: 65%;
	margin-bottom: 7%;
}


.folioPagesSection .rightColumn {
	flex-basis: 35%;
	position: absolute;
	bottom: -480px;
	right: -5%;
}

.folioPagesSection .rightColumn img {
	width: 80%;
	border-radius: 50%;
	aspect-ratio: 1/1;
	border: 6px solid #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


.pageContent {
	max-width: var(--contentWidth);
	margin: 100px auto;
	padding: 0 20px;
}




.pageContent img {
	width: 100%;
	margin: auto;
}

.pageContentFlex {
	display: flex;
	gap: 60px;
	align-items: center;
	margin:auto;
	max-width: var(--contentWidth);
	
}

.blockDivs {
	display: flex;
	gap: 60px;
	align-items: center;
	margin:auto;
	max-width: var(--contentWidth);
}

.pageContentFlex img {
	width: 100%;
}

.leftColumn {
	flex-basis: 65%;
}

.rightColumn {
	flex-basis: 35%;
}

.pageContentWide {
	background-color: #e6e2de;
	padding: 80px 20px;
}

.pageContentWide img {
	width: 100%;
}


/*----- PAGE BANNERS SECTION----- */



.webBanners {
    display: grid; 
    grid-template-columns: 1fr; 
	margin-top: 60px;
	margin-bottom: 120px;
    margin-left:auto; 
    margin-right: auto;
    max-width:1400px;
     grid-row-gap: 60px;
      grid-column-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.webBanners video {
    width: 100%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}


.webBanners img {
    width: 100%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); 
}


.startHeader {
	font-size: 2.5rem;
	font-weight: 300;
	text-transform: uppercase;
}


/* ---  THIS RULE ADJUST WEIRD SCALING ON FIRST VIDEO (GEL)-----*/
 #video1 {
         transform: scaleY(1.1); /* Scale the height by 110% */
    }


/*----- MOTION ADS SECTION----- */

.webMotion {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    margin-left:auto; 
    margin-right: auto;
    max-width:1400px;
     grid-row-gap: 50px;
      grid-column-gap: 50px;
    padding-left: 0px;
    padding-right: 0px;
}

.webMotion video {
    width: 100%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}


.startHeader {
	font-size: 2.5rem;
	font-weight: 300;
	text-transform: uppercase;
}


/* ----- WEBDESIGN SECTION -----*/

.webMobile {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    margin-top: -10%; 
    padding-top:10%; 
    margin-left:auto; 
    margin-right: auto;
    max-width:1400px;
}


.webMobile img {
	filter: drop-shadow(2px 2px 7px  rgba(255, 255, 255, 1));
}




/* ----- CONTACT SECTION -----*/

.contactWrap {
	background: linear-gradient(to top, #e6e2de 20%, #fff);
	padding: 0 20px;
}

.contactBGimg {
	margin:auto;
}

.contactSection {
	display: flex;
	max-width: 1100px;
	align-items:flex-start;
	margin: auto;
	gap: 2%;
}


.contactSection div {
	padding-top: 150px;
}

.contactSection .leftColumn {
	flex-basis: 40%;
	margin-bottom: 5%;
}


.contactSection .rightColumn {
	flex-basis: 57.7%;
	
}

.contactSection .rightColumn img {
	width: 100%;
	margin-top: -135px;
}

.contact {
	max-width: 800px;
	margin: 100px auto 200px;
	padding: 0 20px;
}




form input, form textarea {
   width:100%;
    border: 0;
    outline: none;
    background: #e6e2de;
    padding: 20px 0px;
    margin: 8px 0 30px;
    color: #3b4e57;
    border-radius: 8px;
	font-size: 1.25rem;
	font-weight: 200;
}


form label {
	font-size: var(--mainFontSize);
	font-weight: 500;

}




/* ----- SEND EMAIL SECTION -----*/


.sentEmailDiv {
	margin: 15% 0%;
}






/* ----- FOOTER SECTION -----*/


.footer {
	background-color: #e6e2de;
	padding: 0 20px;
}

.sticky-footer {
	display: flex;
	justify-content: space-between;
    padding-top: 30px;
    text-align: center;
	height: 100px;
	font-size: 1.25rem;
	max-width: var(--contentWidth);
	margin: auto;
}

.footerRightMenu a {
	padding-left: 40px;
}

.footerCircle {
	width: 120px;
	height: 120px;
	margin-top: -120px;
	border-radius: 50%;
	background-color: #e6e2de;
	color: #C9BDB1;
}

.footerCircle p {
	padding-top: 10px;
	font-size: 3rem;
	
}

.footerCircle:hover {
	background-color: #C9BDB1;
	color: #fff;
}







/* ---- ANIMATION SECTION ---- */


/* ----CSS move icons up----- */


  .moveIconUp {
    animation: moveUp 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  }

  @keyframes moveUp {
    to {
      transform: translateY(-450px);
    }
  }


/* ----CSS FADE/MOVE IN ----- */

.fade-in-element {
  opacity: 0;
  transform: translateX(-200px);
  animation: fadeIn 0.5s ease forwards; /* Adjust the animation time as needed */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ----CSS Slow appear----- */

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

/* ---------- JS MOVE RIGHT -------- */

.moveRight {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
	margin-left: -200px;
}

.moveRight.move {
  transform: translateX(200px);
  opacity: 1;
}

/* ---------- JS MOVE UP -------- */

.moveRight {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
	margin-left: -200px;
}

.moveRight.move {
  transform: translateX(200px);
  opacity: 1;
}


/* ---------- JS MOVE LEFT -------- */


.moveLeft {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
	margin-left: 200px;
}

.moveLeft.move {
  transform: translateX(-200px);
  opacity: 1;
}
	


.ux-case-div div img {
	max-width: 100%;
	margin-bottom: 5%;
}

.wrapperUX {
	width: 100%;
}




