html,
body,
.body {
	max-width: 100%;
	overflow-x: hidden;
}

.custom-font-size-1 {
	font-size: 50px;
}

@media (min-width: 992px) {
	.custom-font-size-1 {
		font-size: 70px;
	}
}

.btn-outline {
	border-width: 1px;
}

@media (min-width: 992px) {
	#header .header-nav-main nav>ul>li>a {
		font-size: 14px;
	}
}

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

.custom-carousel-1 {
	position: relative;
	max-width: 320px;
	width: 100%;
	aspect-ratio: 9 / 19;
	margin: 0 auto;
	padding: 0 !important;
	border: 14px solid #1c1c1e;
	border-radius: 40px;
	background: #1c1c1e;
	box-shadow: inset 0 0 0 2px #444, 0 25px 50px -12px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 992px) {
	.custom-carousel-1 {
		margin-top: 60px !important;
	}
}

.custom-carousel-1::after {
	content: '';
	position: absolute;
	right: -18px;
	top: 130px;
	width: 4px;
	height: 60px;
	background: #1c1c1e;
	border-radius: 0 4px 4px 0;
	box-shadow: inset 1px 0 1px rgba(255,255,255,0.3);
	z-index: -1;
}

.custom-carousel-1::before {
	content: '';
	position: absolute;
	left: -18px;
	top: 120px;
	width: 4px;
	height: 50px;
	background: #1c1c1e;
	border-radius: 4px 0 0 4px;
	box-shadow: inset -1px 0 1px rgba(255,255,255,0.3),
				0 -60px 0 0 #1c1c1e,
				0 70px 0 0 #1c1c1e;
	z-index: -1;
}

.phone-notch {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	height: 28px;
	background: #1c1c1e;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	z-index: 10;
}

.phone-notch::before {
	/* Camera Lens */
	content: '';
	position: absolute;
	top: 9px;
	right: 25px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: radial-gradient(circle at 3px 3px, #ffffff 1%, rgba(255,255,255,0) 25%, rgba(20, 50, 100, 0.8) 50%, #000000 100%);
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3);
}

.phone-notch::after {
	/* Speaker Grill */
	content: '';
	position: absolute;
	top: 11px;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	height: 5px;
	background: #050505;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.2), 0 1px 0 rgba(255,255,255,0.05);
}

.phone-screen {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 26px; 
	overflow: hidden;
	background: #000;
	z-index: 5;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: radial-gradient(white, black);
	transform: translateZ(0);
}

.phone-screen video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.015);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

.custom-carousel-1 .owl-carousel {
	padding: 72px 0 0 3px;
}

.custom-carousel-1 .owl-carousel .owl-nav button.owl-next:before {
	font-size: 32px !important;
}

.custom-carousel-1 .owl-carousel .owl-nav button.owl-prev {
	left: -12px;
}

.custom-carousel-1 .owl-carousel .owl-nav button.owl-prev:before {
	font-size: 32px !important;
}

.custom-call-to-action {
	margin-left: 50px;
	margin-right: 50px;
	border-radius: 70px;
}

.custom-feature-box-1 .feature-box-icon {
	width: 50px;
	height: 48px;
}

.custom-feature-box-1 .feature-box-icon:after {
	display: none !important;
}

@media (min-width: 992px) {
	.custom-img-1 {
		position: absolute;
		top: -35%;
		right: -25px;
	}
}

.custom-svg-1 {
	position: absolute;
	right: -200%;
	top: -60%;
}

@media (min-width: 992px) {
	.custom-svg-1 {
		right: -78%;
	}
}

@media (min-width: 1200px) {
	.custom-svg-1 {
		right: -45%;
	}
}

@media (min-width: 1440px) {
	.custom-svg-1 {
		right: -35%;
	}
}

@media (min-width: 1680px) {
	.custom-svg-1 {
		right: -21%;
	}
}

.custom-svg-2 {
	position: absolute;
	left: -120%;
	top: -207%;
	display: none;
}

@media (min-width: 992px) {
	.custom-svg-2 {
		display: block;
	}
}

@media (min-width: 1200px) {
	.custom-svg-2 {
		left: -100%;
	}
}

@media (min-width: 1440px) {
	.custom-svg-2 {
		left: -75%;
	}
}

@media (min-width: 1680px) {
	.custom-svg-2 {
		left: -55%;
	}
}

.custom-svg-3 {
	position: absolute;
	right: -120%;
	top: 12%;
	display: none;
}

@media (min-width: 992px) {
	.custom-svg-3 {
		display: block;
	}
}

@media (min-width: 1200px) {
	.custom-svg-3 {
		right: -100%;
	}
}

@media (min-width: 1440px) {
	.custom-svg-3 {
		right: -75%;
	}
}

@media (min-width: 1680px) {
	.custom-svg-3 {
		right: -55%;
	}
}

.custom-svg-4 {
	position: absolute;
	left: -120%;
	top: 0%;
	display: none;
}

@media (min-width: 992px) {
	.custom-svg-4 {
		display: block;
	}
}

@media (min-width: 1200px) {
	.custom-svg-4 {
		left: -100%;
	}
}

@media (min-width: 1440px) {
	.custom-svg-4 {
		left: -75%;
	}
}

@media (min-width: 1680px) {
	.custom-svg-4 {
		left: -55%;
	}
}

.custom-el {
	position: absolute;
	display: none;
}

@media (min-width: 992px) {
	.custom-el {
		display: block;
	}
}

.custom-el-circle {
	border: 2px solid var(--grey-500);
	border-radius: 50%;
}

.custom-el-rounded-rectangle {
	border: 2px solid var(--grey-500);
	border-radius: var(--border-radius);
}

.custom-el-blur-1 {
	filter: blur(1px);
}

.custom-el-blur-2 {
	filter: blur(2px);
}

.custom-rotate-45 {
	transform: rotate(45deg);
}

@media (min-width: 992px) {
	.custom-steps-icons {
		display: flex;
	}
}

.custom-steps-icons .custom-steps-icon {
	text-align: center;
}

.custom-steps-icons .custom-steps-icon .animated-icon {
	border: 1px solid #d9d9d9;
	padding: 14px;
	border-radius: 50%;
	max-width: 105px;
	margin: 0 auto;
}

.custom-steps-icons .custom-steps-icon h4 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.custom-steps-icons .custom-steps-icon h4 {
		margin-top: 10px;
		margin-bottom: 0;
	}
}

.custom-steps-icons .custom-steps-connect {
	position: relative;
	min-width: 115px;
}

.custom-steps-icons .custom-steps-connect-dots {
	position: absolute;
	top: 15%;
	left: 5px;
	visibility: hidden;
}

@media (min-width: 992px) {
	.custom-steps-icons .custom-steps-connect-dots {
		visibility: visible;
	}
}

.custom-steps-icons .custom-steps-connect-point {
	position: absolute;
	top: 15%;
	left: 98px;
	margin-top: 15px;
	visibility: hidden;
}

@media (min-width: 992px) {
	.custom-steps-icons .custom-steps-connect-point {
		visibility: visible;
	}
}