.custom-perspective {
		perspective: 1000px;
}

.custom-available-bullet {
		padding-left: 18px;
		position: relative;
}

.custom-hero-img-1 {
		max-width: 100px;
		max-height: 100px;
		margin: 15px;
}

.custom-available-bullet:before {
		animation: blinker 1s linear infinite;
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		top: 3px;
		left: 0;
		display: block;
		border-radius: 100%;
		background-color: #DBF679;
}

@keyframes blinker {
		50% {
				opacity: 0.4;
		}
}
/* @media (max-width: 1200px) {
.is-inview{
	transform:none!important;
}
} */
.custom-hero-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-border-bottom-1 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-hero-text-1 {
		padding: 0 0 0 15px;
		display: block;
		max-width: 430px;
		font-size: 20.8px;
		font-size: 1.3rem;
		line-height: 1.7;
		margin: 0;
}



.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1.5px;
		-webkit-text-stroke-color: var(--light);
		white-space: nowrap;
}

.custom-stroke-text-effect-2 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: var(--light);
		white-space: nowrap;
}



.custom-footer-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-footer-font-1 em {
		padding: 0 40px;
		border-radius: 20px;
		font-style: normal;
		zoom: 0.52;
		position: relative;
		top: -40px;
}

.custom-footer-img-1 {
		max-width: 100px;
		max-height: 100px;
		margin: 15px;
}


.mobile {
	display: none;
}

@media (max-width: 800px) {

		.custom-hero-font-1 {
			font-size: 40px;
			line-height: 46px;
		}

		.custom-border-bottom-1, .custom-border-bottom-2, .custom-border-bottom-3 {
			padding:0!important;
			position: absolute;
			left: 0;
			right: 0;
			
		}
		.custom-hero-img-1 {
			margin-top: 58px;
			max-width: 70px;
		}

		.custom-border-bottom-1 {
			top: 85px;
       		left: -50px;
       		text-align: left;
		}

		.custom-border-bottom-2 {
			top: -60px;
			left:66px;
		}

		.custom-border-bottom-3 {
			top: 38px;
			text-align: left;
			left: 0;
		}

		.custom-hero-text-1 {
			max-width: 85%;
			position: absolute;
			top: 200px;
			left:0;
		}
		.mobile {
			display: inline;
			height: 0;
		}

		
}

@media (max-width: 500px) {

		.custom-stroke-text-effect-1 {
			margin-left: 100px;
		}
	}