@charset "utf-8";
/* CSS Document */

* {margin: 0;
   padding: 0;
   box-sizing:border-box;
   border: none;
   outline:none;
   text-decoration: none;
   scroll-behavior:smooth;
	background: #e3dcd2;

}
@font-face{
	font-family: myFont;
	src:url("gotham.ttf.otf"); 
}

header{
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: transparent;
}

.header.scrolled{background:#e3dcd2;
                 box-shadow: 0 .1rem .2rem #000000;}
.logo{
	background-color: transparent;
	z-index: 998;
}
.logo h1{
	background-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	
}

nav{
	padding: 10px 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 60px;
	background-color: transparent;
}

nav ul {
	display: flex;
	gap:30px;
	background-color: transparent;
	padding-bottom: 8px;
}
nav ul li{
	list-style-type: none;
	background-color: transparent;
}
nav ul li a{
	text-decoration: none;
	color: #000;
	background-color: transparent;
	fonfont-family: 'Poppins', sans-serif;
	font-size: 1.1rem;
}
nav ul li a:hover{
	color: #cc8b65;
}

.menu-icon{
	display: none;
	background-color: transparent;
}

a{
	padding: 0;
	margin: 0;
}

.home{
	background-image:url("grid.png");
	background-size:800px;
	height: 100vh;
	padding-top: 25vh;
	position: relative;
	justify-content: center;
	
}

.gra{
	position: absloute;
	margin-left: 13%;
	background-color: transparent;
}

.home h3{
	background-color: transparent;
	font-family: myFont;
	font-weight: 900;
	font-size: 9.5rem;
	color: #100c0d;
	
}

.des{
	position: absloute;
	margin-right: 13%;
	background-color: transparent;
	margin-top: -30px;
}

.img img{
	
	width: 80px;
	background-color: transparent;
	z-index: 3;
	animation: shaking 1s;
	animation-iteration-count: infinite;
	animation-delay: 0.5s;
}

@keyframes shaking{
	0%{transform:rotate(0deg);}
	10%{transform:rotate(-4deg);}
	20%{transform:rotate(4deg);}
	30%{transform:rotate(0deg);}
	40%{transform: rotate(-3deg);}
	50%{transform:rotate(0deg);}
	60%{transform: rotate(-3deg);}
	70%{transform :rotate(0deg);}
	80%{transform:t rotate(-2deg);}
	90%{transform :rotate(0deg);}
	100%{transform: rotate(-2deg);}
}

@keyframes shake{
	0%{transform:rotate(0deg);}
	10%{transform:rotate(-3deg);}
	20%{transform:rotate(3deg);}
	30%{transform:rotate(0deg);}
	40%{transform: rotate(-4deg);}
	50%{transform:rotate(0deg);}
	60%{transform: rotate(-4deg);}
	70%{transform :rotate(0deg);}
	80%{transform:t rotate(-1deg);}
	90%{transform :rotate(0deg);}
	100%{transform: rotate(-1deg);}
}

.bru img{
	margin-top: -10%;
	margin-left:22%;
	position: absolute;
}

.txt img{
	margin-top: -3%;
	margin-left:7%;
	position: absolute;
	background-color: transparent;
	animation: shake .5s;
	animation-iteration-count: infinite;
	animation-delay: 0.4s;
	
}

.pen img{
	margin-top: -33%;
	margin-left:28%;
	position: absolute;
	background-color: transparent;
		animation: shake .5s;
	animation-iteration-count: infinite;
	animation-delay: 0.4s;
	
}

.col img{
	margin-top: -23%;
	margin-left:63%;
	position: absolute;
	background-color: transparent;
	
}

.eye img{
	margin-top: -28%;
	margin-left:81%;
	position: absolute;
	background-color: transparent;
	width: 60px;
		animation: shake .5s;
	animation-iteration-count: infinite;
	animation-delay: 0.4s;
	
}


.bu img{
	margin-top: 1%;
	margin-left:84%;
	position: absolute;
	background-color: transparent;
	width: 60px;
	
}


.about{
	background: #e3dcd2;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content:center;
	gap:60px;
}

.profile-img img{
	width: 300px;
}

.profile-img img{
	width: 300px;
	animation: floatimage 6s ease-in-out infinite;
             animation-delay: 1s;
}

@keyframes floatimage{
	0%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-10px);
	}
	100%{
		transform: translateX(0);
	}
	
}
.profile-content{
	fonfont-family: 'Poppins', sans-serif;
}

