@media screen and (max-width: 900px)  and (min-width: 425px){
	.header{
		flex-direction: column;
		height: auto;
		gap: 75px;
		padding:25px 22%;

	}
	.header img{
		width: 100%;
		opacity: .6;
	}
	.header div:nth-child(2){
		font-size: 25px;
	}
	.header div:nth-child(1) p{
		font-size: 15px;
	}
	.header div:nth-child(1){
		width: 100%;
	}
	.header div:nth-child(2){
	font-size: 33px;
	letter-spacing: 3px;
	font-weight: 100;
	text-align: center;
	line-height:70px;
	color: white;
	font-family: font1;
}
.about{
	flex-direction: column;
	height: auto;
}
.about div:nth-child(1){
	padding: 50px 30px;
}
.about div:nth-child(1) h1{
	font-size: 60px;
	margin-bottom: 25px;
	font-weight: 100;
	
}
.about div:nth-child(1) p{
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 32px;
}

.about img{
	width: 51%;
	height: 100%;
}
.aboutimgdiv{
	padding: 0 30px;
	display: flex;
	justify-content: center;

}
.offer{
	width: 100%;
	height: auto;
	flex-direction: column;
	padding: 50px 0;
}

.offer img{
	margin-bottom: 15px;
}
.offerh1 h1{
	font-size: 60px;
	margin-bottom: 50px;
}
.offerimgs{
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.offerimgs h1{
	font-size: 25px;
	margin-bottom: 10px;
}
.offerimgs p{
	font-size: 18px;
	font-weight: 500;
}
.offerb{
	width: 100%;
	height: auto;
	padding: 50px 0;
	flex-direction: column;
}

.offerb img{
	margin-bottom: 15px;
}
#img2{
	margin-bottom: 60px;
}

.offerbh1 h1{
	font-size: 60px;
	margin-bottom: 50px;
	
}
.offerbimgs{
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.offerbimgs h1{
	font-size: 25px;
	margin-bottom: 10px;
}
.offerbimgs p{
	font-size: 18px;
	font-weight: 500;
}
.frimann{
	width: 100%;
	height: auto;
	padding: 100px 60px;
}
.frimann img{
	width: 300px;
	opacity: 0.3;
	margin-bottom: 25px;
}
.frimann h1{
	font-size: 45px;
	font-weight: 200;

}
.frimann p{
	font-size: 14px;
	margin-top: 20px;
}
.contact{
	width: 100%;
	height: 100%;
	flex-direction: column;
	padding: 100px 25px;
	gap: 200px;
	margin-top: 0;
}

.contacttop h1{
	font-size: 60px;
}
.contacttop p{
	font-size: 25px;
	text-align: center	;
}
.contactdown{
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
}
.contactdown h1{
	font-size: 30px;
}
.contactdown p{
	font-size: 20px;
}
.linkedin {
	margin-right: 50px;
}

}
