﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

	PURPLE:  #532563
	TEAL:    #21D3B3

	DARK TEAL: #098671
	ALT PURPLE: #653B73
	GRAY: #666, #BCBCBC
*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

* {box-sizing: border-box;}

body {

}

.wid-90 {width: 90%; margin: 0 auto; max-width: 1700px;}

.padit {padding: 50px 0;}

.logo {max-width: 279px;}

.logo img {padding: 15px 0; width: 100%; display: block;}

#menu-button .logo {max-width: 150px; margin-left: 20px;}

.dot-divider {
	height: 6px;
	width: 226px;
	background: url("/siteart/divider.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.spacer {
	padding: 10px 0;
}


/*------------- TEXT STYLES AND BUTTONS -------------*/

.purple {color: #532563;}
.teal {color: #21D3B3;}

.gray {color: #666;}

.lgt-gray {color: #BCBCBC;}

.white {color: #fff;}

.upper {text-transform: uppercase;}

a:link, a:visited, a:active {text-decoration:none; font-family: articulat-cf, sans-serif; color: #000; }
a:hover {text-decoration:none; color: #532563;}

h1, h2, h3, h4, h5, h6 { font-family: articulat-cf, sans-serif; }

p, li {
	font-family: articulat-cf, sans-serif;
	font-size: 16px;
}

p.body-text {
	line-height: 1.4;
	font-weight: 300;
}

hr{border:#D81018 1px solid;}

.sm-heading {
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	
}

.heading {
	font-size: 48px;
	font-weight: 800;
}

/*  BUTTONS  */

.teal-btn {
	width: 150px;
	padding: 10px 10px 5px 10px;
	background: #21D3B3;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: articulat-cf, sans-serif;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	border-bottom: 5px solid #098671;
	overflow: hidden;
/*	for animation*/
	transform: perspective(1px) translateZ(0);
  	position: relative;
  	transition: color 0.3s;
}

.teal-btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #098671;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.3s ease-out;
}

.teal-btn:hover {
	color: #fff;
}

.teal-btn:hover:before {
  transform: scaleY(1);
}

.outline-btn {
	width: 150px;
	padding: 8px 10px;
	background: transparent;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: articulat-cf, sans-serif;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #653B73;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.3s ease-in;  
	-o-transition:.3s ease-in;  
	transition:.3s ease-in;
}

.outline-btn:hover {
	background: #653B73;
	color: #fff;
}

.teal.outline-btn {
	background: rgba(33,211,179,0.10);
	color: #fff;
	border: 2px solid #21D3B3;
}

.teal.outline-btn:hover {
	background: #21D3B3;
	color: #000;
}


/*--- HEADER STYLES ---------------------*/
header { }

.main-header .wid-90 {
	display: flex;
	justify-content: space-between;
}

.header-contact {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	margin-top: 20px;
}

.contact-item  {
	display: inline-block;
}

.contact-item p {
	font-size: 15px;
	font-family: articulat-cf, sans-serif;
	font-weight: 900;	
}

.contact-item .header-phone {
	background: #21D3B3;
	padding: 10px;
	border-radius: 20px;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;
}

.contact-item .header-phone:hover {
	background: #532563;
	color: #fff;
}

/*---BODY--------------------------------*/

.hero {
	display: flex;
	position: relative;
	width: 100%;
	aspect-ratio: 7 / 2;
}

.hero-text {
	background: #532563;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	padding: 0 150px 0 5%;
	display: flex;
	align-items: center;
}

.hero-text-container {
	filter: drop-shadow(20px 0 0 rgba(83,37,99,0.50));
	display:flex;
	width: 45%;
}

.slider-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 70%;
}

.slider-img {	
	width: 100%;
	aspect-ratio: 2.45 / 1;
	background-size: cover;
}

.slider-img img {
	display: block;
	width: 100%;
	aspect-ratio: 2.45 / 1;
	object-fit: cover;
}

.hero-slider img {
	width: 100%;
}

.hero-btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.btn-row {
	display: flex;
	align-items: center;
	gap: 20px;
}

.custom-prev, .custom-next {
	cursor: pointer;
	font-size: 24px;
}

.about-top .wid-90 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.about-header {
	width: 50%;
}

.btn-aside {
	width: 150px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	gap: 10px;
}

.wid-90.traits {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 30px 100px;
}

.about-top .wid-90.traits {
	padding-top: 50px;
}

.traits .trait {
	display: flex;
	align-items: center;
	gap: 10px;
}

.trait i {
	font-size: 34px;
}

#about {
	background: url("/siteart/about-bg.jpg");
	background-size: cover;
	background-position: center;
}

.about-tiles {
	display: flex;
	flex-wrap: wrap;
}

.tile {
	padding: 40px 0;
	width: 50%;
}

.tile .wid-90 {
	width: 80%;
	max-width: 850px;
}

.tile.purple {
	background: rgba(83,37,99,0.95);
}

.tile.lgt-purple {
	background: rgba(101,59,115,0.95);
}

.connect {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	flex-wrap: wrap;
	gap: 20px;
}

.connect div {
	display: flex;
	gap: 15px;
	align-items: center;
}

.connect div i {
	font-size: 48px;
}

.connect div p {
	font-size: 15px;
	line-height: 150%;
	font-weight: 700;
}

.financing-banner {
	background: #532563;
}

.financing-banner .wid-90 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.finance-aside {
	width: 230px;
	text-align: end;
	align-content: space-around;
}

.finance-aside p {
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
}

.page-header {
	background-color: #532563;
	background: linear-gradient(90deg, rgba(83,37,99,0.95), rgba(101,59,115,0.95)), url("/siteart/page-header.jpg");
	background-size: cover;
	background-position: center;
}

/*--------FORM STYLES--------------------*/

.contact-flex {
	display: flex;
	gap: 30px;
}

.form-container {
	width: 100%;
}

.form-flex { 
	display: flex;
	gap: 20px;
	padding: 10px 0;
}

.form-field {
	width: 100%;
}

.form-container label {
	display: block;
	font-family: articulat-cf, sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.form-flex input, textarea {
	border: 2px solid #653B73;
	border-radius: 5px;
	padding: 10px;
	background: #f5f5f5;
	font-family: articulat-cf, sans-serif;
	width: 100%;
}
.form-flex input:focus, textarea:focus {
	outline: none;
	border: 2px solid  #21D3B3;
	background: rgba(33,211,179,0.10);
}

textarea {
	height: 75px;
}

.CaptchaPanel {
	font-family: "Roboto", sans-serif;
}

.captcha-button {
/*	text-align:center;*/
}

#captcha {
	display: none;
}

/*-------- FOOTER STYLES ----------------*/
footer {
	padding-bottom: 100px;
	border-top: 10px solid #21D3B3;
}

footer .wid-90 {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-nav ul li a {
	line-height: 200%;
	font-weight: 700;
	font-size: 16px;
}

.footer-contact p {
	font-weight: 700;
}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1450px) {
	.hero-text p.body-text {display: none;}
}

@media only screen and (max-width: 1250px) {
	.hero-text .slider-btns {display: none;}
	.hero-btns {margin-top: 0; display: block;}
}

@media only screen and (max-width: 1100px) {
	.financing-banner .wid-90 { display: block;}
	.finance-aside {margin-top: 20px; width: unset; text-align: left;}
	
}

@media only screen and (max-width: 940px) {
	.heading {font-size: 36px;}
	.sm-heading {font-size: 20px;}
	
	.contact-flex {flex-wrap: wrap;}
}

@media only screen and (max-width: 800px) {
	.hero {flex-wrap: wrap;}
	.hero-text {clip-path: none; padding: 20px 5%; display: block;}
	.hero-text-container {width: 100%; filter: drop-shadow(0px -20px 0 rgba(83,37,99,0.50)); order: 1; display: block;}
	.slider-container {position: unset; order: 0; width: 100%;}
	.btn-row {flex-wrap: wrap;}
	
	.tile {width: 100%;}
	.tile.purple.switch{ background: rgba(101, 59, 115, 0.95);}
	.tile.lgt-purple.switch {background: rgba(83, 37, 99, 0.95);}
}

@media only screen and (max-width: 700px) {
	.heading {font-size: 24px;}
	.sm-heading {font-size: 18px;}
	 .main-header .wid-90 {display: none;}
}


@media only screen and (max-width: 600px) {
	.about-header {width: 100%;}
	.btn-aside {width: 100%;}
}

@media only screen and (max-width: 500px) {
	 
}

@media only screen and (max-width: 450px) {
	.btn-row {gap: 10px;}
	
	.btn-row a, .btn-aside a {width: 100%;}
	.teal-btn, .outline-btn {width: 100%;}
	
	.connect div {gap: 10px;}
	.connect div i {font-size: 30px;}
	
	.form-flex {flex-wrap: wrap; gap: 10px; padding: 5px 0;
}






