/*======================================================================
 Defaults and Variables
======================================================================*/
:root {
	--blue: #2f3ff3;
	--slate: #221f20;
	--slate-8: #221f20d1;
	--slate-9: #221f20e6;
	--asphalt: #f0f0f0;
	--asphalt-8: #f0f0f0d1;
	--asphalt-9: #f0f0f0e6;
	--black: #000000;
	--white: #ffffff;
	--volt: #d8f852;
}

body {
	font-family: Lexend Deca, open sans;
	font-size: 18px;
}

h1,
.h1 {
	font-family: Oswald, open sans;
	font-size: 68px;
}
h2,
.h2 {
	font-family: Oswald, open sans;
	font-size: 40px;
}
h3,
.h3 {
	font-family: Lexend Deca, open sans;
}
h4,
.h4 {
	font-family: Lexend Deca, open sans;
}
h5,
.h5 {
	font-family: Lexend Deca, open sans;
}
h6,
.h6 {
	font-family: Lexend Deca, open sans;
}

a {
	text-decoration: none;
	font-weight: 500;
	transition: 0.5s ease all;
	color: var(--volt);
	display: inline;
}

a:hover,
a:focus {
	color: var(--volt);
}

a[href^="tel"] {
}

a.btn.btn-primary {
	border-radius: 12px;
	background: var(--volt);
	border-color: var(--volt);
	font-size: 23px;
	font-family: Oswald;
	letter-spacing: 0.5px;
	color: var(--slate);
	transition: 500ms ease;
}

a.btn.btn-primary:hover {
	background: var(--slate);
	border-color: var(--slate);
	color: var(--white);
}

.img-fluid {
	width: 100%;
	height: auto;
}

.container {
	max-width: 1400px;
}

.site-branding {
	padding: 10px;
}
/*======================================================================
HEADER
======================================================================*/
.nav-cta-box {
	display: flex;
	justify-content: end;
	align-items: center;
}
.cta {
	/* font-family: oswald; */
	font-family: Oswald, open sans;
	text-transform: uppercase;
	font-size: 20px;
}

.mobile-cta {
	background: #fff;
	width: 100%;
	z-index: 1000;
	text-align: center;
	padding: 20px;
	border-top: 2px solid var(--blue);
	box-shadow: 2px 2px 10px #00000099;
}

span.cta-text {
	display: block;
	margin-bottom: 5px;
}

.mobile-cta a.btn.btn-primary {
	font-size: 20px;
}

div#gform_confirmation_message_1 {
	text-align: center;
	font-family: "Oswald";
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 25px;
}

.privacy-policy-disclaimer {
    text-align: center;
    font-size: 12px;
}

.privacy-policy a, .privacy-policy-disclaimer a{
	color: var(--blue);}

/*======================================================================
Banner
======================================================================*/
.banner {
	position: relative;
	padding: 50px;
	background-size: cover !important;
}
.top-overlay {
	height: 40%;
	background: linear-gradient(180deg, var(--slate-8), transparent);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
body {
	overflow-x: hidden;
}

.banner-header {
	color: var(--asphalt);
	text-align: center;
	text-shadow: 2px 2px 9px #00000077;
	position: relative;
	z-index: 2;
}

.banner-form {
	background: var(--asphalt-9);
	color: var(--black);
	padding: 20px;
	max-width: 450px;
	border-radius: 10px;
	box-shadow: 2px 3px 10px #00000099;
	display: block;
	margin: auto;
}

.banner-form h2 {
	text-transform: capitalize;
	text-align: center;
}

.banner-form p.gform_required_legend {
	display: none;
}

.banner-form .gform_wrapper .gfield_required {
	color: var(--volt);
}

.gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
	padding: 0;
	font-family: "Oswald";
	letter-spacing: 0.5px;
}

input.gform_button {
	margin: auto;
	font-size: 20px;
	border-radius: 10px;
	border: 0;
	background: var(--volt);
	padding: 5px 20px;
	color: var(--slate);
	text-transform: uppercase;
	transition: 500ms ease;
	display: block;
	width: fit-content;
}

input.gform_button:hover {
	margin: auto;
	background: var(--slate);
	padding: 5px 20px;
	color: var(--white);
	text-transform: uppercase;
}

.container-fluid.under-banner {
	background: var(--slate);
	color: var(--white);
	text-align: center;
	padding: 20px;
}

.disclaimer {
	text-align: center;
	width: 76%;
	margin: auto;
	font-style: italic;
}

.banner-subheader {
	color: var(--asphalt);
	text-align: center;
	font-size: 30px;
	text-shadow: 2px 2px 10px #000000;
	font-style: italic;
	max-width: 1000px;
	display: block;
	margin: auto;
	z-index: 2;
	position: relative;
}

.icon-container {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	/* flex-shrink: 2; */
	flex-wrap: wrap;
}

.icon-box .icon svg {
	height: 100px;
	margin-bottom: 10px;
}

