@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-family: "Poppins", sans-serif;
	background-color: #E5E3E4;
	font-size: 16px;
	line-height: 30px;
}

:root {
	--primary-color: #12243E !important;
	--secondary-color: #212B36 !important;
	--text-color: #52525B;
	--light-color:#7A7A7A;
	--dark-color:#222222;
}

@font-face {
    font-family: 'partakedemoregular';
    src: url('../font/partakedemo.regular-webfont.woff2') format('woff2'),
         url('../font/partakedemo.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p{
	line-height: 1.5;
}

.font-partake {
	font-family: 'partakedemoregular';
}
em.error {
    color: #dc3545;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: inherit;
}
.pagination {
	--bs-pagination-padding-x: 1rem !important;
    --bs-pagination-padding-y: 0.375rem !important;
	--bs-pagination-border-radius: 0.375rem !important;
    justify-content: center !important;
	--bs-pagination-border-radius: var(--bs-border-radius) !important;
	gap: 1.5rem !important;
	
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #8d7769;
    border-color: #8d7769;
}
.page-link {
    color: #B7A9A0;
	border-radius: var(--bs-border-radius) !important;
}
.page-link:focus {
    z-index: 3;
    color: #8d7769;
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #8d776933  !important;
}
.container-fluid {
    padding: 0 100px;
}
.main-container {
    padding: 0 20px 0px 150px;
}
.app_development_section-container{
	padding: 0 150px 0px 20px;
}
.app-developement-heading{
	line-height: 70px !important;
}
/* colors */
.bg-primary {
	background-color: var(--primary-color) !important;
}

.bg-secondary {
	background-color: var(--secondary-color) !important;
}

.bg-light {
	background-color: var(--light--bg) !important;
}
.text-dark{
	color:var(--dark-color) !important;
}
.text-color {
	color: var(--text-color) !important;
}

.text-light{
	color:var(--light-color) !important;
}


.text-primary {
	color: var(--primary-color) !important;
}

.border-light {
	border-color: #E0E0E0 !important;
}

.z-index-99{
	z-index: 999 !important;
}

/* font-weight */
.fw-400 {
	font-weight: 400;
}

.fw-200 {
	font-weight: 200;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}
.h-px-18 {
  height: 18px !important;
}

.h-px-20 {
  height: 20px !important;
}

.h-px-30 {
  height: 30px !important;
}

.h-px-40 {
  height: 40px !important;
}

.h-px-50 {
  height: 50px !important;
}

.h-px-75 {
  height: 75px !important;
}

.h-px-100 {
  height: 100px !important;
}

.h-px-120 {
  height: 120px !important;
}

.h-px-150 {
  height: 150px !important;
}

.h-px-200 {
  height: 200px !important;
}

.h-px-250 {
  height: 250px !important;
}

.h-px-300 {
  height: 300px !important;
}

.h-px-350 {
  height: 350px !important;
}

.h-px-400 {
  height: 400px !important;
}

.h-px-500 {
  height: 500px !important;
}

.h-px-600 {
  height: 600px !important;
}

.h-px-700 {
  height: 700px !important;
}

.h-px-800 {
  height: 800px !important;
}
.preview-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fw-semibold {
	font-weight: 500 !important;
}

.fw-normal {
	font-weight: 300 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}
/* form-css */
.form-control {
	background-color: #F5F5F5;
	border: 1px solid #EBEBEB;
	height: 50px;
	border-radius: 10px;
	font-size: 14px;
}

/* custom-checkbox */
.form-check-input {
	position: absolute;
	opacity: 0;
}

.form-check-input+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 13px;
}

.form-check-input+label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: white;
	border: 1px solid #AEAEB2;
	border-radius: 5px;
}

.form-check-input:hover+label:before {
	background-image: linear-gradient(to bottom, #571038 0%, #389DD1 80%, #389DD1 20%);
}

.form-check-input:focus+label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
	padding: 0;
}

.form-check-input:checked+label:before {
	background-image: linear-gradient(to bottom, #571038 0%, #389DD1 80%, #389DD1 20%);
}

.form-check-input:disabled+label {
	color: #b8b8b8;
	cursor: auto;
}

.form-check-input:disabled+label:before {
	box-shadow: none;
	background: #ddd;
}

.form-check-input:checked+label:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}

