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



	
	
a {
		
		
		text-decoration: none;
		
	}

html {
	
	scroll-behavior: smooth;
	
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	

}


#anim {
	
	
	position: fixed;
	top:0px;
	padding-left: 15%;
	padding-bottom: 250px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 1000;
	background-color: white;
	
	
}
	
	
	
	#mobilemenu {
		
	visibility: hidden;
	position: absolute;
	background-color: transparent;
		
	}


#loader h3 {
	
	font-family: "DunbarLow Book", "DunbarLow ExLight", "DunbarLow Medium";
	color: antiquewhite;
	font-size:40px;
	
}


#menu2  {
	
	position: fixed;
	top: 0px;
	left:0;
	right: 0;
	height: 70px;
	background-color:white;
	text-align: center;
	margin-left: 0px;
	z-index: 1000;
	transition: margin-right .5s;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#name2  {
	
	
	display: inline-block;
	width: 400px;
	
	
	
}

#name2 h1 {
	
	font-family:"Urbane Medium";
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 3px;
	padding-top: 15px;
	color:#EA4D50;
	letter-spacing: 2px;

}


#list2  {
	
	width: auto;
	display: inline-block;
	right: 1%;
	top:15px;
	position: absolute;
	
	
}


#icons2 {
	
	width: 250px;
	display: inline-block;
	left: 2%;
	position: absolute;
	top:15px;
	
}

#menu2 ul {  

	width: 400px;


}


#menu2 ul li{
	
	text-decoration: none;
	display:inline-block;
	width: 90px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight:lighter;
	margin: 0;
	text-align: center;
	color: #1F272F;
	position: relative;
	padding-bottom: 5px;
}

#list2 a {
	
	text-decoration: none;
	color:#1F272F;
	
	
}

#list2  a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
	
  height: 2px;
  left: 50%;
  position: absolute;
  background:#EA4D50;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#list2  a:hover:after { 
  width: 100%; 
  left: 0; 
}



#menu {
		
	
	height: 110px;
	background-color: rgba(76,45,188,1.00);
	text-align: center;
	transition: margin-right .5s;
	
	
}


#name  {
	
	
	display: inline-block;
	width: 290px;
	text-align: center;
	margin: 0 auto;
	
	
}

#nametwo {
	
	color: white;
	letter-spacing: 5px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
}

#icons {
	
	width: 250px;
	display: inline-block;
	height: 50px;
	position: relative;
	top:-15%;
	
}


	
.logo {
		
		padding-top: 15px;
		width: 160px;
		height: 50px;
		
		
	}


#logo2 {
	
	padding-top: 15px;
		width: 160px;
		height: 50px;
	
	margin: 0 auto;
	
	
}
	

#list {
	
	
	width: 230px;
	text-align: center;
	display: inline-block;
	position: relative;
	top:-5%;
}


#ul {  

	width: 540px;
	margin: 0 auto;

	
}


#menu ul li{
	
	
	float: left;
	text-decoration: none;
	display:inline-block;
	color:WHITE;
	width: 88px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	
	font-weight:lighter;
	margin-right: 60px;
	font-size: 15px;
	margin-left: -50px;
	position: relative;
	padding-bottom: 10px;
}


#list a {
	
	text-decoration: none;
	color:WHITE;
}

#list  a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background:#EA4D50;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

#list  a:hover:after { 
  width: 100%; 
  left: 0; 
}


.fa {
	
  
  height: 20px;
  width: 20px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  color:white;
  border: solid 2px rgba(76,45,188,1.00);
	
}


.fa:hover {
	
 	border: solid 2px #EA4D50;
	transition: 0.3s;
	
}



#icons2 .fa {
 
 	border: solid 2px white;
	color:#1F272F;
}

#icons2 .fa:hover {
 
 	border: solid 2px #EA4D50;
	transition: 0.3s;
}






#particles-js {
  
 position: absolute;
  width: 100%;
  height: 600px;
	
}




#message {
	
		left:0;
		right: 0;
		max-width: 100%;
		height: 600px;
		transition: margin-right .5s;
		background-color: rgba(76,45,188,1.00);
		text-align: center;
	
		
}
	
		
.txt-rotate {
	
	display: inline-block;
	font-size:3vmax ;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0 auto;
	color: #EA4D50;
	
	
	
}

