* {
    padding: 0;
    margin: 0;
}

a {
	text-decoration: none;
    color: inherit;
}

body {
	font-family: 'Helvetica 65 Medium', sans-serif;
	background-color:#000;
	color:#fff;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;

}

.lineParent {
	overflow: hidden!important;
}


h2 {
	font-size: 22px;
    margin: auto;
}

h1 {
	font-size: 29px;
}

.js-work-link {
  text-decoration: none;
  position: relative;
 }

.underline {
    display: block;
    position: absolute;
    left: 0; 
    width: 0; 
    height: 5px;
    background-color: #f1f1f1;
  }
.underline-black {
    display: block;
    position: absolute;
    left: 0; 
    width: 0; 
    height: 5px;
    background-color: #000;
  }
  
.underline-menu {
	display: block;
    position: absolute;
    left: 0; 
    width: 0; 
    height: 2px;
    background-color: #fff;
}


.loader {
	margin-top: -10vh;
    position: fixed;
    width: 100vw;
    height: 120vh;
    pointer-events: none;
    background-color: #FE7064;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.is-transitioning {
    pointer-events: none;
    cursor: progress;
}
.loading-gif {
	z-index: 2001;
	width: 10%;
}

@media only screen and (max-width: 800px) {
	.loading-gif {
	  width: 40%;
	}
  }




