/* Top banner */

.top-banner {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
}


.px__body__sensor {
	top: 37px;
	left: 59%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2a4a73;
	box-shadow: inset 0 0 2px 1px #000;
}

.px__body__cut {
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 50%;
	width: 27%;
	height: 3.5%;
	background-color: #000;
	border-radius: 20px;
	transform: translate3d(-50%, 0, 0);
}
.temp-wrapper {
	margin: 20px;
}


/*------------*\
   #IPHONE
\*------------*/


.px {
	position: relative;
	padding: 6% 7%;
}

.px--ls {
	padding: 3.3% 3%;
}

.px__body {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0;
	border-radius: 14%/7%;
	box-shadow: inset 0 0 3px 1px #000;
	background: #000;
}

.px--ls>.px__body {
	top: 1%;
	right: 0;
	bottom: 1%;
	left: 0;
	border-radius: 7%/14%;
}

.px__body:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	border-radius: 13%/7%;
	box-shadow: 0 0 3px #165fcc;
}

.px--ls>.px__body:before {
	top: 1.4%;
	right: .7%;
	bottom: 1.4%;
	left: .7%;
	border-radius: 7%/13%;
}

.px__body:after {
	content: '';
	top: 1%;
	right: 2.3%;
	bottom: 1%;
	left: 2.3%;
	background-color: #000;
	box-shadow: inset 0 0 10px 2px #fff;
	border-radius: 13%/6.5%;
}

.px--ls>.px__body:after {
	top: 2.3%;
	right: 1%;
	bottom: 2.3%;
	left: 1%;
	border-radius: 6.5%/13%;
}

.px__body__cut {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 50%;
	width: 27%;
	height: 4%;
	background-color: #000;
	border-radius: 20px;
	transform: translate3d(-50%, 0, 0);
}

.px--ls .px__body__cut {
	top: 50%;
	left: 3%;
	width: 3.5%;
	height: 50%;
	border-radius: 0 80% 80% 0/10%;
	transform: translate3d(0, -50%, 0);
}

.px__body__speaker,
.px__body__camera,
.px__body__sensor {
	position: absolute;
	z-index: 2;
	background-color: #222;
	transform: translate(-50%, -50%);
}

.px__body__speaker {
	top: 4%;
	left: 50%;
	width: 12%;
	height: .8%;
	border-radius: 5px;
}

.px--ls .px__body__speaker {
	top: 50%;
	left: 4%;
	width: .8%;
	height: 12%;
}

.px__body__camera {
	top: 4%;
	left: 36%;
	width: 3.5%;
	height: 1.7%;
	border-radius: 50%;
	box-shadow: inset 0 0 2px 1px #000;
}

.px--ls .px__body__camera {
	top: 64%;
	left: 4%;
	width: 1.7%;
	height: 3.5%;
}

.px__body__sensor {
	top: 22px;
	left: 59%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2a4a7385;
}

.px--ls .px__body__sensor {
	top: 39%;
	left: 4%;
	width: 1.1%;
	height: 2.2%;
}

.px__body__mute,
.px__body__up,
.px__body__down,
.px__body__right {
	position: absolute;
	background-color: #263dad;
	box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, .5), inset 0 -5px 5px -3px rgba(0, 0, 0, .5);
	transform: translate(0, -50%);
}

.px--ls .px__body__mute,
.px--ls .px__body__up,
.px--ls .px__body__down,
.px--ls .px__body__right {
	box-shadow: inset 5px 0 5px -3px rgba(0, 0, 0, .5), inset -5px 0 5px -3px rgba(0, 0, 0, .5);
	transform: translate(-50%, 0);
}

.px--ls .px__body__right {
	background-color: #f4f6f6;
}

.px__body__mute {
	top: 21.7%;
	left: -1%;
	width: 1%;
	height: 4%;
	border-radius: 1px 0 0 1px;
}