#message h1 {
	
	
	padding-top: 100px;
	width: 55vw;
	font-size:3vmax ;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0 auto;
	color:rgba(255,255,255,1.00);
	display: inline-block;
	text-align: left;
	
	letter-spacing: 3px;
}





.width {
	
	width: 750px;
	
	
}

.marginright {
	
	
	margin-right: 750px;
	
	
}


#piano {
	
	transition: margin-right .1s;
}

#logos {
	
	
	transition: margin-right .7s;
	
}

#graphicdesign {
	
	transition: margin-right .1s;
}

#illustration {
	
	
	transition: margin-right .7s;
	
}
#animation {
	
	transition: margin-right .1s;
}

#webdesign {
	
	
	transition: margin-right .7s;
	
}

.pushdivetitle {
	
	width: 67%;
	margin:0 auto;
	font-family:Macho;
	text-align: left;
	margin-bottom: 50px;
	margin-top: -30px;
	
}


.pushtitle{
	
	font-family:"Urbane Medium";
	font-size:30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: -10px;
	
	
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
  text-align: center;
  
  
	
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}




.close-container{
	
  top: 1%;
  position: absolute;
  right: 2%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  padding-left: 10px;
}



.leftright{
  height: 2px;
  width: 30px;
  position: absolute;
  margin-top: 32px;
  margin-left: 20PX;
  background-color:rgba(76,45,188,1.00);
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 2px;
  width: 30px;
  margin-left: 20PX;
  position: absolute;
  margin-top: 32px;
  background-color: rgba(76,45,188,1.00);
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.close-container:hover .leftright{
  transform: rotate(0deg);
  background-color:  #EA4D50;
}


.close-container:hover .rightleft{
  transform: rotate(0deg);
  background-color:  #EA4D50;
}


.circle {
	
	
	fill:transparent;
	stroke-width:2px;
	stroke:#EA4D50;
	stroke-dasharray: 1120;
	stroke-dashoffset: -474;
	transition:  stroke-dashoffset 0.4s, stroke-dasharray 0.4s;
	transition-timing-function:ease-in-out;
}

.close-container:hover .circle {
	
	 stroke-dashoffset: 0;
  	stroke-dasharray: 760;
}
.extradiv {
	
	width: 100%;
	height: 100px;
	background-color: white;
	
}


.infobutton {
	
	background-color:#282C39;
	padding-top:10px;
	width: 100px;
	height: 30px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	color: antiquewhite;
	
	
}

.smallpushdivimg {
	
	width: 500px;
	height: 500px;
	margin:0 auto;
	
	
}

.pushdivimg {
	
	width: 500px;
	height: 700px;
	margin: 0 auto;
}

#content {
	
	left:0;
	right: 0;
	transition: margin-right .5s;
	max-width: 100%;

	

}


.imgallery{
	
	
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4 1fr) ;
	margin: 20px;
	grid-template-rows:auto;
	grid-template-areas: "four  two three three   " 
						" one one three three   "
						"  one one five six  "	;
	grid-gap:20px 20px;
	
					
}


.imgdiv {
	
	max-width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	
}

.imgdiv:hover .overtext {
	
	opacity: .9;
	
}




.imgdiv:hover .img {
	
	transform: scale(1.5);
	transition: 3.5s;
	
}
	

.img {
	
  	width: 100%;
	height: 100%;
 	align-items: center;
	justify-content: center;
	display: block;
}


.overtext  p {
	
	opacity: 1.0;
	color:rgba(43,43,43,1.00);
	font-size: 4vmin;
	letter-spacing: 3px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin-top: 50%;
	
}



.overtext {
	
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:rgba(213,210,210,1.00);	
  text-align: center;
}

.one {
	
	grid-area: one;
	transition: transform 0.5s;
	
}

.two {
	
	grid-area: two;
	transition: transform 0.5s;
	
}

.three {
	
	grid-area: three;
	transition: transform 0.5s;
}


.four {
	
	grid-area: four;
	transition: transform 0.5s;
}

.five {
	
	grid-area: five;
	transition: transform 0.5s;
}


