* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	color: #fff;
	position: relative;
	background-color: #0d274a;
	transition: zoom 0.2s ease, font-size 0.2s ease;
}

section {
	text-align: center;
	margin: 20px auto auto auto;
	overflow: hidden;
}

#movie {
	background: white;
	padding: clamp(1.2rem, 1.7vw, 2.5rem) clamp(.5rem, 1vw, 2.5rem);
}

#about {
	background-color: #0d274a;
	color: #fff;
	padding: 20px;
}

h2 {
	font-size: clamp(1.5rem, 2vw, 3rem);
	margin-bottom: 20px;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, .6);
}

.content {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 10vw;
	justify-content: space-evenly;
	z-index: 1;
}

.content h1 {
	font-size: clamp(1.7rem, 3.2vw, 5rem);
}

.colory {
	color: rgb(255,192,0);
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .9);
}

.colorb {
	color: rgb(0, 176, 240);
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .9);
}

.colorg {
	color: rgb(146,208,80);
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .9);
}

.content h2 {
	margin-bottom: clamp(20px, 5vw, 5vw);
}

a.cta-button {
  position: relative;
  display: inline-block;
  background-color: rgb(146, 208, 80);
  color: black;
  padding: clamp(.5rem, .8vw, 1rem) clamp(1.2rem, 1.6vw, 2rem);
  font-size: clamp(1.2rem, 1.6vw, 2rem);
  border: 2px solid rgb(4, 36, 51);
  cursor: pointer;
  margin: 2vw 0;
  border-radius: 10vw;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-decoration: none;
}

.cta-button.tester {
	padding: clamp(.5rem, .8vw, 1rem) clamp(.6rem, 1vw, 1.5rem);
	font-size: clamp(1rem, 1.2vw, 2rem);
}

a.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FF784F;
  transition: all 0.3s ease;
  border-radius: 10vw;
  z-index: 0;
}

a.cta-button:hover::before {
  left: 0;
}

a.cta-button span {
  position: relative;
  z-index: 1;
}

#topTryDiv {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
        to top, 
        rgba(13, 39, 74, 1) 0%, 
        rgba(13, 39, 74, 0.7) 50%,
		rgba(13, 39, 74, 1) 100%
    );
	z-index: -1;
}

.triangle-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
    height: 50vh;
    background: none;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
    background: linear-gradient(
        to bottom right, 
        rgba(13, 39, 74, 0.9), 
        rgba(13, 39, 74, 0.6)
    );
}

.triangle-shape2 {
	border-bottom: 60vh solid rgba(13, 39, 74, 0.6);
	border-right: 50vw solid transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: -1;
}

.stats {
	margin: clamp(1rem, 1.2vw, 2rem) auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 50%;
}

.circleDiv {
	width: clamp(6.5rem, 7.5vw, 10rem);
	height: clamp(6.5rem, 7.5vw, 10rem);
	border-radius: 50%;
	background: black;
	border: 6px solid cyan;
	display: flex;
	margin: auto 2.5vw;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: clamp(1.2rem, 1.6vw, 2rem);
	font-weight: bold;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .7);
}

.stats > div {
	margin-bottom: 20px;
	display: flex;
}

.stats div {
	margin-bottom: 20px;
}

.stats span {
	margin-top: clamp(1rem, 1.2vw, 2rem);
	font-size:  clamp(1rem, 1.2vw, 2rem);
	text-align: center;
}

#whatisAC {
	width: 95%;
	background: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: black;
	padding: clamp(1rem, 1.7vw, 2.5rem);
	gap: 2.5vw;
	margin: auto;
}

#whatText {
	font-size: clamp(.6rem, 1vw, 1.5rem);
	width: clamp(1rem, 42vw, 700px);
	text-align: left;
	margin-left: clamp(2rem, 8vw, 200px);
}

@media (max-width: 1000px) {
	#whatText {
		margin-left: clamp(2rem, 4vw, 200px);
	}
}

#whatText h2 {
	text-shadow: 3px 3px 7px rgba(0, 0, 0, .6);
}

#whatText p {
	font-size: clamp(.9rem, 1vw, 1.2rem);
	margin-bottom: 20px;
}

#whatText li {
	font-size: clamp(.9rem, 1vw, 1.2rem);
}

#videoWrapper {
    position: relative;
	top: 0;
	right: 0;
    height: clamp(21.5rem, 27vw, 500px);
	width: clamp(14.5rem, 18vw, 334px);
    margin: auto;
	margin-left: clamp(1rem, 12vw, 280px);
    overflow: visible;
    border-radius: 10px;
    background: none; 
}