.px--ls .px__body__mute {
	top: auto;
	left: 14.7%;
	bottom: -.7%;
	width: 4%;
	height: .7%;
	border-radius: 0 0 1px 1px;
}

.px__body__up,
.px__body__down {
	left: -1%;
	width: 1%;
	height: 7.5%;
	border-radius: 2px 0 0 2px;
}

.px--ls .px__body__up,
.px--ls .px__body__down {
	bottom: -1%;
	width: 7.5%;
	height: 1%;
	border-radius: 0 0 2px 2px;
}

.px__body__up {
	top: 25%;
}

.px--ls .px__body__up {
	top: auto;
	left: 25%;
}

.px__body__down {
	top: 32%;
}

.px--ls .px__body__down {
	top: auto;
	left: 34%;
}

.px__body__right {
	top: 32%;
	right: -1%;
	width: 1%;
	height: 9.5%;
	border-radius: 0 2px 2px 0;
}

.px--ls .px__body__right {
	top: -1%;
	right: auto;
	left: 25%;
	width: 7.5%;
	height: 1%;
	border-radius: 2px 2px 0 0;
}

.px__screen {
	position: relative;
	z-index: 1;
}

.px__screen__ {
	position: relative;
	padding-bottom: 218%;
	background-color: #000;
	border-radius: 10%/5%;
	box-shadow: 0 0 10px #000;
}

.px--ls .px__screen__ {
	padding-bottom: 46%;
	border-radius: 5%/10%;
}

.px__screen__frame {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-radius: inherit;
	background-size: cover;
	background-position: center center
}

.px__screen__frame>.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 5em;
	transform: translate(-50%, -50%);
}

#heroContainer {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#heroSubcontainer {
	position: relative;
	padding-top: 200px;
	padding-bottom: 90.5%;
	height: 0;
}

#heroVideo {
	box-sizing: border-box;
	background: transparent center center no-repeat;
	background-size: contain;
	padding: 7.5% 25.8% 7.5%;
	border-radius: 30px !important;
	position: absolute;
	z-index: 2 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#heroFrame {
	box-sizing: border-box;
	background: transparent center center no-repeat;
	background-size: contain;
	border-radius: 30px !important;
	position: absolute;
	z-index: 2 !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 115%;
}

.banner-details .color-gt {
	font-size: 12px;
	position: relative;
	top: -18px;
	color: #fff !important;
	left: -3px;
}

.top-banner:after {
	position: absolute;
	width: 100%;
	background: url(../img/pattern.png);
	content: '';
	height: 100%;
	top: 0;
	left: 0;
}

.top-banner .container {
	position: relative;
	z-index: 1;
}

.multi-imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.multi-imgbox img:first-child {
	margin-right: -40px;
}

.multi-imgbox img:last-child {
	margin-left: -40px;
}

.multi-imgbox img:nth-child(2) {
	position: relative;
	z-index: 1;
}

.banner-details {
	color: var(--clr-white);
	margin-bottom: 50px;
}

.banner-details h1 {
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 15px 0 20px;
}


.banner-details h1 span {
	display: inline-block;
	background: var(--clr-gradient1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-details p {
	line-height: 28px;
	margin: 0 0 30px;
	color: var(--clr-white);
}

.verify-inputbox {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 0 0 20px;
}

.verify-inputbox input {
	border-radius: 10px;
	min-height: 50px;
	border: 0;
	outline: 0;
	background: var(--clr-gradient1);
	font-size: 14px;
	color: var(--clr-white) !important;
}

.verify-inputbox input:focus {
	background: var(--clr-gradient1);
}

.verify-inputbox input::placeholder {
	color: var(--clr-white);
}

.verify-inputbox button {
	position: absolute;
	right: 4px;
	border: 0;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	top: 4px;
	outline: 0;
}

.verify-inputbox button i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	font-size: 12px;
	border-radius: 100%;
	padding: 2px;
	font-weight: bold;
}

.app-store {
	display: flex;
	align-items: center;
	gap: 15px;
}

.app-store img {
	box-shadow: 0px 10px 25px 0px rgba(255, 255, 255, 0.15);
}

/* Top banner end */

/* welcome */

.welcome-cardbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 25px 20px;
	transition: all 0.4s ease-in-out;
	border-radius: 15px;
	border: 1px solid var(--clr-border);
}

