@charset "utf-8";
/* CSS Document */
* 
{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif; 
}
html{
    scroll-behavior: smooth;
}
header
{
	position: fixed;
	height: 10vh;
	width: 100%;	
	z-index: 5;
	background-color: #1a1a1a;
	backface-visibility: 90%;
	
}
.logo
{
	height: 80px;
	width: 80px;
	margin: 0px;
	padding: 0px;	
	position: relative;
}
.logo:hover
{
	will-change: transform;
	transform: perspective(1000px) rotateX(4.80deg) rotateY(3.56deg) scale3d(1.5,1.5,1.5);
	transition: .5s;
}

nav
{
  display: flex;
	align-items: center;
	justify-content: space-between;	
	padding-left: 32%;
	padding-right: 32%;
}
nav ul li
{
	list-style: none;
	display: inline-block;
	padding: 0px 25px;
	z-index: 7;
}
nav ul li a
{
	text-decoration: none;
	color: white;
	font-weight: 500;
	font-size: 17px;
}
nav ul li a:hover
{
	color: #F47706;
	transition: .3s;
}
#About_me
{
	height: 100vh;
	width: 100%;	
	background-color: #1a1a1a;
}
.main-text
{
	margin-top: 100px;
	position: absolute;
	top: 50%;
	left: 12%;
	transform: translateY(-50%);
}
.main-text h1
{
	
	font-size: 80px;
	color: #fff;
	font-weight: 800;
	line-height: 100px;
}
.main-text p
{
	padding-top:80px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: auto;
	margin: 20px 0px;	
}
span
{
	color: white;
	letter-spacing: auto;
}
button
{
	margin-top:80px;
	margin-right:40px;
	width: 250px;
	background-color: #F47706;
	padding: 12px 10px;
	border: none;
	color: white;
	font-size: 14px;
	border-radius: 20px;
	cursor: pointer;	
}
button:hover
{	
	background-color: white;	
	color: #F47706;	
}
.main-img
{
	position: absolute;
	width: 50%;
	height: 100%;
	bottom: 0%;	
	right: 0%;
	text-align: right;	
}
.resize-img
{
	width: 100%;
	height: auto;
	position: relative;
	max-height: 100%;
	max-width: 100%;
}
.main-img img
{
	height: 100%;
	
}
.container
{
	width: 1140px;
	margin: auto;
}
#Services
{
	height: 700px;
	width: 100%;	
	justify-content: space-between;
	align-items: center;
}
 h2
{
	padding-top: 15vh;
	color: #F47706;
	font-weight: 500;
	font-size: 28px;
}
h1
{	
	color: #3f3f3f;
	font-weight: 400;
	font-size: 40px;
}
#Services h3
{	
	color: #3f3f3f;
	font-weight: 600;
	font-size: 24px;
}
#Services h4
{	
	color: #3f3f3f;
	font-weight: 400;
	font-size: 20px;	
}
.service-content
{
	display: flex;
	justify-content: space-between;	
	align-items: center;
	margin-top: 5rem;	
	text-align: center;
	cursor: pointer;	
}
.designs-content
{
	display: flex;
	justify-content: space-between;	
	align-items: center;	
	text-align: center;
	cursor: pointer;
	margin-bottom: 160px;
}
.col
{
	height: 100px;
	width: 300px;	
	position: relative;	
	box-shadow: 18px 0px 87px 0px rgb(10 15 70 / 7%);
	border-radius: 12px;
	padding: 45px;
	transition: ease .3s;	
}
.col2
{
	height: 100px;
	width: 300px;	
	position: relative;	
	box-shadow: 18px 0px 87px 0px rgb(10 15 70 / 7%);	
	padding: 20px;
	transition: ease .3s;	
}
.col:hover
{
	will-change: transform;
	transform: perspective(1000px) rotateX(4.80deg) rotateY(3.56deg) scale3d(1.3,1.3,1.3);
}
.col2:hover
{
	will-change: transform;
	transform: perspective(1000px) rotateX(4.80deg) rotateY(3.56deg) scale3d(1.3,1.3,1.3);
}
.col img
{
	max-width: 100%;
	width: 200px;		
	height: 200px;	
	border-radius: 12px;
	object-fit: cover;
}
.col2 img
{
	max-width: 100%;
	width: 200px;		
	height: 200px;		
	object-fit: cover;
}
#Designs
{
	height: 1000px;
	width: 100%;	
}
p
{
	font-size: 20px;
	color: #3f3f3f;
}
#Designs h5
{
	margin-top: 60px;
	font-size: 30px;
	color: #3f3f3f;
	font-weight: 400
}
#Contact
{
	height: 280px;
	width: 100%;
	background-color: #1a1a1a;
	margin: auto;
	padding-top: 20px;	
	align-items: center;
	justify-content: center;
	text-align: center;	
	
}
#Contact .action form input[type="email"]
{
	max-width: 100%;
	width: 470px;
	padding: 12px 15px;
	border: none;
	outline: none;
	margin: 0 10px 20px 0;
	border-radius: 30px;
}
#Contact .action form input[type="submit"]
{
	padding: 12px 40px;
	border: none;
	background-color: #F47706;
	color: white;
	outline: none;
	margin: 0 10px 20px 0;
	border-radius: 30px;
	cursor: pointer;
	transition: .3s;
}
#Contact .action form input[type="submit"]:hover
{
	padding: 12px 40px;
	border: none;
	background-color: white;
	color: #F47706;
	outline: none;
	margin: 0 10px 20px 0;
	border-radius: 30px;
	cursor: pointer;
}
#Contact h1
{	
	padding-top: 20px;
	color: #F47706;
	font-weight: 400;
	font-size: 28px;
}
#Contact p
{
	color: #fff;
	font-size: 20px;
	font-weight:200;
	margin-bottom: 20px
}
.ends
{
	background-color: #1a1a1a;	
	text-align: center;
	padding: 10px;
	
}
.ends p
{
	font-size: 10px;
	font-weight: 200;
	color: white;	
	
}
.text-center
{
	text-align: center;
	align-items: center;
}
span
{
	color: #F47706;
}
.clearfix
{
	clear: both;
}