body {
	/* background:#EEF4FF;
	margin:0; */
	
	/* background-color: rgba(255, 124, 10, 0.4) !important; */
	background-color: rgb(245, 245, 247) ;
	scroll-behavior: smooth !important;

}
.spacerx {
	width:100vw;
	height:100vh;
	border:0px solid red;
	display: flex ;
	justify-content: center;
	align-items: center;
	background: transparent;



}


.spacer {
	width:100vw;
	height:100vh;
	border:0px solid red;
	display: flex ;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.skillionz{
	perspective: 1000px;

}


#movableElement {
	transform-style: preserve-3d;
    position: relative;
    transition: transform 0.2s ease;
	color: black;
	border: 0px solid red;
	width: auto;
	height: 80%;
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.threeDText{
font-size: 50px;
padding-left: 40px;
font-family: "Carpenter";

}
.how{
	display: flex;
	justify-content: center;
	flex-direction: column;
	
}
.langs{
	position: absolute;
	transition: transform 0.2s ease;
	border: 0px solid red;
	height: 50px;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.arsenal_images{
	width: 20%;
	height: 70%;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.csharp{
	width: 23% !important;
}
.js{
	background-color: yellow;
	color: black;
	font-weight: bold;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.p1{
top:10%;
left:48%;
}

.p2{
	bottom:10%;
	left:48%
	}
.p3{
		bottom:40;
		left:18%
	}
	.p4{
		bottom:40;
		right:15%
	}
	.p5{
		top:25%;
		left:28%;
		}
		
		.p6{
			top:25%;
			right:20%
			}
		.p7{
				bottom:24%;
				left:29%
			}
			.p8{
				bottom:25%;
				right:20%
			}
h2{
	font-size: 130px;
}


.headline {
	border-radius:6px;
	height:4em;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.domain{
	font-weight: 100;
	color: rgba(233, 116, 81, 0.9);

}
.domain2{
	font-weight: 100;
	color: rgba(240, 107, 39, 1);


}
.domain3{
	font-weight: 100;
	color: rgb(97, 177, 88);

}
.branding{
	font-weight: 100;
	color: grey;

}
.title{
	font-size: 35px;
	color: black;
	letter-spacing: 0.3px;
	font-family: "Carpenter";


}
.bordered{
	border:1px solid red;

}

.text {
	margin:0.8em 0 0 0;
	border-radius:6px;
	height:1em;
	width:100%;
	padding:0 90px;;
}
p{
	font-size: 13px;
	color: gainsboro;
}




.gallery {
  display:flex;	
  outline:0px solid red;
  /* background-color: rgba(255, 124, 10, 0.7) !important; */
  background-color: transparent !important;
 
}
.spacer_header{
	background-color: white;
	background-color: rgb(230, 125, 19)!important;
color: white;

}

.left {
	width:50%;
}

.detailsWrapper {
	margin:auto;
	width:80%;
}
.view_more{
	background-color: transparent;
	height: 50px;
	width: 150px;
	border-radius: 50px;
	outline: none !important;
	border: 1px solid rgba(233, 116, 81, 0.9) !important;
}
.view_more_2{
	border: 1px solid rgba(201, 61, 19, 1) !important;
	background-color: rgba(201, 61, 19, 1);
}
.view_more3{
	border: 1px solid rgb(97, 177, 88) !important;
}

.details {
	height:80vh;
	outline:0px solid green;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	border: 0px solid red;
	align-items: center;
	padding: 35% 0 ;
}
.details_text_container{
	width: 100% ;
	padding-left: 40%;
	border: 0px solid red;

}
.details_3{
	margin-top: 0px;
}
.details_2{
	padding-top:20% ;
	padding-bottom:  50% !important;
}


.right {
	outline:0px solid purple;
	width:50%;
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
    align-items: center;
}

.photos {
	width:35vw;
	height:25vw;
	background:transparent;
	position:relative;
    overflow: hidden;
	border-radius: 20px;
	clip-path: inset(0 0 0 0);

}

.photo {
	position:absolute;
	width:100%;
	height:100%;
    opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0px solid red !important;
	top: 0;
	left:0;
	

}
.red_photo{
	position: absolute;
	left:2.5%;
	top:20%;
	height: 60%;
	width: 95%;
	border-radius: 20px;
	box-shadow: rgba(96, 72, 59, 0.2) 0px 60px 40px -7px;
}
.red {
	/* background-color: red ;
	opacity: 1; */
	clip-path: inset(0 0 0 0);
z-index: 3;

	opacity: 1;
	background-image: url(./assets/myghpaybg2.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;

/* 	z-index: 5; 
	background:rgb(251, 185, 147);
	 */
	
	/* background:rgb(250, 224, 208); */
}

.green {
	opacity: 1;
	/* background-color: green; */
	clip-path: inset(0 0 0 0);
	z-index: 2;

	background: rgb(250,166,98);
 background: linear-gradient(353deg, rgba(250,166,98,1) 0%, rgba(237,131,13,1) 38%, rgba(255,83,0,1) 100%);
background-image: url(./assets/ticketsbg2.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.blue {
	width: 100%;
	height: 100%;
	opacity: 1;
	clip-path: inset(0 0 0 0) !important;
z-index: 1;
background: linear-gradient(353deg, rgba(250,166,98,1) 0%, rgba(237,131,13,1) 38%, rgba(255,83,0,1) 100%);
background-image: url(./assets/natoursbg3.jpg); 
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
	/* background:orange; */
}