.welcome-cardbox img {
	height: 70px;
	margin: 0 0 30px;
	transition: all 0.4s ease-in-out;
}

.welcome-cardbox h6 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 20px;
	color: var(--clr-dark);
}

.welcome-cardbox p {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}

.welcome-cardbox:hover {
	background: var(--clr-white);
	box-shadow: 0 10px 40px -5px rgb(0 0 0 / 15%);
	border-color: var(--clr-white);
}

.welcome-cardbox:hover img {
	transform: scale(1.2) rotateY(180deg);
}

/* welcome end */

/* favorite Brands */

.favoriteBrands-container {
	display: flex;
	gap: 60px;
	align-items: center;
}

.favoriteBrands-container .imgbox img:first-child {
	margin-right: -40px;
}

.favoriteBrands-container .imgbox {
	min-width: 390px;
}

.favoriteBrands-content .section-heading {
	margin: 0 0 30px;
}

.BenefitsApp .title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px;
}

.icon-content {
	display: flex;
	gap: 20px;
}

.icon-content .icon-box {
	width: 60px;
	height: 60px;
	border-radius: 100px 100px 0px 100px;
	box-shadow: 0 2px 15px rgb(0 0 0 / 15%);
	min-width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
	animation: drift 2s linear infinite alternate forwards;
}

.icon-content .icon-box img {
	animation: blink 2s infinite alternate;
}

.icon-content .details h6 {
	font-size: 18px;
	font-weight: 600;
}

.icon-content .details p {
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.icon-content:hover .icon-box {
	border-radius: 0px 100px 100px 100px;
}

/* favorite Brands end */

/* demo video */

.demoVideo-section {
	position: relative;
	padding-bottom: 0;
}

.demoVideo-section:after {
	position: absolute;
	width: 100%;
	background: url(../img/pattern.png);
	content: '';
	height: 100%;
	top: 0;
	left: 0;
}

.demoVideo-section .container {
	position: relative;
	z-index: 1;
}

.demoVideo {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: -35px;
}

.demoVideo .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0;
	background: transparent;
	padding: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.demoVideo .play-btn:after {
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
	position: absolute;
	border-radius: 100%;
	background: var(--clr-gradient1);
	z-index: -1;
	box-shadow: 0px 0px 30px 0px #A84BF3;
}

.demoVideo .play-btn:before {
	display: block;
	content: "";
	position: absolute;
	border-radius: 100%;
	z-index: -1;
	animation: video-toggle-animate 1.9s linear 0s infinite;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: var(--clr-gradient1);
}

@keyframes video-toggle-animate {
	0% {
		width: 60px;
		height: 60px;
		opacity: 0.8;
	}

	100% {
		width: 150px;
		height: 150px;
		opacity: 0;
	}
}

@keyframes video-toggle-animate6 {
	0% {
		width: 60px;
		height: 60px;
		opacity: 0.8;
	}

	100% {
		width: 90px;
		height: 90px;
		opacity: 0;
	}
}

#videoPop {
	backdrop-filter: blur(4px);
}

.PopVideo video {
	width: 100%;
	border-radius: 10px;
}

.PopVideo {
	line-height: 0;
}


#videoPop .modal-content {
	background: transparent;
	border: 0;
}

#videoPop .modal-content .modal-body {
	padding: 0;
	position: relative;
}

#videoPop .btn-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
	background-color: var(--clr-white);
	border-radius: 100%;
	background-size: 10px;
	padding: 0;
	z-index: 1;
}

/* demo video end */

/* how it work */

.workStep-container {
	display: flex;
	gap: 90px;
	align-items: center;
}

