﻿/***** 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 --------*/




a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#d7d7d7 1px solid;padding: 0 !important;margin: 0 !important;}

.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.black {
	color: #131313;
}
.black-bg {
	background-color: #131313;
}
.white {
	color: #fff;
}
.white-bg {
    background-color: #fff;
}
.yellow {
	color: #FCF000;
}
.yellow-bg {
	background-color: #FCF000;
}
.gray {
	color: #707070;
}
.gray-bg {
	background-color: #707070;
}


.wid98 {
	width: 98%;
	margin: 0 auto;
}
.wid95 {
	width: 95%;
	margin: 0 auto;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}
.wid85 {
	width: 85%;
	margin: 0 auto;
}
.wid80 {
	width: 80%;
	margin: 0 auto;
}
.wid75 {
	width: 75%;
	margin: 0 auto;
}
.wid70 {
	width: 70%;
	margin: 0 auto;
}


.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 3% 0 2%;
    flex-wrap: wrap;
    align-items: center;
    letter-spacing: 0.05em;
    gap: 10px;
    font-family: "inter-variable", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    color: #403f3b;
    font-size: 15px !important;
    font-family: "inter-variable", sans-serif;
}


/*BUTTONS*/

a.blk-btn {
    padding: 18px 32px;
    transition: .2s ease-in-out;
    color: #fff;
    font-family: "inter-variable", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    box-sizing: border-box;
    background: #222221;
    border: 1px solid #707070;
    border-radius: 40px;
	inline-size: max-content;
}
a.blk-btn:hover {
    background-color: #484848b0;
	color: #fff;
    transition: all .2s ease-in-out;
    border: 1px solid #fff;
}
a.hero-btn {
	background: #FFFFFF;
    border-radius: 50px;
    font-family: "inter-variable", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 60px;
    transition: all .2s ease-in-out;
}
a.hero-btn:hover {
    transition: all .2s ease-in-out;
	background-color: #FCF000;
	padding: 20px 20px 20px 30px;;
}

.hero-txt i {
    background-color: #FCF000;
    padding: 15px 16px;
    border-radius: 40px;
}






.heading1 {
	font-family: "inter-variable", sans-serif;font-size: 100px;line-height: 100px;font-weight: 400;}
.subheading1 {
	font-family: "inter-variable", sans-serif;font-size: 40px;line-height: 45px;font-weight: 400;}
.xl-heading {
	font-family: "inter-variable", sans-serif;font-size: 160px;line-height: 160px;font-weight: 400;}
.lg-heading {
	font-family: "inter-variable", sans-serif;font-size: 60px;line-height: 75px;font-weight: 400;}
.med-heading {
	font-family: "inter-variable", sans-serif;font-size: 50px;line-height: 50px;font-weight: 400;}
.sm-heading {
	font-family: "inter-variable", sans-serif;font-size: 24px;line-height: 29px;font-weight: 600;}

.body {
	font-family: "inter-variable", sans-serif;font-size: 16px;line-height: 26px;font-weight: 400;}
.contact-body {
	font-family: "inter-variable", sans-serif;font-size: 24px;line-height: 29px;font-weight: 400;}



.inter {
	font-family: "inter-variable", sans-serif;
	font-variation-settings: "slnt" 0, "wght" 400;
}


/*--- HEADER STYLES ---------------------*/
header {}

.header {
    position: absolute;
    z-index: 9;
	width: 95%;
	margin: 0 auto;
	justify-self: anchor-center;
}
.header2 {
	width: 95%;
	margin: 0 auto 50px;
}
.head-wrap {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.head-lf {
    display: flex;
    align-items: center;
    gap: 50px;
}


.bg-yellow {
    --tw-bg-opacity: 1;
    background-color: #fff555;
    background-color: rgba(255, 245, 85, var(--tw-bg-opacity, 1));
	height: .7rem
}


.head-logo img {
    max-width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
}




/*---BODY--------------------------------*/

.center {
	text-align: center;
}
.flex-width {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
}
.flex-container {
    display: flex;
}



/*HOME PAGE*/

.hero-wrap {
    background-image: url(../siteart/hero.jpg);
    height: 1030px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 25%;
    background-color: #000;
    display: flex;
    box-sizing: border-box;
    position: relative;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
}
.hero-txt {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    position: relative;
    gap: 40px;
    width: 95%;
    margin: 0 auto 200px;
}
div h2.subheading1 {
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
	margin-left: 2.4%;
}




.aside1-wrap, .aside2-wrap {
	margin: 100px auto;
}
.aside1-wrap .wid95 {
	display: flex;
	align-items: center;
	gap: 7vw;
}
.aside-bg {
	background-image: url("../siteart/tractor-field.jpg");
    height: 345px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 35% 50%;
    background-color: #000;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
	border-radius: 10px;
}


.specialty-equip-wrap h3, .text-container h3 {
    margin-bottom: 40px;
}



.eq a {
      position: relative;
      color: #000;
      background-color: transparent;
      cursor: pointer;
      overflow: hidden;
      z-index: 1;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 35px 15px;
	gap: 50px;
    }

    .eq a::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0%;
      background-color: #FCF000;
      z-index: -1;
      transition: height 0.3s ease;
    }

    .eq a:hover::before {
      height: 100%;
    }

    .eq a:hover {
      color: #000;
    }

.eq div {
    display: flex;
    gap: 50px;
    align-items: center;
	color: #000;
}


.location-eq-img {
    background: url("../siteart/location-equipment.jpg")no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 15px;
    min-height: 1100px;
}
.text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.serv-btn {
	padding: 20px 0;
}
.serv-btn a {
	color: #000;
}

