:root {
	--background: #242424;
	--one: #ffc100;
	--two: #ff9a00;
	--three: #ff7400;
	--four: #ff4d00;
	--five: #ff0000;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

header {
    height: 50px;
    width: 100%;
    background-color: #242424;
    position: fixed;
    z-index: 5;
    padding: 0px 10px;
    box-sizing: border-box;
    transition: 0.3s;

	box-shadow: 0px 0px 10px 0px black;
}

a {
	color: white;
	text-decoration: none;
}


#largeScreenTop{
	margin-bottom: 40px;
}

.container{
	width: 100%;
	display: flex;
	justify-content: center;
}

.seperator{
	height: 5px;
	width: 95%;
	margin-left: 2.5%;
	background-color: #303030;
	border-radius: 2.5px;
	box-shadow: inset 0px 0px 5px -2px rgba(255, 255, 255, 0.392), 0px 0px 5px -2px black;
}

.headerIcon {
    height: 50px;
    width: auto;
}

#menuIcon{
    height: 40px;
    margin-top: 5px;
    filter: invert(0.9);
}

.menuItem{
	font-size: 18px;
	color: white;
	margin-bottom: 5px;
	width:fit-content;
	text-decoration: underline;
}

.menuHeight{
    height: 200px;
	padding-bottom: 20px;
}

#headerName{
    font-size: 22px;
    margin-top: 8px;
    font-weight: 600;
}

#headerThings{
    display: flex;
    justify-content: space-between;
    transition: 0.2s;
	width: 100%;
}

#menuThings {
    display: none;
    justify-content: space-between;
    transition: 0.2s;
	width: 100%;
}
#xIcon{
    filter: invert(1);
	margin-left: -5px;
}

body {
	background-color: var(--background);
	color: white;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding-bottom: 50px;
	overflow-x: hidden;
	position: relative;
}

h1 {
	text-align: center;
	font-size: 11vw;
	font-weight: 800;
	margin: 0;
}
h2 {
	text-align: center;
	font-size: 8vw;
	margin-bottom: 0;
	margin-top: 35px;
}
h3 {
	text-align: center;
}
h4 {
	text-align: center;
}
h5 {
	text-align: center;
	font-size: 3vw;
	font-weight: 400;
	margin-top: 0;
}

#messageSend{
    width: 100;
    display: flex;
    justify-content: center;
}

button {
	width: 180px;
	box-sizing: border-box;
	text-align: center;
	height: 40px;
	font-size: 20px;
	border-radius: 5px !important;
	border: 1px solid white;
	color: black;
}

input {
	width: 90%;
	box-sizing: border-box;
	margin-left: 5%;
	padding-left: 10px;
	margin-bottom: 20px;
	height: 40px;
	font-size: 20px;
	border-radius: 5px;
	border: 1px solid white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	background-color: white;
}

input[type="radio"] {
	width: 100px;
	position: absolute;
	opacity: 0%;
    margin: 0;
}

input[type="checkbox"] {
	width: 100px;
	position: absolute;
	opacity: 0%;
    margin: 0;
}

label {
	height: 40px;
	font-size: 13px;
	margin: 0px;
	margin-right: 5px;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid white;
	white-space: nowrap;
	transition: 0.2s;
}

#detailType {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 25px;
}

#addons {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 25px;
}

input[type="radio"]:checked + label {
	background-color: var(--four);
}

input[type="checkbox"]:checked + label {
	background-color: var(--one);
	color: black;
}

#headerContainer {
    margin-top: 50px;
	width: 100%;
	display: flex;
	height: 60vw;
	align-items: center;
	position: relative;
}

img {
	width: 100%;
	display: block;
}

#headerImg {
	opacity: 100%;
	object-fit: cover;
	filter: brightness(0.8);
    height: 100%;
    width: 100%;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

#imgHelper {
	opacity: 0%;
	object-fit: cover;
	position: absolute;
	z-index: 0;
	transition: 2s;
	filter: brightness(0.8);
    height: 100%;
    width: 100%;

    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}

.zeroOpacity {
	opacity: 0%;
}

#businessNameContainer {
	position: absolute;
	bottom: -5vw;
	width: 100%;
	z-index: 1;
}

.hidden {
	display: none;
}

.title {
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	margin: 10px;
}

.note {
	font-size: 10px;
	margin-left: 2px;
}

#packageNote{
	position: absolute;
	margin-top: 2px;
}

#packageContainer {
    width: 100%;
}

#faqContainer{
    display: flex;
    flex-wrap: wrap;
}

.package {
	width: auto;
	justify-content: left;
	height: 75px;
	overflow: hidden;
	transition: 0.4s;
	margin-top: 10px;
    min-width: calc(250px + 12.5%);
}

.faqPackage{
    margin-top: -20px;
    width: 350px;
    flex-grow: 1;
}

.packageTitle {
	display: flex;
	justify-content: space-between;
	margin: 5px 5px 0px;
	font-size: 21px;
	font-weight: 600;
	background-color: #242424;
	height: 65px;
	width: calc(100% - 10px);
	padding: 17px;
	box-sizing: border-box;
}

.packageInfo {
	font-size: 15px;
	font-weight: 200;
	padding-bottom: 10px;
	padding-right: 15px;
	text-align: left;
	background-color: #242424;
	width: calc(100% - 10px);
	margin: -15px 5px;
	height: calc(100% - 75px);
	box-sizing: border-box;
}

.faqInfo {
    padding-left: 15px;
    height: calc(100% - 60px);
    padding-top: 10px;
}

.collapsable {
	font-family: helvetica;
	margin-top: 2px;
}