video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background-color: black;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 350px;
    height: clamp(21.5rem, 27vw, 500px);
    margin: 0;
	opacity: 0;
	display: none;
	overflow: visible;
	transition: transform 1s ease-out, opacity 1s ease-out;
}

.video-container.active {
	margin: 0 auto;
	display: block;
	opacity: 1;
}

.video-container.slide-down {
	display: block;
	transform: translateY(570px);
	opacity: 0;
}

.video-container.slide-in {
	display: block;
	transform: translateX(0);
	opacity: 1;
}

.video-container:not(.active) {
	display: block;
	opacity: 0;
	transform: translateX(720px);
}

.carousel-container {
	display: flex;
	flex-direction: row;
    position: relative;
    width: 95vw;
    margin: auto;
    overflow: visible;
	justify-content: space-around;
	align-items: center;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 400px;
	width: clamp(200px, 14vw, 300px);
    perspective: 700px;
	justify-content: center;
}

.flex-child {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
    position: absolute;
    border-radius: 25px;
    transform-origin: center center;
    opacity: 0.5;
	height: clamp(250px, 22vw, 450px);
    z-index: 0;
    transition: all .5s ease;
    background-color: #156082;
    padding: 10px;
    text-align: center;
    box-shadow: 
		0px 7px 14px rgba(0, 0, 0, 0.6),
		0px 14px 28px rgba(0, 0, 0, 0.7);
    font-size: clamp(1rem, 1.2vw, 2rem);
    border: 4px solid rgb(4, 36, 51);
}

.flex-child.center {
    transform: scale(1) translateX(0) rotateY(0deg);
    opacity: 1;
    z-index: 2;
}

.flex-child.left {
    transform: scale(0.8) translateX(-180px) rotateY(-45deg);
    opacity: 0.4;
    z-index: 1;
}

.flex-child.right {
    transform: scale(0.8) translateX(180px) rotateY(45deg);
	opacity: 0.4;
    z-index: 1;
}

.flex-child.hidden {
    transform: scale(0.5) translateX(0) rotateY(0deg);
    z-index: 0;
    opacity: 0;
}

.flex-child .upperText {
    font-size: clamp(1.1rem, 1.3vw, 2rem);
    margin: 10px auto 2vw auto;
}

.flex-child .lowerText {
    font-size: clamp(.8rem, 1vw, 1.5rem);
    margin: 2vw auto 5px auto;
}

.flex-child .benefitImg {
    height: clamp(3rem, 6vw, 7rem);
}

.flex-child .icon {
    height: 100%;
}

#arrowLeft, #arrowRight {
    font-size: 2rem;
    cursor: pointer;
    color: white;
    z-index: 3;
    user-select: none;
}

#arrowLeft {
    left: 10px;
}

#arrowRight {
    right: 10px;
}

#arrowLeft:hover, #arrowRight:hover {
    transform: scale(1.1);
	transition: all 0.2s ease-in-out;
}

.content-display {
    margin-top: 1.5vw;
    padding: 0;
    border-radius: 10px;
    font-size: clamp(0.6rem, 0.8vw, 1rem);
    /* text-align: center; */
	color: white;
    line-height: 1.6;
	width: 40vw;
	height: 450px;
	opacity: 1;
	filter: blur(0); 
    transition: all 0.25s ease;
}

.content-display.hidden {
	filter: blur(7px); 
    opacity: 0;
}

.content-display h1 {
    font-size: clamp(1.2rem, 1.5vw, 2rem);
    color: rgb(255,192,0);
    margin-bottom: 15px;
}

.content-display p {
    font-size: clamp(.9rem, 1vw, 1.2rem);
    color: white;
    margin: 5px;
    text-align: left;
	/* text-indent: clamp(1.5rem, 2vw, 50px); */
}

.content-display li {
	font-size: clamp(.9rem, 1vw, 1.2rem);
	text-align: left;
	list-style-type: none;
	position: relative;
	padding-left: 1.5em;
}

.content-display li::before {
	content: "✅";
	position: absolute;
	left: 0;
}

.content-display ul {
	margin-left: 35px;
}

@media (max-width: 1000px) and (min-width: 769px) {
	#nearCar {
		right: 25%;
	}
}

