@charset "UTF-8";

/* General */
html {
	background: #f9f9f9;
}
body {
	font-family: 'Poppins', sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 1.7;
	overflow-x: hidden;
	max-width: 1920px;
	box-shadow: 0 0 150px rgba(0,0,0,.1);
	margin: 0 auto;
}

/* Hero */
.header__init {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.header__logo {
	background: #fff;
	padding: 30px 30px 30px 0;
	position: relative;
}
.header__logo img {
	max-width: 100%;
}
.header__logo:before {
	content: '';
	width: 1000px;
	left: -1000px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	display: block;
}
.header__logo:after {
	content: '';
	width: 10px;
	right: -10px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	display: block;
	border-right: 5px #ec0928 solid;
}

/* Hero */
.content__hero {
	padding: 120px 0 80px 0;
	background: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.content__hero:after {
	content: '';
	opacity: .5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	margin: auto;
	z-index: -1;
	background: url('../img/range-rover-land-rover-2020.jpg')no-repeat center;
}
.content__hero h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0 10px 0;
}
.content__hero h2 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.know__more {
	border: 0;
	color: #fff;
	text-transform: lowercase;
	background: url('../img/arrow-down.svg')no-repeat bottom center;
	padding: 0 0 53px 0;
	animation: arrowDown 1.3s ease-in-out infinite forwards;
	display: block;
	margin: -60px 0 0 0;
	position: absolute;
	z-index: 10;
}
.know__more:hover, .know__more:focus {
	outline: 0;
}
@keyframes arrowDown {
	0% {
		padding: 0 0 53px 0;
	}
	50% {
		padding: 0 0 53px 0;
	}
	80% {
		padding: 0 0 73px 0;
	}
	100% {
		padding: 0 0 53px 0;
	}
}
@-webkit-keyframes arrowDown {
	0% {
		padding: 0 0 53px 0;
	}
	50% {
		padding: 0 0 53px 0;
	}
	80% {
		padding: 0 0 73px 0;
	}
	100% {
		padding: 0 0 53px 0;
	}
}
@-moz-keyframes arrowDown {
	0% {
		padding: 0 0 53px 0;
	}
	50% {
		padding: 0 0 53px 0;
	}
	80% {
		padding: 0 0 73px 0;
	}
	100% {
		padding: 0 0 53px 0;
	}
}

/* Shared */
.content__general {
	padding: 40px 0;
}
.content__general h3 {
	font-size: 24px;
	color: #01572e;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.content__general h4 {
	font-weight: 400;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.content__general h5 {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #01572e;
	margin: 15px 0 10px 0;
	text-align: center;
}
.content__general p {
	margin: 0 0	15px 0;
}
.content__general .title__border {
	margin-top: 30px;
	padding: 0 0 0 20px;
	border-left: 3px solid #01572e;
}
.content__margin {
	padding: 0 23px;
}

.list__check {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list__check--margin {
	margin-left: 23px;
}
.list__check li {
	padding: 15px 0 15px 45px;
	background: url('../img/check.svg')no-repeat left center;
	background-size: 30px;
}

/* Sections w/ Background */
.content__background-1 {
	background: url('../img/background-1.jpg')no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.content__background-2 {
	background: url('../img/background-2.jpg')no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.content__background-3 {
	background: url('../img/background-3.jpg')no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.content__holder .title__bigger {
	font-size: 28px;
}
.content__holder {
	background: rgba(0,0,0,.75);
	padding: 30px;
}
.content__holder h3, .content__holder h4 {
	color: #d9bc7a;
}
.content__holder h4 {
	margin: 0 0 10px 0;
}
.content__holder p {
	color: #fff;
}
.content__holder .list__check li {
	color: #fff;
}

/* Section w/ Boxes */
.content__boxes h3 {
	text-align: center;
}

/* Section w/ News */
.content__news {
	background: #e8eced;
}
.content__news h3:after {
	content: '';
	width: 100px;
	height: 3px;
	background: currentColor;
	display: block;
	margin: 25px 0 30px 0;
}
.news__holder {
	position: relative;
	background: #000;
	overflow: hidden;
	padding: 30px;
	border-radius: 5px;
}
.news__holder img {
	position: absolute;
	height: 100%;
	width: auto;
	left: 0;
	top: 0;
	opacity: .6;
}
.news__holder a {
	text-indent: -9999px;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.news__content {
	position: relative;
	z-index: 2;
}
.news__pill {
	background: #146a4f;
	border-radius: 30px;
	color: #fff;
	padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
}
.news__content h4 {
	color: #fff;
	font-weight: 700;
	margin: 15px 0;
}
.news__content p {
	font-size: 12px;
	margin: 0;
	color: #fff;
}
.owl-dots {
	margin: 15px 0 0 0;
	text-align: center;
}
.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 10px;
	border-radius: 50px;
	transition: all .3s ease-in-out;
}
.owl-carousel button.owl-dot.active {
	background: #146a4f;
	width: 30px;
}
.owl-carousel button.owl-dot:focus {
	outline: 0;
}

.button {
	background: #146a4f;
	padding: 8px 40px;
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	font-size: 18px;
	display: inline-block;
	margin-top: 20px;
	transition: all .3s ease-in-out;
}
.button:hover {
	text-decoration: none;
	color: #fff;
	background: #d9bc7a;
}
.button:focus {
	outline: 0;
}
.content__provided {
	text-align: center;
	margin: 50px 0 0 0;
	text-transform: uppercase;
	color: #999;
}
.content__provided img {
	opacity: .2;
	margin: 0 0 0 15px;
	height: 35px;
}

.owl-item {
	opacity: .5;
	transition: all .4s ease-in-out;
}
.owl-item.active.center {
	opacity: 1;
}

@media screen and (min-width: 992px) {
	.content__hero {
		padding: 300px 0;
	}
	.know__more {
		top: 190%;
	}
	.content__general {
		padding: 90px 0;
	}
	.content__general .title__border, .content__hero h2, .content__general.content__news h3 {
		font-size: 40px;
	}
	.list__check li {
		padding: 30px 0;
		background-size: 52px;
		padding-left: 72px;
		font-size: 18px;
	}
	.list__check li:first-child {
		margin-top: 0;
	}
	.list__check li:last-child {
		border-bottom: 0;
	}
	.content__holder {
		padding: 70px 80px; 
	}
	.content__general h3, .content__holder .title__bigger {
		font-size: 72px;
		line-height: 72px;
		margin: 0 0 50px 0;
	}
	.content__images img {
		margin-top: 30px;
	}

	.carousel {
		padding: 0 15px;
	}
	.owl-item {
		opacity: 1;
	}
	.news__holder {
		min-height: 267px;
	}
	.content__hero:after {
		animation: backgroundZoom 30s linear infinite;
	}
	@keyframes backgroundZoom {
		0% {
			transform: scale(1);
		}
		50% {
			transform: scale(1.2);
		}
		100% {
			transform: scale(1);
		}
	}
}

@media screen and (min-width: 1200px) {
	.content__hero {
		padding: 260px 0;
	}
	.know__more {
		top: 160%;
	}
	.content__background-1 {

	}
	.list__check li {
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.news__holder {
		padding: 40px;
	}
	.news__holder img {
		min-width: 100%;
		min-height: 100%;
	}
	.news__holder {
		min-height: 257px;
	}
	.content__hero:after {
		opacity: 1;
	}
}