.underline-hover {
	  position: relative;
	  color: black;
	  text-decoration: none;
}
.underline-hover::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: #d7d7d7;
	transition: background-color 0.3s ease;
}
.underline-hover::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: black;
	transition: width 0.3s ease;
	z-index: 1;
}
.underline-hover:hover::before {
	width: 100%;
}


.manu-wrap {
    padding-top: 40px;
}
.manu-wrap .wid95 {
    text-align: center;
}
.manu-wrap p.body {
    width: 55%;
    place-self: center;
    margin: 20px auto 40px;
}
.brand-container {
    background: radial-gradient(71.12% 71.12% at 46.32% 28.88%, #fcf000ab 60.1%, rgba(255, 184, 0, 0.3905) 99.99%);
    border-radius: 15px;
    padding: 70px 40px;
    display: flex;
    gap: 50px;
    justify-items: center;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.brand-container a img {
	max-height: 60px;
	width: auto;
	transition: transform 0.3s ease;
}
.brand-container a img:hover {
	transform: scale(1.1);
}


.contact-page-wrap h1 {
    margin-bottom: 250px;
}
.contact-deets i {
    font-size: 24px;
}



/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/

.footer {
	padding: 100px 0;
	border-bottom: .7rem solid #fcf000ab
}
.foot-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 25px 0;
	gap: 100px;
	margin: 50px auto;
}
.foot-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.foot-contact a {
    color: #000;
    transition: all .2s ease-in-out;
}
.foot-contact a:hover {
    color: #707070;
    transition: all .2s ease-in-out;
}
.foot-contact i {
    font-size: 40px;
    transition: all .2s ease-in-out;
}
.foot-contact i:hover {
    color: #707070;
    transition: all .2s ease-in-out;
}

.foot-menu {
    width: 100%;
	place-items: center;
	margin: 40px auto;
}
.foot-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.foot-menu ul li a {
	color: #000;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    padding: 0 40px;
    font-family: "inter-variable", sans-serif;
    letter-spacing: 1px;
}







/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1920px) {
	
}

@media only screen and (max-width: 1530px) {
	.heading1 {
		font-size: 70px;
		line-height: 75px;
	}
	.lg-heading {
		line-height: 60px;
	}
	.hero-lift {
		height: 50vw;
	}
}

@media only screen and (max-width: 1440px) {
	
}

@media only screen and (max-width: 1350px) {
	.home-aside-wrap .wid90 {
		flex-direction: column;
	}
	.aside-ctas {
		flex: 1;
		width: 100%;
	}
	.cta-heading {
		font-size: 30px;
		line-height: 35px;
	}
}

@media only screen and (max-width: 1280px) {
	.hero-wrap {
		height: 700px
	}
	.heading1 {
        font-size: 50px;
        line-height: 55px;
    }
	.subheading1 {
		font-size: 20px;
		line-height: 25px;
	}
	.lg-heading {
		font-size: 40px;
		line-height: 45px;
	}
	.xl-heading {
		font-size: 120px;
		line-height: 130px;
	}
	
	.med-heading {
		font-size: 35px;
		line-height: 35px;
	}
	.foot-contact i {
		font-size: 35px;
	}
	.hero-txt {
		margin: 0 auto 0;
	}
	a.blk-btn {
		font-size: 16px;
	}
	.hero-txt span.material-symbols-outlined {
		padding: 10px;
	}
	.head-lf {
		gap: 20px;
	}
	.eq img.arrow {
		max-width: 40px;
	}
}

@media only screen and (max-width: 1170px) {
	.foot-top {
		flex-direction: column;
		text-align: center;
	}
}

@media only screen and (max-width: 1080px) {
	.head-logo img {
		max-width: 120px;
	}
	.header-contact {
		display: none;
	}
	.manu-wrap p.body {
		width: 90%;
	}
}

@media only screen and (max-width: 900px) {
	.aside1-wrap .wid95 {
		flex-direction: column;
	}
	.flex-container {
		flex-direction: column;
	}
	.location-eq-img {
		background-position: 50% 60%;
		min-height: 500px;
	}
	.home-about {
		margin-top: 7rem;
	}
	.contact-page-wrap h1 {
		margin-bottom: 150px;
	}
	.xl-heading {
        font-size: 75px;
        line-height: 85px;
    }
	.flex-container.reverse {
        flex-direction: column-reverse !important;
    }
}

@media only screen and (max-width: 768px) {
	.foot-menu ul {
		flex-direction: column;
	}
	.brand-container img {
		max-width: 150px;
	}
	
	.manu-wrap p.body {
		width: 95%;
	}
	
	.lg-heading {
        font-size: 30px;
        line-height: 38px;
    }
	.sm-heading {
		font-size: 18px;
		line-height: 18px;
	}
	.eq img.arrow {
        max-width: 30px;
    }
	img.eq-icon {
		max-width: 50px;
	}
	.eq a, .eq div {
		gap: 20px
	}
}

@media only screen and (max-width: 530px) {
	.heading1 {
        font-size: 35px;
        line-height: 40px;
    }
	.subheading1 {
        font-size: 16px;
        line-height: 20px;
    }
	.med-heading {
		font-size: 20px;
		line-height: 20px;
	}
	.xl-heading {
        font-size: 50px;
        line-height: 55px;
    }
	.foot-contact i {
		font-size: 20px;
	}
	.inv-cta a {
		padding: 12px 30px;
		font-size: 18px;
	}
	.inv-cta img {
		max-height: 30px;
	}
	.body {
		line-height: 25px;
	}
}

@media only screen and (max-width: 450px) {
	img.eq-icon {
		 display: none;
	}
}