.workStep-container .step-imgbox {
	min-width: 490px;
	line-height: 0;
	margin-bottom: -100px;
	position: relative;
}

.workStep-container .step-imgbox .gif-logo {
	position: absolute;
	top: 205px;
	right: 28px;
	width: 40px;
}

.workStep-details {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.workStep-details .icon-content .details {
	text-align: right;
}

.workStep-details .icon-content {
	gap: 25px;
	align-items: center;
}

.workStep-details .icon-content .icon-box {
	width: 100px;
	height: 100px;
	min-width: 100px;
}

.workStep-details .icon-content .icon-box h2 {
	font-size: 40px;
	font-weight: bold;
	color: var(--clr-white);
	margin: 0;
}

/* how it work end */

/* our partners */

.ourPartners-section {
	padding-bottom: 0;
	position: relative;
}

.ourPartners-section:after {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 20px);
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, #EAF0FF 0%, rgba(234, 240, 255, 0.50) 47.4%, rgba(190, 110, 255, 0.10) 100%);
	z-index: -1;
}

.ourPartners-section .container {
	max-width: 1280px;
}

.OurPartners-content {
    display: flex;
    justify-content: center;
    gap: 70px;
    padding: 0 25px 25px;
}

.OurPartners-cards {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 30px;
}
.partners-cards {
    width: calc(100% - -20px);
    max-width: 400px;
    padding: 25px;
    border-radius: 10px;
    background: var(--clr-white);
    box-shadow: 0px 10px 30px -5px rgba(70, 170, 255, 0.25);
    display: flex;
    align-items: center;
    gap: 20px;
    /* background: linear-gradient(90deg, #be6eff54 0%, #46aaff 100%); */
}

.partners-cards:hover {
	animation: pulse-animation 2s infinite;
}

.partners-cards .card-details {
	overflow: hidden;
	width: 100%;
}

.partners-cards .card-details h6 {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #a64bef 0%, #08508d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 5px;
}

.partners-cards .card-details p {
	font-size: 13px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.left-cards .partners-cards:first-child,
.left-cards .partners-cards:last-child {
	margin-left: auto;
}

.right-cards .partners-cards:nth-child(2) {
    margin-left: 20px;
}
.left-cards .partners-cards:nth-child(2) {
    margin-left: -20px;
}
.partners-cards img {
    width: 100px;
}

.center-mobile {
	min-width: 250px;
	position: relative;
}

.center-mobile video {
	object-fit: cover;
	border-radius: 3px;
	box-sizing: border-box;
	background: transparent center center no-repeat;
	background-size: contain;
	border-radius: 20px !important;
	position: absolute;
	z-index: 2 !important;
	top: 27px;
	left: 26px;
	width: 79%;
	height: 88%;
}

.center-mobile img {
	width: 100%;
}

.ourPartners-swiperNav {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row-reverse;
	max-width: 340px;
	margin: -130px auto 0;
	justify-content: space-between;
	padding: 72px 0;
}

.gradient1 img {
	max-width: 50%;
}

.gradient3 img {
	max-width: 70%;
}

.gradient4 img {
	max-width: 70%;
}

.gradient2 img {
	max-width: 70%;
}

.swiperNav {
	position: unset;
	margin: 0;
	width: 32px;
}

.swiperNav:after {
	display: none;
}

/* our partners end */

/* yes we can scan */

.weScan-section {
	padding-top: 130px;
}

.scan-container .imgbox {
	min-width: 430px;
	position: relative;
}

.scan-container .imgbox img:first-child {
	margin-right: -100px;
}

.scan-container .label-box {
	border-radius: 5px;
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 0 10px;
}

.scan-container .label-box h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	color: var(--clr-dark);
	padding: 15px 0;
	font-weight: bolder;
	background: var(--clr-gradient1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.scan-container .label-box h2.top-container {
	background: var(--clr-gradient1);
	color: white;
	clip-path: circle(10% at 93% 50%);
	animation: circleMove 20s ease-in-out infinite;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-text-fill-color: currentColor;
}

@keyframes circleMove {

	0%,
	100% {
		clip-path: circle(10% at 93% 50%);
	}

	50% {
		clip-path: circle(10% at 7% 50%);
	}
}

.scan-container .label-clr1 {
	background: #FF6863;
	color: var(--clr-white);
}

.scan-container .label-clr2 {
	background: #3DCEC7;
	color: var(--clr-white);
}

.scan-container .imgbox .motivated-circle {
	position: absolute;
	left: -40px;
	top: 0;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgb(61 206 199 / 80%);
	border-radius: 100%;
	font-size: 13px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--clr-white);
	z-index: 1;
}

.scan-container .imgbox .motivated-circle:after {
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
	position: absolute;
	border-radius: 100%;
	z-index: -1;
	border: 1px solid #3DCEC7;
}

.scan-container .imgbox .motivated-circle:before {
	display: block;
	content: "";
	position: absolute;
	border-radius: 100%;
	z-index: -1;
	animation: bubble 1.9s linear 0s infinite;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #3DCEC7;
}

@keyframes bubble {
	0% {
		width: 0;
		height: 0;
		opacity: 0.8;
	}

	100% {
		width: 150px;
		height: 150px;
		opacity: 0;
	}
}

/* yes we can scan end */


/* Protect Product */

.protectProduct-section {
	position: relative;
}

.protectProduct-section:after {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 180px);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
	background: var(--clr-gradient1);
}

