.banner_talabat {
	position: relative;
	overflow: visible;
	background: linear-gradient(90deg, rgba(250, 196, 166, 1) 0%, rgba(254, 230, 153, 1) 100%);
	padding: 160px 0 110px;
}

.banner_talabat .banner__content {
	position: relative;
	z-index: 2;
	padding: 70px 0 70px 0px;
	max-width: 600px;
}

.banner_talabat .banner__title {
    font-weight: 600;
    color: #000;
}

.banner_talabat .banner__title span {
	color: #FF5C27;
}

.banner_talabat .banner__description {
	color: rgba(255, 255, 255, 0.8);
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 22px;
}

.banner_talabat .banner__btns {
	margin-top: 39px;
}

.banner_talabat .banner__btns .banner-btn {
	padding: 12px 37px;
}

.banner-btn {
	background: #0000;
	border: 2px solid black;
	color: black;
	font-weight: 500;
	padding: 12px 37px;
}

.banner-btn:hover {
	background: greenyellow;
	border: 2px solid #fff;
	color:#fff;
}

.btn_talabat {
	background: #22b74f;
	border-radius: 15px;
	padding: 14px 32px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #22b74f;
}

.btn_talabat:hover {
	background: #0000;
	color: #22b74f;
}

img.img-responsive.card-overlay {
	top: 250px;
	position: absolute;
	left: 0;
	animation: 5s float_down_up infinite;

}

/* =========growth section css ============== */

/* ============all key features section css ================ */


.feature-section {
	position: relative;
}

#iamge_block_01 .image-box {
	position: relative;
	margin-top: 35px;
}

#iamge_block_01 .image-box .image {
	position: relative;
	display: inline-block;
	border-radius: 60px;
}

#content_block_01 .content-box {
	position: relative;
	display: block;
}

#content_block_01 .content-box .sec-title {
	margin-bottom: 66px;
}

#content_block_01 .content-box .inner-box .single-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	padding: 25px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	height: 100%;
}

#content_block_01 .content-box .inner-box .single-item .bg-layer {
	position: absolute;
	content: "";
	top: 0;
	left: -101%;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background-size: 101% 101%;
}

#content_block_01 .content-box .inner-box .single-item .bg-layer:before {
	position: absolute;
	content: '';
	background: #82fe51;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 10px;
}

#content_block_01 .content-box .inner-box .single-item:hover .bg-layer {
	left: 0px;
}

#content_block_01 .content-box .inner-box .single-item .icon-box {
	position: relative;
	display: inline-block;
	font-size: 35px;
	line-height: 20px;
	color: #fe7251;
	margin-bottom: 20px;
	transition: all 500ms ease;
}

#content_block_01 .content-box .inner-box .single-item:hover .icon-box {
	color: #fff;
}

#content_block_01 .content-box .inner-box .single-item h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	font-weight: 500;
	margin-bottom: 12px;
	transition: all 500ms ease;
}

#content_block_01 .content-box .inner-box .single-item h5 a {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

#content_block_01 .content-box .inner-box .single-item:hover h5,
#content_block_01 .content-box .inner-box .single-item:hover h5 a,
#content_block_01 .content-box .inner-box .single-item:hover .text {
	color: #fff;
}

#content_block_01 .content-box .inner-box .single-item .text {
	position: relative;
	transition: all 500ms ease;
	font-size: 15px;
}

/* ============= customize tech css=============== */


.service-block-three {
	position: relative;
	z-index: 1;
	height: 100%;
}

.service-block-three .inner-box {
	position: relative;
	overflow: hidden;
	height: 100%;
	padding: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 2;
	display: flex;
	flex-direction: column;
}

.service-block-three .count {
	position: absolute;
	right: -40px;
	top: -70px;
	height: 170px;
	width: 170px;
	background-color: rgb(26, 14, 192);
	color: #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.service-block-three .count em {
	font-style: normal;
	font-size: 30px;
	font-weight: 600;
	position: absolute;
	left: 60px;
	bottom: 45px;
}

.service-block-three .icon {
	position: relative;
	display: block;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	margin-bottom: 20px;
	width: 75px;
}

.service-block-three .title a {
	color: #071c4d;
	font-size: 22px;
}