.icon-box path {
	fill: var(--volt);
}

.icon-box {
	font-size: 25px;
}
.section-2-img {
	min-height: 300px;
}

.back-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*.section-2-content {
    top: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    right: 59%;
}

.content-box {
    background: var(--slate-8);
    padding: 30px;
    backdrop-filter: blur(4px);
    border-radius: 7px;
    box-shadow: 2px 2px 10px;
	color: var(--asphalt)
}*/

.section-2 {
	position: relative;
	border-bottom: solid 3px var(--slate);
}
.section-2-content {
	padding: 4rem 3rem;
}

.section-2 h2 {
	margin-bottom: 1.75rem;
}

.carousel-caption.d-block {
	right: 0;
	left: 0;
	bottom: 0;
	padding: 40px;
	background: linear-gradient(0deg, var(--slate-8), transparent);
}

.carousel-caption {
	color: var(--white);
	text-shadow: 2px 2px 5px var(--slate-8);
}
.container-fluid.section-4.p-5.mt-4 {
	background: var(--slate);
	color: var(--asphalt);
}

div#product-slider img {
	border-radius: 10px;
}

.carousel-indicators [data-bs-target] {
	opacity: 1;
	background-color: var(--white);
	border-radius: 100%;
	width: 10px;
	height: 10px;
	border: 1px solid var(--blue);
}

.carousel-indicators .active {
	background-color: var(--blue);
}

.section-5-box {
	position: absolute;
	top: 0;
	left: 10%;
	right: 10%;
	bottom: 10%;
	color: var(--white);
}

.section-5 {
	position: relative;
}

.section-5-box h2 {
	text-align: center;
	text-shadow: 2px 2px 3px #00000099;
}
.hover-box {
	background: var(--slate-9);
	color: var(--asphalt);
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	width: 400px;
	height: 300px;
	perspective: 1000px;
}

.hover-box svg {
	height: 100px;
	width: auto;
}
.hover-box path {
	fill: var(--volt);
}

.hover-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.hover-box:hover .hover-inner {
	transform: rotateY(180deg);
}

.hover-front,
.hover-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.hover-back {
	transform: rotateY(180deg);
}

.section-5-box {
	position: absolute;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

h3.hover-title {
	color: var(--asphalt);
	font-family: "Oswald";
	text-transform: uppercase;
	letter-spacing: 1.05px;
	margin-top: 10px;
}

@media (max-width: 1700px) {
	h1,
	.h1 {
		font-family: Oswald, open sans;
		font-size: 64px;
	}
}

.hover-img-cont {
	max-width: 500px;
	display: block;
	margin: auto;
	position: relative;
}
.flooring-description {
	display: none;
}

img.hover-grow {
	border-radius: 10px;
}
.hover-overlay {
	display: flex;
	flex-direction: column;
	background: var(--slate-8);
	padding: 10px;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20%;
	text-align: center;
	overflow: hidden;
	transition: 0.5s ease;
	justify-content: center;
	border-radius: 0px 0px 10px 10px;
}

.hover-img-cont:hover .hover-overlay {
	height: 100%;
	border-radius: 10px 10px 10px 10px;
}

.hover-img-cont:hover .flooring-description {
	display: block;
}

.flooring-type {
	font-family: "Oswald";
	font-size: 35px;
}

.testimonials {
	background: var(--slate);
	color: var(--asphalt);
}

.testimonials h2 {
	text-align: center;
}
.stars {
	display: block;
	margin: auto;
	max-width: 400px;
}

.stars .icon.star {
	width: 20%;
	display: inline-block;
	padding: 20px;
}

div#testimonial-slider {
	max-width: 600px;
	display: block;
	margin: auto;
	text-align: center;
}

.icon.star path {
	fill: var(--volt);
}

.name {
	text-transform: uppercase;
	font-size: 32px;
	color: var(--volt);
}

#testimonial-slider .carousel-indicators {
	bottom: -25px;
}

#testimonial-slider .carousel-indicators [data-bs-target] {
	background: var(--slate);
	border: 1px solid var(--volt);
}
#testimonial-slider .carousel-indicators .active {
	background-color: var(--volt);
	border: 1px solid var(--volt);
}

.section-7 {
	position: relative;
}

