@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');



*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.img-fluid {
    max-width: 75%;
    height: auto;
}
.section-padding {
	padding: 100px 0;
}
.navbar .getstarted {
	background: #106eea;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}


.showcase {
    position: absolute;
    right: 0;
    width: 100%;
    min-height: 100vh;
    padding: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFD000;
    color: #fff;
    z-index: 2;
}

.showcase video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}


.text {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 1920px;
}

.text h2 {
    font-size: 4em;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #ffffff;
    color: #FF9800;
}

.text h3 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #FF9800;
    /* text-shadow: 0 0 5px #3d3d3d, 0 0 7px #888888; */
}

.text p {
    font-size: 1.1em;
    margin: 20px 200px;
    font-weight: 400;
    color: #000;
    text-shadow: 0 0 5px #ffffff;
}

.text a
{
  display: inline-block;
  font-size: 1em;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}
.text a:hover
{
  letter-spacing: 6px;
}

.readon {
    display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}

.portfolio .card {
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.portfolio .card-body i {
	font-size: 50px;
}
.portfolio .card-body h3 {
	padding: 70px 0;
}
.services .card-body i {
	font-size: 50px;
}

@media only screen and (max-width: 767px) {
	.about-text {
		padding-top: 30px;
	}
	.card {
		margin-bottom: 30px;
	}
}
