﻿@import "Style.css";

@font-face {
	font-family: master-v10;
	src: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20240206-101357/fonts/icons/master-v10-2.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: block
}

body * {
	font-size: 16px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #404040;
	box-sizing: border-box;
	font-display: auto;
}

h1, .h1 {
	font-size: 24px;
	display: inline-block;
	font-family: roboto,Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0px;
	color: #d51f36;
}

h2, .h2 {
	font-size: 24px;
	display: inline;
	font-family: roboto,Arial,Verdana,Helvetica,sans-serif;
	font-weight: normal;
	margin: 0px;
	color: #d51f36;
}

h3, .h3 {
	font-size: 20px;
	display: inline;
	font-family: roboto,Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	margin: 0px;
	color: #d51f36;
}

a, .link {
	font-size: 16px;
	/*color: #4A75BC;*/
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}
.bgc-light {
	/*background-color: #969897;*/
	/*background-color: #cb9998;*/
	background-color: #e6e6e6;
}
.bgc-dark {
	/*background-color: #969897;*/
	background-color: #d51f36;
}

.fc-dark {
	color: #404040
}

.fc-medium {
	color: #404040
}

.fc-light {
	color: #404040
}

.mainmenulink {
	color: #404040;
	font-size: 15px;
}

.bgc-form {
	background-color: #E4E9F7;
}

.bgc-filter {
	background-color: #E4E9F7;
}

.contactinput {
	color: white;
	background-color: #d51f36;
	/*background-color: #d51f36;*/
	
}

.bluebar {
	background-color: #d51f36; /*red*/
	min-height: 53px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

	.bluebar * {
		color: white
	}


.contactbutton {
	width: 100%;
	padding: 10px;
	color: white;
	background-color: #d51f36; /*red*/
	border: 1px solid white;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.bgc-menu {
	background-color: #d51f36; /*red*/
}

.search_row2 {
	display: flex;
	/*grid-template-columns: auto 35px 35px;*/
}

	.search_row2 * {
		color: #404040; /*grey*/
		font-weight: bold;
	}

.bigbluebutton {
	background-color: #d51f36; /*red*/
	color: white;
	border: 0px;
	font-size: 16px;
	padding: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.mediabutton {
	background-color: #d51f36; /*red*/
	padding: 6px;
	color: white;
	border: 0px;
	cursor: pointer;
}

.articlehead {
	font-size: 30px;
	color: #404040; /*grey*/
}

.financeheader {
	color: #404040; /*grey*/
	font-weight: bold;
}

.vehicle-tab-button, .showroombutton, .financerow, .overview-tab-button {
	padding: 10px;
	width: 100%;
	margin-right: 1px;
	background-color: #e6e6e6;
	font-weight: bold;
	color: #404040; /*grey*/
	display: inline-block;
	border: 0px;
	cursor: pointer;
}

	.vehicle-tab-button.active {
		padding: 10px;
		width: 100%;
		margin-right: 1px;
		background-color: #bfbfbf;
		font-weight: bold;
		color: #d51f36; /*red*/
	}

.navlink {
	color: #404040; /*grey*/
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.overview-tab-button {
	padding: 10px;
	width: 100%;
	margin-right: 1px;
	background-color: #e6e6e6;
	font-weight: bold;
	color: #d51f36; /*red*/
	display: inline-block;
	border: 0px;
	cursor: pointer;
}

.lightbluebox {
	padding: 10px;
	background-color: #e6e6e6;
	/*background-color: #d51f36;*/
	border: 0px;
	/*	height: 51px;
	vertical-align: central;
	align-items: center;
*/
}

.bgc-form {
	background-color: #e6e6e6
}

.bgc-filtercontainer {
	background-color: #d51f36
}

.lightbluetab {
	display: flex;
	padding: 10px;
	background-color: #e6e6e6;
	font-weight: bold;
	color: #404040;
	border: 0px;
	cursor: pointer;
	/*height: 100%;*/
	width: 33%;
	align-self: stretch;
}

	.lightbluetab.active {
		background-color: #bfbfbf;
		color: #d51f36; /*red*/
	}


.homepagebackground {
	position: relative;
	/*height: 100vh;*/
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.homepagebackground::before {
		z-index: -1;
		content: "";
		background-image: -webkit-image-set(url('https://namauto.carfind.co.za/images/filterbannerwebNamAuto2.webp') 1x);
		background-size: cover;
		background-position: center bottom;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0.9;
		background-color: rgba(191,191,191,0.4);
	}



.homepagebackgroundmobile {
	position: relative;
	/*height: 100vh;*/
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.homepagebackgroundmobile::before {
		z-index: -1;
		content: "";
		/*background-image: url('/images/filterbanner-mobile.webp');*/
		background-image: -webkit-image-set(url('https://namauto.carfind.co.za/images/filterbannerwebNamAuto2.webp') 1x);
		background-size: cover;
		background-position: center;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 0.5;
		background-color: rgba(191,191,191,0.4);
	}


.finanaceresetbutton {
	background-color: #d51f36;
	color: white;
	border: 0px;
	font-size: 16px;
	padding: 14px;
	/*text-transform: uppercase;*/
	cursor: pointer;
}


.video-container {
	height: 300px;
	width: 300px;
	position: relative;
}

	.video-container video {
		width: 100%;
		height: 100%;
		position: absolute;
		object-fit: cover;
		z-index: 0;
	}

	/* Just styling the content of the div, the *magic* in the previous rules */
	.video-container .caption {
		z-index: 1;
		position: relative;
		text-align: center;
		color: #dc0000;
		padding: 10px;
	}


.fc-filtertab {
	color: #000000;
}
.fc-filtertab-active {
	color: #ffffff;
}

.greenbar {
	background-color: #000000;
	min-height: 53px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

	.greenbar * {
		color: white
	}


.fc-black {
	color: #000000;
}

.fc-white {
	color: #ffffff;
}

.fc-red {
	color: #d51f36;
}

.fc-darkgrey {
	color: #404040;
}

.bgc-newsletter-div {
	background-color: #000000;
}

.whitebar {
	border: solid 1px #d51f36;
	min-height: 53px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}


.bgc-footer {
	/*background-color: #969897;*/
	background-color: #d51f36;
}

.financerowpercentage {
	padding: 10px 5px;
	width: 30px;
	margin-right: 1px;
	background-color: #e6e6e6;
	font-weight: bold;
	color: #404040;
	display: inline-block;
	border: 0px;
	cursor: pointer;
	text-align: center;
}

.biggreenbutton {
	background-color: black;
	color: white;
	border: 0px;
	font-size: 16px;
	padding: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