.profile-content h1{
	font-size: 33px;
}
.heading h1{
	font-size: 33px;
	display: none;
}

.profile-content P{
	max-width: 700px;
	font-size: 17px;
}
.para{
	margin-top: 25px;
}
.softwares img{
	width: 30px;
}

.softwares{
	display: flex;
	gap:20px;
	margin-top: 20px;
}


.contact{
	padding-top: 70px;
	padding-bottom: 100px;
	text-align: center;
}

.cointainer{
	max-width: 800px;
	margin: 0 auto;
	background: #e3dcd2;
}

.cointainer h2{
	font-size: 36px;
	margin-bottom: 40px;
	color: #333;
}
.divider{
	width: 250px;
    height: 0.5px;
	background-color:#000;
	display: block;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
}

.divider1{
	width: 285px;
    height: 0.5px;
	background-color:#000;
	display: block;
	margin-top: 10px;
}

.divide{
	width: 300px;
    height: 0.5px;
	background-color:#000;
	display: none;
	
	margin-left: auto;
	margin-right: auto;
}

.contact-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	background: #e3dcd2;
	margin-top:30px;
}

.res{
	display: none;
}

.contact-form{
	text-align: left;
}

.contact-form h3{
	font-size: 24px;
	margin-bottom: 20px;
	color: #333;
}

.form-group{
	margin-bottom: 20px;
}

input, textarea{
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	border: none;
	background-color: #f8f9fa;
	color: #333;
}

input:focus,
textarea:focus{
	outline: none;
	box-shadow: 0 0 8px #bbb;
}

button{
	display: inline-block;
	padding: 12px 24px;
	background-color: #020000;
	color: #fff;border: none;
	cursor: pointer;
	transition: 0.3s ease;
}

button:hover{
	background-color: #262121;
}


.contact-img img{
	width:400px;
	margin-top: 30px;
		animation: floatimage 6s ease-in-out infinite;
             animation-delay: 1s;
}

footer{
	height: 2vh;
}






@media all and (max-width:1200px){
	
	.img img{
	width: 100px;
}
	.pen img{
	margin-top: -37%;		
}
	
	.profile-content P{
	max-width: 650px;
}
	
}


@media all and (max-width:1024px){
	.bru img{
	margin-top: -13%;
	margin-left:16%;
}

.txt img{
	margin-top: 4%;
	margin-left:5%;
}

.pen img{
	margin-top: -43%;
	margin-left:28%;
}

.col img{
	
	margin-top: -38%;
	margin-left:78%;
}

.eye img{
	margin-top: 2%;
	margin-left:55%;
	width: 80px;
	
}


.bu img{
	margin-top: 1%;
	margin-left:84%;
	width: 80px;	
}
	
		.profile-content P{
	max-width: 600px;
}

}


@media all and (max-width:930px){
	.bru img{
	margin-top: -17%;
	margin-left:6%;
}

.txt img{
	margin-top: 7%;
	margin-left:15%;
}

.pen img{
	margin-top: -47%;
	margin-left:28%;
	position: absolute;
	z-index: 700;
}

.col img{
	
	margin-top: -38%;
	margin-left:78%;
}

.eye img{
	margin-top: 5%;
	margin-left:55%;
	width: 80px;
	
}


.bu img{
	margin-top: 3%;
	margin-left:84%;
	width: 80px;	
}
			.profile-content P{
	max-width: 460px;
}

}

@media all and (max-width:830px){
	.home h3{
	font-size: 8rem;
}
	.profile-img img{
	width: 250px;
}
				.profile-content P{
	max-width: 440px;
}
	
	.about{
	gap:40px;
}
	
	.cointainer{
	max-width: 750px;
	margin: 0 auto;
	background: #e3dcd2;
}


.contact-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	background: #e3dcd2;
}
	.contact-img img{
		width: 370px;
	}
	
}

