@font-face {
	font-family: 'IranYekan';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../Fonts/IRANYekanXVF.woff') format('woff'),
		url('../Fonts/IRANYekanXVF.woff2') format('woff');
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-family: IranYekan;
}

body {
	direction: rtl;
	max-width: 100%;
	overflow-x: hidden;
}

/* header --------------------------------------------------------------------------------------------*/
.navbar {
	background-color: transparent !important;
	height: 70px;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	position: fixed;
	width: 100%;
	direction: rtl;
	transition: background-color 0.3s ease;
	/* افزودن انیمیشن به تغییر رنگ پس‌زمینه */
}

.navbar img {
	width: 150px;
	z-index: 3000;
	position: absolute;
	right: 100px;
	top: 0px;
}

.navbar li {
	padding: 0px 15px;
	cursor: pointer;
	line-height: 70px;
	transition: all 0.3s ease-out;
}

.navbar .nav-item:hover .nav-link,
.navbar .nav-item:active .nav-link,
.navbar-nav .nav-link.active {
	color: #00ff2b !important;
}

.navbar li a {
	color: #a3a3a3 !important;
	text-decoration: none;
	padding-top: 15px;
}

.navbar-expand-lg .navbar-nav {
	display: flex;
	justify-content: center;
	width: 100%;
}

.navbar .btn {
	background-color: #4cd964 !important;
	color: white;
	border-radius: 20px;
	padding: 5px 20px;
	z-index: 3000;
	position: absolute;
	left: 100px;
	top: 20px;
}

.scrolled {
	background-color: #00000075 !important;
}

.scrolled li a {
	color: #fff !important;
}

.navbar-toggler {
	position: absolute;
	right: 20px;
	top: 20px;
	outline: none !important;
	border: none !important;
	z-index: 3000;
}

.navbar-collapse {
	flex-basis: 100%;
	position: absolute;
	width: 100%;
	flex-grow: 1;
	align-items: center;
	outline: none !important;
	border: none !important;
}

button:focus:not(:focus-visible),
.navbar-toggler:focus {
	outline: none !important;
	border: none !important;
	box-sizing: border-box !important;
	box-shadow: none;
}

/* end header --------------------------------------------------------------------------------------------*/

/* smarti card --------------------------------------------------------------------------------------------*/

.hexImage {
	position: absolute;
	pointer-events: none;
	transition: transform 2s ease, opacity 2s ease, width 2s ease, height 2s ease;
	/* افزایش مدت زمان انتقال */
}

