﻿/***** 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 --------

*/

/***** 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 --------*/

body {
	background-color: #121212;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


/*
.dharma-m-reg {
	font-family: "dharma-gothic-m", sans-serif;
	font-weight: 400;
	font-style: normal;
}
*/
.dharma-m-exbold {
	font-family: "dharma-gothic-m", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
}
.noto-serif-reg {
	font-family: "noto-serif", serif;
	font-weight: 400;
	font-style: normal;
}
.wht {
	color: #ffffff;
}
.gold {
	color: #BE963A;
}

.onespace {
	letter-spacing: 1px;
}
.twospace {
	letter-spacing: 2px;
}
.threespace {
	letter-spacing: 3px;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}

span.material-symbols-outlined {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px;
    font-size: 30px;
}

/*--- HEADER STYLES ---------------------*/
header {}

.head-main {
    display: flex;
    justify-content: space-between;
    background-color: #121212;
    color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.head-phone {
    display: flex;
}
.head-phone a {
    color: #ffffff;
    background-color: #BE963A;
    padding: 0 50px;
    display: flex;
	align-items: center;
	font-size: 35px;
    letter-spacing: 3px;
}

.head-logo.logo {
    padding: 10px 0;
    margin-left: 40px;
}
.head-logo img {
    max-width: 130px;
}
i.fa-solid.fa-phone-flip {
    display: none;
}

/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}

.hero-img img {
    width: 100%;
    max-width: 100%;
}
.hero-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 75px;
	margin: 45px auto;
}
.hero-title h1 {
    font-size: 150px;
    letter-spacing: 1px;
}
.hero-title {
    width: 40%;
}
.hero-cta {
    width: 60%;
    text-align: right;
}
.hero-cta h2 {
	font-size: 22px;
    margin-bottom: 30px;
}
.hero-cta a {
    font-size: 25px;
    background-color: #ffffff;
    color: #121212;
    border-radius: 4px;
    padding: 10px 25px;
    letter-spacing: 1px;
}

.hero-grid {
    display: flex;
    flex-wrap: nowrap;
	gap: 25px;
}
.hero-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
	display: flex;
}
.hero-box h3 {
    font-size: 100px;
    letter-spacing: 1px;
	width: 90%;
    margin: 0 auto;
}
.hero-box {
    position: relative;
}
.grid-bg {
    border: 1px solid #ffffff;
}
.grid-txt {
    position: absolute;
    bottom: 0;
    left: 0;
}
.grid-arrow.arrow-corner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.aside-container h3 {
    font-size: 70px;
    width: 50%;
    margin: 100px auto;
    text-align: center;
}



.cat-container {
    display: flex;
    justify-content: space-between;
}
.cat-container a {
    margin: 0 auto;
    flex: 1;
    border: 1px #ffffff solid;
	display: flex;
    justify-content: center;
    align-items: flex-end;
	padding: 75px 0;
	position: relative;
}
.cat {
    display: block;
    text-align: center;
	padding: 0 10px;
}
.cat h4 {
    font-size: 50px;
    text-align: center;
    margin-top: 25px;
	letter-spacing: 1px;
}
.equip-arrow.arrow-corner {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cat-other {
    display: flex;
    align-items: baseline;
    gap: 30px;
    justify-content: center;
}
.other-container a {
    margin: 0 auto;
    flex: 1;
    border: 1px #ffffff solid;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 0;
    position: relative;
}

.bg-insert img {
    max-width: 100%;
}

.inv-wrap {
    margin: 50px auto;
}

.financing-hero h1 {font-size: 110px;}
.financing-hero h2 a {background-color: transparent; color: #fff; border-radius: 0px; padding: 0px; letter-spacing: 0px; font-size: 22px; text-decoration: underline;}
.financing-hero h2 a:hover {cursor: pointer !important; letter-spacing: 1px; transition: .5s;}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}


.aside-contact {
    display: flex;
    justify-content: space-between;
}
.col-con {
    margin: 0 auto;
    border: 1px solid #ffffff; 
	flex: 1;
}
.col-con.bottom-logo {
    display: flex;
    justify-content: center;
	align-items: center;
}
.foot-logo img {
    max-width: 300px;
	padding: 50px;
}

.col-con.bottom-contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con-con p.dharma-m-exbold.wht {
    font-size: 50px;
}
.con-con {
    flex: 1;
    border: 1px solid #ffffff;
    padding: 50px;
}
.col-con.get-in-touch {
    display: flex;
    justify-content: center;
	align-items: center;
}
.col-con.get-in-touch img {
    padding: 25px;
	max-width: 100%;
	min-width: 100px;
}
.foot {
    display: flex;
    justify-content: space-between;
	margin: 50px auto;
}
.foot span {
    font-weight: 700;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1439px) {
	.hero-title {
		width: 50%;
	}
	.hero-cta {
    	width: 50%;
	}
	.hero-cta h2 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1170px) {
	.hero-text {
		display: block;
	}
	.hero-title {
		width: 100%;
	}
	.hero-cta {
    	width: 100%;
	}
	.hero-title br {
		display: none;
	}
	.hero-cta h2 {
		text-align: left;
	}
}	
@media only screen and (max-width: 1130px) {
	.hero-box h3 {
		font-size: 70px;
	}
	.aside-container h3 {
		font-size: 50px;
	}
	.cat h4 {
		font-size: 35px;
	}
	.con-con p.dharma-m-exbold.wht {
    	font-size: 35px;
		letter-spacing: 1px;
	}
}
@media only screen and (max-width: 1030px) {
	.hero-title h1 {
		font-size: 100px;
	}
	.financing-hero h1 {font-size: 80px;}
}	
@media only screen and (max-width: 950px){
	.foot-logo img {
		width: 300px;
	}
	.cat-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.cat-container a {
		width: 99%;
	}
}
@media only screen and (max-width: 860px) {
	.hero-grid {
		display: grid;
	}
	.hero-box img {
		height: 300px;
	}
}
@media only screen and (max-width: 845px) {
	.col-con.get-in-touch {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.aside-contact {
		flex-direction: column;
	}
	.col-con {
		width: 100%;
	    text-align: center;
		border: none!important;
	}
	.con-con {
		padding: 25px;
		border: none!important;
	}
	.foot-logo img {
		padding: 25px;
	}
	.aside-container h3 {
		width: 80%;
	}
	.head-phone a p {
		display: none;
	}
	i.fa-solid.fa-phone-flip {
    	display: contents;
		font-size: 25px;
	}
	.head-phone a {
		background-color: transparent;
	}
	.hero-title br {
		display: block;
	}
}
@media only screen and (max-width: 650px) {
	
}
@media only screen and (max-width: 500px) {
	.cat-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 640px) {
	.foot {
		flex-direction: column;
		align-items: center;
		font-size: 12px;
	}
}
@media only screen and (max-width: 420px) {
	.head-logo img {
    	max-width: 130px;
	}
	.head-logo.logo {
		margin-left: 20px
	}
	.foot-logo img {
		max-width: 175px;
	}
	.hero-title h1 {
		font-size: 80px;
	}
	.financing-hero h1 {font-size: 60px;}
}