#industries {
	margin: clamp(1.5rem, 2vw, 40px) 0;
	background: white;
	color: #0d274a;
	padding: clamp(1.5rem, 2.5vw, 50px);
}

.imgFlex {
	display: flex;
	width: 90%;
	justify-content: center;
	flex-flow: row wrap;
	margin: auto;
}

.imgChild {
	width: 40%;
	height: auto;
	margin: auto 10px;
}

.imgChild img {
	width: 100%;
	height: auto;
	margin: auto 10px;
}

gc {
	color: rgb(0, 176, 80);
	text-align: right;
	font-size: clamp(0.9rem, 1.2vw, 1.7rem);
}

.waived {
	text-align: right;
	margin: auto;
}

.waived * {
	white-space: nowrap;
}

s {
	color: red;
}

.pricing-tiers {
	display: flex;
	justify-content: center;
	width: 100%;
}
	
#pricing {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tier {
	display: flex;
	flex-direction: column;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    width: clamp(215px, 20vw, 380px);
	font-size: clamp(0.9rem, 1.2vw, 1.7rem);
	color: #0d274a;
	line-height: 1.4;
	margin: 0 clamp(1rem, 1.2vw, 2rem) clamp(1.5rem, 2vw, 3rem) clamp(1rem, 1.2vw, 2rem);
	box-shadow: 
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 10px 15px rgba(0, 0, 0, 0.6);
}

.tier h3 {
	font-size: clamp(1rem, 1.4vw, 1.8rem);
	font-weight: 900;
	text-shadow: 
		1px 1px 2px black,
		-1px -1px 2px black,
		-1px 1px 2px black,
		1px -1px 2px black;
}

.tier p {
	font-size: clamp(0.9rem, 1.2vw, 1.7rem);
	white-space: nowrap;
}

.terms {
	font-size: clamp(1.3rem, 2.3vw, 45px);
	margin: clamp(1.5rem, 2vw, 40px);
	font-weight: 900;
}

#about {
	background-color: #fff;
	color: #0d274a;
}

#calculator {
	margin-top: 25px;
	color: white;
	border-radius: 0;
	background: black;
}

.calcWhole {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.calcInput {
	width: 60%;
	margin: clamp(.5rem, .8vw, 1rem) auto;
	padding: clamp(1rem, 1.8vw, 9rem);
	border-radius: 25px;
}

#resultMain {
	display: none;
	flex-direction: row;
	width: 70%;
	flex-wrap: nowrap;
	margin-top: 30px;
	justify-content: space-around;
}

.result {
	display: flex;
	flex-direction: column;
	width: clamp(130px, 17vw, 260px);
}

.bigGreen {
	margin: .8vw;
	font-size: clamp(1.3rem, 2.2vw, 40px);
	color: rgb(0, 176, 80);
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

.subBigGreen {
	font-size: clamp(1rem, 1.4vw, 2.1rem);
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	color: black;
}

.bottomRight {
	background: none;
	color: white;
	margin-top: 15px;
}

#warningMessage {
	opacity: 0;
	margin-top: 10px;
}

.result .topLeft {
	padding: 15px;
	background: white;
	border-radius: 25px;
	box-shadow: 
		0px 0px 10px rgba(0, 0, 0, 0.5),
		0px 10px 15px rgba(0, 0, 0, 0.6);
}

.calcInput input {
	font-size: clamp(.7rem, 1.1vw, 1.5rem);
	padding: 10px;
	margin-top: 10px;
	border: none;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .7);
}

#numberOfAdjusters {
	font-size: clamp(.6rem, 1vw, 1rem);
	color: white;
	margin-top: 10px;
}

.calcInput button {
	background-color: #FF784F;
	color: black;
	padding: clamp(0.3rem, 0.6vw, 1rem) clamp(0.6rem, 1vw, 1.5rem);
	font-size: clamp(0.8rem, 1.1vw, 1.5rem);
	cursor: pointer;
	border-radius: 20px;
	border: 4px solid rgb(8, 40, 54);
	margin-top: 20px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 5px 10px rgba(0, 0, 0, 0.7);
	transition: all 0.3s ease;
}

.bottomRight {
	font-size: clamp(.6rem, .9vw, 1.2em);
}

.calcInput button:hover {
	background-color: #FF784F;
	transform: scale(1.03);
}

.calcInput button:active {
	transform: scale(1.03) translateY(2px);
}

.form-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
	color: #0d274a;
}

