﻿/***** 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 {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


h1 {
	margin-bottom: 24px;
}
p {
	font-size: 16px;
}


.wid95 {
	width: 95%;
	margin: 0 auto;
}
.wid90 {
	width: 90%;
	margin: 0 auto;
}
.wid80 {
	width: 80%;
	margin: 0 auto;
}
.wid85 {
	width: 85%;
	margin: 0 auto;
}
.marg5 {
	margin: 5%;
}



.blue {
	color: #065FAA;
}
.blue-bg {
	background-color: #065FAA;
}
.red {
	color: #9D1C20;
}
.red-bg {
	background-color: #9D1C20;
}
.white {
	color: #ffffff;
}
.black {
	color: #231F20;
}
.black-bg {
	background-color: #231F20;
}
.grey {
	color: #E9E9E9;
}
.grey-bg {
	background-color: #E9E9E9;
}
.gray {
	color: #383838;
}
.dark-gray-bg {
	background-color: #383838;
}



.bebas {
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.poppins {
	font-family: "poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.poppins-italic {
	font-family: "poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.caveat {
	font-family: "caveat-brush", sans-serif;
	font-weight: 400;
	font-style: normal;
}
p.poppins span {
    font-weight: bold;
}


i.fa-solid.fa-caret-down {
    font-size: 15px;
    color: #9D1C20;
}
nav .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 24,;
	padding: 0!important;
	line-height: 0 !important;
}
.material-symbols-outlined.red {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    background-color: #9d1c20;
    color: #fff;
    border-radius: 20px;
	padding: 2px;
}
.material-symbols-outlined.white {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    background-color: #fff;
    color: #9d1c20;
    border-radius: 20px;
	padding: 2px;
}




.breadcrumbs {
    display: flex;
    font-size: 14px !important;
    color: #403f3b !important;
    padding: 2% 0 5%;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    letter-spacing: 0.05em;
    gap: 10px;
	font-family: "poppins", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    background: #fff;
    color: #403f3b;
    font-size: 14px !important;
	font-family: "poppins", sans-serif;
}


button.bebas.black {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 20px;
    padding: 3px 3px 3px 24px;
    font-size: 16px;
	gap: 15px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
	cursor: pointer;
	transition: .3s ease-in-out;
}
button.bebas.black:hover {
    background: #9d1c20;
	color:#fff;
	padding: 3px 5px 3px 26px;
}
button.bebas.red {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 20px;
    padding: 3px 3px 3px 24px;
    font-size: 16px;
	gap: 15px;
	background-color: #9d1c20;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
	cursor: pointer;
	transition: .3s ease-in-out;
}
button.bebas.red:hover {
    background: #9d1c20;
	color:#fff;
	padding: 3px 5px 3px 26px;
}
button.bebas.trace {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 3px 3px 3px 24px;
    font-size: 16px;
	gap: 15px;
	background-color: transparent;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 1.95px 1.95px 2.6px;
	cursor: pointer;
	transition: .3s ease-in-out;
}
button.bebas.trace:hover {
    background: #fff;
	color:#000;
	padding: 3px 5px 3px 26px;
}
.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left !important;
    padding: 10px;
}

/*--- HEADER STYLES ---------------------*/
header {}

.head-bar {
    padding: 15px;
}
.head-bar p {
    font-size: 15px;
	line-height: 20px;
}
.head-bar strong.bebas {
	font-size: 20px;
	letter-spacing: 2px;
}


.header {
    position: absolute;
    left: 0;
    right: 0;
	display: flex;
    align-items: CENTER;
	z-index: 5;
    background: linear-gradient(180deg,rgba(0, 43, 79, 0.94) 0%, rgba(6, 48, 83, 1) 2%, rgba(255, 255, 255, 0) 100%);
}
.header2 {
	background-color: #065FAA;
	display: flex;
	align-items: center !important;
    align-items: flex-end;
	border-bottom: 1px solid #707070;
	z-index: 5;
}
.head-logo, .head2-logo {
/*    background: #fff;*/
    display: flex;
/*    padding: 15px 20px;*/
}
.head-logo a,.head2-logo a {
    display: flex;
}
.head-logo img, .head2-logo img {
    width: 100%;
    max-width: 300px;
}
.top-call-now a {
    display: flex;
    align-items: center;
	inline-size: max-content;
	margin-right: 50px;
}
p.bebas.white.uppercase {
    letter-spacing: 2px;
}
p.dial {
    font-size: 25px;
}
.top-call-now i {
    font-size: 35px;
    padding-right: 10px;
}
.top-aside-wrap {
    display: flex;
    align-items: baseline;
    width: 100%;
}

/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}
.inv-wrap {
	margin: 5px !important;
}