.six {
	
	grid-area: six;
	transition: transform 0.5s;
}


#services {
	
	
	left:0;
	right: 0;
	height: 950px;
	background-color:rgba(76,45,188,1.00);
	transition: margin-right .5s;
	
}

#servicescontainer {
	
	
	padding-top: 40px;
	width: 75%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows:auto;
	grid-template-areas: " one one one "
						 " two three four" ;
	text-align: center;
	margin: 0 auto;
	
	
}

.servicepanel {
	
	height: 660px;
	text-align: center;
}


.servicepanel:hover {
	
	
	background-color:rgba(110,63,239,1.00);
}


#servicestitle h1 {
	
	
	color:white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 3px;
	font-size:35px;
	margin-bottom: 20px;
}



#services h3 {
	
	
	color:white;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	letter-spacing: 1px;
	font-size:25px;
}

.servicepanel p {
	
	width: 200px;
	color:white; 
	text-align: left;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-bottom: 40px;
	
}


.fa-angle-down {
	
	color:white;
	background-color: #EA4D50; 
	height: 40px;
	width: 40px;
	border-radius: 60px;
	text-align: center;
	
}


#servicestitle {
	
	grid-area: one;
	
	
}


.come-right {
  transform: translateX(0);
 	transition: transform .5s ;
}


.startpositionright {

	transform: translateX(50%);
	
}




.come-in {
  transform: translateY(0);
  transition: transform 1.5s ;
}


.startposition {

	transform: translateY(180px);
	
}


#design {
	
	grid-area: two;
	transition: transform 0.5s;
	
}

#animate {
	
	grid-area: three;
	border-right:  solid 2px rgba(93,56,214,1.00);
	border-left: solid 2px rgba(93,56,214,1.00);
	transition: transform 0.7s;
}

#web {
	
	grid-area: four;
	transition: margin-right .7s;
	transition: transform 0.9s;
	
}

.svceimage {
	
	width: 80%;
}


#footer {
	
	left:0;
	right: 0;
	transition: margin-right .5s;
	height: 200px;;
	background-color: #1C1C1E;
	text-align: center;
}



.footericon {
	
	
	color:rgba(114,114,114,1.00);
	margin-top: 30px;
	border: solid 2px #1C1C1E;
}


.footericon:hover {
	
	color:rgba(80,80,80,1.00);
	border: solid 2px rgba(80,80,80,1.00);
	
	
}




#footer p {
	
	
	color: rgba(114,114,114,1.00);
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: lighter;
	font-size:12px;
	letter-spacing: 2px;
	
}



