main.service-wrapper > section {
	position: relative;
	z-index: 0;
}
.container {
	width: 1400px;
	margin: 0 auto;
	padding: 0;
}

.text--gradient2 {
    background-image: linear-gradient(92.16deg, #0019ff 0%, #2e92ff 56.7%, #62e8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.homenest__app-services__app-container {
	padding: 23px 0 100px;
	background: url('/wp-content/uploads/2025/07/aph_bg.webp') top center /contain no-repeat;
}


.homenest__app-services__app-container > .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}


.homenest__app-services__app-container .version-label {
	text-align: center;
}
.homenest__app-services__app-container .version-label > p {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}


.homenest__app-services__app-container .hero-title {
	font-size: 50px;
	width: 650px;
	text-align: center;
	font-weight: 700;
	margin-top: 10px;
}
.homenest__app-services__app-container .hero-title > span {
	background-color: #3ed0ff30;
	padding: 6px 12px;
}


.homenest__app-services__app-container .download-button {
	display: flex;
	width: 380px;
	justify-content: space-between;
	margin-top: 50px;
}
.homenest__app-services__app-container .download-button img {
	height: 55px;
}


.homenest__app-services__app-container .app-preview {
	width: 1200px;
	position: relative;
	display: flex;
	justify-content: center;
}
.homenest__app-services__app-container .app-preview .mobile-ui-showcase {
	width: 400px;
}
.app-preview .mobile-ui-showcase .swiperMobile {
	position: static;
}
.homenest__app-services__app-container .app-preview .mobile-ui-showcase .swiperMobile div[role="button"] {
	background-color: #ffffff;
	--size-btn: 60px;
	width: var(--size-btn);
	height: var(--size-btn);
	border-radius: 50%;
	box-shadow: 1px 1px 10px #eee;
	color: #333;
	transform: translateY(-50%);
}
.homenest__app-services__app-container .app-preview .mobile-ui-showcase .swiperMobile div[role="button"] svg {
    width: 24px;
}
.homenest__app-services__app-container .app-preview .mobile-ui-showcase .swiperMobile div[role="button"]::after {
	content: unset;
}
.homenest__app-services__app-container .app-preview .banner-body {
	position: absolute;
	font-weight: 900;
	font-size: 220px;
	top: 50%;
	transform: translate(calc(var(--x)), -50%);
	transition: transform var(--transition-duration, .5s) ease;
	--transition-duration: 0s; /* No transition on first render */
}

.homenest__app-services__app-container .app-preview .banner-body.active {
	--transition-duration: .5s; /* Enable transition after initial render */
}
.homenest__app-services__app-container .app-preview .swiper-slide {
	text-align: center;
}


.homenest__app-services__app-container .brands {
	width: 100%;
	margin-top: 50px;
}
.homenest__app-services__app-container .brands .swiper-wrapper {
	align-items: center;
}


.homenest__app-services__app-container .app-score-box {
	background: url('/wp-content/uploads/2025/07/al_text_bg.webp') center / contain no-repeat;
	filter: drop-shadow(1px 1px 2px #ccc);
	width: 210px;
	height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 160px;
	top: 210px;
	transform: rotate(-20deg);
}
.homenest__app-services__app-container .app-score-box .number {
	font-size: 200%;
	font-weight: 500;
	line-height: 100%;
}
.homenest__app-services__app-container .app-score-box .text {
	font-size: 16px;
	font-weight: 500;
}




.homenest__app-service__about {
	padding: 100px 0;
	background-color: #000;
	color: #fff;
	position: relative;
}

.homenest__app-service__about .about-header {
	text-align: center;
}

.homenest__app-service__about .about-header .label {
	text-transform: uppercase;
	font-weight: 500;
}

.homenest__app-service__about .about-header .title {
	font-size: 36px;
	margin-top: 12px;
}

.homenest__app-service__about .about-content {
	width: 100%;
	display: flex;
	margin-top: 50px;
}

.homenest__app-service__about .about-content > div {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 50%;
	position: relative;
}

.homenest__app-service__about .about-card--developer {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.homenest__app-service__about .about-card--developer .tag {
	font-weight: 600;
}

.homenest__app-service__about .about-card--developer .title {
	text-transform: uppercase;
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	margin-top: 16px;
}

.homenest__app-service__about .about-card--developer .desc {
	color: #ccc;
	margin-top: 32px;
}

.homenest__app-service__about .about-card--release {
	padding-left: 72px;
	border-left: 2px solid #181818;
}

.homenest__app-service__about .rating {
	width: 130px;
	position: absolute;
	top: 27px;
	right: 50px;
	transform: rotate(-24deg);
}

.homenest__app-service__about .rating > img {
	width: 100%;
	opacity: 5%;
}

.homenest__app-service__about .rating > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 24px;
}


.homenest__app-service__about ul.version-list {
	list-style: none;
	font-weight: 700;
	text-transform: uppercase;
}

.homenest__app-service__about ul.version-list li {
	line-height: 200%;
}

.homenest__app-service__about ul.feature-list {
	list-style: none;
	margin-top: 40px;
}

.homenest__app-service__about ul.feature-list li {
    line-height: 280%;
    display: flex;
	gap: 16px;
}

.homenest__app-service__about img.about-mockup {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}



.homemest__app-services__features {
	padding: 100px 40px;
}
.homemest__app-services__features .container {
	display: flex;
	align-items: center;
}
.homemest__app-services__features .container > div {
	width: 50%;
}

.homemest__app-services__features .features-intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	row-gap: 32px;
}