.hero {
    background-size: cover;
	background: linear-gradient(90deg,rgba(0, 43, 79, 0.94) 0%, rgba(255, 255, 255, 0) 64%);
	height: 805px;
    display: flex;
    box-sizing: border-box;
	position: relative;
    overflow: hidden;
}


.hero > .herovid {
    width: 100%;
    z-index: -1;
    position: absolute;
    background-color: black;
}

@media only screen and (max-width: 1500px) {
.hero > .herovid {
    width: 100%;
    z-index: -1;
    position: absolute;
    transform: scale(1.5);
}
    
    .hero {height: 700px; }    
    
    
}


@media only screen and (max-width: 1200px) {
.hero > .herovid {
    width: 100%;
    z-index: -1;
    position: absolute;
    transform: scale(2);
    top: 0;
}
    
    
    
}









.hero-text {
    width: 80%;
    margin-left: 5%;
    position: absolute;
    bottom: 30%;
}
.hero-text h1 {
    font-size: 110px;
    line-height: 100px;
    margin-bottom: 25px;
}
.hero-text h2 {
    font-size: 22px;
    font-style: italic;
	margin-bottom: 45px;
    line-height: 28px;
}
.hero-btns {
    display: flex;
    gap: 25px;
}
.hero-aside {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 4% 10%;
}
.hero-aside p {
    text-transform: capitalize;
    font-size: 24px;
	text-align: center;
    line-height: 32px;
	font-style: italic;
    transform: rotate(358deg);
}



.instock-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 5%;
	gap: 50px;
}

h3.white.bebas {
    font-size: 40px;
	flex: 1;
}
.search-area {
    flex: 1;
}
.search-area form {
    display: flex;
    border-radius: 90px !important;
/*    background: #fff;*/
    overflow: hidden;
	border: 1px solid #fff;
}
input.keyword::placeholder {
    color: #d1d1d1;
    font-family: 'poppins';
}
.search-area input {
    flex: 1;
    padding: 15px 20px;
	font-size: 13px !important;
    box-sizing: content-box;
    border: none;
	font-family: obviously, sans-serif !important;
	background: none;
	width: 100%;
}
.search-area button {
    box-sizing: content-box;
    min-width: 60px;
    border: none;
    border-radius: 90px;
    background: #9d1c20;
    font-size: 18px;
	cursor: pointer;
	transition: .3s all !important;
}
.search-area button.bebas.black {
	margin: 2px;
}
.search-area .material-symbols-outlined.red {
	font-size: 20px;
	padding: 6px;
}
.search-area button:hover {
	background: #9d1c20;
	color:#fff;
	padding: 3px 5px 3px 26px;
}


.home-about {
    display: flex;
    align-items: center;
    background-color: #EEEEEE;
}
.col-left {
    padding: 5%;
    flex: 1;
}
.home-about h3 {
	font-size: 40px;
    margin-bottom: 25px;
}
.col-left p {
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 24px;
}
.col-right {
    flex: 1;
}
.col-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: calc(70vh - 60px);
    box-sizing: border-box;
    display: flex;
}


.home-inv-categories {
    text-align: center;
    margin: 75px 5%;
}
.home h3 {
    font-size: 40px !important;
}
.home h4.caveat {
    font-size: 22px;
}



.home-inv-categories h4.caveat {
    margin-bottom: 24px;
}
.categories {
    display: flex;
    justify-content: space-around;
	gap: 15px;
}
.cat {
    position: relative;
	background-color: #000;
	height: 300px;
}
.cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat h4 {
    position: absolute;
    top: 0;
    margin: 5%;
    font-size: 35px;
	text-align: left;
}
.cat a {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5%;
}


a.brand img {
    max-width: 200px;
    width: 100%;
}
.home-brands {
    background-color: #eeeeee;
    padding: 5%;
}
.home-brands h3 {
    margin-bottom: 50px;
}
.brands-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
a.brand {
    background-color: #fff;
    padding: 1vw 4vw;
	    border-radius: 5px;
}



.sub-wrapper {
    display: flex;
    align-items: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.aside-left {
    position: relative;
	display: flex;
	flex: 1;
	background-color: #000;
}
.aside-left p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 11% 14%;
    text-transform: capitalize;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    font-style: italic;
    transform: rotate(358deg);
}
.aside-right {
    margin: 5%;
	flex: 1;
}
.aside-right p {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
p.contact-us.poppins {
    margin-bottom: 0;
}
.contact-links {
    line-height: 25px;
}
.request-wrap {
    display: flex;
    justify-content: center;
}

.aside-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: calc(70vh - 60px);
    box-sizing: border-box;
    display: flex;
}

.newsletter-wrap {
    text-align: center;
}
.sign-up {
    padding: 2% 5%;
    display: inline-flex;
    align-items: center;
	gap: 25px;
}
.sign-up h3 {
    margin: 10px;
}