@media all and (max-width:768px){
	nav ul{
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		z-index: 2;
		flex-direction: column;
		text-align: center;
		gap:0;
		overflow: hidden;
		background: #e3dcd2;
		z-index: 997;
	}
	nav ul li{
		padding: 10px;
	}
	
	.menu-icon{
		display: block;
		z-index: 998;
	}
	.menu-icon i{
		font-size: 26px;
	}
	
	#menuList{
		transition: all 0.5s;
	}
	
	.home h3{
	
	font-size: 7.5rem;
	
}
	
	.pen img{
	margin-top: -50%;
	margin-left:25%;
}
	
	.txt img{
	margin-top: 10%;
	margin-left:15%;
}
	.bu img{
	margin-top: 6%;
	margin-left:84%;
	width: 80px;	
}
	.about{
	gap:30px;
}
	
					.profile-content P{
	max-width: 400px;
}
		.cointainer{
	max-width: 700px;
	margin: 0 auto;
	background: #e3dcd2;
}


.contact-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	background: #e3dcd2;
}
	.contact-img img{
		width: 330px;
	}
	
	
}
@media all and (max-width:650px){
		.home h3{
	
	font-size: 7.2rem;
	
}
	
	.bru img{
	margin-top: -17%;
	margin-left:6%;
}

.txt img{
	margin-top: 10%;
	margin-left:19%;
}

.pen img{
	margin-top: -53%;
	margin-left:24%;
}

.col img{
	
	margin-top: -38%;
	margin-left:78%;
}

.eye img{
	margin-top: 5%;
	margin-left:55%;
	width: 80px;
	
}


.bu img{
	margin-top: 3%;
	margin-left:84%;
	width: 80px;	
}
	
	.about{
	background: #e3dcd2;
	padding-top: 100px;
	padding-bottom: 100px;
	display:grid;
		place-items:center;
	text-align:justify;
	gap:60px;
}
	
		.profile-content h1{
	font-size: 33px;
		display: none;
}
.heading h1{
	font-size: 33px;
	display: block;
}
	.divide{
		display: block;
	}
	
	
	.divider1{
		display: none;
	}
	
						.profile-content P{
	max-width: 600px;
}
	.para{
		margin-top: -50px;
	}
	.softwares{
	display: flex;
	gap:20px;
	margin-top: 20px;
	
}
	
			.cointainer{
	max-width: 400px;
	margin: 0 auto;
	background: #e3dcd2;
}


.contact-wrapper{
	display: block;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	background: #e3dcd2;
}
	.contact-img img{
		width: 330px;
	}
	
	.re{
		display: none;
	}
	.res{
		display: block;
	}
	
	.contact-form{
	text-align: left;
		margin-top: 50px;
}
	


}

@media all and (max-width:600px){
	
	.home{
	padding-top: 28vh;

	
}
		.home h3{
	
	font-size: 6rem;
	
}
	
	.bru img{
	margin-top: -17%;
	margin-left:6%;
}

.txt img{
	margin-top: 10%;
	margin-left:19%;
}

.pen img{
	margin-top: -53%;
	margin-left:24%;
}

.col img{
	
	margin-top: -38%;
	margin-left:78%;
}

.eye img{
	margin-top: 5%;
	margin-left:55%;
	width: 80px;
	
}


.bu img{
	margin-top: 3%;
	margin-left:84%;
	width: 80px;	
}
							.profile-content P{
	max-width: 550px;
}

}














@media all and (max-width:550px){
	
	.home{
	padding-top: 28vh;

	
}
		.home h3{
	
	font-size: 5.4rem;
	
}
	
	.bru img{
	margin-top: -17%;
	margin-left:6%;
}

.txt img{
	margin-top: 10%;
	margin-left:19%;
}

.pen img{
	margin-top: -58%;
	margin-left:16%;
}

.col img{
	
	margin-top: -47%;
	margin-left:66%;
}

.eye img{
	margin-top: 5%;
	margin-left:55%;
	width: 80px;
	
}


.bu img{
	margin-top: 3%;
	margin-left:84%;
	width: 80px;	
}
	
								.profile-content P{
	max-width: 480px;
}

}