.back-1 {
	background-image: url(../images/back-1.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 220px 80px;
}

.back-1 .title {
	font-size: 60px;
	line-height: 75px;
	letter-spacing: 0.5px;
	font-weight: bold;
	max-width: 60%;
	margin-bottom: 80px;
}

.back-1 .text {
	font-size: 22px;
	color: #504e4e;
	line-height: 34px;
	letter-spacing: 0.5px;
	margin-bottom: 80px;
}

.back-1 .btn {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	background: #4cd964;
	padding: 20px 50px;
}

.back-1 .row-text {
	position: relative;
	z-index: 100;
}
.back-1 .row-images{
	display:flex;
}
.back-1 .row-images .img-mobile{
    width: 35%;
    margin-left: -350px;
position:relative;
z-index:1001;
}
.back-1 .row-images .img-laptop{
width:100%;
height:fit-content;
position:relative;
z-index:1000;
}
.back-1 .row-carousels {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 100;
	max-width: 100%;
}

.back-1 .row-carousels .back-mobile {
	background-image: url(../images/banner_iphone-1.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: auto;
	padding: 8px 10px;
	margin-left: -80px;
	margin-top: 56px;
	z-index: 15;
}

.back-1 .row-carousels .back-mobile .carousel-mobile {
	border-radius: 20px;
	height: 93%;
}

.owl-carousel .owl-stage-outer {
	border-radius: 20px;
}

.back-1 .row-carousels .back-mobile .item img,
.back-1 .row-carousels .back-mobile .owl-item .back-1 .row-carousels .back-mobile .owl-item .item {
	width: 100%;
	height: 100%;
	border-radius: 20px !important;
}

.back-1 .row-carousels .back-macbook {
	background-image: url(../images/banner_macbook.png);
	background-position: center;
	background-size: cover;
	width: 600px;
	max-width: 100%;
	height: auto;
	padding: 50px 45px;
}

.back-1 .row-carousels .back-macbook .carousel-web {
	border-radius: 20px;
	height: 93%;
}

.back-1 .row-carousels .back-macbook .item img,
.back-1 .row-carousels .back-macbook .owl-item {
	width: 100%;
	height: 100%;
}

.layout-card {
	width: 100%;
	padding: 50px 100px;
	position: relative;
	z-index: 100;
}

.layout-card .card {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-top: 20px !important;
	padding-right: 30px !important;
	padding-bottom: 10px !important;
	padding-left: 30px !important;
	border-radius: 15px !important;
	transition: .3s ease;
	height: 100%;
	width: 100%;
	background-color: white;
}

.layout-card .card:hover {
	transform: translateY(-10px);
}

.layout-card .card3:hover {
	box-shadow: 4px 10px 25px 0px rgba(209, 225, 143, 0.57);
}

.layout-card .card2:hover {
	box-shadow: 4px 10px 25px 0px rgba(255, 138, 115, 0.32);
}

.layout-card .card1:hover {
	box-shadow: 4px 10px 15px 1px rgba(76, 217, 100, 0.46);
}

.layout-card .card .layout-svg {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding: 0;
	align-content: flex-start;
	flex-wrap: wrap;
	padding-top: 30px;
}

.layout-card .card .layout-svg svg {
	width: 75px;
}

.layout-card .card .layout-text {
	width: 100%;
}

.layout-card .card .layout-text h1 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 25px 0 0;
	text-align: right;
}

.layout-card .card .layout-text h2 {
	width: 100%;
	float: right;
	padding-top: 17px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: normal;
	font-style: normal;
	color: #747474;
	font-size: 16px;
	text-align: justify;
}

/* off  -------------------------------------------------------------------------*/
.off {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 100px 0;
	position: relative;
	z-index: 100;
}

.off .row-card-special {
	width: 90%;
	position: relative;
	z-index: 100;
	margin-top: 100px !important;
}

.off .card-special {
	overflow: hidden;
	border: none;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin: 20px 0;
	background-color: white;
}

.off .card-special ul {
	padding: 0;
}

#card-special-big {
	display: block;
}

#card-special-small {
	display: none;
}

.off .card-special-big {
	margin-top: -50px;
	z-index: 10;
	transition: .3s ease-out;
}

.off .card-special-big:hover {
	background-image: url(../images/back-card.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff !important;
	background-position: center;
}

.off .card-special-big:hover .footer,
.off .card-special-big:hover h1,
.off .card-special-big:hover .toman,
.off .card-special-big:hover .price,
.off .card-special-big:hover li p,
.off .card-special-big:hover .card-body {
	color: #ffffff !important;

}

.off .card-special {
	transition: transform 0.3s ease-in-out;
}

.off .card-special:hover {
	transform: translateY(-10px);
}

.off .card-special .header {
	color: #6ac847;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.off .card-special-big .header {
	height: 110px;
}

.off .card-special .header h1 {
	color: #4cd964;
	letter-spacing: 0px;
	font-weight: bold;
	font-size: 24px;
}


.off .card-special .offer {
	background-color: #4cd964;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -85px;
	top: 40px;
	width: 180px;
	height: 30px;
	transform: translateY(-50%) translateX(0) translateX(35px) rotate(-45deg);
}


.off .card-special .card-body .row-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

.off .card-special .card-body .row-price .price {
	font-size: 50px;
	color: #4cd964;
	line-height: 50px;
	letter-spacing: 0px;
	margin-bottom: 50px;
}

.off .card-special .card-body .row-price .toman {
	font-size: 20px;
	color: #4cd964;
	line-height: 50px;
	letter-spacing: 0px;
	margin: 0 5px;
}

.off .card-special .card-body .year {
	color: #54595F;
	font-size: 16px;
	width: 100%;
	text-align: center;
	margin: 0px 0 40px 0;
}

.off .card-special-small .card-body .year {
	margin: 0px 0 30px 0 !important;
}

.off .card-special .card-body .line {
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.off .card-special-big .card-body .line {
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 2px;
	margin-top: 18px !important;
	;
	margin-bottom: 18px !important;
}

.off .card-special .card-body li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	gap: 20px;
}

.off .card-special .card-body li p {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding: 0;
	margin: 0;
}


.off .card-special .card-body .btn {
	display: inline-block;
	line-height: 1;
	background: transparent;
	color: #4cd964;
	border: 1px solid #4cd964;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	border-radius: 5em;
	text-align: center;
	transition: all .3s;
	width: 205px;
	height: 45px;
	margin: 20px 0 50px 0;
}

.off .card-special-big .card-body .btn {
	background: #4cd964;
	color: #ffffff;
	border: 1px solid #4cd964;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	border-radius: 5em;
	text-align: center;
	transition: all .3s;
	width: 205px;
	height: 45px;
	margin: 20px 0 50px 0;
}

.off .card-special .card-body .footer {
	color: #7a7a7a;
	font-size: 16px;
	margin-bottom: 60px;
}

/* end off ----------------------------------------------------------------------- */
/* ---- canvas ---- */

canvas {
	display: block;
	position: absolute;
	top: 0;
}

/* ---- particles.js container ---- */

#particles-js {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1000;
}