.unfilled {
	border: 2px solid red;
}

#interior {
	background-color: var(--one);
	margin-top: 0;
}

#exterior {
	background-color: var(--two);
}

#full {
	background-color: var(--three);
}

#protectant {
	background-color: var(--four);
}

#wheels {
	background-color: var(--five);
}

#mobile {
    background-color: var(--five);
}
#FAQ1, #FAQ2, #FAQ3, #FAQ4 {
    background-color: transparent;
}

#interior.open {
	height: 260px;
}
#exterior.open {
	height: 180px;
}
#full.open {
	height: 165px;
}
#protectant.open {
	height: 230px;
}
#wheels.open{
	height: 150px;
}
#mobile.open {
    height: 180px;
}
#FAQ1.open {
    height: 170px;
}
#FAQ2.open {
    height: 180px;
}
#FAQ3.open {
    height: 180px;
}
#FAQ4.open {
    height: 160px;
}

#galleryContainer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    margin-left: 20px;
}

.imageContainer {
	margin-bottom: 25px;
    min-width: 300px;
    flex-grow: 1;
}

.after {
	/* 	clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
	position: relative;
    margin-bottom: -250px;
	z-index: 2;
	mask-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 1) 49.5%,
		rgba(0, 0, 0, 0) 50.5%
	);
	mask-size: 220% 220%;
    mask-position: 0% 0%;
	animation: beforeAfterWipe 2s infinite alternate;
}

@keyframes beforeAfterWipe {
	0% { mask-position: 0% 0%; }
2% { mask-position: 2% 2%; }
4% { mask-position: 4% 4%; }
6% { mask-position: 6% 6%; }
8% { mask-position: 8% 8%; }
10% { mask-position: 10% 10%; }
12% { mask-position: 12% 12%; }
14% { mask-position: 14% 14%; }
16% { mask-position: 16% 16%; }
18% { mask-position: 18% 18%; }
20% { mask-position: 20% 20%; }
22% { mask-position: 22% 22%; }
24% { mask-position: 24% 24%; }
26% { mask-position: 26% 26%; }
28% { mask-position: 28% 28%; }
30% { mask-position: 30% 30%; }
32% { mask-position: 32% 32%; }
34% { mask-position: 34% 34%; }
36% { mask-position: 36% 36%; }
38% { mask-position: 38% 38%; }
40% { mask-position: 40% 40%; }
42% { mask-position: 42% 42%; }
44% { mask-position: 44% 44%; }
46% { mask-position: 46% 46%; }
48% { mask-position: 48% 48%; }
50% { mask-position: 50% 50%; }
52% { mask-position: 52% 52%; }
54% { mask-position: 54% 54%; }
56% { mask-position: 56% 56%; }
58% { mask-position: 58% 58%; }
60% { mask-position: 60% 60%; }
62% { mask-position: 62% 62%; }
64% { mask-position: 64% 64%; }
66% { mask-position: 66% 66%; }
68% { mask-position: 68% 68%; }
70% { mask-position: 70% 70%; }
72% { mask-position: 72% 72%; }
74% { mask-position: 74% 74%; }
76% { mask-position: 76% 76%; }
78% { mask-position: 78% 78%; }
80% { mask-position: 80% 80%; }
82% { mask-position: 82% 82%; }
84% { mask-position: 84% 84%; }
86% { mask-position: 86% 86%; }
88% { mask-position: 88% 88%; }
90% { mask-position: 90% 90%; }
92% { mask-position: 92% 92%; }
94% { mask-position: 94% 94%; }
96% { mask-position: 96% 96%; }
98% { mask-position: 98% 98%; }
100% { mask-position: 100% 100%; }

}

.BAimg {
	width: calc(100% - 10px);
    margin-left: 5px;
	height: 250px;
	object-fit: cover;
	border-radius: 5px;
}

#messageWarning {
	color: red;
	text-align: center;
	margin-bottom: 10px;
	margin: 20px 5%;
}

#reviewsContainer{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.review {
	width: 90%;
    max-width: 600px;
	margin: 20px 5%;
	border: solid 1px white;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

.reviewerName {
	font-weight: 600;
}

.nameAndRating {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}

.reviewText {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 300;
	text-align: justify;
}


#scheduleContainer{
    max-width: 800px;
    margin: auto;
}



@media (min-width: 700px) {
    header{
        height: calc(36px + 2vw);
    }
    #headerThings{
        margin-top: calc((2vw - 14px)/2);
    }
    #menuThings{
        margin-top: calc((2vw - 14px)/2);
    }
    #largeScreenTop {
        display: flex;
        margin-top: calc(36px + 2vw);
    }
    #headerContainer {
        width: calc(50% - 5px);
        min-width: calc(50% - 5px);
        margin-right: 10px;
        margin-top: 0px;
        height: auto;
    }
	#businessNameContainer{
		bottom: -2vw;
	}
    #packageContainer{
        margin-right: 10px;
    }
    #interior{
        margin-top: 0px;
    }

	h1 {
		font-size: 8vw;
	}
    h2{
        font-size: 4vw;
    }
    h5{
        font-size: calc(0.75vw + 0.75vh);
    }
}


footer{
	width: 100%;
	height:fit-content;
	background-color: black;
	margin-bottom: -50px;
	margin-top: 50px;
	padding: 10px;
	box-sizing: border-box;
}
.socialIcon{
	height: 25px;
	width: auto;
	filter: invert(1);
	margin-top: 2.5px;
	margin-right: 6px;
}

.socialText{
	font-size: 20px;
	display: flex;
	margin-top: 10px;
}