body {
	padding-top: 0;
	background: #fff;
}

/* HEADER */

.new-header {
	padding: 1rem 1rem 2rem;
	position: sticky;
	top: 0;
	mix-blend-mode: difference;
}

.header-logo {
	max-width: 70%;
	fill: #fff;
	width: 100%;
}

.btn-menu {
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
}

.btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat;
}

.offcanvas {
	background: #000;
	color: #fff;
}

.offcanvas-body {
	padding: 1rem 2rem;
}

.offcanvas-body .nav-link {
	color: #fff;
	font-size: 1.5rem;
	text-transform: lowercase;
	font-weight: 300;
	transition: all ease 0.2s;
}

.offcanvas-body .nav-link:hover {
	color: #ddd;
	text-decoration: none;
	padding-left: 1rem;
}

.offcanvas-body ul ul .nav-link {
	color: rgba(255, 255, 255, 0.4);
}

/* CONTENT */
.jumbo-img {
	height: 100vh;
	position: relative;
}

.jumbo-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.jumbo-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.78) 60%);
}

.jumbo-title {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 2rem 0;
	max-width: 1320px;
	width: 100%;
	font-weight: 300;
	left: 50%;
	transform: translate(-50%);
}

.partners-wrapper {
	padding: 7.5rem 0;
}

.partners-logos {
	margin: 0 -4rem;
	justify-content: center;
}

.partner {
	max-width: 237px;
}

.fact-number {
	font-size: 4.2rem;
	line-height: 1;
}

.fact {
	padding: 0;
	border: none;
}

/* SERVICES */

.service-section {
	background: url("../img/lights.jpg") no-repeat scroll right top #000;
	padding: 7rem 1rem;
	background-size: auto 1050px;
}

.accordion {
	--bs-accordion-bg: none;
	--bs-accordion-color: #fff;
	--bs-accordion-active-color: none;
	--bs-accordion-active-bg: none;
}

.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-item:last-of-type {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.accordion-item {
	border: none;
	border-bottom: 1px solid #fff;
}

.accordion-button {
	color: #fff;
	font-weight: 300;
	font-size: 1.3rem;
	padding: 1.3rem 1.25rem;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button::after {
	display: none;
}

.accordion-button svg {
	margin-left: auto;
	transform: rotate(90deg);
	transition: all ease 0.3s;
}

.accordion-button.collapsed svg {
	transform: rotate(0deg);
}

.accordion-number {
	margin-right: 10vw;
}

.accordion-collapse {
	position: relative;
}

.accordion-collapse::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #dee2e6;
}

.accordion-collapse.show::before {
	width: 100%;
	transition: all ease 0.3s;
}

.accordion-body {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#smooth-wrapper {
	position: relative;
}

.new-footer {
	background: #000;
	padding: 6rem 0;
	color: #fff;
	font-size: 1rem;
}

.new-footer a {
	color: #fff;
	text-decoration: none;
}

.footerlogo {
	fill: #fff;
	max-width: 550px;
	width: 100%;
	margin-bottom: 3rem;
}

.footer-title {
	font-size: 1.5rem;
}

.scroll-texts .cls-2 {
	fill: #fff;
}

.partner img {
	max-width: 100px;
	max-height: 61px;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 766px) {
	.partners-logos {
		margin: 0 -1rem;
	}

	.partner {
		flex: auto;
		padding: 0 1rem;
	}
	.partner img {
		max-width: 100%;
	}
}
