*{
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
}
.hero{
	height: 100vh;
	width: 100%;
	background-image: url(../img/bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 45px;
	padding-left: 8%;
	padding-right: 8%;
	position: relative;
}
.logo{
	color: white;
	font-size: 35px;
	letter-spacing: 1px;
	cursor: pointer;
}
span{
	color: #f9004d;
}
nav ul {
	list-style-type: none;
}

nav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px  25px;
}
nav ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
nav ul li a:hover{
	color: #f9004d;
	transition: .4s;
}
.btn{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 30px;
	transition: transform .4s; 
}
.btn:hover{
	transform: scale(1.2);
}

/* Hamburger Menu Styles */
.hamburger {
	display: none;
	flex-direction: column;
	cursor: pointer;
	z-index: 1001;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background-color: white;
	margin: 3px 0;
	transition: 0.3s;
	border-radius: 3px;
}

.hamburger.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}
.content{
	position: absolute;
	top: 50%;
	left:8%;
	transform: translateY(-50%);
}
h1{
	color: white;
	margin: 20px 0px 20px;
	font-size: 75px;
}
h3{
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
h4{
	color: #fcfc;
	letter-spacing: 2px;
	font-size: 20px;
}
.newslatter form{
	width: 380px;
	max-width: 100%;
	position: relative;
}
.newslatter form input:first-child{
	display: inline-block;
	width: 100%;
	padding: 14px 130px 14px 15px;
	border: 2px solid #f9004d;
	outline: none;
	border-radius: 30px;
}
.newslatter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 30px;
	border-radius: 30px;
	background-color:#f9004d;
	color: white;
	box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
	top: 6px;
	right: 6px; 
}

.about{
	width: 100%;
	padding: 100px 0px;
	background-color: #191919;
}
.about img{
	height: auto;
	width: 430px;
}
.about-text{
	width: 550px;
}
.main{
	width: 1130px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.about-text h2{
	color: white;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.about-text h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.about-text p{
	color: #fcfc;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 45px;
}
button{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
button:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}

.service{
	background: #101010;
	width: 100%;
	padding: 100px 0px;
}
.title h2{
	color: white;
	font-size: 75px;
	width: 1130px;
	margin: 30px auto;
	text-align: center;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.column img {
  width: 100%;
  height: auto;
  display: block;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

h5{
	color: white;
	font-size: 23px;
	margin-bottom: 15px;
}

.contact-me{
	width: 100%;
	height: 290px;
	background: #191919;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.contact-me p{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contact-me .button-two{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.contact-me .button-two:hover{
	background-color: transparent;
	border: 2px solid #f9004d;
	cursor: pointer;
}
footer{
	position: relative;
	width: 100%;
	height: 400px;
	background: #101010;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer p:nth-child(1){
	font-size: 30px;
	color: white;
	margin-bottom: 20px;
	font-weight: bold;
}
footer p:nth-child(2){
	color: white;
	font-size: 17px;
	width: 500px;
	text-align: center;
	line-height: 26px;
}
.social{
	display: flex;
}
.social a{
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:  #f9004d;
	border-radius: 50%;
	margin: 22px 10px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.social a:hover{
	transform: scale(1.3);
	transition: .3s;
}
.end{
	position: absolute;
	color:#f9004d;
	bottom: 35px;
	font-size: 14px; 
}

/* Tablet Responsive Styles */
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.main {
		width: 95%;
		padding: 0 20px;
	}
	
	.about img {
		width: 350px;
	}
	
	.about-text {
		width: 500px;
	}
	
	.title h2 {
		width: 95%;
	}
	
	h1 {
		font-size: 60px;
	}
	
	.about-text h2 {
		font-size: 60px;
	}
	
	.title h2 {
		font-size: 60px;
	}
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
	nav {
		flex-direction: row;
		padding-top: 20px;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.hamburger {
		display: flex;
	}
	
	.nav-menu {
		position: fixed;
		left: -100%;
		top: 0;
		flex-direction: column;
		background-color: rgba(0, 0, 0, 0.95);
		width: 100%;
		text-align: center;
		transition: 0.3s;
		box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
		padding-top: 80px;
		height: 100vh;
		z-index: 1000;
	}
	
	.nav-menu.active {
		left: 0;
	}
	
	.nav-menu li {
		display: block;
		padding: 20px 0;
	}
	
	.nav-menu li a {
		font-size: 18px;
	}
	
	.btn {
		display: none;
	}
	
	.logo {
		font-size: 28px;
	}
	
	.content {
		left: 5%;
		right: 5%;
		width: 90%;
	}
	
	h1 {
		font-size: 40px;
	}
	
	h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	h4 {
		font-size: 16px;
	}
	
	.about {
		padding: 50px 0px;
	}
	
	.main {
		flex-direction: column;
		width: 100%;
		padding: 0 20px;
	}
	
	.about img {
		width: 100%;
		max-width: 430px;
		margin-bottom: 30px;
	}
	
	.about-text {
		width: 100%;
		text-align: center;
	}
	
	.about-text h2 {
		font-size: 40px;
	}
	
	.about-text h5 {
		font-size: 18px;
	}
	
	.about-text p {
		font-size: 16px;
	}
	
	.service {
		padding: 50px 0px;
	}
	
	.title h2 {
		font-size: 40px;
		width: 100%;
		padding: 0 20px;
	}
	
	.row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.column {
		width: 100%;
		max-width: 500px;
		padding: 10px;
	}
	
	footer {
		height: auto;
		padding: 40px 20px;
	}
	
	footer p:nth-child(2) {
		width: 100%;
		padding: 0 20px;
	}
	
	.hero {
		height: auto;
		min-height: 100vh;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 480px) {
	nav {
		padding-top: 15px;
	}
	
	.logo {
		font-size: 24px;
	}
	
	.content {
		position: relative;
		top: auto;
		transform: none;
		margin-top: 100px;
		padding-bottom: 50px;
	}
	
	h1 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 14px;
	}
	
	.about-text h2 {
		font-size: 32px;
	}
	
	.title h2 {
		font-size: 32px;
	}
	
	footer p:nth-child(1) {
		font-size: 24px;
	}
	
	footer p:nth-child(2) {
		font-size: 15px;
	}
	
	.social a {
		width: 40px;
		height: 40px;
		margin: 15px 8px;
		font-size: 18px;
	}
}