.section-7-content {
	position: absolute;
	left: 5%;
	right: 5%;
	height: 100%;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.container-fluid.d-none.d-lg-block.above-foot {
	padding: 20px;
	background: radial-gradient(#2f3ff399, #2f3ff322);
}

.container-fluid.d-none.d-lg-block.above-foot {
	padding: 20px;
	background: var(--asphalt);
}

span.bottom-cta {
	display: block;
	margin: 10px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Oswald";
}

.social-icons {
	max-width: 500px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

img.social-image {
	margin: 10px;
	height: 90px;
	width: auto;
}

footer#colophon {
	min-height: auto;
	text-align: center;
	font-size: 15px;
	background: var(--blue);
	color: var(--asphalt);
}
footer#colophon a {
	color: var(--volt);
}

.site-info.row {
	max-width: 1000px;
	margin: auto;
}
/*
@media (max-width: 1700px) {
	.section-2-content {
    top: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    right: 43%;
	}}
@media (max-width: 1500px) {

	.disclaimer {
    text-align: center;
    width: 100%;
    margin: auto;
    font-style: italic;
}
	
	
	.section-2-content {
    top: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    right: 13%;
}
	
	.hover-box {
		width: 300px;
		height: 400px;
	
}
}*/
@media (max-width: 1400px) {
	.section-7-content {
		position: absolute;
		left: 5%;
		right: 5%;
		height: 100%;
		top: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
@media (max-width: 1300px) {
	.banner-form h2 {
		font-family: Oswald, open sans;
		text-transform: uppercase;
		font-size: 21px;
	}

	.banner-subheader {
		color: var(--asphalt);
		text-align: center;
		font-size: 22px;
		text-shadow: 2px 2px 10px #000000;
		line-height: 1.3;
		font-style: italic;
		max-width: 1000px;
		display: block;
		margin: auto;
		z-index: 2;
		position: relative;
	}
	.banner-header h1,
	div#gform_confirmation_message_1 {
		font-family: Oswald, open sans;
		text-transform: capitalize;
		font-size: 36px;
	}

	.banner-form .disclaimer {
		font-size: 17px;
	}

	.section-5-box h2 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -73%;
	}

	.section-5-box {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}

	.row.hover-boxs {
		margin-top: 20px;
	}
}

@media (max-width: 1200px) {
	.section-5-box h2 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -58%;
	}
}

@media (max-width: 1100px) {
	img.img-fluid.banner-image {
		display: none;
	}

	.top-overlay {
		height: 30%;
		background: linear-gradient(180deg, var(--slate-8), transparent);
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.banner-subheader {
		padding-bottom: 10px;
	}
	.banner {
		background: url(https://bmgdevelop.site/dev/wp-content/uploads/2022/12/garage-with-car.jpg);
		background-size: cover;
		background-position: bottom;
		padding: 20px;
	}
}

.section-7 .content-box {
	background: var(--slate-8);
	padding: 31px;
	backdrop-filter: blur(4px);
	border-radius: 7px;
	box-shadow: 2px 2px 10px #00000022;
	border-radius: 0px;
	width: 100%;
	color: var(--asphalt);
}

@media (max-width: 1000px) {
	/*
.section-2-content {
    top: 0;
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	left:0;
	right: 0;
}
*/

	.section-7-content {
		position: relative;
		left: 0;
		right: 0;
	}
}
@media (max-width: 992px) {
	.hover-box.my-2 {
		display: block;
		margin: auto;
		width: 500px;
		height: 400px;
	}

	.section-5-box h2 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -20%;
	}
	footer#colophon {
		min-height: auto;
		text-align: center;
		font-size: 15px;
		background: var(--slate);
		color: var(--asphalt);
		padding-bottom: 10em !important;
	}
}

@media (max-width: 820px) {
	.section-5-box h2 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -16%;
	}
}
@media (max-width: 700px) {
	.section-5-box h2 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -160px;
	}
	footer#colophon {
		min-height: auto;
		text-align: center;
		font-size: 15px;
		background: var(--slate);
		color: var(--asphalt);
		padding-bottom: 12em !important;
	}
}

@media (max-width: 660px) {
	.icon-box {
		padding: 20px;
		width: 50%;
		/* flex-shrink: 63; */
		/* flex-grow: 74; */
	}
}

@media (max-width: 600px) {
	.section-5-box h2 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -130px;
	}

	.hover-box.my-2 {
		display: block;
		margin: auto;
		width: 400px;
		height: 400px;
	}
}

@media (max-width: 500px) {
	.section-5-box h2 {
		position: absolute;
		width: 100%;
		left: 0;
		top: -100px;
	}

	.hover-box.my-2 {
		display: block;
		margin: auto;
		width: 300px;
		height: 400px;
	}
}

/*======================================================================
animation
======================================================================*/
@media (min-width: 1200px) {
	.animate-logo.animate {
		animation: logoAnimation 3s;
	}

	.icon-box {
		opacity: 0;
	}

	.icon-box.pop-animate {
		animation: pop-animation 1s;
		animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
		opacity: 1;
	}
}

@keyframes logoAnimation {
	0% {
		transform: translateX(-500%) rotate(0deg);
	}

	100% {
		transform: translateX(0%) rotate(720deg);
	}
}

@keyframes pop-animation {
	0% {
		opacity: 0;
		transform: scale(0.5, 0.5);
	}

	100% {
		opacity: 1;
		transform: scale(1, 1);
	}
}
.delay-1 {
	animation-duration: 1s !important;
}
.delay-2 {
	animation-duration: 2s !important;
}
.delay-3 {
	animation-duration: 3s !important;
}
.delay-4 {
	animation-duration: 4s !important;
}