/* ---- end canvas ---- */

/* layout-step1 ----------------------------------------------------------------------- */
.layout-step1 {
	padding: 50px 150px;
	width: 100%;
	background-color: white;
	position: relative;
	z-index: 100;
}

.layout-step1 .layout-step1-back {
	background-image: url(../images/back-2.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.layout-step1 .layout-step1-text {
	padding: 50px 0 0 0;
}

.layout-step1 .container-layout-step1 img {
	position: relative;
	display: inline-block;
	width: 100%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: floating 5s -1s infinite;
	animation: floating 5s -1s infinite;
	z-index: 100;
}

@keyframes floating {

	0%,
	100% {
		-webkit-transform: translateY(-10%);
		transform: translateY(-10%);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.row-header-text {
	width: fit-content;
	padding-right: 50px;
	display: flex;
	position: relative;
	z-index: 100;
}

.header-text {
	color: #333333;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1px;
	z-index: 1000;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: fit-content;
	position: relative;
	z-index: 100;
}


.header-text::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	right: -40px;
	background: #25d366;
	position: relative;
	z-index: 100;
}

.text-title {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0 !important;
	position: relative;
	z-index: 100;
}

.row-step1 {
	position: relative;
	z-index: 100;
	background-color: white;
}

.circle {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 2.5em;
	display: inline-block;
	text-align: center;
	position: relative;
	border: 1px solid transparent;
	border-color: #4cd964;
	color: #4cd964;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	margin-bottom: 60px;
}

.circle:hover {
	color: #fff;
	background: #4cd964;
}

.circle::after {
	border: 1px dashed #4cd964;
	position: absolute;
	height: 60px;
	width: 1px;
	content: "";
	top: 60px;
	left: 50%;
	border-left: 1px dashed #ddd;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}

.circle-none::after {
	border: none !important;
}

.row-step1 .title {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
}

.row-step1 .text {
	font-size: 16px;
	color: #747474;
	letter-spacing: 0 !important;
}

/* end layout-step1 ----------------------------------------------------------------------- */

/* row-green  ----------------------------------------------------------------------- */
.row-green {
	padding: 100px 150px !important;
	background-color: #f6fdf7 !important;
	position: relative;
	z-index: 100;
}

.row-green .title {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	margin-top: 40px;
}

.row-green .text {
	font-size: 16px;
	color: #747474;
	letter-spacing: 0 !important;
	margin: 10px 0 20px;
}

/* end row-green ----------------------------------------------------------------------- */

/* card-startup-layout ----------------------------------------------------------------------- */

.card-startup-layout {
	padding: 100px 150px;
}

.card-startup-layout p {
	color: #747474;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 100;
}

.card-startup-layout .col-lg-6 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-startup-layout .card-startup {
	position: relative;
	width: 90%;
	overflow: hidden;
	z-index: 100;
	margin-top: 30px;
	border-radius: 30px;
}

.card-startup-layout .card-startup .image {
	width: 100%;
	height: auto;
	display: block;
}

.card-startup-layout .card-startup .text {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background-color: #ffffff;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
	text-align: right;
	transition: transform 0.3s ease;
	transform: translateY(100%);
}

.card-startup-layout .card-startup .text h2 a {
	font-size: 24px;
	color: #333333;
	text-decoration: none;
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
}

.card-startup-layout .card-startup .text p a {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

.card-startup-layout .card-startup .text p,
.card-startup-layout .card-startup .text h2 {
	width: 100%;
}


.card-startup-layout .card-startup:hover .text {
	transform: translateY(0);
}

.card-startup-layout .card-startup:hover .image {
	transition: all 500ms ease;
	opacity: 0.6;
}

.card-startup-layout .card-startup:hover {
	background: #4cd964;
}

.card-startup-layout .row-btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-startup-layout .row-btn .btn {
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	margin-top: 50px;
	vertical-align: middle;
	font-size: 14px;
	-moz-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
	z-index: 0;
	background: #fff;
	border-color: #4cd964;
	color: #333333;
	padding: 20px 35px;
	z-index: 100;
}

.card-startup-layout .row-btn .btn:hover {
	background: #4cd964;
	border-color: #4cd964;
	color: #ffffff;
	box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

/* end card-startup-layout ----------------------------------------------------------------------- */

/* circle layout ----------------------------------------------------------------------- */


.row-circle {
	z-index: 100;
	padding: 0 150px;
	position: relative;
	width: 100%;
	max-width: 100%;
	width: 100%;
	height: 500px;
}

.row-circle .circle-row {
	/*height: 100%;
	width: 100%;*/
	height: 500px;
	width: 500px;
	position: relative;
	padding: 10px;
	border-radius: 50%;
}

.row-circle .row-text {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 10% 0;
}

.circle1-background {
	background: linear-gradient(90deg, #aaffa94a 0%, #11ffbd59 100%);
	opacity: 1;
	position: absolute;
	border-radius: 50em;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.circle2-background {
	background: linear-gradient(90deg, #aaffa957 0%, #11ffbd7a 100%);
	opacity: 1;
	position: absolute;
	border-radius: 50em;
	display: inline-block;
	width: 66.67%;
	height: 66.67%;
	top: 16.665%;
	left: 16.665%;
	z-index: 11;
}

.circle3-background {
	background: linear-gradient(90deg, #aaffa9 0%, #11ffbd 100%);
	opacity: 1;
	position: absolute;
	border-radius: 50em;
	display: inline-block;
	width: 31.9%;
	height: 31.9%;
	top: 34.05%;
	left: 34.05%;
	z-index: 12;
}

.row-circle .images {
	border-radius: 50em;
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
}

.row-circle .images img {
	width: 100%;
	height: 100%;
}

.row-circle .img-1 {}

.row-circle .img-2 {
	right: 15%;
}

.row-circle .img-3 {
	right: 20%;
	bottom: 1%;
}

.row-circle .img-4 {
	top: 40%;
	right: -3%;
}

.row-circle .img-5 {
	left: 6%;
	bottom: 15%;
}

.row-circle .img-6 {
	top: 2%;
	left: 20%;
}

.row-circle p {
	margin: 25px 0;
	color: #333;
}

/* end circle layout ----------------------------------------------------------------------- */

/* accordion ------------------------------------------------------------------------*/

.accordion {
	width: 100%;
	margin-bottom: 100px;
	position: relative;
	z-index: 100;
}

.accordion-item {
	border-radius: 10px;
	margin: 16px 0;
}

.accordion-button {
	border-radius: 10px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	border: solid transparent;
	box-sizing: border-box;
	transition: all .2s ease-in-out;
}

.accordion-header {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 20px;
	border: 1px solid #f2f2f2;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	background-color: white;
	text-align: right;
	display: flex;
	border: 0px;
	box-shadow: 0px 1px 10px 0px rgba(76, 217, 100, 0.26);
	border: solid transparent;
	box-sizing: border-box;
	transition: all .2s ease-in-out;
}

.accordion-header:hover .accordion-button {
	color: #4cd964 !important;
}

.accordion-button:not(.collapsed) {
	font-size: 14px;
	font-weight: 600;
	color: #4cd964 !important;
	background-color: #FFFFFF;
	text-align: right;
}

.accordion-button {
	font-size: 14px;
	font-weight: 600;
	color: #18181a;
	text-align: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	background: transparent;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-body {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #7a7a7a;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	transition: padding .2s ease-in-out;
}

.accordion-button::before {
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%234cd964' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344V280H168c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
	margin-left: 10px !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.accordion-button:not(.collapsed)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--%3E%3Cpath fill='%234cd964' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E");
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.accordion-button::after {
	flex-shrink: 0;
	background-image: none;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
}

/* end accordion -------------------------------------------------------------------*/


/* layout-step2 ----------------------------------------------------------------------- */


.layout-step2 {
	padding-top: 100px !important;
	background-color: #f7f7f7 !important;
	position: relative;
	z-index: 100;
}

.row-header-text2 {
	width: 100%;
	display: flex;
	justify-content: center;
}

.header-text2 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1px;
	z-index: 1000;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: fit-content;
}

.header-text2::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	left: -40px;
	background: #25d366;
	z-index: 1000;
}

.header-text2::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	right: -40px;
	background: #25d366;
	z-index: 1000;
}

.layout-step2 .text-title {
	text-align: center;
}

.row-circle2-step2 {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 100%;
	padding: 0 150px;
}

.circle2 {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	line-height: 2.5em;
	display: inline-block;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	background: #ffffff;
	border: 1px solid #ffffff;
	font-size: 60px;
	color: #4cd964;
	box-shadow: 0px 5px 30px 0px rgba(76, 217, 100, 0.18);
}

.circle2:hover {
	color: #fff;
	background: #4cd964;
}

.circle2::after {
	border: 1px dashed #dddddd;
	position: absolute;
	height: 1px;
	width: 180px;
	content: "";
	top: 50%;
	right: 100%;
	border-left: 1px dashed #ddd;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}

.circle2-none::after {
	border: none !important;
	margin-left: 0 !important;
	width: 0 !important;
}


.row-text-step2 {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.row-text-step2 .div-text {
	width: 25%;
	padding: 20px;
}

.row-text-step2 .div-text .title {
	text-align: center;
}

.row-text-step2 .div-text .text {
	text-align: center;
}

.row-text-step2 {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding: 0 150px;
}

.row-text-step2 .text {
	font-size: 16px;
	color: #747474;
	letter-spacing: 0 !important;
	text-align: center;
}


/* end layout-step2 ----------------------------------------------------------------------- */


/* green-row ----------------------------------------------------------------------- */
.green-row {
	width: 100%;
	background-color: #4cd964;
	padding: 100px 150px;
}

.green-row .row-cards {
	width: 100%;
}

.green-row .row-cards .carousel-works .item {
	border-radius: 20px;
	transition: all .5s ease;
}

.green-row .row-cards .carousel-works .item .card {
	padding: 30px;
	background-color: #ffffff;
	border-radius: 11px;
	box-shadow: 0 0 5px rgb(255 255 255 / 10%);
	transition: all .5s ease;
	border-bottom: 1px solid yellow;
	width: 100%;
	z-index: 1000;
	margin-top: 20px;
}

.green-row .row-cards .carousel-works .item .card:hover {
	box-shadow: 0 14px 20px 0px rgb(0 0 0 / 50%);
	transform: translateY(-17px);
}

.green-row .row-cards .carousel-works .item .profile-row {
	width: 100%;
	display: flex;
	justify-content: center;
}

.green-row .row-cards .carousel-works .item .profile-row .profile {
	width: 80px;
	margin-bottom: 20px;
	border-radius: 50%;
}

.green-row .row-cards .carousel-works .item .stars {
	width: 100%;
	display: flex;
	justify-content: center;
}

.green-row .row-cards .carousel-works .item .stars .star {
	width: 15px;
}


.green-row .row-cards .carousel-works .item p {
	color: #747474;
	font-size: 20px;
	line-height: 30px;
	padding: 25px;
}

.green-row .row-cards .carousel-works .item .name-row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	gap: 5px;
}

.green-row .row-cards .carousel-works .item .name-row .job {
	color: #333333;
	font-size: 18px;
}

.green-row .row-cards .carousel-works .item .name-row .name {
	font-size: 13px;
}

.green-row .row-header-text3 {
	width: 100%;
	display: flex;
	justify-content: center;
}

.green-row .header-text3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1px;
	z-index: 1000;
	text-align: center;
	position: relative;
	margin: 0 auto;
	width: fit-content;
}

.green-row .header-text3::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	left: -40px;
	background: #ffffff;
	z-index: 1000;
}

.green-row .header-text3::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	right: -40px;
	background: #ffffff;
	z-index: 1000;
}

.green-row .text-title2 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 300;
	line-height: 46px;
	letter-spacing: 0 !important;
	position: relative;
	z-index: 100;
	color: #ffffff;
	text-align: center;
}

/* end green-row ----------------------------------------------------------------------- */

/* waves ----------------------------------------------------------------------- */
.wave-layout {
	width: 100%;
	padding: 0;
}

.wave-layout-end {
	width: 100%;
	transform: rotate(180deg);
	padding: 0;
}

.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	/*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
}

.content {
	position: relative;
	height: 20vh;
	text-align: center;
	background-color: #4cd964;
}

/* Animation */

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
	max-width: 100%;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
	max-width: 100%;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
	max-width: 100%;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
	max-width: 100%;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
	max-width: 100%;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height: 40px;
		min-height: 40px;
	}

	.content {
		height: 30vh;
	}

	h1 {
		font-size: 24px;
	}
}

/* end waves ----------------------------------------------------------------------- */

/* email layout ----------------------------------------------------------------------- */
.email-layout {
	padding: 50px 20%;
	position: relative;
	z-index: 100;
}

.email-layout .text-title {
	text-align: center;
}

.email-layout p {
	text-align: center;
	font-size: #333;
}

.email-layout .row {
	background-color: #fff;
}

.email-layout input {
	letter-spacing: 0 !important;
	width: 100%;
	padding: 5px 10px;
	height: 44px;
	float: right;
	text-align: right;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	color: #747474;
	background-color: #fff;
	margin: 50px 0;
	z-index: 110;
	position: relative;
}

.email-layout .input2 {
	letter-spacing: 0 !important;
	width: 100%;
	padding: 5px 10px;
	min-height: 150px;
	max-height: 300px;
	resize: vertical;
	float: right;
	text-align: right;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	color: #747474;
	margin: 50px 0;
	overflow-y: auto;
	z-index: 110;
	position: relative;
}

.email-layout .input2:focus,
.email-layout .input2:active,
.email-layout .input2:hover,
.email-layout input:focus,
.email-layout input:active,
.email-layout input:hover {
	border-color: #4cd964 !important;
	border-width: 0px 0px 1px 0px !important;
	border-style: solid !important;
	outline: none !important;
	box-shadow: none !important;
}

.email-layout .input2::placeholder {
	text-align: right;
	display: flex;
	align-items: start;
}

/* end email layout ----------------------------------------------------------------------- */


/* footer */
#footer1 {
	display: none;
}

#footer2 {
	display: block;
}

.row-address {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

#p-footer {
	width: 77% !important;
}

#footer1 .row-logo {
	display: flex;
	justify-content: center;
	width: 100%;
}

#footer1 .row-logo div {
	width: 65%;
}