.service-block-three .text {
	line-height: 30px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.service-block-three .inner-box:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(166deg, rgb(81, 93, 254) 0%, rgb(57, 176, 245) 63%, rgb(31, 178, 236) 100%);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	border-radius: 0 0 0 500px;
	content: "";
	z-index: -1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.service-block-three .inner-box:hover:after {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 1;
}

.service-block-three .inner-box:hover .count {
	background-color: rgba(255, 255, 255, 0.2);
}

.service-block-three .inner-box:hover .title a,
.service-block-three .inner-box:hover p {
	color: black;
}

.service-block-three .inner-box:hover .icon {
	filter: brightness(0) invert(1);
}

.service-block-three .inner-box .title {
	margin-top: auto;
}

.revenue-section {
	background: #2178da;
}

.revenue-section .main-model-heading {
	color: #030202;
}

/* ============= services css================= */

.services_main {
	padding: 100px 0px;
}

.service-block_three {
	position: relative;
	margin: 30px 0px;
	height: 100%;
}

.service-block_three-inner {
	position: relative;
	text-align: center;
	padding: 0px 20px 40px;
	height: 340px;
}

.service-block_three-inner:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 40px;
	right: 0px;
	bottom: 0px;
	border-radius: 60px 10px 10px 10px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.service-block_three-icon {
	position: relative;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	display: block;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-block_three-icon i {
	color: #fff;
	font-size: 34px;
}

.service-block_three-icon::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 20px;
	transform: rotate(45deg);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
	background: rgb(98, 81, 254);
}

.service-block_three-inner:hover .service-block_three-icon {
	opacity: 0;
}

.service-block_three-heading {
	position: relative;
	font-weight: 600;
	font-size: 20px;
	color: #000;
	margin-top: 45px;
	padding-bottom: 15px;
}

.service-block_three-heading:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 90px;
	height: 4px;
	transform: translateX(-50%);
	background: #000;
	background: rgba(98,81,254, 1);
}

.service-block_three-heading a {
	position: relative;
	color: #000;
}

.service-block_three-heading a:hover {
	color: #000;
}

.service-block_three-heading.alternate {
	margin-top: 85px;
	padding-bottom: 0px;
}

.service-block_three-heading.alternate:before {
	display: none;
}

.service-block_three-text {
	position: relative;
	line-height: 28px;
	font-size: 16px;
	color: #000;
	margin-top: 25px;
}

.service-block_three-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	opacity: 0;

	overflow: hidden;
	padding: 30px 30px 30px;
	background: #fff;
	border-radius: 10px 30px 10px 10px;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(0.2, 1);
}

.service-block_three-inner:hover .service-block_three-overlay {
	opacity: 1;
	transform: scale(1, 1);
}

.service-block_three-color-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 157px;
	background: rgb(81, 98, 254);
	background-size: cover;
}

.service-block_three-icon-two {
	position: relative;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-block_three-icon-two i {
	font-size: 34px;
}

.service-block_three-icon-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 20px;
	transform: rotate(45deg);
	background: #fff;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
}

.service-block_three-learn {
	position: relative;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
	color: #000;
	margin-top: 30px;
	background: rgba(98,81,254, 1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ============why choose section css============= */
.why_choose {
	background: linear-gradient(166deg, rgb(202, 254, 81) 0%, rgb(57, 245, 182) 63%, rgba(236, 192, 31, 1) 100%);
	padding: 100px 0px;
}
.feature-box {
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Light pastel background colors */
.bg-light-blue {
  background-color: #e6f0ff;
}

.bg-light-green {
  background-color: #e6fff2;
}

.bg-light-yellow {
  background-color: #fffde6;
}

.bg-light-pink {
  background-color: #ffe6f0;
}

.bg-light-gray {
  background-color: #f2f2f2;
}

.bg-light-purple {
  background-color: #f3e6ff;
}


.why_choose .genric-heading h2 {
	color: #2e22d1;
}

.why-choose-list li {
	width: calc(33.3% - 30px);
	margin: 15px 15px 15px;
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	transition: .5s;
}

.why-choose-list li h5 {
	color: #000;
}

.why-choose-list li p {
	font-size: 16px;
	margin-bottom: 0px;
}

.why-choose-list li img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	margin-bottom: 15px;
	transition: all 0.2s ease-in;
}


.why-choose-list {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: none;
	padding: 0;
	margin: 0 -30px;
	display: flex;
	flex-wrap: wrap;
}

.why-choose-list li:hover img {
	transform: scale(1.1);
}

#content_block_01 .content-box .inner-box .single-item:hover .icon-box img {
	filter: brightness(0) invert(1);
}

/*----------- launch app section css----------- */
.launch_inner {
	background: linear-gradient(166deg, rgb(254, 81, 254) 0%, rgb(57, 245, 157) 63%, rgba(236, 192, 31, 1) 100%);
	padding: 70px 60px !important;
	border-radius: 20px;
	
}

.launch_inner p {
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 37px;
	color: black;
}

@media (max-width:991px) {

	.banner-btn {
		padding: 12px 15px;
		font-size: 14px;
	}

	.why-choose-list li {
		width: calc(50% - 30px);
	}

	.revenue-section .service-block-three {
		margin-bottom: 20px;
		height: 94%;
	}
}



@media (max-width:575px) {
	.why-choose-list li {
		width: calc(100% - 0px) !important;
		margin: 15px 30px !important;
	}

}

.service-block_three-icon-two img {
	filter: brightness(0);
}