/* header-css */
.logo {
	width: 100px;
}

/* banner-start */

.banner h1 {
    font-size: 98px;
    line-height: 70px;
}

.gradient-image::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	height: 130vh;
	width: 100%;
	background-image: url(../images/gradient-img.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}

.gradient-image-two::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	height: 145vh;
	width: 100%;
	background-image: url(../images/gradient-img-two.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}

/* keyframes */

.mover-animation {
	-webkit-animation: mover 1.3s infinite alternate;
	animation: mover 1.3s infinite alternate;
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes transalte {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-15px);
	}
}

.section img, .development_section img{
	transition: 0.5s ease-in-out;
	overflow: hidden;
}
.section img:hover, .development_section img:hover{
	transform: scale(1.04);
	transition: 0.5s ease-in-out;
}

.translate-animation {
	-webkit-animation: transalte 5.3s infinite alternate;
	animation: transalte 5.3s infinite alternate;
}

.find-more {
	position: absolute;
	top: 40%;
	z-index: 99;
	right: 13%;
}

.find-more img {
    margin-left: 38%;
    width: 26%;
}

.scroll img{
	width: 2%;
}
/* section */


.section-heading h2{
	line-height: 50px;
	letter-spacing: 4px;
}
.section-heading span.sub-head {
    letter-spacing: 14px;
    font-size: 36px;
}
.section {
	padding: 100px 0;
}

.heading::after {
	position: absolute;
	content: '';
	left: 0;
	top: -150px;
	right: 0;
	height: 100vh;
	width: 100%;
	background-image: url(../images/eclipse.svg);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}

.sticky{
	/* box-shadow: 0 -6px 10px 5px rgb(177 169 169 / 50%); */
	z-index: 9999 !important;
	position: unset !important;
	background: none !important;
}

.bg-hero-image {
	content: '';
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/hero-bg-image.svg);
	background-position: left;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: cover;
}

/* What-we-do-css */

.what_we_do_card {
	padding: 100px;
	border-radius: 30px 0 0 30px;
	z-index: 9;
	border-right: 1px solid #E5E3E4;
}

.what_we_do_card p {
	text-align: justify;
	line-height: 26px;
}

.seperater {
	height: 2px;
	width: 100px;
	background-color: #C6C6C6;
}

/* btn-css */

.btn-grad {
	background-image: linear-gradient(164deg, #571038 10%, #389DD1 80%, #389DD1 100%);
	padding: 10px 40px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	border-radius: 10px;
	display: inline-block;
	border:none;
}

.btn-grad:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}

.what-we_do_list {
	min-height: 900px;
}

.development_section img {
	width: 80%;
}

/* Contact-section */

