@import url('https://fonts.googleapis.com/css?family=Josefin+Slab');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
	margin: 0;
}

ul {
	list-style-type: none;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background: #eee;
}
.wrapper {
	max-width: 1200px;
	margin: auto;
	height: 100%;
	position: relative;
}

.navbar-top {
	background: #1e1d24;
	height: 40px;
}
.nav-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.social-container {
	display: flex;
	gap: 2rem;
}
.social-container a {
	color: #fff;
}
.burger-menu {
    display: none;
}

.social-container a:hover {
	color: #e75b4c;
}
.navbar-email a {
	color: #7c8083;
	font-size: 12px;
}
.email {
	color: #ee9d46;
	margin-right: 8px;
	font-size: 18px;
	
}


.nav-list {
	display: flex;
	list-style-type: none;
	align-items: center;
	gap: 1.75rem;
}

.nav-list a {
	font-family: 'Opens Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	color: #606060;
}
.social li a {
	padding: 10px 15px;
	font-size: 15px;
	color: #eee !important;
	transition: 0.3s;
}
.social li a:hover {
	color: #e75b4c !important;
}
.navbar-bottom {
	height: 110px;
	background: #fff;
}

.active a {
	color: #e75b4c !important;
	background: transparent !important;
}
.navbar-bottom .btn {
	background: #e75b4c;
	text-transform: uppercase;
	color: #eee;
	border: none;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	padding: 18px 43px;
	border-radius: 30px;
	position: relative;
}
.navbar-bottom .btn:focus {
	outline:none;
}


.hero-section {
	height: 750px;
	background-image: linear-gradient(to left, rgba(246, 211, 101, 0.6) 0%, rgba(253, 160, 133, 0.6) 100%), 
	url("https://ld-wp.template-help.com/wordpress_65451_v1/wp-content/uploads/2017/09/bg-1.jpg");
	background-size: cover;
	display: flex;
	margin: 0;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	color: #eee;
	text-align: center;
}
.hero-section h1 {
	font-family: 'Dancing Script', cursive;
	letter-spacing: 5px;
	font-size: 103px;
	margin-bottom: 2.5rem;
	font-weight: normal;
}
.hero-section p {
	letter-spacing: 4px;
	font-size: 28px;
	line-height: 1.3em;
	margin-bottom: 1rem;
}
.hero-section .btn {
	font-size: 18px;
	padding: 15px 30px;
	font-family: 'Open Sans', cursive;
	text-transform: uppercase;
	background: #eee;
	color: #1e1d24;
	border: none;
	border-radius: 30px;
	transition: 0.5s;
	outline: none;
}
 .hero-section .btn:hover, .email a:hover {
	background: #1e1d24;
	color: #eee;
	text-decoration: none;
} 
.hero-section .btn:focus {
	outline: none;
}
.hero-section .btn:active {
	box-shadow: 0px 0px 1px 1px deepskyblue;
}