.homemest__app-services__features .feature-subtitle {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}

.homemest__app-services__features .feature-title {
	font-weight: 700;
	font-size: 40px;
}

.homemest__app-services__features h2.feature-title > span {
	background-color: #3ed0ff30;
	padding: 6px 12px;
}

.homemest__app-services__features a.feature-button {
	padding: 16px 40px;
	display: inline-block;
	background: var(--gradient);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}

.homemest__app-services__features .features-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}
.homemest__app-services__features .features-list > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.homemest__app-services__features .feature-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 24px;
	padding: 0px 32px;
}
.homemest__app-services__features .feature-item:hover img {
	animation: featuresBonuce 0.8s ease-out;
}

.homemest__app-services__features .feature-item:nth-of-type(odd) {
	border-right: 1px dashed #ccc;
}

.homemest__app-services__features .feature-item:nth-of-type(-n+2) {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 36px;
}

.homemest__app-services__features .feature-item:nth-of-type(n+3) {
	padding-top: 36px;
}
@keyframes featuresBonuce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}



.homenest__app-services__updates {
	padding: 50px 0;
	overflow: hidden;
}

.homenest__app-services__updates .container {
	min-width: 100%;
	display: flex;
	gap: 60px;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

.homenest__app-services__updates .container > h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 80px;
	white-space: nowrap;
}

.homenest__app-services__updates .update-center {
	--size: 310px;
	min-width: var(--size);
	height: var(--size);
	position: relative;
	z-index: 0;
}

.homenest__app-services__updates .update-center::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px dashed #ccc;
	border-radius: 50%;
	animation: circular 10s linear infinite;
}