.gradient-bg {
	background-image: linear-gradient(163deg, #571038 20%, #389DD1 100%, #389DD1 100%);
}

.contact-section::after {
	position: absolute;
	content: '';
	left: 0;
	top: -150px;
	right: 0;
	height: 1000px;
	width: 100%;
	background-image: url(../images/eclipse-purple.svg);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}

.contact-section-two::after {
	display: none;
}

.section-card img {
	width: 200px;
}

.section-card img.plan-img {
	width: 150px;
}

.section-card img.code-img {
	width: 80px;
	position: relative;
	top: 90px;
	left: 100px;
}

.section-card img.piechart-img {
	width: 150px;
}

.section-card img.testing-img {
	width: 130px;
}

.section-card img.rocket-img {
	width: 90px;
}

.section-card img.bulb-img {
	width: 130px;
}

.section-card img.support-img {
	width: 100px;
	position: relative;
	top: 60px;
}

.section-card-content::after {
    position: absolute;
    content: '';
    left: -200px;
    top: -200px;
    right: 0;
    height: 100rem;
    width: 60rem;
    background-image: url(../images/eclipse-purple-small.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
.section-card img{
	transition: 0.5s ease-in-out;
}

.section-card img:hover{
	width: 200px !important;
	transition: 0.5s ease-in-out;
}
.client-heading::after {
	position: absolute;
	content: '';
	left: 0;
	top: -150px;
	right: 0;
	height: 500px;
	width: 100%;
	background-image: url(../images/eclipse-purple-small.svg);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}


/* Work-css */
.center-slider .slick-slide {
	color: #FFF;
	height: 200px;
	margin: 0 15px 0 0;
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
	transform: scale(0.8, 0.8);
	transition: all 0.4s ease-in-out;
}

.app-slider .slick-slide,
.app-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
	transform: scale(0.9) !important;
	transition: all 0.4s ease-in-out;
}

.app-slider .slick-current.slick-active {
	transform: scale(1.0) !important;
	background-color: transparent;
}

.app-slider .slick-slide{
	transform: scale(0.8) !important;
}
.app-slider {
    width: 200%;
    margin-left: -50%;
}

.app-slider .slick-prev {
    margin-left: 25%;
    z-index: 1;
}

.app-slider .slick-next {
    margin-right: 25%;
    z-index: 1;
}

.slick-slide img {
    width: 100%;
    border-radius: 0px !important;
    opacity: 0.5;
	transform: scale(1.0) !important;
}
.slick-slide.slick-current img {
    opacity: 1;
	transform: scale(1.0);
}

.app-development-left-section{
	padding: 100px 0 0 150px;
    background-color: #E5E3E4;
}

.shadow-card::after {
    background-image: url(../images/shadow.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -250px;
    top: 0;
}


.custom-next1,
.custom-prev1 {
	position: absolute;
	transform: translateY(-50%);
	z-index: 1000;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-size: cover;
	bottom: -80px;
}
.custom-prev,
.custom-next {
	position: absolute;
	transform: translateY(-50%);
	z-index: 1000;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-size: cover;
	bottom: -120px;
}

.work-section .custom-next1 {
	left: 52%;
}

.work-section .custom-prev1 {
	left: 44%;
}

.work-slider {
    min-height: 320px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.custom-prev,
.custom-prev1 {
	left: 40%;
	/* Use your custom previous arrow image */
	background-image: url('../images/left-arrow.svg');
}

.custom-next,
.custom-next1 {
	right: 40%;
	/* Use your custom next arrow image */
	background-image: url('../images/right-arrow.svg');
}

/* Hide default Slick arrows */
.slick-prev,
.slick-next {
	display: none !important;
}

/* .work{
	overflow: hidden;
  } */

.slick-list {
	overflow: visible;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
	transform: scale(0.2);
	background-color: transparent;
}

.center-slider .slick-current.slick-active {
	transform: scale(1.0);
	background-color: transparent;
}


.slick-next,
.slick-prev {
	z-index: 5;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
}

.slick-next:before,
.slick-prev:before {
	color: #000;
	font-size: 26px;
}


/* Blog-css */
.blog-card{
	min-height: 680px;
	overflow: hidden;
}
.blog-seperater{
	width: 60px;
	height: 3px;
	background-color: #222222;
}
.blog-img img{
	border-radius: 15px;
	min-height: 415px;
}
.search-gradient-btn {
    padding: 10px 20px;
    min-height: 50px;
    border-radius: 0 10px 10px 0;
}
.tags-list li a {
	border: 1px solid #A5ACB5;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #A5ACB5;
}
.tags-list li a:hover, .tags-list li a.active{
	background-image: linear-gradient(to right, #571038 0%, #389DD1 51%, #389DD1 100%);
	color:white;
	border:1px solid white;
}
.post-image img{
	width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}
.blog-detail-btn{
	min-width: 200px;
}

.work-slider::after {
    background-image: url(../images/slider-images/laptop.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    content: '';
    left: 0;
    right: 19px;
    width: 24%;
    height: 100%;
    top: 42px;
    margin: 0 auto;
}

.work-slider .center-slider .slick-current.slick-active img{
    height: 190px;
    border-radius: 0px;
}
  .bg-app-development img{
	min-height: 650px;
    object-fit: cover;
    width: 100%;
	border-radius: 0 30px 30px 0 !important;
  }
/* Responsive-css */

@media (min-width: 1201px) and (max-width: 1366px) {
	.find-more img {
		margin-left: 80%;
	}

	.banner h1 {
		font-size: 100px;
		line-height: 80px;
	}

	.form-check-input+label {
		font-size: 11px;
	}

	.work-slider {
		min-height: 320px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.section {
		padding: 150px 0;
	}

	.banner h1 {
		font-size: 90px;
		line-height: 80px;
	}

	.find-more {
		right: 5%;
	}

	.find-more img {
		margin-left: 70%;
	}

	.what_we_do_card {
		padding: 50px;
	}

	.what-we_do_list {
		min-height: 900px;
		padding: 10px 20px !important;
	}

	.form-check-input+label {
		font-size: 8px;
	}

	.form-check-input+label:before {
		width: 15px;
		height: 15px;
	}

	.work-slider {
		min-height: 250px;
	}

	.work-section .custom-next1 {
		left: 52%;
	}

	.work-section .custom-prev1 {
		left: 42%;
	}
	.main-container {
		padding: 0 20px 0px 60px;
	}
	.app_development_section-container {
		padding: 0 60px 0px 20px;
	}
	.container-fluid {
        padding: 0 60px 40px 60px;
    }
	.section-card-content::after{
		display: none;
	}
	.gradient-bg {
		padding: 30px !important;
	}
}


@media (min-width: 768px) and (max-width: 991px) {

	.section {
		padding: 50px 0;
	}
	.section-card{
		align-items: center;
	}
	.section-card img.support-img {
		top: 20px;
	}
	.mockup .part .bottom {
		transform-origin: 10% 0;
		transform: translate3d(0, 0, 0) rotateX(90deg);
		width: 90% !important;
		margin: 0 auto !important;
		left: 35px !important;
	}
	.mockup img {
		max-width: 98% !important;
	}
	.banner h1 {
		font-size: 65px;
		line-height: 60px;
	}

	.find-more {
		visibility: hidden;
	}

	.find-more img {
		margin-left: 70%;
	}

	.what_we_do_card {
		padding: 50px;
		background-size: cover;
	}

	.what-we_do_list {
		min-height: 900px;
		padding: 10px 20px !important;
	}

	.development_section img {
        width: 100%;
        padding-top: 40px;
    }

	.form-check-input+label {
		font-size: 8px;
	}
	.section img, .development_section img {
		padding-bottom: 30px !important; 
	}
	.form-check-input+label:before {
		width: 15px;
		height: 15px;
	}

	.section-card img.plan-img {
		width: 100px;
		margin: 0 auto;
	}

	.section-card img.code-img {
		width: 80px;
		position: relative;
		top: 20px;
		left: 0;
		margin: 0 auto;
	}

	.section-card img.piechart-img {
		margin: 0 auto;
		margin-top: 100px;
	}

	.work-slider {
		min-height: 250px;
	}

	.work-section .custom-next1 {
		left: 52%;
	}

	.work-section .custom-prev1 {
		left: 42%;
	}
	.main-container {
		padding: 0 20px 0px 20px;
	}
	.app_development_section-container {
		padding: 0 20px 0px 20px;
	}
	.container-fluid {
		padding: 0px 20px;
	}
	.section-card-content::after{
		display: none;
	}
	.btn-grad {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
    }
}
.text-justify, .text-justify p {
        text-align: justify;
    }

	
	.bottom-title {
	    display:none;
	}
.btn-nxt a {
    margin: 10px 100px;
}
@media (max-width: 767px) {

	.container{
		padding: 0 24px;
	}
	.btn-nxt {
        gap: 0rem !important;
    }
	.blog-img img {
        border-radius: 15px;
        max-height: 264px;
        height: 264px !important;
        min-height: 264px;
        width:100%;
    }
    .preview-image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 265px !important;
    }
    .blog-detail-btn {
        min-width: 180px;
    }
    section#contactDiv {
        padding-top: 3rem !important;
    }
	.top-title {
	    display:none;
	}
	
	.bottom-title {
	    display:block;
	}
    .custom-next1, .custom-prev1 {
    position: absolute;
    transform: translateY(-50%);
    z-index: 1000;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 77px;
    height: 77px;
    background-size: cover;
    bottom: -80px;
}
	.gradient-image::after, .heading::after, .client-heading::after, .contact-section::after, .gradient-image-two::after{
		display: none;
	}
	.app-developement-heading {
		line-height: 46px !important;
	}
	.animation-logo {
		width: 50% !important;
		top: 15px !important;
		left: 90px;
	}
	.section-card img:hover {
		width: 80px !important;
	}
	.section-card img.testing-img {
        width: 70px;
        position: relative;
        left: 100px;
    }
	.section-card img.rocket-img {
        width: 50px;
        right: 100px;
        position: relative;
    }
	.scroll img {
		width: 6%;
        display: none;
	}
	
	.scroll p {
        display: none;
	}
	
	.mob-bg-what-we-do {
        padding: 40px 20px 50px 20px;
        border-radius: 50px;
        /*background: linear-gradient(201deg, rgba(255, 255, 255, 1) 0%, rgba(229, 207, 209, 1) 0%, rgba(255, 255, 255, 1) 50%);*/
        background: linear-gradient(201deg, #F1F1F1 0%, rgba(229, 207, 209, 1) 0%, #F1F1F1 50%);
    }

	.section {
		padding: 0px 0;
	}
	.section-card-content::after{
		display: none;
	}

	.client-choose img{
		width: 50px;
	}

	.client-choose h6{
		font-weight: 400;
		font-size: 16px;
	}

	.mob-social-media{
		margin: 0 auto;
	}

	.section-heading h2 {
		line-height: 40px;
	}
	.section-heading span.sub-head {
		letter-spacing: 7px;
		font-size: 28px;
	}
	.banner h1 {
		font-size: 44px;
		line-height: 45px;
	}

	.find-more {
		visibility: hidden;
	}

	.find-more img {
		margin-left: 70%;
	}

	.what_we_do_card {
		padding: 50px;
		background-size: cover;
	}

	.what-we_do_list {
		min-height: 900px;
		padding: 10px 20px !important;
	}

	.development_section img {
		width: 100%;
		margin-top: 50px;
	}

	.form-check-input+label {
		font-size: 12px;
	}

	.form-check-input+label:before {
		width: 25px;
		height: 25px;
	}
	.form-check-input:checked+label:after {
		top: 18px;
		left: 8px;
	}

	.section-card img.plan-img {
		width: 80px;
		margin: 0 auto;
	}

	.section-card img.code-img {
        width: 50px;
        position: relative;
        top: 0px;
        left: 0;
        margin: 0 auto;
    }

	.section-card img.piechart-img {
        margin: 0 auto;
        margin-top: 100px;
        position: absolute;
        top: -110px;
        width: 100px;
        left: 9.4rem;
    }
	.section-card img.bulb-img {
		width: 60px;
		position: absolute;
		top: 0;
		right: 20px;
	}

	.btn-grad {
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
    }

	.submit-btn{
		width: 100% !important;
	}

	.section-card img.support-img {
        top: -38rem;
        right: -120px;
    }
	.work-slider {
		min-height: 300px;
	}

	.work-section .custom-prev1 {
        left: 20%;
    }
	.work-section .custom-next1 {
		left: 62%;
	}
	.app-development-left-section {
		padding: 30px 30px 0px 30px;
	}
	.custom-prev, .custom-next, .custom-next1, .custom-prev1 {
		bottom: -100px;
	}
	.shadow-card::after{
		display: none !important;
	}
	.custom-next,
	.custom-next1 {
		right: 35%;
	}
	.custom-prev, .custom-prev1 {
		left: 30%;
	}
	.custom-next, .custom-next1 {
        right: 27%;
    }
	.main-container {
		padding: 0 20px 0px 20px;
	}
	.app_development_section-container {
		padding: 0 20px 0px 20px;
	}
	.container-fluid {
		padding: 0 20px;
	}
	.work-slider::after {
		left: 0;
		right: 0px;
		width: 91%;
		height: 100%;
		top: 48px;
		margin: 0 auto;
	}
	.slick-slide img {
		width: 71%;
        border-radius: 0;
        margin: 0 auto;
        position: relative;
        left: 10px;
        top: 6px;
        height: 186px;
	}
	.content.active #sidebarCollapse {
	/*	left: -40px !important;*/
		left: 270px !important;
	}
	.app-slider {
		width: 100%;
		margin-left: 0%;
	}
	.app-section{
		padding-left:24px !important;
		padding-right:24px !important;
	}
	.app-section .btn-grad{
		display: none;
	}
	.bg-app-development img {
        min-height: 300px;
        object-fit: fill;
        width: 100%;
        left:0;
        top:20px;
        border-radius: 0 30px 30px 0 !important;
    }
	.app-section .p{
		margin-bottom: 40px;
	}
	body{
		background-image: none !important;
	}
	.bg-app-development {
		background-image: none !important;
		padding: 40px 20px !important;
		background-size: cover;
		border-radius: 30px;
		background-color: white;
		text-align: center;
	}
}



.mockup {
	display: inline-block;
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 0;
	perspective: 2400px;
	perspective-origin: 50% 100%;
	opacity: 0;
	transition: 500ms opacity;
  }
  
  .mockup.loaded {
	opacity: 1;
  }
  
  .mockup .part .top,
  .mockup .part .bottom {
	position: absolute;
	top: 0;
	left: 0;
  }

  .mockup .part.top {
	animation: open 1s ease-in forwards;
  }
  
@keyframes open {
	0% { transform: rotateX(-90deg); }
	100% { transform: rotateX(0deg); }
  }

  .animation-logo{
	position: absolute;
    z-index: 99999;
    display: grid !important;
    place-content: center;
    width: 100%;
    place-items: center;
    align-items: center;
    justify-content: center;
    top: 80px;
  }
  .image-1, .image-2, .image-3{
	animation: slideDown 1.5s cubic-bezier(0.25, 0.8, 0.5, 1) forwards;
  }
  .image-1 {
	animation-delay: 0s;
  }
  
  .image-2 {
	animation-delay: 0.5s;
  }
  
  .image-3 {
	animation-delay: 0.8s;
  }

  @keyframes slideDown {
	from {
	  transform: translateY(-50px);
	  opacity: 0;
	}
	to {
	  transform: translateY(0);
	  opacity: 1;
	}
  }


  .mockup .part {
	display: inline-block;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	transition: 900ms;
  }
  
  .mockup.opened .part .top {
	transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1);
  }
  
  .mockup .part .top {
	transform-origin: 50% 0;
	transform: translate3d(0, 0, -11px) rotateX(90deg);
	transition: 900ms;
  }
  
  .mockup img {
	display: block;
	max-width: 100%;
	backface-visibility: hidden;
  }
  
  .mockup .part .cover {
	position: relative;
  }
  
  .mockup video {
	display: block;
	position: absolute;
	top: 8%;
	left: 4%;
	width: 92%;
	border-radius: 6px;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 1px);
  }
  
  .mockup .part.bottom {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0) rotateX(-90deg);
  }
  
  .mockup .part .bottom {
	  transform-origin: 50% 0;
	  transform: translate3d(0,0,0) rotateX(90deg);
  }


  .tab-content{
	background-color: white;
	border-radius: 10px;
	padding: 20px;
  }
  
  .section-tab .tab-content{
	background-color: #E5E3E4;
	border-radius: 10px;
	padding: 20px;
  }  

  /* App-development-css */
  .bg-app-development{
	background-image: url(../images/app-development-bg.svg);
	padding: 0px 0px 0px 40px;
	background-size: cover;
	border-radius: 30px;
  }
  .bg-modal-development {
    background-image: url(../images/modal-development-bg.svg);
    padding: 0px 0px 0px 40px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-repeat: no-repeat;
}
  .bg-app-development h3{
	font-size: 36px;
	margin-bottom: 20px;
  }




  /* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background-image: linear-gradient(to bottom, #C31B1B45 , #6B86D445);
    color: #fff;
    transition: all 0.3s;
	margin-left: -250px;
	font-family: 'partakedemoregular';
	height: 100vh;
	position: fixed;
	z-index: 999999;
	background-color: white;
	top:0;
	bottom: 0;
	transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* #sidebar.active {
    margin-left: 0px;
} */

#sidebar.active {
    margin-left: 0px;
    /* transform: rotateY(100deg); */
}

#sidebar .sidebar-header {
    padding: 40px 20px 20px 20px;
}