@media (max-width:979px) {
	
	
	#menu2 {
		
		visibility: hidden;
		
	}
	
	
	
	.logo {
		
		padding-top: 15px;
		width: 160px;
		height: 50px;
		
		
	}
	
	
	#menu {
		
		position: fixed;
		height: 70px;
		left: 0;
		right: 0;	
		z-index: 1000;
		
	}
	
	
	#mobilemenu {
		
		visibility: visible;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(76,45,188,1.00);
		z-index: 1000;
		top: 0;
		
	}
	
	
	
	#burguermenu {
		
		
		cursor: pointer;
		position: fixed;
		margin-top: 30px;
		right:7%;
		width: 30px;
		height: 25px;
		background-color:transparent;
		z-index: 2000;
	}
	
	.div1 {
		
		margin-bottom: 7px;
		transition: transform ease-in-out .2s;
	}
	
	.div2 {
		margin-bottom: 7px;
		transition: transform  ease-in-out  .2s;
	}
	
	.div3 {
	
		transition: transform  ease-in-out  .2s;
	}
	
	.div4 {
		width: 30px;
		height: 3px;
		background-color: white;
		
		
	}
	
	 .div1move  {
		
		
		margin-bottom: -3px;
		transform: rotate(45deg);
		
	}
	
	 .div2move  {
		
		margin-bottom: -3px;
		transform: rotate(-45deg);
	
		
	}
	
	 .div3move  {
		
		margin-bottom: -3px;
		width: 0px;
		height: 0px;
		
		
		
	}
	
	
	#mobilelinks {
		
		width:70%;
		height: auto;
		position: absolute;
		text-align: center;
		margin-top: 10%;
	
		
	}
	
	#mobilelinks ul {
		
		width: 200px;
		height: auto;
		margin-left: 30px;
		padding: 10px;
	}
	
	#mobilelinks li {
		
		width: 100%;
		height: 30px;
		text-decoration: none;
		font-size: 25px;
		color: white;
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-weight: lighter;
		display: block;
		margin-bottom: 40px;
		letter-spacing: 2px;
		text-align: left;
		
	}
	
	#mobilelinks a li:hover {
		
		color: rgba(117,71,233,1.00);
		
		
	}
	
	
	#mobilelinks ul a li  {
		
		
		text-decoration: none;
		display: inline-block;
		color:white;
	}
	
	
	
	
	.mobilelogo {
		
		
		width: 120px;
		height: 40px;
		margin-left: 50px;
		display: block;
		margin-top: 20px;
		
		
	}
	
	
	
	 #name {
		
		position: absolute;
		left: 0;
		right: 0;
		
	}
	
	
		#list ul {
		
		visibility: hidden;
		
	}
	
	
	#icons {
		
		visibility: hidden;
		
		
	}
	
	.width {
	
	width: 350px;
	
	
	}

	.margintablet {
	
	
	margin-right: 450px;
	
	
	}
	
	
	.imgallery {
	
	grid-template-areas: "one  one two two  " 
						" one one three four  " 
						" five five six six  "   ;
						
}
	
	
	
		#services {
			
			height: auto;
			
			
	}
	
	
		#servicescontainer {
		padding-top: 40px;
		width: 75%;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows:auto;
		grid-template-areas: " one  "
						 " two "
						 " three"
						 " four ";
		text-align: center;
		margin: 0 auto;
	}
	
	.servicepanel {
	
		height: auto;
		text-align: center;
		margin-bottom: 50px;
}
	
	
	
	#animate {
	
	
	border-right: none;
	border-left: none;
	transition: transform 0.7s;
	border-bottom:  solid 2px rgba(93,56,214,1.00);
	
}
	
	#design {
		
		border-bottom:  solid 2px rgba(93,56,214,1.00);
		
	}
	
	#web {
		
		border-bottom:  solid 2px rgba(93,56,214,1.00);
		
	}
	
	
	
	#message h1 {
		
		text-align: left;
		margin-top: 100px;
		width: 85vw;
		height: 500px;
		font-size: 5vmax;
	}
	
	
	.txt-rotate {
		
		font-size: 5vmax;
		letter-spacing: 0px;
	}
	
	
	
	
}




@media (max-width: 750px) {
	
	#menu2 {
		
		visibility: hidden;
		
	}
	
	


	
	
	
	

	.imgallery {
		
		
		
		grid-template-areas: 
						" two two two two " 
						" three three three three  "
						"one  one one one  " 
			
						"  four four four four "		
						"  five five five five "	
						"  six six six six  "
							;
		
		
	}
	
	#content {
	
	width: 100%;
	max-width: 120rem;
	margin:auto;

}
	
	
	#list ul {
		
		visibility: hidden;
		
	}
	
	
	#icons {
		
		visibility: hidden;
		
		
	}
	
	
	#name {
		
		position: absolute;
		left: 0;
		right: 0;
		
		
		
		
	}
	
	
	
	.logo {
		
		padding-top: 15px;
		width: 160px;
		height: 50px;
		
		
	}
	
	
	#message {
		
		height: 450px;
		
		
		
	}
	
	
	
	#message h1 {
		
		width: 73vw;
		font-size: 4vw;
	}
	
	
	.txt-rotate {
		
		font-size: 4vw;
		
	}
	
	
	
	
		#services {
			
			height: auto;
			
			
	}
	
	
		#servicescontainer {
		padding-top: 40px;
		width: 75%;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows:auto;
		grid-template-areas: " one  "
						 " two "
						 " three"
						 " four ";
		text-align: center;
		margin: 0 auto;
	}
	
	.servicepanel {
	
	height: auto;
	text-align: center;
}
	
	
	
	#animate {
	
	
	border-right: none;
	border-left: none;
	transition: transform 0.7s;
}

	

	
}


