main {
	position: relative;
	background-image: url(alv-bg-2hex_animated.svg);
	background-image: url(alv-page-bg-ani.svg);
	background-size: contain;
	background-repeat: repeat-y;
}

main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.25;
	z-index: 0;
}

main section:not(#contact-form) h2 {
	font-size: 2rem;
	color: #000;
}

main section:not(#contact-form) h3 {
	font-size: 1.9rem;
	font-weight: 600;
	text-transform: capitalize;
	color: #000;
}

main section:not(#contact-form) p {
	font-size: 1.8rem;
	line-height: 1.81;
	font-weight: 400;
	color: #000;
}

.bg-orange {
	background: #FFBC56;
}

#alv-header .bg {
	display: flex;
	align-items: flex-end;
	padding: 5% 0;
	position: relative;
	height: 46.2rem;
	width: 100%;
	overflow: hidden;
}

#alv-header .bg::after {
	content: url(alv-bg-1hex.svg);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#alv-header .bg .container {
	position: relative;
	z-index: 2;
}

#alv-header .bg > img,
#alv-header .bg .simpleParallax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

#alv-header .bg .simpleParallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#alv-header .logo {
	width: 80%;
	max-width: 23.1rem;
}

#alv-header .bg-orange,
#alv-mobiles .bg-light {
	position: relative;
}

#alv-header .bg-orange > *,
#alv-mobiles .bg-light > * {
	position: relative;
	z-index: 1;
}

#alv-header .bg-orange::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	background: #FFBC56;
	z-index: 0;
}

@media (max-width: 1024px) {
	#alv-header .bg-orange::before {
		width: 200vw;
	}
}

#alv-header .content {
	padding: 3rem 0;
}

#alv-header .media {
	display: flex;
}

#alv-header .media img,
#alv-header .media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#alv-header .media-holder {
	padding: 0;
}

@media (min-width: 1024px) {
	#alv-header .content {
		padding-right: 8%;
	}

	#alv-header .bg-orange .row {
		margin-top: -3rem;
	}

	#alv-header .media-holder {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

#triplet {
	counter-reset: triplet;
}

#triplet .row > div {
	counter-increment: triplet;
}

#triplet h3::before {
	content: counter(triplet, decimal-leading-zero);
	font-size: 2.1rem;
	margin-bottom: 3rem;
	width: 6rem;
	height: 6.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DEAC36;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

#alv-mobiles .pad {
	padding: 5vw 15px !important;
}

#alv-mobiles .bg-light::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	transform: translateX(-50%);
	background: #f6f6f6;
	z-index: 0;
}

@media (max-width: 1024px) {
	#alv-mobiles .mobiles {
		display: flex;
	}

	#alv-mobiles .mobiles img {
		width: 50%;
	}

	#alv-mobiles .bg-light::before {
		width: 200vw;
	}
}

@media (min-width: 1024px) {
	#alv-mobiles .content {
		padding-left: 8%;
	}

	#alv-mobiles .mobiles {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% + 8vw);
		width: 45%;
		padding: 0;
		text-align: right;
	}

	#alv-mobiles .mobiles img {
		position: relative;
	}

	#alv-mobiles .mobiles img:first-child {
		height: 100%;
		transform: translateX(10%);
		z-index: 0;
	}

	#alv-mobiles .mobiles img:last-child {
		height: calc(100% - 4rem);
		z-index: 1;
	}
}

#alv-boxed .row > div {
	position: relative;
}

#alv-boxed .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

#alv-boxed .image .simpleParallax,
#alv-boxed .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#alv-boxed .image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	z-index: 1;
}

#alv-boxed .content-holder {
	position: relative;
	z-index: 1;
}

#alv-boxed .media {
	padding: 0;
}

#alv-boxed .media img,
#alv-boxed .media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 1024px) {
	#alv-boxed .content-holder {
		padding: 4rem;
	}
	#alv-boxed .content {
		padding-left: 8%;
	}
}

#alv-unboxed .hex {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	aspect-ratio: 1 / 1;
}

#alv-unboxed img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#alv-unboxed a {
	display: flex;
	align-items: center;
}

#alv-unboxed a span {
	position: relative;
	color: #000;
	margin-right: 4rem;
}

#alv-unboxed a span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #DCAB35;
	left: 0;
	bottom: -0.4em;
}

#alv-unboxed a .hex {
	width: 6.4rem;
	height: 7.4rem;
	background: #DBAA42;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s all;
}

#alv-unboxed a svg {
	width: 1.5rem;
	height: 1.5rem;
	fill: #fff;
	transition: 0.4s all;
}

#alv-unboxed a:hover .hex {
	transform: rotate(90deg);
}

#alv-unboxed a:hover .hex svg {
	transform: rotate(-90deg);
}

@media (min-width: 1024px) {
	#alv-unboxed .content,
	#alv-unboxed .button {
		padding-left: 8%;
	}
}

#images-carousel .images-carousel-swiper .swiper-container img {
	box-shadow: 0 2px 20px rgb(0 0 0 / 7%), 0 2px 20px rgb(0 0 0 / 7%);
}

#alv-quote {
	background-color: #FFBC56;
	background-image: url(alv-bg-2hex.svg);
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
}

#alv-quote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFBC56;
	opacity: 0.35;
	z-index: 0;
}

#alv-quote .container {
	position: relative;
	z-index: 1;
}

#alv-quote .quote p {
	font-size: 2.7rem;
	line-height: 1.6;
}

#alv-quote .by p {
	color: #fff;
}

#post-navigation p{
    color:#fff !important
}