@keyframes circular {
	form {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.homenest__app-services__updates .upadte-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 16px;
}

.homenest__app-services__updates .upadte-content .title {
	font-size: 60px;
	font-weight: 700;
	line-height: 100%;
}
.homenest__app-services__updates .upadte-content .desc {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}

.homenest__app-services__updates .count-years {
	--rotate: 30deg;
	position: absolute;
	inset: 0;
	transform: rotate(var(--rotate));
}

.homenest__app-services__updates .count-years .counter {
	--size: 60px;
	width: var(--size);
	height: var(--size);
	align-content: center;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 4px 2px #eee;
	transform: translate(-50%, -50%) rotate(calc(var(--rotate) * -1));
	position: absolute;
	left: 50%;
	font-size: 28px;
	font-weight: 600;
}



.homenest__app-services__benifits {
	padding: 100px 0;
	background: url('/wp-content/uploads/2025/05/al-app-bg-scaled-1.webp') bottom center / contain no-repeat;
}

.homenest__app-services__benifits .container {
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 64px;
}

.homenest__app-services__benifits p.benifits-header-badge {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.homenest__app-services__benifits h2.benifits-title {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	margin-top: 16px;
}

.homenest__app-services__benifits h2.benifits-title > span {
	background-color: #3ed0ff30;
	padding: 6px 12px;
}

.homenest__app-services__benifits .benifits-phone-frame {
	position: relative;
	z-index: 0;
}
.swiperNdBenifits :where(.swiper-button-next, .swiper-button-prev) {
	background-color: #ffffff;
	--size-btn: 60px;
	width: var(--size-btn);
	height: var(--size-btn);
	border-radius: 50%;
	box-shadow: 1px 1px 10px #eee;
	color: #333;
	transform: translateY(-50%);
}
.swiperNdBenifits :where(.swiper-button-next, .swiper-button-prev) svg {
    width: 20px;
}
.swiperNdBenifits :where(.swiper-button-next, .swiper-button-prev)::after {
	content: unset;
}

.homenest__app-services__benifits .benifits-phone-contain {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
	top: 0;
	padding: 0 150px 0 190px;
	height: 100%;
}

.homenest__app-services__benifits .benifits-steps {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
}

.homenest__app-services__benifits .benifits-steps > img {
	position: absolute;
	bottom: 60px;
}
.homenest__app-services__benifits .benifits-steps ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.homenest__app-services__benifits .benifits-steps ul li {
	font-size: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
}


.homenest__app-services__benifits .benifits-image {
	position: absolute;
	z-index: -1;
	bottom: 30px;
	left: 380px;
}
.homenest__app-services__benifits .benifits-download {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 36px;
}

.homenest__app-services__benifits h3.benifits-download-title.text--gradient {
	font-size: 32px;
	font-weight: 600;
}

.homenest__app-services__benifits a.benifits-download-btn {
	border-radius: 5px;
	padding: 16px 36px;
	display: inline-block;
	background: var(--gradient);
	color: #fff;
	font-weight: 500;
}

.homenest__app-services__benifits .benifits-platforms {
	display: flex;
	gap: 32px;
}
.homenest__app-services__benifits .platform a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	gap: 6px;
}
.homenest__app-services__benifits .platform a span.icon {
    background: #fff;
    color: #000;
    width: 46px;
    height: 46px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #ccc;
}
.homenest__app-services__benifits .benifits-steps span.dot {
	--size: 16px;
	width: var(--size);
	height: var(--size);
	display: inline-block;
	position: relative;
	background-image: linear-gradient(to right, #020C6A 0%, #1A85F8 56.7%, #66E5FB 100%);
	padding: 2px;
	-webkit-mask: linear-gradient(#fff 0 0)content-box,linear-gradient(#fff 0 0);
	mask-composite: exclude;
	border-radius: 50%;
}

.homenest__app-services__benifits .benifits-steps li:hover  span.dot {
	-webkit-mask: var(--gradient) content-box, var(--gradient);
}




.homenest__app-services__stats {
	position: relative;
	background-color: #000;
	color: #fff;
	z-index: 0;
}
.stats-grid {
	display: flex;
	justify-content: space-between;
	padding: 90px 0 70px;
	width: 1300px;
}
.homenest__app-services__stats > img {
	position: absolute;
	z-index: -1;
}

.homenest__app-services__stats .hand {
	bottom: 0;
	left: 0;
}

.homenest__app-services__stats .flag {
	bottom: 0;
	right: 0;
}

.homenest__app-services__stats .stat-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.homenest__app-services__stats .stat-icon {
	height: 65px;
	padding-left: 16px;
}

.homenest__app-services__stats .stat-value {
	font-size: 40px;
	font-weight: 600;
}

.homenest__app-services__stats .stat-label {
	font-size: 18px;
	opacity: 70%;
}



.homenest__app-services__nd-benifits .container {
	width: 100%;
	padding: 100px 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 64px;
}


.homenest__app-services__nd-benifits .nd-benifits-header {
	text-align: center;
}

.homenest__app-services__nd-benifits p.nd-benifits-header-badge {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.homenest__app-services__nd-benifits h2.nd-benifits-title {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	margin-top: 16px;
}

.homenest__app-services__nd-benifits h2.nd-benifits-title > span {
	background-color: #3ed0ff30;
	padding: 6px 12px;
}

.homenest__app-services__nd-benifits .nd-benifits-swiper {
	width: 100%;
}

.homenest__app-services__nd-benifits .nd-benifits-item {
	background-color: #f0f2f4;
	padding: 40px;
	border-radius: 12px;
	position: relative;
	height: 550px;
}

.homenest__app-services__nd-benifits .nd-benifits-item h3 {
	font-size: 24px;
	line-height: 140%;
}

.homenest__app-services__nd-benifits .nd-benifits-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}

.homenest__app-services__nd-benifits .nd-benifits-item p {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}

.homenest__app-services__nd-benifits .nd-benifits-item > img:last-of-type {
	width: 100%;
	height: 300px;
	object-fit: contain;
}

.homenest__app-services__nd-benifits .nd-benifits-item._2 .flag {
	position: absolute;
	top: -6px;
	left: -21px;
	width: 105px;
}




.homenest__app-services__pricing {
	padding-bottom: 100px;
}
.homenest__app-services__pricing .pricing-wrapper {
	display: flex;
}

.homenest__app-services__pricing .pricing-intro {
	width: 45%;
}
.homenest__app-services__pricing p.pricing-subtitle {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.homenest__app-services__pricing h2.pricing-title {
	font-size: 36px;
	font-weight: 700;
	margin-top: 20px;
}
.homenest__app-services__pricing h2.pricing-title > span {
	background-color: #3ed0ff30;
	padding: 6px 12px;
}

.homenest__app-services__pricing .pricing-card__container {
	width: 55%;
	position: relative;
}
.homenest__app-services__pricing .pricing-sale {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	font-size: 95px;
	font-weight: 900;
	text-transform: uppercase;
	transform: translateX(var(--x));
	transition: transform .5s ease;
}
.homenest__app-services__pricing .pricing-cards {
	width: 100%;
	display: flex;
	border-color: #f0f2f4;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	position: relative;
}
.homenest__app-services__pricing .pricing-card {
	width: 50%;
	position: relative;
	padding: 36px 28px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: #fff;
}
.homenest__app-services__pricing .pricing-card:first-of-type {
	border-right: 1px solid #ccc;
}
.homenest__app-services__pricing .badge {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
	background: var(--gradient);
	font-size: 14px;
	padding: 4px 16px;
	color: #fff;
	border-radius: 100px;
}
.homenest__app-services__pricing .card-icon {
	text-align: center;
}
.homenest__app-services__pricing .card-icon img {
	width: 60px;
}
.homenest__app-services__pricing h3.card-title {
	text-transform: uppercase;
}
.homenest__app-services__pricing h3.card-title, .card-price {
	text-align: center;
}
.homenest__app-services__pricing .card-price {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.homenest__app-services__pricing span.price-amount {
	font-weight: 700;
	font-size: 40px;
}
.homenest__app-services__pricing span.price-period {
	display: block;
}
.homenest__app-services__pricing ul.card-features {
	list-style: none;
	margin-top: 20px;
	margin-bottom: 24px;
}
.homenest__app-services__pricing ul.card-features li {
	display: flex;
	align-items: center;
}
.homenest__app-services__pricing ul.card-features li:not(:last-of-type) {
	margin-bottom: 20px;
}

.homenest__app-services__pricing a.btn-trial {
	display: flex;
	justify-content: center;
	background: var(--gradient);
	line-height: 54px;
	color: #fff;
	font-size: 17px;
	margin-top: auto;
}




@keyframes marqueeIntigration {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(var(--width) * -1));
	}
}
.homenest__app-services__intigration {
	background: url('/wp-content/uploads/2025/05/intigration_bg-min.webp') top center / cover no-repeat;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.intigration-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
h2.intigration-title {
	font-size: 36px;
	font-weight: 700;
}
h2.intigration-title > span {
	background-color: #3ed0ff30;
	padding: 6px 12px;
}
p.intigration-header-badge {
	display: flex;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.homenest__app-services__intigration .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}
.intigration-btn-see-video button {
	border: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 12px;
}
.intigration-btn-see-video i {
	font-size: 56px;
}
.intigration-marquee {
	display: flex;
}
.intigration__st-marquee .intigration-marquee {
	animation: marqueeIntigration 30s infinite linear;
}
.intigration__nd-marquee .intigration-marquee {
	animation: marqueeIntigration 30s infinite linear reverse;
}
.intigration__st-marquee, .intigration__nd-marquee {
	overflow: hidden;
}
.intigration-container {
	display: flex;
	width: min-content;
}
.intigration-item {
	min-width: 500px;
	padding: 48px;
	margin-right: 32px;
	background-color: #fff;
	box-shadow: 1px 1px 5px #ccc;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.intigration-item h3 {
	text-transform: uppercase;
	font-weight: 700;
}
.intigration-item img {
	height: 22px;
	width: 100%;
	object-fit: contain;
	object-position: right;
	margin-top: -10px;
}




.homenest__app-services__testimonial {
	padding-top: 100px;
}
.homenest__app-services__testimonial .container {
	position: relative;
	padding-bottom: 100px;
}
.homenest__app-services__testimonial .testimonial-header {
	text-align: center;
}

.homenest__app-services__testimonial p.testimonial-header-badge {
	display: flex;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.homenest__app-services__testimonial h2.testimonial-title {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	margin-top: 16px;
}

.homenest__app-services__testimonial h2.testimonial-title > span {
	background-color: #3ed0ff30;
	padding: 6px 12px;
}

.testimonial-sub-avatar > img {
	width: 100px;
}
.testimonial-reviews {
	position: absolute;
	inset: 0;
	text-align: center;
	align-content: center;
	padding: 0 200px;
}
.testimonial-review {
	margin-top: 64px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.testimonial-main-review {
	width: 1100px;
	position: relative;
	margin-top: -160px;
}
.testimonial-main-avatar {
	text-align: center;
}
.testimonial-main-avatar img {
	width: 350px;
	aspect-ratio: 1;
	border-radius: 50%;
}
img.testimonial-background {
	width: 100%;
}
.testimonial-review-info {
	margin-top: 40px;
}
.testimonial-review-star {
	display: inline-flex;
	background: url('/wp-content/uploads/2025/05/rating_shape-1.svg') center / contain no-repeat;
	padding: 16px 24px;
	gap: 2px;
}
.testimonial-review-star i {
	color: #FFB11B;
}
.testimonial-sub-avatar {
	position: absolute;
}
.testimonial-sub-avatar:nth-of-type(3) {
	top: 0;
	left: 0;
}
.testimonial-sub-avatar:nth-of-type(4) {
	bottom: 40px;
	left: -90px;
	transform: scale(70%);
}
.testimonial-sub-avatar:nth-of-type(5) {
	top: 35px;
	right: 60px;
	transform: scale(85%);
}
.testimonial-sub-avatar:nth-of-type(6) {
	bottom: 45px;
	right: 0;
	transform: scale(95%);
}

.testimonial-sub-avatar img {
	border-radius: 50%;
	border: 5px solid #f0f2f4;
	box-shadow: 2px 2px 5px #ccc;
}
.testimonial-icons {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.testimonial-icons > img {
	position: absolute;
}
.testimonial-icons > img:nth-of-type(1) {
	left: 190px;
	top: 260px;
}
.testimonial-icons > img:nth-of-type(2) {
	left: 80px;
	top: 450px;
}
.testimonial-icons > img:nth-of-type(3) {
	right: 240px;
	top: 160px;
}
.testimonial-icons > img:nth-of-type(4) {
	bottom: 10px;
	right: 40px;
}
.testimonial-icons > img:nth-of-type(5) {
	top: 220px;
	left: 50%;
	width: 400px;
	transform: translateX(-50%);
	filter: blur(100px);
}





@keyframes zoomEmoji {
	0%, 100% {
		transform: scale(110%);
	}

	50% {
		transform: scale(100%);
	}
}

.homenest__app-services__thanks {
	overflow: hidden;
	padding: 50px 0 100px;
}

.homenest__app-services__thanks .container {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	align-items: center;
	justify-content: center;
	column-gap: 96px;
}
.homenest__app-services__thanks .container > img {
	animation: 3s linear var(--d) infinite normal none running zoomEmoji;
}



.homenest__app-services__thanks h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 80px;
	white-space: nowrap;
}	

.homenest__app-services__thanks .thanks-content {
	width: fit-content;
	padding: 48px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	row-gap: 12px;
}
.homenest__app-services__thanks .thanks-content::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(to right, #020C6A 0%, #1A85F8 56.7%, #66E5FB 100%);
	padding: 1px 1px 1px 1px;
	-webkit-mask: linear-gradient(#fff 0 0)content-box,linear-gradient(#fff 0 0);
	mask-composite: exclude;
	border-radius: 200px;
}
.homenest__app-services__thanks .thanks-content .title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
}
.homenest__app-services__thanks .thanks-content .desc {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}


@media only screen and (max-width: 1600px) {
	.container {
		width: 1300px;
	}

	.homenest__app-services__app-container .app-preview .banner-body {
		font-size: 200px;
	}

	.homenest__app-services__nd-benifits .container {
		width: 1300px;
		padding: 100px 0px;
	}

	.homenest__app-services__app-container .hero-title,
	.homenest__app-services__nd-benifits h2.nd-benifits-title,
	.homenest__app-services__benifits h2.benifits-title,
	.homenest__app-services__testimonial h2.testimonial-title{
		font-size: 44px;
	}

	.testimonial-sub-avatar:nth-of-type(3) {
		top: 0;
		left: 40px;
	}
	.testimonial-sub-avatar:nth-of-type(4) {
		bottom: 40px;
		left: -20px;
		transform: scale(60%);
	}
	.testimonial-sub-avatar:nth-of-type(5) {
		top: 35px;
		right: 80px;
		transform: scale(85%);
	}
	.testimonial-sub-avatar:nth-of-type(6) {
		bottom: 45px;
		right: 30px;
		transform: scale(95%);
	}

	.homenest__app-services__thanks .container {
		column-gap: 50px;
	}
}


@media only screen and (max-width: 1350px) {
	.homenest__app-services__updates .flag {
		width: 175px;
	}

	.homenest__app-services__updates .container > h2 {
		font-size: 56px;
	}

	.testimonial-sub-avatar:nth-of-type(3) {
		top: 10px;
		left: 120px;
		transform: scale(90%);
	}
	.testimonial-sub-avatar:nth-of-type(4) {
		bottom: 40px;
		left: 70px;
		transform: scale(55%);
	}
	.testimonial-sub-avatar:nth-of-type(5) {
		top: 50px;
		right: 150px;
		transform: scale(80%);
	}
	.testimonial-sub-avatar:nth-of-type(6) {
		bottom: 10px;
		right: 100px;
		transform: scale(75%);
	}
	.homenest__app-services__thanks .thanks-content .title {
		font-size: 40px;
	}
	.homenest__app-services__thanks .thanks-content .desc {
		font-size: 14px;
		white-space: nowrap;
	}
	.homenest__app-services__thanks .thanks-content {
		padding: 40px 48px;
	}
	.homenest__app-services__thanks h2 {
		font-size: 44px;
	}
	.homenest__app-services__thanks .container > img {
		margin-bottom: -60px;
	}
	.homenest__app-services__thanks .container {
		column-gap: 60px;
	}
}


@media only screen and (max-width: 1200px) {
	.container {
		width: 100%;
	}
	.homenest__app-services__app-container > .container {
		padding: 0 28px;
	}

	.homenest__app-services__app-container .app-score-box {
		left: 50px;
		top: 200px;
	}

	.homenest__app-services__app-container .app-preview .banner-body {
		font-size: 145px;
	}

	.homenest__app-services__app-container .app-preview {
		width: calc(100% - 60px * 2);
		margin: 0 auto;
	}
	.homenest__app-services__app-container .app-preview .mobile-ui-showcase {
		width: 300px;
	}
	.homenest__app-service__about {
		padding: 100px 28px;
	}
	.homenest__app-service__about img.about-mockup {
		display: none;
	}

	section.homenest__app-services__app-container .swiper-slide img {
		width: 100%;
	}
	section.homenest__app-services__app-container .brands .swiper-slide img {
		width: 75%;
	}
	.homenest__app-services__app-container .app-preview .mobile-ui-showcase .swiperMobile div[role="button"] {
		--size-btn: 50px;
	}
	.homemest__app-services__features {
		padding: 100px 24px;
	}
	.homemest__app-services__features .feature-title {
		font-weight: 700;
		font-size: 36px;
	}
	.homenest__app-services__updates .update-center {
		--size: 280px;
	}
	.homenest__app-services__updates .upadte-content .title {
		font-size: 50px;
	}
	.homenest__app-services__updates .flag {
		width: 150px;
	}
	.homenest__app-services__updates .container {
		gap: 35px;
	}
	.homenest__app-services__updates .container > h2 {
		font-size: 40px;
	}
	.homenest__app-services__app-container .hero-title, .homenest__app-services__nd-benifits h2.nd-benifits-title, .homenest__app-services__benifits h2.benifits-title, .homenest__app-services__testimonial h2.testimonial-title {
		font-size: 36px;
	}
	.homenest__app-services__benifits {
		padding: 100px 20px;
	}
	.homenest__app-services__benifits .container {
		width: 100%;
	}
	.homenest__app-services__benifits .benifits-phone-contain {
		padding: 0 100px 0 120px;
	}
	.homenest__app-services__benifits .benifits-image {
		bottom: 28px;
		left: 300px;
		width: 280px;
	}
	.homenest__app-services__benifits img.phone-frame {
		width: 100%;
	}
	.homenest__app-services__benifits .benifits-image  img {
		width: 100%;
	}
	.homenest__app-services__stats {
		padding: 0 28px;
	}
	.homenest__app-services__nd-benifits .container {
		width: 100%;
		padding: 100px 120px;
	}
	.homenest__app-services__pricing {
		padding-left: 28px;
		padding-right: 28px;
	}
	.homenest__app-services__pricing .pricing-intro {
		width: 33%;
	}
	.homenest__app-services__pricing .pricing-card__container {
		width: 67%;
	}
	.homenest__app-services__pricing .pricing-sale {
		bottom: 40px;
		font-size: 75px;
	}
	.homenest__app-services__intigration .container {
		padding: 0 28px;
	}
	.homenest__app-services__thanks .container > img {
		width: 100px;
		margin-bottom: -40px;
	}
	.homenest__app-services__thanks .thanks-content .title {
		font-size: 32px;
	}
	.homenest__app-services__thanks h2 {
		font-size: 36px;
	}
	.homenest__app-services__thanks .container {
		column-gap: 36px;
	}
	.testimonial-main-review {
		width: 100%;
	}
} 

@media only screen and (max-width: 991px) {
	.homenest__app-services__app-container .app-score-box {
		display: none;
	}
	.homenest__app-services__app-container .hero-title {
		width: 560px;
	}
	.homenest__app-services__app-container .app-preview {
		width: calc(100% - 0px * 2);
	}
	.homenest__app-services__app-container .app-preview .banner-body {
		font-size: 115px;
	}
	.homenest__app-services__app-container .app-preview .mobile-ui-showcase {
		width: 270px;
	}

	.homenest__app-service__about .about-content {
		flex-direction: column;
		gap: 50px;
	}
	.homenest__app-service__about .about-content > div {
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
	}
	.homenest__app-service__about .about-card--release {
		padding-left: 0;
		border-left: 0;
	}
	.homenest__app-service__about .about-header .title {
		font-size: 32px;
	}
	.homenest__app-service__about .about-card--developer .title {
		font-size: 32px;
	}
	.homenest__app-services__updates .flag {
		display: none;
	}
	.homenest__app-services__updates .container > h2 {
		font-size: 32px;
	}
	.homenest__app-services__benifits .benifits-phone-frame {
		width: 100%;
	}
	.homenest__app-services__benifits img.phone-frame {
		display: none;
	}
	.homenest__app-services__benifits .benifits-phone-contain {
		padding: 0;
		position: static;
	}
	.homenest__app-services__benifits .benifits-image {
		display: none;
	}
	.homenest__app-services__benifits .benifits-steps > img {
		position: static;
		width: 100%;
		height: 80px;
		margin-top: 40px;
		object-fit: contain;
	}
	.stats-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 36px 0px;
		width: 100%;
	}
	.homenest__app-services__stats .stat-card {
		align-items: center;
		gap: 16px;
	}
	.homenest__app-services__nd-benifits .container {
		padding: 100px 40px;
	}
	.homenest__app-services__pricing .pricing-wrapper {
		flex-direction: column;
		gap: 50px;
	}
	.homenest__app-services__pricing .pricing-wrapper > div {
		width: 100%;
	}
	.homenest__app-services__pricing h2.pricing-title {
		font-size: 32px;
	}
	.homenest__app-services__pricing h2.pricing-title br {
		display: none;
	}
	h2.intigration-title {
		font-size: 32px;
	}
	.intigration-item {
		min-width: 450px;
		padding: 40px 40px 20px;
	}
	.intigration-item p {
		font-size: 16px;
	}
	.intigration-item h3 {
		font-size: 18px;
	}
	img.testimonial-background {
		width: 100%;
		display: none;
	}
	.testimonial-main-review {
		padding: 0 50px;
	}
	.testimonial-reviews {
		position: static;
		background: #fff;
		padding: 28px 32px;
	}
	p.testimonial-review-text {
		font-size: 16px;
		margin-top: 16px;
	}
	.testimonial-sub-avatar:nth-of-type(3) {
		top: -10px;
		left: 90px;
		transform: scale(85%);
	}
	.testimonial-sub-avatar:nth-of-type(4) {
		bottom: -18px;
		left: 24px;
		transform: scale(50%);
	}
	.testimonial-sub-avatar:nth-of-type(5) {
		top: 20px;
		right: 115px;
		transform: scale(65%);
	}
	.testimonial-sub-avatar:nth-of-type(6) {
		bottom: -30px;
		right: 50px;
		transform: scale(70%);
	}
	.homenest__app-services__thanks .container {
		column-gap: 16px;
	}
	.homenest__app-services__thanks h2 {
		font-size: 24px;
	}
	.homenest__app-services__thanks .thanks-content {
		padding: 36px 36px;
	}
	.homenest__app-services__thanks .thanks-content .title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.homenest__app-services__app-container .hero-title, .homenest__app-services__nd-benifits h2.nd-benifits-title, .homenest__app-services__benifits h2.benifits-title, .homenest__app-services__testimonial h2.testimonial-title {
		font-size: 32px;
	}
	.homenest__app-services__app-container .hero-title {
		width: 480px;
	}
	.homenest__app-services__app-container .app-preview {
		width: auto;
	}
	.homenest__app-service__about {
		padding: 100px 10px;
	}
	.homenest__app-service__about > .container {
		max-width: 540px;
	}
	.homemest__app-services__features .container {
		flex-direction: column;
		row-gap: 50px;
	}
	.homemest__app-services__features .container > div {
		width: 100%;
	}
	p.feature-description {
		font-size: 16px;
	}
	.homenest__app-services__updates .container {
		gap: 16px;
	}
	.homenest__app-services__updates .container > h2 {
		font-size: 28px;
	}
	.homenest__app-services__updates .upadte-content .desc {
		font-size: 13px;
	}
	.homenest__app-services__updates .update-center {
		--size: 230px;
	}
	.homenest__app-services__updates .upadte-content {
		row-gap: 8px;
	}
	.homenest__app-services__nd-benifits .container {
		padding: 100px 20px;
	}

	.homenest__app-services__testimonial {
		padding-top: 0;
	}
	.testimonial-review {
		margin-top: 64px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.testimonial-sub-avatar {
		position: static;
		width: 24%;
		height: 60px;
		text-align: center;
		transform: scale(100%) !important;
	}
	.testimonial-sub-avatar img {
		border: 3px solid #f0f2f4;
		height: 100%;
		width: auto;
	}
	.testimonial-main-avatar {
		width: 100%;
	}

	.homenest__app-services__thanks .container > img {
		width: 100px;
		margin-bottom: -40px;
		display: none;
	}

}

@media only screen and (max-width: 480px)  {
	.homenest__app-services__app-container .hero-title, .homenest__app-services__nd-benifits h2.nd-benifits-title, .homenest__app-services__benifits h2.benifits-title, .homenest__app-services__testimonial h2.testimonial-title, .homemest__app-services__features .feature-title, h2.intigration-title {
		font-size: 28px;
	}

	.homenest__app-services__app-container {
		overflow: hidden;
	}
	.homenest__app-services__app-container > .container {
		padding: 0 16px;
	}
	.homenest__app-services__app-container .hero-title {
		width: 100%;
	}
	.homenest__app-services__app-container .download-button {
		width: 100%;
		justify-content: center;
		gap: 16px;
	}
	.homenest__app-services__app-container .download-button img {
		height: 50px;
	}

	.homenest__app-service__about {
		padding: 72px 10px;
	}

	.homenest__app-service__about .rating {
		display: none;
	}

	.homemest__app-services__features {
		padding: 72px 16px;
	}
	.homemest__app-services__features .features-list {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 32px;
	}
	.homemest__app-services__features .feature-item {
		padding: 0 !important;
		border: 0 !important;
		row-gap: 16px;
	}
	.homemest__app-services__features .features-list > img {
		display: none;
	}

	.homenest__app-services__updates {
		padding: 22px 0;
	}
	.homenest__app-services__updates .container {
		gap: 20px;
		flex-direction: column;
	}


	.homenest__app-services__benifits .benifits-phone-contain {
		flex-direction: column;
		gap: 50px;
	}
	.homenest__app-services__benifits .benifits-steps ul {
		gap: 24px;
	}
	.homenest__app-services__benifits .benifits-steps > img {
		display: none;
	}
	.homenest__app-services__benifits .benifits-download {
		gap: 28px;
	}

	.homenest__app-services__stats {
		padding: 0 16px;
	}
	.stats-grid {
		grid-gap: 36px 16px;
	}
	.homenest__app-services__stats > img {
		display: none;
	}

	.homenest__app-services__pricing {
		padding-left: 16px;
		padding-right: 16px;
	}
	.homenest__app-services__pricing .pricing-cards {
		border-width: 16px 16px 0 16px;
		flex-direction: column;
	}
	.homenest__app-services__pricing .pricing-card {
		width: 100%;
		border: none !important;
	}

	.homenest__app-services__intigration {
		gap: 16px;
	}
	.homenest__app-services__intigration .container {
		padding: 0 16px;
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}
	.intigration-item {
		min-width: 270px;
		padding: 24px 24px 20px;
		margin-right: 16px;
	}

	.testimonial-main-review {
		padding: 0 16px;
		margin-top: -100px;
	}
	.testimonial-main-avatar img {
		width: 250px;
	}
	.testimonial-reviews {
		padding: 28px 16px;
	}

	.homenest__app-services__testimonial {
		overflow: hidden;
	}
	.homenest__app-services__thanks .container {
		flex-direction: column;
		row-gap: 12px;
	}
}