/* Who are We */

.who-are-we {
	margin: 4em 0;
	position: relative;
}

.who-are-we__cards {
	margin-top: 4em;
}

#who-we-are-stigma-pattern-image {
	position: absolute;
	top: calc(5vw + 25em);
	left: 0em;
	width: calc(15em + 15vw);
	z-index: -1;
	opacity: 0.2;
}

/* Projects */

.projects {
	margin-top: 4em;
}

.projects-heading h5 a {
	transition: 0.3s ease;
	color: var(--main-gray);
}

.projects-heading h5.active a {
	color: var(--main-red);
	font-weight: bold;
}

.projects-heading h5:hover a {
	color: var(--main-red);
	font-weight: bold;
}

.projects-map__pin--one {
	bottom: 23%;
	left: 27%;
}

.projects-map__pin--two {
	bottom: 30%;
	left: 18%;
}

.projects-map__pin--three {
	bottom: 18%;
	left: 38%;
}

#projects-map-stigma-pattern-image {
	position: absolute;
	right: 0;
	top: -5em;
	width: calc(15em + 15vw);
	z-index: -1;
	opacity: 0.2;
}

/* Company Review */

.company-review {
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url(../../../assets/img/count-background.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5em 0;
}

.company-review__counts {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 1em;
}

.company-review__counts__count {
	text-align: center;
	color: var(--main-white);
}

.company-review__counts__count h2 {
	font-family: 'Sora';
	font-size: 3em;
	font-weight: bold;
}

.company-review__counts__count h6 {
	font-family: 'Encode Sans SemiCondensed';
	font-weight: 600;
}

.company-review__counts__cta {
	margin-top: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Tetsimonials */

.testimonials__testimoni__text-slider-wrapper {
	position: relative;
}

.testimonials__company-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 2em;
}

.testimonials__company-logo img {
	width: 40%;
}

.testimonials__testimoni {
	position: relative;
	background: linear-gradient(
			hsla(346, 96%, 29%, 0.75),
			hsla(346, 96%, 29%, 0.75)
		),
		url(../../../img/rs-telogerojo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3em;
}

.testimonials__testimoni__slider-item {
	padding: 0.2em 0;
}

.testimonials__testimoni__text {
	display: flex;
	font-family: 'Sora' !important;
	margin-bottom: 1em;
}

.testimonials__testimoni__text img {
	height: 2.5em;
	margin-top: -0.5em;
	margin-right: 1em;
}

.testimonials__testimoni h6 {
	color: var(--main-white);
}

.testimonials__testimoni__bottom {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 2em;
}

.testimonials__testimoni .slider-image-navs {
	position: absolute;
	left: 2em;
	bottom: 4.7em;
}

/* Contact Us */

.contact-us {
	margin-top: 4em;
}

@media screen and (min-width: 768px) {
	#who-we-are-stigma-pattern-image {
		top: 17em;
	}

	.company-review__counts__count h2 {
		font-size: 5em;
	}

	.testimonials__testimoni {
		padding: 5em 3em;
	}

	.testimonials__company-logo img {
		width: 60%;
	}

	.testimonials__testimoni .slider-image-navs {
		left: 2.5em;
		bottom: 6.4em;
	}
}

@media screen and (min-width: 992px) {
	.who-are-we__cards {
		margin-top: 16em;
	}

	.testimonials__testimoni {
		padding: 5em 6em;
	}

	.testimonials__testimoni .slider-image-navs {
		left: 5.5em;
	}
}

@media screen and (min-width: 1200px) {
	.who-are-we__cards {
		margin-top: 13em;
	}
}