.sidebar-header img{
	width: 50%;
}

/*.content #sidebarCollapse {
    left: 140px;
    position: relative;
    transition: 0.5s ease-in-out;
    z-index: 999999999;
    top: -10px !important;
}*/
.content #sidebarCollapse {
    left: 190px;
    position: fixed;
    transition: 0.5s ease-in-out;
    z-index: 999999999;
    top: 15px !important;
}
.content.active #sidebarCollapse{
	left:0px;
	position: relative;
	transition: 0.5s ease-in-out;
	top: -10px !important;
}
#sidebar ul.components {
    padding: 20px;
}

#sidebar ul li a{
	font-size: 24px;
	border-radius: 5px;
}

#sidebar ul li:hover a{
	background-color: white;
}


#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}
#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}
#sidebarCollapse span {
    width: 50%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #000;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}
#sidebarCollapse span:first-of-type {
    transform: rotate(0deg) translate(8px, 2px);
	position: relative;
    top: 0px;
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 1;
    position: relative;
    top: 8px;
    left: 8px;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(0deg) translate(8px, -1px);
	position: relative;
    top: 15px;
    left: 0px;
}

#sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(8px, 3px);
    top: -1px;
}
#sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(7px, -2px);
    top: -1px;
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}
.journey_heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #52525B;
}
.gap {
    height: 48px;
}
.popup_app {
    margin-bottom: 5px;
}
.popup_app li, .popup_app li b {
    color: #52525B;
}
.plans_heading {
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
}
.border-radius-40 {
    border-radius: 40px;
}