#footer2 .row-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer2 .row-logo .logo {
	width: 85px;
}

#footer2 .logo1 {
	width: 30px !important;
	height: 25px !important;
}

footer p {
	width: fit-content !important;
}

#footer1 .logo {
	width: 40%;
	height: 25%;
}

#footer1 .logo1 {
	width: 50px;
	height: 20%;
}

#footer1 .row-social {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
}

footer {
	background-color: #f2f5f7;
	padding: 50px 40px;

}

footer .nav-item {
	width: 100%;
	color: #7a7a7a;
	font-size: 16px;
	border-bottom: 0px;
}

footer .nav-item .nav-link {
	width: 100%;
	color: #7a7a7a;
	font-size: 16px;
	border-bottom: 0px;
	padding: 8px 0;
}

footer .nav-item .active {
	color: #3bb34b;
	border-bottom: 1px solid #3bb34b;
}

footer .nav-item:hover {
	color: #3bb34b;
	border-bottom: 1px solid #3bb34b;
}

footer .nav-item:hover .nav-link {
	color: #3bb34b;
}

footer .row-logo .col-4,
footer .row-logo .col-8 {
	padding: 0 !important;
}

footer .logo {
	width: 100%;
}


footer h1 {
	font-size: 20px;
	font-weight: bold;
	color: #5dda61;
}