@media all and (max-width:480px){
	
	.home{
	padding-top: 30vh;

	
}
		.home h3{
	
	font-size: 5rem;
	
}
	
	.bru img{
	margin-top: -17%;
	margin-left:6%;
}

.txt img{
	margin-top: 18%;
	margin-left:19%;
}

.pen img{
	margin-top: -64%;
	margin-left:14%;
}

.col img{
	
	margin-top: -56%;
	margin-left:66%;
}

.eye img{
	margin-top: 5%;
	margin-left:55%;
	width: 80px;
	
}


.bu img{
	margin-top: 40%;
	margin-left:70%;
	width: 80px;	
}
									.profile-content P{
	max-width: 430px;
}
	
	
				.cointainer{
	max-width: 350px;
}



	
	
	.contact-form{
	text-align: left;
		margin-top: 50px;
}

	

}

@media all and (max-width:440px){
	
	.home{
	padding-top: 32vh;

	
}
		.home h3{
	
	font-size: 5rem;
	
}
	
	.bru img{
	margin-top: -10%;
	margin-left:6%;
}

.txt img{
	margin-top: 25%;
	margin-left:19%;
}

.pen img{
	margin-top: -70%;
	margin-left:14%;
}

.col img{
	
	margin-top: -63%;
	margin-left:66%;
}

.eye img{
	margin-top: 12%;
	margin-left:59%;
	width: 80px;
	
}


.bu img{
	margin-top: 40%;
	margin-left:70%;
	width: 80px;	
}

}

@media all and (max-width:440px){
	
	.home{
	padding-top: 32vh;

	
}
		.home h3{
	
	font-size: 4.5rem;
	
}
	
	.bru img{
	margin-top: -10%;
	margin-left:6%;
}

.txt img{
	margin-top: 25%;
	margin-left:19%;
}

.pen img{
	margin-top: -70%;
	margin-left:14%;
}

.col img{
	
	margin-top: -63%;
	margin-left:66%;
}

.eye img{
	margin-top: 12%;
	margin-left:59%;
	width: 80px;
	
}


.bu img{
	margin-top: 40%;
	margin-left:70%;
	width: 80px;	
}
	.img img{
	width: 80px;
}
	
										.profile-content P{
	max-width: 380px;
}
}

@media all and (max-width:380px){
	.logo h1{
		font-size:  1.4rem;
	}
	.home{
	padding-top: 32vh;

	
}
		.home h3{
	
	font-size: 4.5rem;
	
}
	
	.bru img{
	margin-top: -3%;
	margin-left:6%;
}

.txt img{
	margin-top: 32%;
	margin-left:19%;
}

.pen img{
	margin-top: -78%;
	margin-left:14%;
}

.col img{
	
	margin-top: -70%;
	margin-left:66%;
}

.eye img{
	margin-top: 16%;
	margin-left:59%;
	width: 80px;
	
}


.bu img{
	margin-top: 44%;
	margin-left:70%;
	width: 80px;	
}
	.img img{
	width: 70px;
}
	
											.profile-content P{
	max-width: 330px;
}
	
					.cointainer{
	max-width: 300px;
}
	
	.contact-img img{
		width: 280px;
	}
}


@media all and (max-width:320px){
	.logo h1{
		font-size:  1.4rem;
	}
	.home{
	padding-top: 32vh;
	
}
		.home h3{
	
	font-size: 4rem;
	
}
	.gra{
	margin-left: 8%;
}
	.des{
		margin-right: 8%;
	}
	
	.bru img{
	margin-top: -3%;
	margin-left:6%;
}

.txt img{
	margin-top: 37%;
	margin-left:19%;
}

.pen img{
	margin-top: -84%;
	margin-left:14%;
}

.col img{
	
	margin-top: -70%;
	margin-left:66%;
}

.eye img{
	margin-top: 16%;
	margin-left:59%;
	width: 80px;
	
}


.bu img{
	margin-top: 60%;
	margin-left:70%;
	width: 80px;	
}
	.img img{
	width: 70px;
}
												.profile-content P{
	max-width: 280px;
}
	

	.contact-img img{
		width: 260px;
	}
	
						.cointainer{
	max-width: 280px;
}
}