.protectProduct-container {
	display: flex;
	align-items: center;
	gap: 35px;
}

.protectProduct-container .imgbox {
	min-width: 300px;
}

.protectProduct-content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	margin: 0;
	color: var(--clr-white);
}

.protectProduct-content p {
	color: var(--clr-white);
}

.protectProduct-content .section-divider {
	flex-direction: row-reverse;
}

.protectProduct-content .section-divider span {
	background: var(--clr-white);
}

.protectProduct-content .section-divider:after {
	background: var(--clr-secondary);
}

/* Protect Product end */

/* Pricing */

.priceSwiper {
	padding: 25px;
}

.priceSwiper .swiper-slide,
.priceSwiper .swiper-slide {
	transform: scale(0.85) !important;
}

.priceSwiper .swiper-slide-active {
	transform: scale(1) !important;
}

.price-box {
	border-radius: 15px;
	padding: 35px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 500px;
	border: 1px solid #ddd;
	position: relative;
}

.price-box .ThemeBtn {
	margin-top: auto;
}

.priceSwiper .swiper-slide-active .price-box {
	background: var(--clr-white);
	box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.15);
	border: 0;
}

.price-box .icon-block {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	border-radius: 100%;
	background: var(--clr-gradient3);
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
}

.priceSwiper .swiper-slide-prev .icon-block {
	background: var(--clr-gradient2);
}

.priceSwiper .swiper-slide-next .icon-block {
	background: var(--clr-gradient4);
}

.priceSwiper .swiper-slide-active .icon-block {
	animation: pulse-animation 2s infinite;
}

.price-box h6 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px;
}

.price-box h2 {
	font-size: clamp(30px, 5vw, 34px);
	font-weight: 700;
	line-height: 28px;
}

.price-box ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 30px 0;
}

.priceSwiper .swiperNav {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid var(--clr-secondary);
	background: var(--clr-white);
	box-shadow: 0px 0px 20px 0px rgba(190, 110, 255, 0.40);
	position: absolute;
	top: 50%;
}

.priceSwiper .swiperNav.swiper-button-prev {
	left: 38px;
}

.priceSwiper .swiperNav.swiper-button-next {
	right: 38px;
}

.priceSwiper .swiperNav.swiper-button-prev img {
	position: relative;
	left: -15px;
}