.border-radius-50 {
    border-radius: 50px;
}
.popup_app p {
    margin-bottom: 5px;
}
.popup_app b, strong {
    font-weight: 600;
}
.popup-slider .slick-list {
    overflow: hidden;
}
/* slider */
.popup-slider .slick-slide img {
   
    opacity: 1 !important;
}
.popup-slider {
   visibility: hidden; /* Hide slider initially */
    opacity: 0;         /* Prevent visual flashes */
    transition: opacity 0.3s ease; /* Smooth appearance */
}

.slick-initialized {
    visibility: visible;
    opacity: 1;
}
/*----------------------------*/




.transform-gpu img {
    width: 150px;
}


.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.z-10 {
  z-index: 10;
}
.flex {
  display: flex;
}

.h-screen {
  height: 150vh;
}
.min-h-\[700px\] {
  min-height: 900px;
}
.w-full {
  width: 100%;
}

@keyframes orbit {
  0% {
    transform: rotate(calc(var(--angle) * 1deg))
      translateY(calc(var(--radius) * 1px)) rotate(calc(var(--angle) * -1deg));
  }
  to {
    transform: rotate(calc(var(--angle) * 1deg + 360deg))
      translateY(calc(var(--radius) * 1px))
      rotate(calc((var(--angle) * -1deg) - 360deg));
  }
}
.animate-orbit {
  animation: orbit calc(var(--duration) * 1s) linear infinite;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.stroke-black\/10 {
  stroke: #0000001a;
}
.stroke-1 {
  stroke-width: 1;
}

@keyframes enter {
  0% {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(
        var(--tw-enter-translate-x, 0),
        var(--tw-enter-translate-y, 0),
        0
      )
      scale3d(
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1),
        var(--tw-enter-scale, 1)
      )
      rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(
        var(--tw-exit-translate-x, 0),
        var(--tw-exit-translate-y, 0),
        0
      )
      scale3d(
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1),
        var(--tw-exit-scale, 1)
      )
      rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-300 {
  animation-duration: 0.3s;
}
.\[animation-direction\:reverse\] {
  animation-direction: reverse;
}
.dark\:stroke-white\/10:is(.dark *) {
  stroke: #ffffff1a;
}

#tabs-nav::after {
    content: '';
    left: 0;
    top: -150px;
    right: 0;
    height: 500px;
    width: 100%;
    background-image: url(../images/eclipse-purple-small.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (max-width: 767px) {
    
    .transform-gpu img {
        width: 50px;
    }
    .h-screen {
        height: 70vh;
    }
    .tab-content h2 {
        font-size: 16px;
    }
    .tab-content p {
        font-size: 12px;
        text-transform: none !important;
    }

    .tab-content {
        padding: 75px;
    }
    .min-h-\[700px\] {
      min-height: 500px;
    }
}
@media (min-width: 1920px) and (max-width: 2560px)  {
    .footer-left-side {
        padding: 70px !important;
    }
    .form-div {
        padding: 90px 60px 90px 60px !important
    }
    .col-lg-7.m-auto.footer-form {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7.m-auto.footer-form .p-4 {
        padding: 2rem !important;
    }
    .work-slider .center-slider .slick-current.slick-active img {
        height: 250px;
        border-radius: 0px;
    }
}