@import url('https://fonts.googleapis.com/css2?family=Mate+SC&family=Crimson+Text&family=Raleway&family=Dancing+Script&family=Merienda&family=Pacifico&family=Style+Script&display=swap');

body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background: #212121;
	min-height: 4000px;
}

header {
	padding: .5rem 2rem;
}

/*===== Logo Section ======= */

.logo {
	display: flex;
	/*align-items: center;*/
}

.logo .h1 {
	font-size: 3.5rem;
	font-family: 'PT Serif', serif;
}

.logo .inner-container {
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
	padding-top: .5rem;
	/*justify-content: center;*/
}

.logo .inner-container span:nth-child(1) {
	font-family: "Merienda", cursive;
}

.logo .inner-container span:nth-child(2) {
	font-family: "Style Script", cursive;
	text-transform: uppercase;
	letter-spacing: .25rem;
}

::-webkit-scrollbar {
    width: 4px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

/*==== Nav Menu ======*/

.menu {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 50%;
	margin-top: 2.5rem;
}
.menu li {
	list-style-type: none;
	font-size: 1.25rem;


}

.menu li a {
	text-decoration: none;
	color: #212121;
	font-family: "Mate SC", cursive;
	color: #fff;
}

.hero-banner {

}
.hero-banner h1 {
	font-size: 10rem;
	color: #fff;
	font-family: "Crimson Text", serif;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    /*transform: translateY(-75px);*/
}

.hero-banner h1 span:nth-child(1) {
	font-size: 5rem;
}

.hero-banner h1 .filled {
	-webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: #fff;
}

.circular-text {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .25rem;
	position: absolute;
	top: 75%;
	left:  60%;
}

.hero-banner-container {
	position: relative;
}
.our-skills {
	margin-top: 125px;
}

.section-title {
	color: #fff;
	font-family: "Dancing Script", cursive;
	font-size: 3rem;
	text-transform: capitalize;
}

.white_dashed {
	height: 4px;
	width: 125px;
	background: #fff;
}
.owl_items {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 5rem 0;
}
.owl_items h5 {
	color: #fff;
	font-family: "Mate SC", serif;
	font-size: 1.5rem;
}

.owl_items svg {
	fill: #fff;
	width: 75px;
}

.about-text {
	color: #fff;
	font-family: "Raleway", serif;
	max-height: 75%;
	margin: 2.5rem 0;
	font-size: 1.25rem;
	text-align: justify;
	text-indent: 2rem;
}