:root {
	--primary-color: #e1ff6a;
	--secondary-color: #000000;
	--white-color: #000;
}

.agency-tabs-box .nav-pills .nav-link.active img,
.team-slider img:hover {
	filter: unset;
}

.agency-content .agency-content-header a {
	display: flex;
	align-items: baseline;
	gap: 10px;
	width: 100%;
	padding: 20px 30px;
	font-size: 26px;
	text-decoration: none;
	cursor: text;
}

.agency-content .agency-content-header span {
	color: var(--primary-color);
	font-family: gilroy;
	font-weight: 500;
	font-size: 20px;
}

.agency-content p {
	color: rgba(0, 0, 0, 0.65);
	font-size: 15px;
	padding: 0 30px;
	font-weight: 500;
}

.agency-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0 30px;
}

.our-projects-card,
.view-all-btn {
	display: block;
	text-decoration: none;
}

.agency-links a {
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	border-radius: 50px;
	padding: 5px 12px;
	font-family: gilroy;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	transition: 0.4s;
}

.our-projects {
	padding: 60px 0;
}

.embrace-slider,
.embrace-slider .slick-list,
.our-projects-slider,
.team-slider .slick-list,
.web-design-slider .slick-list {
	overflow: visible;
}

.our-projects-slider .slick-list {
	overflow: visible;
	padding: 0 100px;
}

.our-projects-card {
	margin: 10px;
	border: 50px;
}

.our-projects-card .our-projects-image {
	position: relative;
	box-shadow: 0 50px 100px -30px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-radius: 20px;
	z-index: -2;
	border: 3px solid #000;
}

.our-projects-card .our-projects-image img {
	width: 100%;
	transition: 0.4s;
}

.our-projects-card:hover .our-projects-image .project-img {
	transform: scale(1.2);
}

.our-projects-card .our-projects-image .our-projects-tags {
	gap: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	padding: 10px;
	flex-wrap: wrap;
}

.our-projects-card .our-projects-image .our-projects-tags img {
	width: auto;
	height: 30px;
}

.our-projects-card .our-projects-details {
	padding-top: 10px;
	padding-inline: 10px;
}

.our-projects-card .our-projects-details span {
	color: var(--white-color);
	font-size: 14px;
	font-weight: 400;
}

.our-projects-card .our-projects-details .project-title,
.our-projects-card .our-projects-details h5 h3 {
	color: var(--white-color);
	font-size: 21px;
	font-weight: 600;
	margin-top: 6px;
	margin-bottom: 13px;
}

.our-projects-card .our-projects-details .project-arrow {
	border-radius: 25px;
	border: 1px solid var(--white-color);
	color: var(--white-color);
	text-align: center;
	width: 45px;
}

.view-all-btn {
	margin: 30px auto auto;
	padding: 8px 25px;
	border-radius: 66.667px;
	border: 1px solid var(--white-color);
	/* font-family: Gilroy; */
	font-weight: 600;
	background: var(--primary-color);
	color: #000;
	width: max-content;
}

.award-section {
	background-color: #000;
	padding: 50px 0;
	position: relative;
}

.award-section.new {
	padding: 0;
}

.award-section .section-title-wrapper {
	text-align: start;
	margin: 0;
	padding: 0;
}

.award-section.new .section-title-wrapper {
	padding-inline-start: 15%;
	padding-inline-end: 10%;
}

.award-section-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
}

.award-section.new .award-section-img {
	position: relative;
	left: unset;
	bottom: unset;
	width: 80%;
}

#award-tab {
	margin-top: 30px;
}

#award-tab button {
	border-radius: 66.7px;
	font-size: 13px;
	font-family: gilroy;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
	color: var(--white-color);
	padding: 7px 20px;
}

#award-tab button.active {
	color: var(--primary-color);
}

.award-section.new .award-box {
	display: flex;
	flex-wrap: wrap;
}

.award-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 6px;
}

.award-box .award-item {
	border: 1px solid rgba(245, 245, 245, 0.166);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.award-box .award-item img {
	width: 150px;
	height: 150px;
	object-fit: contain;
	object-position: center;
	opacity: 0.7;
	transition: 0.4s;
}

.award-box .award-item img:hover {
	opacity: 1;
}

@media screen and (max-width: 992px) {
	.award-section.new .section-title-wrapper {
		padding-inline-start: 15px;
		padding-inline-end: 15px;
	}
}

.our-service-sub {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.55);
	font-family: Gilroy;
	font-weight: 500;
}

.our-client-img {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 300px;
	border-radius: 370px;
	max-width: 450px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid var(--primary-color);
}

.our-client-img img {
	width: 270px;
	height: 270px;
	border-radius: 330px;
	object-fit: cover;
	margin: auto;
	background-color: #fff;
}

.our-client-detail p {
	font-size: 15px;
	font-weight: 200;
	line-height: 22px;
	font-family: gilroy;
	color: #a2a2a2;
}

.our-client-detail h6,
.our-client-detail-para {
	margin: 0;
	font-family: gilroy !important;
	font-weight: 600 !important;
}

@media (min-width: 768px) {
	.embrace-box {
		height: 100%;
	}

	.embrace-slider .swiper-wrapper {
		display: flex;
	}

	.embrace-slider .swiper-slide {
		display: flex;
		height: auto;
	}

	.our-projects-slider {
		padding: 0 5%;
	}

	.our-projects-slider::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
		height: 100%;
		border-radius: 20px;
		background-color: var(--primary-color);
		z-index: -1;
	}
}

@media (max-width: 640px) {
	.our-projects-slider::before {
		content: "";
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 94.8%;
		height: 100%;
		border-radius: 20px;
		background-color: var(--primary-color);
		z-index: -1;
	}
}
.embrace-slide-bt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
	pointer-events: none;
	z-index: 10;
}

.embrace-slide-bt .embrace-slider-btn {
	pointer-events: all;
}

.embrace-slide-bt #emb-slider-btn-1 {
	margin-left: -10px;
}

.embrace-slide-bt #emb-slider-btn-2 {
	margin-right: -10px;
}
.embrace-slider-btn {
	border: none;
	border: 1px solid var(--primary-color);
	background-color: transparent;
	background-color: var(--primary-color);
	border-radius: 50%;
	padding: 25px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	transition: 0.3s;
	color: var(--white-color);
}
.center-title-primary {
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
	.embrace-slider-btn {
		display: none !important;
	}
}