/*--------FORM STYLES--------------------*/

.aside-form {
    width: 80%;
	padding: 6% 0;
}
.aside-form h2, .aside-form h1 {
    font-size: 32px;
}
.aside-form p {
    margin-bottom: 20px;
}
.aside-form h2, .aside-form h3, .aside-form h1 {
    margin-bottom: 10px;
}
.aside-form input[type="text"] {
    padding: 10px;
    margin-bottom: 10px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #151515;
    line-height: 24px;
    border: none;
    background: #e8e8e8;
    box-sizing: border-box;
    width: 100%;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.aside-form input[type="email"] {
    padding: 10px;
    margin-bottom: 10px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #151515;
    line-height: 24px;
    border: none;
    background: #e8e8e8;
    box-sizing: border-box;
    width: 100%;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.flex {
    display: flex;
    gap: 5px;
}
.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    font-family: 'poppins';
    font-size: 12px;
}
.CaptchaWhatsThisPanel a {
    color: #9D1C20;
}



.page-head {
	padding: 5%;
	text-align: center;
}
.page-head h1 {
    font-size: 60px;
}





/*-------- FOOTER STYLES ----------------*/
footer{}

.foot {
    display: flex;
    padding: 3% 5%;
}
.fcol {
    display: flex;
    line-height: 18px;
    flex-direction: column;
}
.fcol1 {
    flex: 3;
	display: block;
}
.fcol.fcol1 {
    display: flex;
    flex-direction: row;
	gap: 35px;
    align-items: center;
}
.fcol1 i {
    font-size: 30px;
}
.col2 {
    flex: 2;
}
.fcol img {
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
}
.foot h5 {
    font-size: 16px;
}
.foot a.poppins.white, .foot .fcol.col2 p {
    font-size: 14px;
	margin-bottom: 10px;
}
.foot h5 {
    font-size: 18px;
    margin-bottom: 4%;
}


/*----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: 1550px) {
	.hero-aside {margin: 4% 4%;}
}
@media only screen and (max-width: 1250px) {
	.hero-text h1 {
		font-size: 80px;
		line-height: 75PX;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 1150px) {
	.brands-bar {
		flex-wrap: wrap;
		justify-content: flex-start;
		place-content: center;
	}
	.home-brands {
		text-align: center;
		padding: 100px 5%;
	}
	.foot {
		padding: 100px 5%;
		flex-direction: column;
	    align-items: center;
		gap: 25px;
	}
	.fcol {
		flex-direction: column;
    	align-items: center;
	}
	.fcol1 {
		margin-bottom: 20px;
	}
	.cat img {
		border-radius: 5px;
	}
	.hero-aside p {
		display: none;
	}
	.foot a.poppins.white {
		text-align: center;
	}
}
@media only screen and (max-width: 1025px) {
	.home-about {
		flex-direction: column;
		align-items: stretch;
	}
	.col-left {
    	padding: 100px 5%;
	}
	.col-right img {
		height: 350px;
	    min-height: 0;
	}
}
@media only screen and (max-width: 900px) {
	.instock-bar {
		flex-direction: column !important;
		justify-content: space-between !important;
		align-items: stretch !important;
		gap: 20px !important;
	}
	.categories {
		flex-direction: column;
	}
	.hero-text h1 br {
		display: none;
	}
	.hero-text h2 {
		font-size: 18px
	}
	.hero-text h2 br {
		display: none;
	}
	.hero {
		height: 700px;
		background-position: center;
	}
    
           .hero > .herovid {
            height: 100%;
            width: auto;
        transform: scale(1.2);
        top: 0;
    }

    
    
    
}
@media only screen and (max-width: 800px) {
	.flex {
		gap: 0;
		flex-direction: column;
	}
    
    	.hero {
		height: 600px;
		background-position: center;
	}
    
    
        .hero > .herovid {
            height: 100%;
            width: auto;
        transform: scale(1.2);
        top: 0;
    }

    	.hero-text h1 {
		font-size: 50px;
        line-height: 50px;
	}
	.hero-text {
		width: 90%;
		bottom: 10%;
	}
	.head-logo img {
		max-width: 160px;
	}
	.head2-logo img {
        max-width: 160px !important;
    }
	.top-aside-wrap {
		margin-right: 20px !important;
	}
    
    
    
}
@media only screen and (max-width: 750px) {
	.aside-left {
		display: none;
	}
	.aside-right {
		margin: 75px auto;
 		flex: none;
		width: 80% !important;
	}
	.aside-form {
		padding: 50px 0;
	}
}
@media only screen and (max-width: 600px) {
    
    
        	.hero {
		height: 550px;
		background-position: center;
	}
    
    
        .hero > .herovid {
            height: 100%;
            width: auto;
    }

}