.about {
	background: #fff;
	text-align: center;
	padding: 100px 0;
}
.a-content {
	
}
.a-content h1 {
	font-size: 35px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	

}
.a-content .line, .services .line, .blog-content .line {
	padding: 2px 0;
	background: #e75b4c;
	width: 86px;
	margin: 0 auto;
	margin-bottom: 60px;
	border-radius: 10px;
}
.a-content p {
	line-height: 2em;
	font-size: 18px;
	color: #54595f;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.a-content a {
	font-size: 16px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #ffffff;
    border-radius: 100px;
    padding: 18px 52px 18px 52px;
    background: linear-gradient(to right, #f6d365 0%, #fda085 100%);
    text-transform: uppercase;
}
 .a-content a:hover, .proj-content a:hover {
	background: linear-gradient(to left, #f6d365 0%, #fda085 100%);
	text-decoration: none;
}

.img-content {
	display: flex;
	gap: 3px;
}
.img-content .image-box {
	flex: 1;
	position: relative;
	overflow: hidden;
	padding-top: 560px;
}
.image-box img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.services {
	padding: 100px 0;
}
.services h3 {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}
.service-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1.5rem;
}
.service-content h3 {
	
}
.service-box {
	display: flex;
	gap: 12px;
}
.service-box .fa {
	color: #e75b4c;
	font-size: 32px;
	width: 45px;
	text-align: center;
}
.service-box h2 {
	font-weight: 600;
	font-size: 18px;
    line-height: 1.44;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0.1em;
	margin-bottom: .5rem;
}
.service-box p {
	font-size: 18px;
    letter-spacing: 0.1em;
    color: #919798;
    line-height: 2em;
}




#projects {
	background-image: url(https://ld-wp.template-help.com/wordpress_65451_v1/wp-content/uploads/2017/09/bg-2-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 510px;
	color: #fff;
	display: flex;
	margin: 0;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.proj-content {
	text-align: center;
}
.proj-content h2 {
	font-family: "Dancing Script", cursive;
	font-size: 52px;
	padding-bottom: 30px;
}
.proj-content p {
    font-size: 17px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: 1.5px;
}
.proj-content a {
	font-size: 16px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 100px;
    padding: 18px 52px 18px 52px;
    background: linear-gradient(to right, #f6d365 0%, #fda085 100%);
    text-transform: uppercase;
}
.marg {
	margin: 25px 0;
	padding: 2px;
}



.blog {
	padding: 80px 0;
}
.blog-content {
}
.blog-content h2 {
	font-size: 35px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	text-align: center;
}
.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.blog-div h4 {
	font-size: 24px;
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    max-width: 300px;
    letter-spacing: 0px;
    text-align: left;
    /* padding: 48px 0px 0px 0px; */
	padding: 48px 30px 0;
}
.blog-div h4 a {
	color: #000;
}
.blog-div {
	display: flex;
	flex-direction: column;
	color: #54595f;
    font-size: 17px;
    font-family: "Open Sans", Sans-serif;
    line-height: 2em;
}
.blog-div img {
	width: 100%;
}
.blog-text {
	padding-bottom: 48px;
	flex-grow: 1;
}
.blog-text .author {
	color: #337ab7;
}
.blog-text p {
	padding-left: 30px;
}

.blog-image img {
	display: block;
}



.subscribe {
	height: 305px;
	background: #e75b4c;
}
.sub-content {
	text-align: center;
	padding: 80px 0;
}
.sub-content h2 {
	font-size: 26px;
    font-family: "Open Sans", Sans-serif;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.subscribe-form {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.subscribe-form .input-field{
	width: 800px;
	height: 52px;
	padding: 0 15px;
	border-radius: 30px 0 0 30px;
	border: 1px solid #fff;
	background: #e75b4c;
	outline: none;
	color: #fff;
}
.input-field::placeholder {
	color: #fff;
	opacity: 1;
	font-size: 18px;
}
.subscribe-form button {
	line-height: 2;
    display: inline-block;
    max-width: 100%;
    background: #fff;
	color: #e75b4c;
	width: 120px;
	height: 54px;
	border: none;
	outline: none;
	margin-left: -3px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 0 30px 30px 0;
	transition: 0.3s;
}




#testimonials {
	height: 840px;
	background: url("https://ld-wp.template-help.com/wordpress_65451_v1/wp-content/uploads/2017/10/bg-55.jpg");
}


footer {
	padding: 80px 0;
	background: #f0f4f5;
}
.footer-content {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}
.foo-box {
	flex: 1;
}
.foo-box .epilogue {
	color: #54595f;
	margin-top: 17px;
    font-size: 16px;
    line-height: 2.1em;
    padding-right: 36px;
    letter-spacing: 0.05em;
}
.foo-box h4 {
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.44;
    font-family: Montserrat, sans-serif;
    letter-spacing: 0.02em;
    text-align: inherit;
    color: #1e1d24;
    text-transform: uppercase;
}
.foo-box p {
	line-height: 1.7em;
	font-size: 17px;
	margin-top: 30px;
	color: #1e1d24;
}
.foo-box ul {
	list-style: none;
	padding: 0;
	margin-top: 30px;
}
.foo-box li a {
	font-size: 17px;
	line-height: 1.8em;
	color: #1e1d24;
	font-family: "Open sans", Sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.copyright {
	height: 70px;
	background: #111;
}
.copyright p {
	line-height: 70px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 17px;
}
.copyright a {
	transition: 0.3s;
	color: #337ab7;
}
.copyright a:hover {
	color: #fff;
	text-decoration: none;
}

@media(max-width: 1200px) {
	.wrapper {
		padding: 0 30px;
	}
}

@media(max-width: 1024px) {
	.wrapper {
		padding: 0 20px;
	}
	.img-content .image-box {
		padding-top: 302px;
	}
	.service-content {
		grid-template-columns: repeat(2, 1fr);
	}
	.nav-list .btn {
		display: none;
	}
	.blog-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-order {
		order: 2;
	}
	.blog-div h4 {
		padding: 0;
		padding-top: 30px;
	}
}

@media(max-width: 640px) {
	.burger-menu {
		display: block;
		width: 40px;
	}
	.burger-menu .line {
		height: 4px;
		background: #463f3a;
		margin-bottom: 6px;
	}
	.social-container {
		gap: 1rem;
	}
	.nav-list {
		display: none;
	}
	.hero-section {
		height: 500px;
	}
	.hero-section .content {
		padding: 0 20px;
	}
	.hero-section h1 {
		font-size: 64px;
	}
	.hero-section p {
		font-size: 24px;
	}
	.img-content {
		flex-direction: column;
	}
	.service-content {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 3rem;
	}
	footer {
		padding: 60px 0;
	}
	.footer-content {
		flex-direction: column;
	}
	#testimonials {
		height: 540px;
		background-position: center bottom;
	}
	.blog-div {
		padding-bottom: 30px;
	}
	.blog-text {
		padding-bottom: 0;
	}

	.blog-text p {
		padding-left: 0;
	}

	.sub-content h2 {
		font-size: 21px;
	}

	.subscribe-form .input-field {
		width: 70%;
	}
	.subscribe-form button {
		width: 30%;
	}
	.copyright p {
		font-size: 14px;
	}
}