/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com/
Description: Child theme for Hello Elementor
Template: hello-elementor
Version: 1.0
*/



.homeslider_wrapper {
	background-color: #fafafa;
	padding: 72px 76px;
	border-radius: 24px;
	display: inline-block;
	width: 100%;
}

.homeslider {
	display: flex;
	gap: 80px;
	width: 100%;
	align-items: center;
}

.homeslide_left {
	width: 100%;
}

.slidetitle {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 16px;
}

.slidetitle span {
	color: #09051a;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.182em;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.slidetitle span.active {
	opacity: 1;
	position: relative;
}

.slidecontent {
	position: relative;
	width: 100%;
	display: inline-block;
}

.buttons-row {
	align-items: flex-start;
	display: flex;
}

.homeslide_right {
	width: 100%;
	position: relative;
}

.sliderbtns.mobile {
	display: none;
}


.elementor .homeslide_right img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	height: 100%;
}

.elementor .homeslide_right img.active {
	opacity: 1;
	position: relative;
}

.sliderbuttons {
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.slideleft {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dfe5e7;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(232, 232, 232, 0.5);
	cursor: pointer;
}

.slideright {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dfe5e7;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(232, 232, 232, 0.5);
	cursor: pointer;
}

.slideleft:hover {
	border-color: #1c5cff;
	background-color: #1c5cff;
	color: #ffffff;
	transform: translate3d(0, -3px, 0.01px);
}

.slideright:hover {
	border-color: #1c5cff;
	background-color: #1c5cff;
	color: #ffffff;
	transform: translate3d(0, -3px, 0.01px);
}
.slidecontent .para {
	font-size: 18px;
	font-weight: 700;
}
.card.card-clients-full-width-card {
	font-weight: 600;
	font-family: onest;
	font-size: 18px;
}

#bottom-row {
	margin-top: 30px;
}

@media (max-width: 1024px){
	.slidetitle span {
		font-size: 34px;
	}
	
	.ai .attachment-large.size-large.wp-image-4776 {
		max-width: 90%;
	}
}

@media (max-width: 980px){
	.homeslider_wrapper {
		padding: 30px 30px;
	}	
	.homeslider {
		flex-direction: column;
		gap: 30px;
	}
	.sliderbtns.desktop {
		display: none;
	}	
	.sliderbtns.mobile {
		display: block;
	}
	.logo-strip-full-width.v2 {
		animation: scroll-left 30s linear infinite;
	}
}

@media (max-width: 480px){
	.tnp-subscription form {
	gap: 12px;
}
	.elementor form {
	flex-direction: column;
	border: none;
	background: transparent;
	padding: 0;
}
.elementor .tnp-subscription input[type="email"] {
	border: 1px solid #444;
	border-radius: 40px;
	padding: 18px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
	#newsletter form {
	border: none;
	background: transparent;
}
	#newsletter #tnp-1 {
	background: #fff;
}
}