body{
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.05), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.05), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.05), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0,0,0,.05), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
	background-size: 3px 3px;
	font-family: 'Barlow Condensed', sans-serif;	
	letter-spacing: 1.2px;
	-webkit-animation: fadein 2s;
	   -moz-animation: fadein 2s;
		 -o-animation: fadein 2s;
			animation: fadein 2s;
}

@-webkit-keyframes fadein{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-moz-keyframes fadein{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@-o-keyframes fadein{
	from{
		opacity:0;
	}
	to{
		opacity: 1;
	}
}
@keyframes fadein{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
h1.title{letter-spacing: 3px;}
p{
	font-size: 20px;
	margin-bottom: 0;
}
.red{color: #dc3545;}
.btn{
	font-size: 20px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.btn:focus{
	box-shadow: none;
}
button:focus{
    outline: 0 auto -webkit-focus-ring-color;
}
.shrink{
	box-shadow: 0 0 1px transparent;
	display: inline-block;    
	-webkit-transition-duration: .3s;
	   -moz-transition-duration: .3s;
		 -o-transition-duration: .3s;
			transition-duration: .3s;
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		 -o-transition-property: transform;
			transition-property: transform;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
}
.shrink:hover{
	-webkit-transform: scale(.9);
	   -moz-transform: scale(.9);
		-ms-transform: scale(.9);
		 -o-transform: scale(.9);
			transform: scale(.9);
}
.h400{height: 400px;}
.table-dark{
	background-color: #2a2a2a;
	color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
}
.table-dark td{
	vertical-align: middle!important;
}
img{
	-webkit-user-drag: none;  
	   -moz-user-drag: none;
		-ms-user-drag: none;
		 -o-user-drag: none; 
			user-drag: none;  
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
		 -o-user-select: none;
			user-select: none;
}
a, a:hover{
	color: #a8a8a8;
	text-decoration: none;
}
{
	color: #a8a8a8;
}
.p-font-color{
	color: #212529;
}


/*IMAGE*/
figure{
	position: relative;
	background: #f2f2f2;
	border: 1px solid #d0d0d0;
	padding: 10px;
	width: 100%;
	overflow: hidden;
}
figure:after{
	content: "";
	display: block;
	padding-bottom: 100%;
}
img.img-center{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
}


/*NAVBAR*/
.navbar-perodua{
	background-color: #2a2a2a;
	border-bottom: 5px solid #dc3545;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}
.navbar-perodua a.nav-link{
	color: #a8a8a8;
	font-size: 20px;
}
.navbar-perodua .navbar-toggler{
	border-color: #dc3545;
}
.navbar-perodua .navbar-toggler-icon {
  	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-perodua .dropdown .dropdown-toggle::after{
	display: none;
}
.navbar-perodua .dropdown-menu{
	border-radius: 0;
}

/*MODAL*/
.modal-content{
	border-radius: 0;
}


/*SLIDER*/
section.slider{
	background-color: #fff;
	margin-top: 100px;
}
section.slider #slide .carousel-indicators{
	background-color: #dc3545;
	bottom: -15px;
	margin: auto 40%;
}
section.slider #slide .carousel-indicators li{
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	height: 15px;
	width: 15px;
}


/*PROMOTION*/
section.promotion{
	position: relative;
	overflow: hidden;
	margin-top: 105px;
}
section.promotion #promo .carousel-indicators li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
section.promotion #promo .carousel-indicators {
    background-color: #dc3545;
    margin: auto 40%;
}


/*BANNER*/
section.banner{
	position: relative;
	background: linear-gradient(to right, rgba(0,0,0, 0.8), rgba(0,0,0,0.75)), url(../img/bg-banner.jpg) center no-repeat fixed;
	background-size: cover;
	height: 400px;	
	margin-top: 6rem;
	overflow: hidden;
}
section.banner h1{
	font-family: 'Anton', sans-serif;
	font-size: 3rem;
	letter-spacing: 3px;
}
section.banner .divider{
	margin: 1em auto;
	height: 100%;
	width: 100%;
	text-align: center;
}
section.banner .divider i.la{font-size: 20px;}
section.banner span.line{
	border-top: solid 2px #ddd;
	display: inline-block;
	height: 8px;
	width: 60px;
}


/*ABOUT*/
section.about{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
}
section.about h1{
	font-family: 'Anton', sans-serif;
	font-size: 3.5rem;
	letter-spacing: 3px;
}
section.about h2{
	font-family: 'Anton', sans-serif;
	font-size: 3rem;
	color: #dc3545;
	letter-spacing: 3px;
}


/*OUR CAR*/
section.our-car{
	position: relative;	
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url(../img/bg-car.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	height: auto;
	overflow: hidden;	
	padding: 100px 0;
}
section.our-car span.car-model{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	color: #fff;
	padding: 10px 25px;
	z-index: 1;
}
section.our-car span.car-price{
	position: absolute;
	right: 3px;
	bottom: 3px;
	background-color: rgba(255, 0, 0, 0.9);
	color: #fff;
	padding: 5px 15px;
}
section.our-car .car-details{
	position: relative;
	border: 1px solid #dc3545;
	float: left;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
section.our-car .car-details .overlay{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);	
	height: 100%;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
section.our-car .car-details img{
	position: relative;
	display: block;
	-webkit-transition: all .4s linear;
	   -moz-transition: all .4s linear;
		 -o-transition: all .4s linear;
			transition: all .4s linear;
}
section.our-car .car-details:hover img{	
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		 -o-transform: scale(1.2);
			transform: scale(1.2);
}
section.our-car .car-details:hover .overlay{
	opacity:1;
	-webkit-filter: alpha(opacity=100);
			filter: alpha(opacity=100);
}
section.our-car .car-details a.info{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 50px 0 0;
	padding: 7px 14px;
	opacity: 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-filter: alpha(opacity=0);
			filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
section.our-car .car-details a.info:hover{box-shadow: 0 0 5px #fff;}
section.our-car .car-details:hover a.info{
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
			filter: alpha(opacity=100);
	-webkit-transform: translatey(0);
	   -moz-transform: translatey(0);
		-ms-transform: translatey(0);
		 -o-transform: translatey(0);
			transform: translatey(0);
}
section.our-car .car-details:hover a.info{	
	-webkit-transition-delay: .2s;
	   -moz-transition-delay: .2s;
		 -o-transition-delay: .2s;
			transition-delay: .2s;
}
section.our-car .btn-polygon-01{
	-webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
			clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
section.our-car .btn-polygon-02{
	-webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
			clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
}


/*DOCUMENT*/
section.document{
	position: relative;
	height: auto;
	padding: 0 0 50px;
	overflow: hidden;
}
section.document ul li{font-size: 20px;}
section.document .card{
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
section.document .card.card-red{border-bottom: 20px solid #dc3545;}
section.document .card.card-green{border-bottom: 20px solid #218838;}
section.document .card .card-footer{
	background-color: transparent;
	border-top: none;
	padding: 1.75rem 1.25rem;
}
section.document .card .card-footer .btn-block{
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
section.document .card .card-footer .btn-block:hover{top: -5px;}
section.document .card .card-footer .btn-block:hover:before{
	content: "";
	position: absolute;
	top: 102%;
	left: 5%;
	height: 10px;
	width: 90%;
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
}


/*WHYME*/
section.whyme{
	position: relative;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
}


/*SPECIFICATION*/
section.specification #spec .carousel-indicators{
	background-color: #dc3545;
	bottom: -15px;
	margin: auto 40%;
}
section.specification #spec .carousel-indicators li{
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	height: 15px;
	width: 15px;
}
section.specification p.tag{
	background-color: #dc3545;
	color: #fff;
	font-size: 35px;
	padding: 10px 20px;
	-webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
			clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 5% 100%, 0% 50%, 5% 0);
	-webkit-transform: skew(15deg,10deg);
	   -moz-transform: skew(15deg,10deg);
		-ms-transform: skew(15deg,10deg);
		 -o-transform: skew(15deg,10deg);
			transform: skew(15deg,10deg);
}
section.specification p.stock{
	background-color: #218838;
	color: #fff;
	font-size: 15px;
}
section.specification span{
	background-color: #1e2d3a;
	box-shadow: 40px 9px 0px #777;
	display: inline-block;
	height: 2px;
	width: 180px;
	margin-left: 25%;
}


/*COLOR*/
section.color{
	position: relative;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
}
section.color #color .carousel-indicators{bottom: -35px;}
section.color #color .carousel-indicators li{
	border: 1px solid #000;
	height: 15px;
	width: 15px;
	opacity: 1;
}
section.color #color li.black{background-color: #000000;}
section.color #color li.purple{background-color: #800080;}
section.color #color li.green{background-color: #98ff98;}
section.color #color li.amazongreen{background-color: #014422;}
section.color #color li.red{background-color: #ff0000;}
section.color #color li.white{background-color: #ffffff;}
section.color #color li.silver{background-color: #c0c0c0;}
section.color #color li.brown{background-color: #654321;}
section.color #color li.oceanblue{background-color: #0077be;}
section.color #color li.midnightblue{background-color: #003366;}
section.color #color li.electricblue{background-color: #7db8ff;}
section.color #color li.skyblue{background-color: #0000b3;}
section.color #color li.sunriseorange{background-color: #FD7D01;}
section.color #color li.grey{background-color: #505050;}


/*PRICE*/
section.price{
	position: relative;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
}


/*ADVERTISEMENT*/
section.advertisement{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0 0 50px;
}
section.advertisement .card{
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
section.advertisement .card-img-top{
	-webkit-border-top-right-radius: 0;
	   -moz-border-top-right-radius: 0;
			border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	   -moz-border-top-left-radius: 0;
			border-top-left-radius: 0;
}


/*GEARUP*/
section.gearup{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0 0 50px;
}


/*GALLERY*/
section.gallery{
	position: relative;
	height: auto;
	padding: 50px 0;
	overflow: hidden;
}
section.customer{
	position: relative;
	overflow: hidden;
}


/*FOOTER*/
footer{
	background-color: #2a2a2a;
	color: #a8a8a8;
	border-top: 5px solid #dc3545;
}
footer .contact-details ul{
	margin-left: 5px;
	padding-inline-start: 0px;
}
footer .contact-details ul li{
	font-size: 20px;
	list-style-type: none;
}
footer .social-media .social-media-icon a{
	color: #a8a8a8;
	margin-left: 5px;
	text-decoration: none;
}
footer p.copyright{font-size: 18px;}


/*RESPONSIVE*/
@media(max-width: 575px){	
	section.our-car .btn-polygon-01, section.our-car .btn-polygon-02{
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
				clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		margin-bottom: 1rem;
	}
}