.form-container {
    background-color: #fff;
    padding: 30px;
    width: 400px;
    border-radius: 10px;
    position: relative;
    text-align: left;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	color: #0d274a;
}

.form-container h1 {
    text-align: center;
    margin-bottom: 20px;
}

.form-container label {
    display: block;
    margin-bottom: 5px;
}

.form-container input,
.form-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
	color: #0d274a;
}

.form-container button {
    padding: 10px 20px;
    margin: 10px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form-container button[type="submit"] {
    background-color: #28a745;
    color: white;
}

.form-container button[type="button"] {
    background-color: #dc3545;
    color: white;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}


@media (max-width: 768px) {
	html {
		font-size: 16px;
	}
	
	.content {
		padding: 10px;
	}

	.content h2 {
		margin-top: 75px;
		width: 350px;
	}

	.stats {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.carousel-container {
		height: auto;
	}
	
	.content-display {
		width: 80vw;
		height: auto;
	}
	
	.flex-container, #arrowLeft, #arrowRight {
		display: none;
	}
	
	#whatText {
		width: 80vw;
	}
	
	#whatisAC {
		flex-direction: column;
		padding: 10px;
		width: 100%;
		gap: 0px;
	}
	
	#videoWrapper {
		margin: auto; 
	}
	
	#resultMain {
		width: 95vw;
		justify-content: space-around;
	}
/*

#whatisAC {
	width: 95%;
	background: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: black;
	padding: clamp(1rem, 1.7vw, 2.5rem);
	gap: 2.5vw;
	margin: auto;
}

#whatText {
	font-size: clamp(.6rem, 1vw, 1.5rem);
	width: clamp(1rem, 42vw, 700px);
	text-align: left;
}

#whatText h2 {
	text-align: center;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, .6);
}

#whatText p {
	font-size: clamp(.9rem, 1vw, 1.2rem);
	margin-bottom: 20px;
}

#whatText li {
	font-size: clamp(.9rem, 1vw, 1.2rem);
}



video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background-color: black;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 350px;
    height: clamp(21.5rem, 27vw, 500px);
    margin: 0;
	opacity: 0;
	display: none;
	overflow: visible;
	transition: transform 1s ease-out, opacity 1s ease-out;
}

.video-container.active {
	margin: 0 auto;
	display: block;
	opacity: 1;
}

.video-container.slide-down {
	display: block;
	transform: translateY(570px);
	opacity: 0;
}

.video-container.slide-in {
	display: block;
	transform: translateX(0);
	opacity: 1;
}

.video-container:not(.active) {
	display: block;
	opacity: 0;
	transform: translateX(720px);
}




}*/

@media (max-width: 500px) {
    #pricing {
        flex-direction: row;
        align-items: center;
		flex-wrap: wrap;
        justify-content: center;
		width: 100%;
    }
	
	.pricing-tiers {
		flex-direction: column;
		width: 48vw; 
		align-items: center;
	}
	
	#noCon, #yesCon {
		display: none;
	}

    .tier {
        width: 90%;
		min-width: 120px;
		height: 200px;
        margin: 5px 0; 
    }
	
	.waived {
		margin: 0 auto;
	}
}

@media (max-width: 394px) {
	.calcInput {
		margin: 10px;
		width: 90%;
	}

}

@media (max-width: 368px) {

    .tier p {
		white-space: normal;
	}
	
	.waived  {
		text-align: center;
	}
	
	.waived gc {
		text-align: center;
	}
	
	.tier {
		line-height: 1.3;
	}
}

@media (max-width: 334px) {
	.tier {
		line-height: 1.1;
		padding: 20px 5px;
	}
}

/*
@media (max-width: 386px) {
    #pricing {
        flex-direction: row;
        align-items: center;
		flex-wrap: wrap;
        justify-content: center;
		width: 100%;
    }
	
	.pricing-tiers {
		width: 47vw; 
		align-items: center;
	}
	
	#noCon, #yesCon {
		display: none;
	}

    .tier {
        width: 90%;
		min-width: 120px;
		height: 200px;
        margin: 5px; 
		font-size: clamp(0.7rem, 1vw, 1.5rem);
		line-height: 1.3;
		text-align: center;
		padding: clamp(0.7rem, 1vw, 1.5rem);
    }
	
    .tier p {
		white-space: normal;
	}
	
	.waived * {
		white-space: normal;
		text-align: center;
	}
	
	.waived gc {
		text-align: center;
	}
	
	.waived {
		margin: 0 auto;
		text-align: center;
	}
}*/