.header {
	margin: auto;
	height: 10vh;
	width: 80vw;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.short-menu {
	margin-left:auto;
	width: 30vw;
	display: flex;
	justify-content: space-around;
	font-size: 10px;
}


@media only screen and (max-width: 800px) {
  .short-menu {
    display: none;
  }
}




.logo {
	width: 15%;
}

.toggle-btn {
	padding: 2em;
    margin: -2em;
     width: 20px;
     height: 6px;
     right: 0;
     z-index: 1001;
}
span.one {
     position: absolute;
     width: 20px;
     height: 1px;
     background: #fff;
}

span.two {
     position: absolute;
     width: 20px;
     height: 1px;
     background: #fff;
     margin-top: 8px;
}

.menu {
     z-index: 1000;
     position: absolute;
     background: #FE7064;
     color: #1821FA;
     height: 100vh;
     width: 100vw;
     top: -120%;
}
ul {
     list-style: none;
}
.menu ul{
	margin: 2em;
}

li {
     font-size: 49px;
}

hr {
    border: solid 2px;
    width: 40vw;
    float: right;
    margin-top: -28px;
    color: white;
}

hr.left {
	float: left;
}

li.left {
	text-align: right;
}
  

.menu-logo {
	width: 50vw;
	margin: 8%;
}

@media only screen and (min-width: 800px) {
	.data{
	  width: 28vw;
	  margin: 0 auto;
	}
	hr {
		border: solid 2px;
		width: 10vw;
		float: right;
		margin-top: -28px;
		color: white;
	}

  }

@media only screen and (min-width: 800px) {
	.menu-logo {
		margin: 1% 2% 2% 16%;
    	width: 30%;
	}
  }

.hero {
	margin: 0 auto;
	height: 80vh;
	width: 90vw;
	background-image: url("img/tomolthof.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px;

}

@media only screen and (max-width: 800px) {
	.hero {
		background-image: url("img/tomolthof-mobile.webp");
	}
  }
.hero-logo {
    position: relative;
    width: 60vw;
    left: 6vw;
    top: 10vh;
}
.hero-banner {
	display: flex;
    width: 80vw;
    margin-top: 45%;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.hero-banner p {
	font-size: 25px!important;
	font-weight: 100;
	margin-top: 5%;
	position: relative;
}









.hero-banner-designer {
    max-width: 90%;
}

.container {
  margin-top: 1vh;
}

  .v-slider-frame {
	height: 5vh;
	overflow: hidden;
	text-align: center;
  }
  ul.v-slides {
	list-style-type: none;
	transform: translateY(50px);
	padding:0;
  }
  .v-slide {
    height: 5vh;
  }
  @media only screen and (max-width: 800px) {
	.v-slide {
	  height: 46px;
	}
  }

.latest-projects{
	height: 120vh;
	margin-top:5vh;
	overflow: hidden;
}

.latest-projects h2 {
	margin-left: 5vw;
}

.projects {
	height: 70vh;
	display: flex;
    align-content: center;
    flex-direction: column;
   
    align-items: flex-end;
	gap: 2vh;
}

.project {
	height: 20vh;
    width: 85vw;
    margin-right: -5vw;
    overflow: hidden;
    border-radius:20px;

    
}
.project-img {
	max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.project h1 {
	margin-top:10%;
	margin-left: -9vw;
	position: absolute;
	z-index: 3;
}

.project h1 span {
	display: inline-block;
}

.overlay {

    display: flex;
    position: relative;
    width: 110%;
    height: 110%;
    background: black;
    z-index: 2;

}


.project-barendsen{ 
	background-image: url("img/barendsen.jpg");
}
.project-lazer {
	background-image: url("img/lazer.jpg");
}
.project-beeldgekte{
	background-image: url("img/beeldgekte.jpg");
}


.crew {
	background-color: #F1F1F1;
	color: #000;
	overflow: hidden;
}
.crew h2 {
	padding-top: 10vh;
	margin-bottom: 5vh;
	margin-left: 10vw;
}



.tom {
	height: 30vh;
	display: flex;
   	align-content: center;
   	flex-direction: row;
    justify-content: space-between;

}
.tom-image {
	width: 39vw;
	background-image: url("img/tom-3.jpg") ;
	background-size: cover;
	border-radius: 0px 20px 20px 0px;
}
.tom-text-desktop {
	color: #F1F1F1 ;
	width: 59vw;
	background: #000;
	border-radius: 20px 0px 0px 20px;
	box-sizing: border-box;
    padding: 7%;
}
.tom-text-desktop h1 {
	font-size: 50px;
}
.tom-text-desktop h3 {
	font-size: 36px;
	color: black;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.tom-text-desktop p {
	max-width: 600px;
	display: none;
}
.tom-text-mobile p {
	display: block;
	font-size: 22px;
	color: #F1F1F1;
    background: #000;
    box-sizing: border-box;
    padding: 8%;
    margin-top: 3%;
}

.jan {
	margin-top:5%;
	margin-bottom:2%;
	height: 30vh;
	display: flex;
   	align-content: center;
   	flex-direction: row;
    justify-content: space-between;
}
.jan-image {
	width: 39vw;
	background-image: url("img/tom.webp") ;
	background-size: cover;
	background-position: center;
	border-radius: 20px 0px 0px 20px;
}

.jan-text {
	color: #000 ;
	width: 59vw;
	background: #F1F1F1;
	border-radius: 0px 20px 20px 0px;
	box-sizing: border-box;
	padding: 3%;
	border:solid;

}

.jan-text h1 {
	font-size: 50px;
	word-break: break-all;
}
.jan-text h3 {
	font-size: 36px;
	color: #F1F1F1;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.jan-text p {
	font-size: 25px;
	font-weight: 400;
	display: none;
	max-width: 600px;
    float: right;
}
.jan-text-mobile p{
	color: #000 ;
	font-size: 22px;
	background: #F1F1F1;
	box-sizing: border-box;
	padding: 8%;
	display: none;
}

.flex-grid {
	display: flex;
	height: 50vh;
	margin-bottom: 1.5%;
	gap: 1.5%;
  }

.col {

	flex: 1;
	background-size: cover;
	background-position: center;
	border-radius: 20px;
  }

.een {
	background-image: url("img/tom-1.webp") ;
	border-radius: 0px 20px 20px 0px;
  }

.twee {
	background-image: url("img/tom-2.webp") ;
  }

.drie {
	background-image: url("img/tom-3.webp") ;
	border-radius: 20px 0px 0px 20px;
  }

  .flex-grid-thirds {
	display: flex;
	justify-content: space-between;
  }
  .flex-grid-thirds .col {
	width: 32%;
  }

footer {
	height: 40vh;
	padding: 10%;
	background-image: url("img/footer-tom.webp") ;
	background-size: cover;
}


@media only screen and (min-width: 1024px) {
	.logo {
		width: 10%;
	}
	.short-menu {
	width: 30vw;
	}

	.toggle-btn {
     width: 50px;
     height: 50px;
     right: 0;
     z-index: 1001;
     margin-top: 8px;
	}
	span.one {
     position: absolute;
     width: 20px;
     height: 2px;
     background: #fff;
	}

	span.two {
     position: absolute;
     width: 20px;
     height: 2px;
     background: #fff;
     margin-top: 8px;
	}

	.hero-logo {
	width: 40vw;
	}

	.hero-banner {
		width: 65vw;
	}
	h1 {
		font-size: 45px;
	}
	h2 {
    	font-size: 35px;
	}
	h3 {
		font-size: 30px;
	}
	p {
		font-size: 25px;
	}
	.project {
		width: 75vw;
	
	}
	.project h1{
		margin-top: 7%;
    	margin-left: -20vw;
    	position: absolute;
    	z-index: 3;
	}

	.tom {
	height: 50vh;
	display: flex;
   	align-content: center;
   	flex-direction: row;
    justify-content: space-between;
}
.tom-image {
	width: 29vw;
	background-image: url("img/tom-3.jpg") ;
	background-size: cover;

	border-radius: 0px 20px 20px 0px;

}
.tom-text-desktop {
	color: #F1F1F1 ;
	width: 69vw;
	background: #000;
	border-radius: 20px 0px 0px 20px;
	box-sizing: border-box;
	padding: 3% 4% 3% 4%;
}
.tom-text-desktop h1 {
	font-size: 90px;
}
.tom-text-desktop h3 {
	font-size: 49px;
	color: black;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.tom-text-desktop p {
	display: block;
	font-size: 25px;
	font-weight: 400;
}
.tom-text-mobile p {
	display: none;
}

.jan {
	margin-top:1.5%;
	margin-bottom:2%;
	height: 50vh;
	display: flex;
   	align-content: center;
   	flex-direction: row;
    justify-content: space-between;
}
.jan-image {
	width: 29vw;
	background-size: cover;
	background-position: center;
	border-radius: 20px 0px 0px 20px;
}

.jan-text {
	color: #000 ;
	width: 69vw;
	background: #F1F1F1;
	border-radius: 0px 20px 20px 0px;
	box-sizing: border-box;
	padding: 3% 4% 3% 4%;

}
.jan-text h1 {
	font-size: 90px;
}
.jan-text h3 {
	font-size: 49px;
	color: #F1F1F1;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.jan-text p {
	font-size: 25px;
	display: block;
	font-weight: 400;
}



}

@media only screen and (min-width: 1366px) {
	h1 {
		font-size: 35px;
	}
	h2 {
    	font-size: 25px;
	}
	h3 {
		font-size: 30px;
	}
	p {
		font-size: 20px;
	}
	.header {
		width: 83vw;
	}
	.logo {
		width: 5%;
	}
	.short-menu {
		font-size: 10px;
		width: 25vw;
	}

	.hero {
		width: 90vw;
    	height: 80vh;
    	background-image: url("img/tomolthof.webp");
		background-size: cover;

	}
	.hero-logo {
		left: 4vw;
    	width: 20vw;
    	top: 16vh;
	}
	.hero-banner {
		width: 80vw;
		font-size: 25px!important;

		display: flex;
		width: 80vw;
		justify-content: space-between;
		margin-top: 40%;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: space-between;
		align-items: flex-end;
	}
	.hero-banner p {
		font-size: 25px!important;
		font-weight: 100;
		margin-top: 0%;
	}
	.hero-banner-designer {
		max-width: 30%;
	}


	.projects {
		height: auto;
		margin-top:5vh;
		display: flex;
   		align-content: center;
   		flex-direction: row;
    	
    	align-items: flex-start;
		flex-wrap: wrap;
		gap: 5vh;
	}
	.project {
		height: 25vh;
		margin: 0 auto;
		width: 28vw;
	}
	.project h1 {
		margin-left: 4%;
		margin-top:4%;
	}

	.latest-projects {
    	width: 90vw;
    	margin: 0 auto;
    	margin-top: 10vh;
	}

}

@media only screen and (min-width: 1920px) { 
	.tom {
		height: 40vh;
	}
	.jan{
		height: 40vh;
	}
}


/* Project Style */

.hero-project {
    margin: 0 auto;
    margin-top: 5vh;
    height: 17vh;
    width: 82vw;
    background: #745E9C;
    border-radius: 20px;
}
.hero-project-beeldgekte {
    margin: 0 auto;
    margin-top: 11vh;
    height: 25vh;
    width: 82vw;
	background: rgb(24,102,218);
	background: radial-gradient(circle, rgba(24,102,218,1) 0%, rgba(231,74,200,1) 100%);
    border-radius: 20px;
}
.hero-project-uncommon {
    margin: 0 auto;
    margin-top: 11vh;
    height: 25vh;
    width: 82vw;
	background: #003cff;
    border-radius: 20px;
}
.hero-project-lazer {
    background-image: url(img/lazer-hero.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
    margin-top: 3vh;
    height: 47vh;
    width: 82vw;
    border-radius: 20px;
}

@media only screen and (max-width: 800px) { 
	.hero-project-lazer {
		background-image: url(img/lazer-hero-mobile.webp);
	}
}

.laptop {
	margin: 0 auto;
	margin-top: -20%;
	width: 73vw;
}
.hero-project-text {
	margin: 0 auto;
    margin-top: 10vh;
    height: 17vh;
    width: 82vw;
}
.hero-project-text-lazer {
	margin: 0 auto;
    margin-top: 5vh;
    height: 17vh;
    width: 82vw;
}

.hero-project-text, .hero-project-text-lazer h1 {
	font-size: 60px;
	margin-bottom: -3%;
}
.hero-project-text h2, .hero-project-text-lazer h2 {
	font-size: 35px;
	 color: rgba(0, 0, 0, 1);
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	margin-bottom: 3%;
}
.hero-project-text, .hero-project-text-lazer, .text {
	font-size: 20px;
}
	.project-details {
		display: flex;
    	flex-wrap: wrap;
    	margin-left: 9vw;
    	margin-top: 40vh;
    	margin-bottom: 5vh;
	}
	.project-details-lazer {
		display: flex;
    	flex-wrap: wrap;
    	margin-left: 9vw;
    	margin-top: 33vh;
    	margin-bottom: 10vh;
	}
	.details {
		flex: 50%;
		margin: 2% 0 8% 0;
	}
.details b{
    font-family: 'Helvetica 35 Thin', sans-serif;
	font-size: 16px;
}
.details p{
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 6%;
}
.details b{
	font-weight: 800;
}

.see-project {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 2px;
	font-weight: 600;
}
.see-project-black {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	font-weight: 600;
}


.gif-section {
	background: rgb(231, 223, 227);
	box-sizing: border-box;
	padding: 8%;

}
.gif-section-uncommon {
	background: rgb(231, 223, 227);
	box-sizing: border-box;
	padding: 8%;

}
.gif-section-2 {
	background: rgb(231, 223, 227);
	box-sizing: border-box;
	padding: 8%;

}

.gif-section-desktop {
    display: flex;
    justify-content: center;
    padding: 10%;
    margin: 0 auto;
    background: rgb(231, 223, 227);
    gap: 2%;
}
@media only screen and (max-width: 800px) { 
	.gif-section-desktop {
		display: none;
	}
	
}
.gif-desktop {
	width: 40vw;
	border-radius: 10px;
}

.loading-icon-container {
	height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading-icon {
	width: 10vw;
}
.readmore {
	width: 15vw;
}
@media only screen and (max-width: 800px) { 
	.loading-icon, .readmore {
		width: 30vw;
	}
}

.projecten-gif-container {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e8dbff;
}
@media only screen and (max-width: 800px) { 
	.projecten-gif-container {
		height: 30vh;
	}
}

.projecten-gif {
	width: 80vw;
	border-radius:10px;
}  

.projecten-gif-uncommon {
	width: 100vw;
}

.trappen, .offerte{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10%;
	background: #e8dbff;
	margin-top:-1%;
}
.foter-noise {
	display: flex;
	justify-content: center;
	align-items: center;
}

.trappen img {
	border-radius:10px;
	width: 80vw;
}
.offerte img {
	border-radius:10px;
	width: 80vw;
}

.gif {
	margin: 0 auto;
	width: 85vw;
}

.gif-2 {
	margin: 0 auto;
	width: 85vw;
}

.gif-section, .gif-section-2, .gif-section- {
	display: block;
}

.a-video {
	width: 34vw;
    margin-top: 1%;
    margin-bottom: 5%;
}

.lizard-section {
	background: #F1F1F1;
	box-sizing: border-box;
    padding: 20% 8% 10% 8%;
	color: #000;
}
.lizard-1 {
	margin: 0 auto;
	width: 85vw;
	border-radius: 20px;
}
.lizard-2-mobile {
	display: block;
	margin: 0 auto;
	width: 100vw;
}
.lizard-2-desktop {
	display: none;
}
.lizard-titles {
	position: absolute;
    display: flex;
    flex-direction: column;
    align-content: center;
	margin-top: -2%;
	z-index: 1;
}
.lizard-title {
    width: 88vw;
	margin-bottom: 1%;
}

.lizard-text {
	margin-top: 20%;
	font-weight: 200;
}

.lizard-video {
	display: flex;
	width: 100vw;
	margin: 0 auto;
}
.lizard-video-container{
	background: #F1F1F1;
	padding-bottom: 10%;
}

.chiru-video {
	display: flex;
    width: 100vw;
    margin: 0 auto;
}

.chiru-section {
	background: #000;
	box-sizing: border-box;
    padding: 20% 8% 20% 8%;
	color: #F1F1F1;
}

.chiru-title {
    width: 88vw;
}

.chiru-text {
	margin-top:20%;
	font-weight: 200;
}

.elipse-section {
	box-sizing: border-box;
	padding: 8%;
	display: flex;
    justify-content: center;
    width: 30vw;
    margin: 0 auto;
}
.elipse {
	margin: 0 auto;
	width: 85vw;
}
.wordpress {
	position: absolute;
    max-width: 80vw;
    margin-top: 12vh;
}

.xdr-section {
	background: rgb(231, 223, 227);
	padding: 10%;
	margin-bottom: -1%;
}
.xdr-section-uncommon {
	background: #000;
	padding: 10%;
	margin-bottom: -1%;
}

.xdr{
  width: 100%;
  height: 100vh;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) { 
	.xdr {
		height: 29vh;
	}
	
}



.xdr img{
  width: 100%;
  
}

.xdr video{
    position: absolute;
    width: 93.2%;
    height: 70.4%;
    background: #000;
    top: 4.1%;
    left: 3.3%;
}

.parallax-container {
	position: relative;
	overflow: hidden;
	height: 100vh;
	display: flex;
    justify-content: center;
	text-align: center;
}

.parallax-container img {
	width: 100%;
	height: 112%;
	object-fit: cover;
	bottom: 0;
	opacity: 60%;
}
.parallax-container h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: calc(clamp(3.25em, 5vw, 4.5em) * .75);
	font-weight: 400;
}


.next-project {
	height: 50vh;
	width: 100vw;
	background-image: url(img/beeldgekte.jpg);
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.next-project h3 {
	font-size: 22px;
}
.next-project h1 {
	font-size: 32px;
}

.images {
	padding-top: 60vh;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 150vh;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(20, 2%);
	grid-template-rows: repeat(30, 3%);
	justify-content: center;
	justify-items: center;
	align-items: center;
	z-index: 1;
	object-fit: cover;
  }
  
  .content__slide-item {
	width: 100%;
	height: 100%;
	position: relative;
  }
  
  .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .images img:nth-child(1) {
	grid-area: 1/1/6/8;
  }
  
  .images img:nth-child(2) {
	grid-area: 3/12/8/20;
  }
  
  .images img:nth-child(3) {
	grid-area: 9/5/13/15;
  }
  
  .images  img:nth-child(4) {
	grid-area: 14/1/18/8;
  }
  
  .images img:nth-child(5) {
	grid-area: 16/12/20/19;
  }
  
  .images  img:nth-child(6) {
	grid-area: 20/2/25/9;
  }
  
  .images img:nth-child(7) {
	grid-area: 22/11/24/20;
  }
  
  .images img:nth-child(8) {
	grid-area: 26/5/30/15;
  }

@media only screen and (min-width: 700px) { 

	.hero-project {
	    margin-top: 15vh;
	    height: 40vh;
	}

	.hero-project-lazer {
		background-image: url(img/lazer-hero.webp);
		margin-top: 3vh;
		height: 47vh;
		width: 82vw;
		border-radius: 20px;
	}

	.hero-project-text-lazer {
		display: flex;
		width: 82vw;
		will-change:transform; 
	}

	.hero-project-text, .hero-project-text-lazer h1 {
		font-size: 60px;
		margin-bottom: -1%;
	}
	.project-details-lazer {
		display: flex;
		flex-wrap: wrap;
		margin-top: 6vh;
		width: 33vw;
	}
	.laptop {
		margin-top: -10%;
		margin-left: 20%;
		width: 40vw;
	}
	.hero-project-text {
		margin: 0 auto;
	    margin-top: 10vh;
	    height: 17vh;
	    width: 82vw;
	}

	.details {
		flex: 35%;
		margin: 2% 0 2% 0;
	}


	.elipse {
		margin: 0 auto;
		width: 50vw;
	}
	.wordpress {
		position: absolute;
	    max-width: 50vw;
	    margin-top: 12vh;
	}

	.next-project {
		height: 50vh;
		width: 100vw;
		background-image: url(img/beeldgekte.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}
	.next-project h3 {
		font-size: 22px;
	}
	.next-project h1 {
		font-size: 32px;
	}
		.gif-section, .gif-section-2 {
		display: block;
	}

}


@media only screen and (min-width: 1200px) { 
	
	.hero-project {
		margin: 0 auto;
    	width: 82vw;
		margin-top: 10vh;
		max-height: 30vh;
	}
	.hero-project-text {
		margin-top: 10vh;
		width: 82vw;
    	display: flex;
    	justify-content: space-between;
	}
	.hero-project-text h1 {
		font-size: 50px;
	}
	.hero-project-text h2 {
		font-size: 30px;
		color: rgba(0, 0, 0, 1);
		text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}
	.laptop {
		margin-top: -8%;
    	margin-left: 29%;
    	width: 30vw;
	}
	.title, .text {
		width: 50vw;
	}
	.text p {
		font-size: 20px;
	}
	.project-details {
		display: flex;
    	flex-wrap: wrap;
		width: 500px;
    	margin-left: 9vw;
    	margin-top: 4vh;
    	margin-bottom: 20vh;
	}
	.details {
		flex: 10%;
	}
	
	.gif-section, .gif-section-2, .gif-section-uncommon {
		display: none;
	}
	.wordpress {
		width: 30vw;
	}

	.a-video{
		width: 11vw;
	}

	.lizard-section {
		display: flex;
    	justify-content: flex-start;
		padding: 10% 15% 20% 15%;
	}
	.lizard-title {
		width: 39vw;
	}

	.lizard-1 {
		margin-right: 20px;
		width: 39vw;
	}
	.lizard-text {
		margin-top: 0;
	}
	.lizard-2-desktop {
		display: block;
		width: 39vw;
    	margin-left: 15%;
    	margin-top: -16%;
    	border-radius: 20px;
	}
	.lizard-2-mobile {
		display: none;
	}
	.lizard-video {
		display: flex;
		width: 82vw;
		margin: 0 auto;
		will-change:transform;
	}
	.lizard-video-container{
		background: #F1F1F1;
		margin-top: -10%;
		padding-bottom: 10%;
	}
	.chiru-section {
		display: flex;
		gap:20px;
		padding: 10% 15% 20% 15%;
	}
	.chiru-text {
		margin-top: 0;
	}
	.chiru-title {
		width: 39vw;
	}

	.chiru-video {
		display: flex;
		width: 82vw;
		margin: 0 auto;
	}
	.chiru-video-container{
		background: #000;
		margin-top: -13%;
		padding-bottom: 10%;
	}

}

@media only screen and (min-width: 1500px) { 

	.laptop {
		width: 26vw;
	}
	.hero-project-text {
		width: 62vw;
		max-height: 40vh;
	}
	.project-details {
		margin-left: 19vw;
	}

	.hero-project-text-lazer {
		display: flex;
		width: 62vw;
	}
	.project-details-lazer {
		display: flex;
		flex-wrap: wrap;
		margin-left: 19vw;
		margin-top: 6vh;
		margin-bottom: 5vh;
		width: 33vw;
	}

}

.footer-logo {
	width: 30vw;
}