footer h2 {
	font-size: 16px;
	color: #7a7a7a;
	margin-bottom: 20px;
}

footer p {
	font-size: 16px;
	color: #54595f;
}

footer .row-social {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	gap: 15px;
}

footer .row-social a {
	width: 23px;
	padding: 0;
}

footer .row-social svg {
	width: 100%;
	fill: #54595f;
}

footer .row-social svg:hover {
	width: 100%;
	fill: #5dda61;
}

footer .col-10,
footer .col-2 {
	padding: 0;
}

footer .col-2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .flex-column {
	margin-top: 20px;
}

/* end footer */

@media (max-width: 1300px) {

	.circle2 {
		width: 130px;
		height: 130px;
	}

	.circle2::after {
		width: 100px;
	}

	.navbar .btn {
		left: 50px;
		top: 20px;
	}

	.navbar img {
		right: 50px;
		top: 0px;
	}
}

@media (max-width: 1200px) {
	.row-circle .row-text {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		padding: 5% 0;
	}

	.text-title {
		font-size: 28px;
		line-height: 46px;
	}
}

@media (max-width: 1025px) {


	.circle2 {
		width: 110px;
		height: 110px;
	}

	.layout-card .col-lg-4 {
		margin-bottom: 20px;
	}

	.layout-step1 {
		padding: 50px 100px;
	}

	.row-green {
		padding: 100px 50px !important;
	}

	.card-startup-layout {
		padding: 100px 100px;
	}

	.row-circle .circle-row {
		height: 500px;
		width: 500px;
	}

	.row-text-step2 {
		padding: 0 50px;
	}

	.row-circle2-step2 {
		padding: 0 50px;
	}

	.off .card-special .card-body .row-price .price {
		width: 100%;
		font-size: 40px;
		margin-bottom: 20px;
	}

	.off .card-special .card-body .btn {
		font-size: 15px;
		line-height: 20px;
		width: 100%;
		height: auto;
		margin: 20px 0 50px 0;
	}

	.green-row {
		width: 100%;
		background-color: #4cd964;
		padding: 100px 50px;
	}.circle2::after {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.navbar {
		display: flex;
		flex-wrap: inherit;
		align-items: baseline;
		justify-content: space-between;
		gap: 20px;
		position: absolute;
		flex-direction: row-reverse;
		padding: 0 40px;
		background-color: transparent !important;
	}

	.navbar .btn {
		display: none;
	}

	.navbar-collapse {
		flex-basis: 100%;
		position: absolute;
		right: 0;
		flex-grow: 1;
		align-items: center;
		width: 100%;
		padding-right: 100px;
		background-color: white;
		padding: 50px 100px 50px 0;
		z-index: 2500;
	}

	.navbar-expand-lg .navbar-nav {
		margin-top: -30px;
	}
	.navbar img {
		width: 125px;
		z-index: 3000;
		position: absolute;
		left: 50px;
		right: auto;
		top: 5px;
	}

}

@media (max-width: 850px) {
	.circle2::after {
		width: 75%;
	}

}
	@media (max-width: 769px) {


	.circle2 {
		width: 70px;
		height: 70px;
		font-size: 30px;
	}

	.back-macbook {
		display: none;
	}

	.back-mobile {
		margin-left: 0px !important;
		margin-top: 56px !important;
	}

	.off .card-special .card-body .row-price .price {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.off .card-special .card-body .btn {
		font-size: 15px;
		line-height: 20px;
		width: 250px;
		height: auto;
		margin: 20px 0 50px 0;
	}

	.green-row .row-cards .carousel-works .item .card {
		padding: 0px;
	}

	.green-row .row-cards .carousel-works .item p {
		padding: 25px;
		text-align: justify;
	}

	.off .card-special-big {
		margin-top: 0px;
	}

	.circle2::after {
		width: 125%;
	}
}

@media (max-width: 555px) {


	.circle2 {
		width: 55px;
		height: 55px;
		font-size: 30px;
	}

}

@media (max-width: 426px) {

	.back-1 {
		padding: 20px;
	}

	.back-1 .title {
		font-size: 50px;
		line-height: 55px;
		margin: 50px 0;
		text-align: center;
		max-width: 100%;
	}

	.back-1 .text {
		font-size: 18px;
		color: #504e4e;
		line-height: 30px;
		letter-spacing: 0.5px;
		margin-bottom: 80px;
		text-align: center;
	}

	.back-1 .row-carousels {
		flex-wrap: wrap;
	}

	.back-1 .row-carousels .back-mobile {
		width: 200px;
		height: auto;
		padding: 8px 10px;
		margin-left: 0px;
		margin-top: 56px;
		z-index: 15;
	}

	.back-1 .row-carousels .back-mobile .carousel-mobile {
		border-radius: 20px;
		height: 90%;
		margin-top: 0px;
	}

	.owl-carousel .owl-stage-outer {
		border-radius: 20px;
	}

	.back-1 .row-carousels .back-mobile .item img,
	.back-1 .row-carousels .back-mobile .owl-item .back-1 .row-carousels .back-mobile .owl-item .item {
		width: 100%;
		height: 100%;
		border-radius: 20px !important;
	}


	.layout-card {
		padding: 0;
		gap: 20px;
		position: relative;
		display: flex;
	}

	.layout-card .card {
		position: relative;
		margin: 20px 0;
		height: auto;
		padding: 10px;
	}

	.layout-step1 {
		padding: 10px;
	}

	.circle {
		font-size: 20px;
		margin-bottom: 100px;
	}

	.circle::after {
		height: 150px;
		top: 60px;
		left: 50%;
	}

	.row-step1 .title {
		margin-right: 40px;
	}

	.row-step1 .text {
		margin: 20px 40px 20px 0;
	}

	.layout-step1 .container-layout-step1 img {
		margin-top: 50px;
	}

	.row-green {
		padding: 0 !important;
	}

	.row-green svg {
		width: 50px;
		margin-top: -20px;
	}

	.row-green .title,
	.row-green .text {
		padding-right: 20px;
	}

	.card-startup-layout {
		padding: 10px;
	}


	.row-circle .circle-row {
		height: 300px;
		width: 300px;
	}

	.row-circle .images {
		border-radius: 50em;
		width: 50px;
		height: 50px;
	}

	.card-startup-layout .row-btn .btn {
		margin-bottom: 20px;
	}

	.circle2 {
		width: 45px;
		height: 45px;
		font-size: 30px;
	}

	.row-text-step2 .div-text {
		width: 100%;
		padding: 20px;
	}

	.row-text-step2 {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.layout-step2 .text-title {
		font-size: 30px;
	}

	.green-row {
		width: 100%;
		background-color: #4cd964;
		padding: 50px 10px;
	}

	.green-row .row-cards .carousel-works .item p {
		padding: 0px;
	}

	.off .card-special .card-body .row-price {
		display: flex;
		justify-content: center;
		align-items: start;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.off .card-special .card-body .row-price .price {
		font-size: 35px;
		color: #4cd964;
		line-height: 50px;
		letter-spacing: 0px;
		margin-bottom: 0;
	}

	.card-special ul {
		padding: 0;
	}

	.text-title {
		font-size: 25px;
	}

	.navbar li {
		padding: 0px 0px;
		cursor: pointer;
		line-height: 40px;
		transition: all 0.3s ease-out;
	}

	.row-circle {
		padding: 0 10px;
	}
}