.priceSwiper .swiperNav.swiper-button-next img {
	position: relative;
	right: -15px;
}

.PackageForm {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.offer-label {
	border-radius: 15px 5px 15px 0px;
	background: var(--clr-gradient1);
	box-shadow: 0px 5px 20px 0px rgba(190, 110, 255, 0.40);
	color: var(--clr-white);
	padding: 5px 15px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

/* Pricing end */


/* app showcase */

.appShowcase-section {
	position: relative;
	overflow: hidden;
	animation: shrink 5s infinite alternate;
}

.appShowcase-section:after {
	position: absolute;
	width: 100%;
	background: url(../img/pattern.png);
	content: '';
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 15px;
}

.appShowcase-container {
	border-radius: 15px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}


.appShowcase-container .card {
	max-width: 500px;
	border: 0;
	background: transparent;
	z-index: 1;
}

.appShowcase-container .card .card-header h5 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	color: var(--clr-white);
}

.appShowcase-container .card .card-header {
	padding: 30px;
	border-radius: 15px 15px 0px 0px;
	background: var(--clr-gradient5);
	border: 0;
}

.appShowcase-container .card .card-body {
	background: rgba(70, 170, 255, 0.30);
	padding: 30px;
}

.appShowcase-container .card .card-body hr {
	border: 1px dashed rgba(255, 255, 255, 0.40);
	margin: 40px 0;
}

.appShowcase-container .card .card-body .icon-content .details h6,
.appShowcase-container .card .card-body .icon-content .details p {
	color: var(--clr-white);
}

.appShowcase-container .card .card-body .icon-content .details p {
	font-size: 14px;
}

/* app showcase end */

/* Insta */

.instaFeed .eui-widget-title {
	display: none !important;
}

.instaFeed .eapps-instagram-feed-posts-item {
	padding: 5px;
	border-radius: 10px;
}

.instaFeed .eapps-instagram-feed-posts-item-link {
	position: relative;
	border-radius: 10px;
	overflow: hidden;

}

.instaFeed #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--clr-gradient5) !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-nav-icon {
	width: 12px !important;
	height: 12px !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-prev .eapps-instagram-feed-posts-slider-nav-icon {
	right: auto !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-next .eapps-instagram-feed-posts-slider-nav-icon {
	left: auto !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-next {
	right: 25px !important;
}

.instaFeed .eapps-instagram-feed-posts-slider-prev {
	left: 25px !important;
}

.mobile-logo {
	display: none;
}


.welcome-cardbox lord-icon {
	margin-bottom: 30px;
}

.box-heading {
	text-align: center;
}


/* Become-partner-css */

.become-partner-banner {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 80px;
	text-align: center;
}

.become-partner-banner .banner-details {
	text-align: center;
}

.become-partner-banner .banner-details p {
	max-width: 430px;
	margin: auto;
}

.form-control {
	padding: 10px 20px;
}


.form-control:focus {
	border: double 1.9px transparent;
	border-radius: 10px;
	background-image: linear-gradient(white, white),
		var(--clr-gradient1);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	position: relative;
	animation: pulse-animation 2s infinite;
}

.become-form .section-heading {
	margin: 0 0 10px;
}

.become-form .section-heading h4 {
	width: fit-content;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	background: var(--clr-gradient1);
}

.become-form .section-heading .icon-box {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: start;
}

.become-form .section-divider {
	margin: 10px 0;
}

.become-form .ThemeBtn {
	margin-left: auto;
	display: inline-block;
	width: 200px;
}

.become-form .row.flex-column {
	padding: 0;
}

.become-form .enter-code {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}

.become-form form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 45px;
	justify-content: space-between;
}

.become-form form label {
	font-size: 12px;
}

.become-form form input,
.become-form form textarea {
	font-size: 12px;
}

.become-form .enter-code label {
	margin: 0;
}

.become-form .enter-code input {
	margin-top: 20px;
}


.become-form .enter-code img {
	max-width: 300px;
}

.become-form .row.justify-content-center {
	border: 1px solid #ddd;
	position: relative;
	border-radius: 10px;
	padding: 30px 15px 10px;
	background-color: #fff;
	box-shadow: 0 10px 40px -13px rgb(0 0 0 / 15%);
}

.become-form .section-heading {
	left: 15px;
	position: absolute;
	top: -25px;
}


/* .become-form  .row.justify-content-center.col-6{
  padding: 10px;
} */


/* .become-form .row.justify-content-center{
  box-shadow: 0 5px 10px #ccc;
  background-color: #fff;
  padding: 35px;
  border-radius: 10px;
} */


/* pricing-page */


.pricing-section .price-box .icon-block {
	animation: none;
}

.pricing-section .price-box:after {
	content: " ";
	width: 500px;
	height: 360px;
	top: -110px;
	position: absolute;
	background: var(--clr-gradient1);
	border-radius: 50%;
	z-index: -1;
}

.pricing-section .price-box {
	overflow: hidden;
}

.pricing-section .price-box h6,
.pricing-section .price-box h2 {
	color: #fff;
	position: relative;
	z-index: 1;
}

.priceSwiper .swiper-slide-active .price-box:before {
	content: " ";
	width: 500px;
	height: 360px;
	top: -110px;
	position: absolute;
	background: var(--clr-gradient1);
	border-radius: 50%;
	z-index: 0;
}

.pricing-section .PackageForm {
	position: relative;
	z-index: 5;
	padding: 15px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px -20px 30px 0px rgb(0 0 0 / 10%);
}

.pricing-section .price-box h6 {
	margin-bottom: 10px;
	font-size: 15px;
}

.pricing-section .price-box h2 {
	margin-bottom: 25px;
	font-size: 30px;
}

.pricing-section .offer-label {
	background: #fff;
	color: #A84BF3;
}

.welcome-cardbox img {
	height: 40px;
	margin: 10px 0 30px;
	transition: all 0.4s ease-in-out;
}

.welcome-cardbox .demoVideo .play-btn:after {
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 100%;
	background: var(--clr-gradient1);
	z-index: -1;
	box-shadow: 0px 0px 30px 0px #A84BF3;
}

.welcome-cardbox .demoVideo .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
	border: 0;
	background: transparent;
	padding: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.welcome-cardbox .demoVideo .play-btn:before {
	display: block;
	content: "";
	position: absolute;
	border-radius: 100%;
	z-index: -1;
	animation: video-toggle-animate2 1.9s linear 0s infinite;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: var(--clr-gradient1);
}

@keyframes video-toggle-animate2 {
	0% {
		width: 50px;
		height: 50px;
		opacity: 0.8;
	}

	100% {
		width: 80px;
		height: 80px;
		opacity: 0;
	}
}

.welcome-cardbox .front {
	display: contents;
}

.welcome-cardbox:hover .front {
	transform: rotateY(90deg);
	display: none;
	height: 300px;
}

.welcome-cardbox>.back {
	transform: rotateY(-90deg);
	display: none;
}

.welcome-cardbox:hover .back {
	transform: rotateY(0deg);
	display: block;
}

.back-text {
	-webkit-line-clamp: 15 !important;
}

.back .box-heading {
	width: 100%;
}

.demoVideo .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0;
	background: transparent;
	padding: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.main-vedio-sec .play-btn:before {
	display: block;
	content: "";
	position: absolute;
	border-radius: 100%;
	z-index: -1;
	animation: video-toggle-animate6 1.9s linear 0s infinite;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: var(--clr-gradient1);
}

.main-vedio-sec .play-btn:after {
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	position: absolute;
	border-radius: 100%;
	background: var(--clr-gradient1);
	z-index: -1;
	box-shadow: 0px 0px 30px 0px #A84BF3;
}

.main-vedio-sec .play-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0;
	background: transparent;
	padding: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.main-vedio-sec {
	position: relative;
}