@font-face {
    font-family: 'poppinslight';
    src: url('../../fonts/homepage/homepage/poppins-light-webfont.woff2') format('woff2'),
         url('../../fonts/homepage/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../../fonts/homepage/poppins-medium-webfont.woff2') format('woff2'),
         url('../../fonts/homepage/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../../fonts/homepage/poppins-regular-webfont.woff2') format('woff2'),
         url('../../fonts/homepage/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'poppinsbold';
    src: url('../../fonts/homepage/poppins-bold-webfont.woff2') format('woff2'),
         url('../../fonts/homepage/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'niramitbold';
    src: url('../../fonts/homepage/niramit-bold-webfont.woff2') format('woff2'),
         url('../../fonts/homepage/niramit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'niramitlight';
    src: url('../../fonts/homepage/niramit-light-webfont.woff2') format('woff2'),
         url('../../fonts/homepage/niramit-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'niramitmedium';
    src: url('../../fonts/homepage/niramit-medium-webfont.woff2') format('woff2'),
         url('../../fonts/homepage/niramit-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'niramitregular';
    src: url('../../fonts/homepage/niramit-regular-webfont.woff2') format('woff2'),
         url('../../fonts/homepage/niramit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}
body{
	background-color: #ffffff;
	color: #6d7485;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 auto;
	overflow-x: hidden;
	font-family: 'niramitlight' !important;
}
.pink-shade{
	color: #7f5a83 !important;
}
.purple-shade{
	color: #0e1a35;
}
.section-padding{
	padding: 100px 0;
}
.poppins-b {
	font-family: poppinsbold !important;
}
.niramit-r {
	font-family: niramitregular !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: "poppinsmedium" !important;
}
h2 {
	font-size: 40px;
	line-height: 45px;
}
h3{
	font-size: 24px !important;
}
a {
    transition: 0.5s all;
}
a:focus{
	outline: none;
}
a:hover{
	text-decoration: none !important;
}
button:focus{
	outline: none !important;
}
.black-text {
    color: #000000;
}
.white-text {
    color: #ffffff;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.std > p {
	margin: 0;
}
/*intro*/
.intro-section .intro-info {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.intro-section .intro-info span{
	font-size: 24px;
	font-family: "poppinsmedium" !important;
}
.intro-section .intro-info h1 {
	font-size: 60px;
	line-height: 60px;
}
.intro-section .intro-info p, .new-launch p{
	color: #3a3a40;
	font-size: 18px;
	line-height: 26px;
}
.intro-section .intro-info .note{
	font-size: 20px;
	margin: 10px 0 35px 0;
	font-family: poppinsbold;
	padding: 15px 20px;
	background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
	color: #ffffff;
	transition: 0.5s all;
	overflow: hidden;
	border-radius: 5px;
}
.intro-section .intro-info .note img {
	left: -15px;
	top: -12px;
	width: 70px;
}
.intro-section .intro-info .get-app img {
	width: 155px;
}
.intro-img img {
	width: 470px;
}
/*steps*/
.steps-section {
	background-image: linear-gradient(#ffffff ,#eeeefb);
}
.steps-section .steps-wrap {
	max-width: 950px;
	margin: 0 auto;
}
span.top-heading-mark{
	width: 50px;
	height: 4px;
	background-color: #ff0076;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 30px;
}
.steps-section .steps-wrap .step-icon {
	border-radius: 50%;
	color: #7f5a83;
	font-family: poppinsmedium;
	background: #fff;
	margin: 0 auto;
	position: relative;
	box-shadow: 1px 14px 10px rgba(109, 109, 109, 0.15);
 }
.steps-section .steps-container .steps-explained h3 {
	font-size: 20px !important;
	color: #03030b;
}
.steps-section .steps-container .steps-explained p {
	color: #3a3a40;
	font-size: 16px;
	line-height: 24px;
}
.steps-section .steps-container .steps-explained a{
	color: #474adf;
}
.review-stars-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
/*features*/
.review-stars-wrapper .star-cards {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 20px 30px 55px rgba(112, 112, 112, 0.161);
    display: block;
}
.feature-box {
	padding: 12px 22px 22px 65px;
}
.feature-box::before {
	display: inline-block;
	height: 40px;
	left: 0px;
	top: 0;
	background-image: url("../../images/homepage/magenative-sprite.svg");
	background-repeat: no-repeat;
	width: 40px;
	background-size: 755px;
	content: '';
	position: absolute;
}
.feature-box.sales::before {
	background-position: -90px -452px;
}
.feature-box.brand::before {
	background-position: -90px -506px;
}
.feature-box.shopping::before {
	background-position: -34px -450px;	
}
.feature-box.installs::before {
	background-position: -146px -450px;	
}
.feature-box.roi::before {
	background-position: -202px -506px;	
}
.feature-box.selling::before {
	background-position: -33px -506px;	
}
.feature-box.marketing::before {
	background-position: -147px -506px;	
}
.feature-box.plans::before {
	background-position: -202px -452px;	
}
.feature-box h4 {
	font-size: 22px;
	color: #0e1a35;
}
.feature-box p {
	color: #3a3a40;
	line-height: 25px;
	font-size: 16px;
	font-family: niramitlight;
}
/*screenshot*/
.screenshot-section {
	background-color: #fafafa;
	background-image: url("../../images/homepage/screenshot-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
/*testimonials*/
.client-details {
	display: flex;
	align-items: center;
}
.client-testimonial-gallery {
	color: #ffffff;
}
.client-testimonial-gallery .testimonial-right span {
	font-size: 18px;
	display: block;
}
.client-testimonial-gallery .testimonial-right a {
	color: #fff;
	font-family: niramitregular;
	text-decoration: underline;
}
.client-testimonial-gallery .testimonial-right a:hover {
	text-decoration: underline !important;
}
.client-testimonial-gallery .testimonial-right{
	font-family: poppinsregular;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.client-testimonial-gallery .owl-dots{
	position: absolute;
}
.client-testimonial-gallery .review-one{
	/*background-color:  #81BC00;*/
	background: linear-gradient(to bottom, rgb(72, 102, 6) 0%, rgb(129, 188, 0) 50%, rgb(176, 223, 73) 100%)
}
.client-testimonial-gallery .review-yourwine {
	 /*background: rgb(92,15,52);*/
	background: linear-gradient(180deg, rgba(92,15,52,1) 0%, rgba(149,29,87,1) 50%, rgba(162,69,114,1) 100%); 
}
.client-testimonial-gallery .review-cdo {
	/* background: rgb(2,109,115);*/
	background: linear-gradient(180deg, rgba(2,109,115,1) 0%, rgba(13,158,163,1) 50%, rgba(43,193,199,1) 100%); }
.client-testimonial-gallery .review-three{
	/*background-color: #00A105;*/
	background: linear-gradient(to bottom, rgba(23,57,24,1) 0%, rgba(0,161,5,1) 50%, rgba(75,200,79,1) 100%);
}
.client-testimonial-gallery .review-zain {
	/* background: rgb(0,70,104);*/
	background: linear-gradient(180deg, rgba(0,70,104,1) 0%, rgba(22,149,209,1) 50%, rgba(69,195,255,1) 100%); 
}
.client-testimonial-gallery .review-four {
	/*background-color: #95701F;*/
	background: linear-gradient(to bottom, rgba(73,50,1,1) 0%, rgba(149,112,31,1) 50%, rgba(203,156,56,1) 100%);
}
.client-testimonial-gallery .review-five {
	/*background-color: #E5AB0F;*/
	background: linear-gradient(to bottom, rgba(189,136,0,1) 0%, rgba(251,183,0,1) 50%, rgba(255,210,89,1) 100%);
}
.owl-carousel .owl-item .client-details .youtube-icon {
	position: absolute;
}
.owl-carousel .owl-item .client-details .video-btn {
	position: relative;
	display: inline-block;
}
.client-testimonials .owl-theme .owl-dots .owl-dot span,
.updates .owl-theme .owl-dots .owl-dot span,
.screenshot-section .owl-theme .owl-dots .owl-dot span {
	background: none;
	height: 5px;
	border: 1px solid #ffffff;
	transition: 0.5s all;
}
.client-testimonials .owl-theme .owl-dots .owl-dot.active span, 
.client-testimonials .owl-theme .owl-dots .owl-dot:hover span,
.updates .owl-theme .owl-dots .owl-dot.active span, 
.updates .owl-theme .owl-dots .owl-dot:hover span,
.screenshot-section  .owl-theme .owl-dots .owl-dot.active span, 
.screenshot-section  .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ffffff;
	width: 35px;
}
.screenshot-section .owl-theme .owl-dots .owl-dot span {
	border: 1px solid #cccccc;
}
.screenshot-section  .owl-theme .owl-dots .owl-dot.active span, 
.screenshot-section  .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #cccccc;
}
#Scene_Wireframe_reviews {
	position: absolute;
	right: -3px;
	top: 520px;
	z-index: 1;
}
/*partner*/
.partners {
	background-color: #fafafa;
}
.partners .client-images {
	max-width: 800px;
	margin: 0 auto;
}
.partners .client-images a.view-all {
	display: inline-block;
	margin-top: 50px;
	color: #3a3a40;
	font-family: poppinsregular;
	text-decoration: underline !important;
}
.partners .client-images a.view-all:hover{
	text-decoration: underline;
	color: #474adf;
}
.partners .client-images img {
	margin-bottom: 40px;
}
/*updates*/
.update-company-section img{
	object-fit: cover;
}
.updates-section a {
	display: block;
	color: #fff;
	font-family: niramitmedium;
}
.updates-section a svg {
	width: 16px;
	margin-left: 5px;
}
.updates-section a:hover {
	color: #fff;
	padding-left: 12px;
}
.updates{
	width:100%;
	background-image: linear-gradient(315deg, #7f5a83 0%, #0d324d 74%);
	box-shadow: 5px 5px 16px 0 rgba(20, 20, 20, 0.5);
	color: #fff;
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 20px;
	position: absolute;
	top: 20px;
	right:-50px;
	z-index: 9;
}
.updates-section{
	padding-top: 70px;
}
.updates-section span {
	font-size: 32px;
	line-height: 40px;
}
.carousel-sec{
	position: relative;
}
.carousel-sec .owl-theme .owl-dots{
	text-align: left;
	padding-bottom: 25px;
}

/*media query*/
@media only screen and (max-width: 767px){
	.steps-section .steps-wrap .step-icon {
		width: 75px;
		height: 75px;
		font-size: 22px;
		line-height: 75px;
	}
	.intro-img img {
		width: 360px;
	}
	.intro-section .intro-img {
		margin-top: 100px;
	}
	.intro-section .intro-info .note {
		font-size: 16px;
	}
	/*.client-testimonials .owl-stage-outer .owl-stage *,
	.update-section .owl-stage-outer .owl-stage * {
		margin: 0 !important;
	}*/
	.client-testimonial-gallery .owl-dots {
		right: 32px;
	}
	.section-padding {
		padding: 70px 0;
	}
	.updates{
		position: unset;
	}
	.carousel-sec{
		display: flex;
		order: 2;
	}
	.side-fix-img {
		display: none;
	}
}
@media only screen and (max-width: 991px){
	.owl-carousel .owl-item .client-details .youtube-icon {
		width: 85px;
		right: -28px;
		bottom: -15px;
	}
	.client-testimonial-gallery .testimonial-right img.rounded-circle {
		width: 70px;
	}
	.owl-carousel .owl-item .client-details .client-name {
		margin-left: 18px;
	}
	.intro-section {
		padding: 80px 0 40px;
	}
	.updates-section span {
		font-size: 22px;
		line-height: 28px;
	}
	.intro-section .intro-info h1{
		font-size: 35px;
		line-height: 42px;
	}
	h2 {
		font-size: 28px;
		line-height: 34px;
	}
	h3 {
		font-size: 20px !important;
	}
}
@media only screen and (min-width: 992px){
	.owl-carousel .owl-item .client-details .client-name {
		margin-left: 32px;
	}
	.client-testimonial-gallery .testimonial-right img.rounded-circle {
	    width: 100px;
	}
	.owl-carousel .owl-item .client-details .youtube-icon {
		width: 95px;
		right: -40px;
		bottom: -10px;
	}
	.steps-section {
		padding-bottom: 140px;
	}
	.features-section {
		padding-top: 140px;
	}
	.review-stars-wrapper {
		position: absolute;
		left: 0;
	}
	.client-testimonial-gallery .testimonial-right{
		max-width: 400px !important;
	}

	.steps-section .steps-wrap .horizontal-line::after {
		width: 230px !important;
	}
	.intro-section {
		height: calc(100vh - 90px);
		position: relative;
		overflow: hidden;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.updates-section {
	    padding-top: 50px;
	}
	.review-stars-wrapper {
		bottom: -210px;
	}
	.review-stars-wrapper .star-cards {
		flex-basis: 175px;
	}
	.client-testimonial-gallery .owl-dots {
		bottom: 80px;
		right: 142px;
	}
	#Scene_Wireframe_reviews {
		top: 420px;
	}
}
@media only screen and (min-width: 576px){
	.steps-section .steps-wrap .horizontal-line::after {
		content: '';
		position: absolute;
		border-bottom: 1px dashed #c9c9c9;
		width: 175px;
	}
}
@media only screen and (max-width: 575px){
	.client-testimonial-gallery .testimonial-right {
		padding-left: 35px;
		flex-flow: column;
	}
	.review-stars-wrapper .star-cards {
		flex-basis: 135px;
		margin: 10px 5px;
	}
	.client-testimonial-gallery .item.section-padding {
		min-height: 920px;
	}
	.intro-section .intro-info .get-app img {
		width: 138px;
	}
	.client-testimonial-gallery .testimonial-img {
		width: 200px !important;
	}
	.client-testimonial-gallery .owl-dots {
		bottom: 42px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.review-stars-wrapper .star-cards {
		flex-basis: 215px;
		margin-bottom: 30px
	}
    .client-testimonial-gallery .item.section-padding {
		min-height: 727px;
	}
	.review-stars-wrapper {
		margin-top: 65px;
	}
	.steps-section .steps-wrap .horizontal-line::after {
		left: 76px;
		top: 40px;
	}
	.client-testimonial-gallery .owl-dots {
		bottom: 80px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.review-stars-wrapper .star-cards {
		flex-basis: 190px;
		margin: 20px;
	}
	#Scene_Wireframe_reviews {
		top: 410px;
	}
	#Scene_Wireframe_reviews img {
		width: 110px;
	}
	.review-stars-wrapper {
		margin-top: 50px;
	}
	.client-testimonial-gallery .item.section-padding{
		min-height: 605px;
	}
	.client-testimonial-gallery .owl-dots {
		bottom: 58px;
		right: 142px;
	}
	.updates-section {
		padding-top: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.partners .client-images img {
		padding: 0 12px;
	}
	.steps-section .steps-wrap .step-icon {
		width: 95px;
		height: 95px;
		font-size: 26px;
		line-height: 95px;
	}
	.steps-section .steps-wrap .horizontal-line::after {
		left: 96px;
		top: 52px;
	}
}
@media only screen and (min-width: 1200px) {
	.review-stars-wrapper {
		bottom: -220px;
	}
	.review-stars-wrapper .star-cards {
		flex-basis: 210px;
	}
	.client-testimonial-gallery .owl-dots{
		bottom: 140px;
		right: 200px;
	}
}