:root {
	--primary-color: #F39100;
	--secondary-color: #F2F1F1;
	--accent: #adadad;

	--border-color: #271736;

	--primary-font: 'Plus Jakarta Sans', sans-serif;
}

header {
	z-index: 2;
}

header .logo {
	max-width: 250px;
}

header .header-contact-details a {
	color: white;
	text-decoration: none;
	transition: 250ms;
}
header .header-contact-details a:hover {
	color: var(--primary-color);
}

header .contact-icon {
	max-width: 16px;
	margin-right: 12px;
}

header .xs-contact-icons a {
	display: block;
	background-color: var(--primary-color);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	display: inline-block;
	content: "";
	height: 24px;
	width: 24px;
	transition: 250ms;
}
header .xs-contact-icons a:hover {
	background-color: white;
}

header .xs-contact-icons a.xs-contact-email {
	-webkit-mask-image: url('../assets/contact/email.svg');
}
header .xs-contact-icons a.xs-contact-phone {
	-webkit-mask-image: url('../assets/contact/phone.svg');
	margin-left: 15px;
}

header, footer {
	background-color: black;
	color: white;
}
header .container, footer .container {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
}

footer .container {
	padding-top: 70px;
}

.policies footer .container {
	padding-top: 50px;
}

main .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.policies .container {
	top: 0;
	margin-top: 0;
}

.container-fluid {
	position: relative;
	padding: 0;
}

.container {
	max-width: 100%;
	padding: 20px;
}

main {
	position: relative;
	top: 60px;
	z-index: 1;
	margin-top: -80px;
}

body {
	font-family: var(--primary-font);
	background-color: var(--secondary-color);
	font-size: 14px;
	line-height: 1.5;
}

h1, h3 {
	font-size: 18px;
}

h1 {
	line-height: 1.5;
	margin-bottom: 30px;
	font-weight: 400;
}

h2 {
	color: var(--primary-color);
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 30px;
}

h5 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 14px;
}

h3 {
	margin-bottom: 20px;
}

.policies section.privacy h3, section.accessibility h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

h4 {
	font-size: 16px;
	margin-top: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: var(--primary-color);
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	transition: ease-in-out 250ms;
}
a:hover {
	color: var(--primary-color);
	text-decoration-color: grey;
}
section.services a:hover, section.an-introduction a:hover, section.privacy a:hover, section.cookies a:hover {
	color: var(--primary-color);
	text-decoration-color: grey;
}

footer a {
	color: white;
}

footer a:hover {
	color: var(--primary-color);
}

section.services ul li::marker, .policies ul li::marker {
	color: var(--primary-color);
}

section.about-pwp .headshot {
	padding: 0 20px 20px 20px;
	max-width: 80%;
}
section.pwp-intro .pwp-intro-text {
	position: relative;
	top: 15px;
	padding-left: 25px;
	margin-bottom:
}

section.services ul {
	margin-bottom: 0;
}
section.services li {
	line-height: 1.5;
	margin-bottom: 10px;
}

section.clients .logo-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	align-items: center;
	grid-gap: 30px;
	row-gap: 10px;
	width: fit-content;
	margin: 0 auto;
	max-width: 80%;
}
section.clients .logo-grid .client-logo {
	width: 100%;
    height: 100%;
    object-fit: contain;
	max-width: 150px;
}

section.what-clients-say .slick-dots {
	text-align: left;
}
section.what-clients-say .slick-dots li {
	margin: 0;
}
section.what-clients-say .slick-dots li button:before {
	font-size: 12px;
	color: grey;
	opacity: 1;
	margin: 0;
}
section.what-clients-say .client-quotes {
	border-left: 1px solid var(--primary-color);
	padding-left: 15px
}
section.what-clients-say .client-quote {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	line-height: 1.5;
}
section.what-clients-say .award-logos {
	display: flex;
	margin: 30px 0;
	justify-content: space-evenly;
}
section.what-clients-say .award-logo {
	margin: 0 20px;
	flex-basis: 33%;
}

section.what-clients-say .slick-dots li.slick-active button:before, section.case-studies .slick-dots li.slick-active button:before {
	color: var(--primary-color);
}

section.case-studies .slick-dots li button:before {
	font-size: 14px;
	color: grey;
	opacity: 1;
}
section.case-studies img {
	border-radius: 20px;
	border: 5px solid white;
	box-shadow: 0 12px 4px -8px lightgrey;
}

section.contact ul {
	list-style: none;
	padding-left: 0;
}
section.contact li {
	margin-bottom: 15px;
}
section.contact li a {
	margin-left: 15px;
}
section.contact .contact-details {
	width: 100%;
}
section.contact .contact-details a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	transition: 250ms;
}
section.contact .contact-details a:hover {
	color: var(--primary-color);
}
section.contact .contact-socials {
	font-size: 14px;
	margin-top: 30px;
	padding-left: 0;
}
section.contact .paper-plane-image {
	max-width: 50%;
}

footer ul {
	padding-left: 0;
}
footer ul li {
	list-style: none;
	margin-bottom: 5px;
	line-height: 2;
}

.row {
	--bs-gutter-x: 0;
}
.row > * {
	padding-left: 0;
	padding-right: 0;
}

.slick-slide {
	overflow: hidden;
}

.services, .what-clients-say, .an-introduction, .privacy, .cookies {
	box-shadow: 0 12px 4px -8px lightgrey;
}

.services, .what-clients-say, .an-introduction, .contact, .privacy, .cookies {
	background-color: white;
	border-radius: 26px;
}

.pwp-intro-text, .about-pwp-text, .contact-without-socials {
	border-left: solid 1px var(--border-color);
	padding-left: 26px;
}

.grey-background {
	margin: 20px 0;
}

.contact-icon {
	max-width: 15px;
}

.megaphone-icon {
	max-width: 20px;
	margin-right: 5px;
}

.megaphones-image, .paper-plane-image {
	padding: 20px 20px 20px 20px;
	max-width: 80%;
}


/*396px min screen*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	header .container, footer .container {
		padding-left: 70px;
		padding-right: 70px;
	}

	header .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	footer .container {
		padding-top: 90px;
		padding-bottom: 50px;
	}

	.container {
		padding: 40px;
	}

	main {
		top: 90px;
		margin-top: -164px;
	}

	h1 {
		margin-bottom: 0;
	}

	h2 {
		margin-bottom: 30px;
	}

	h3 {
		margin-bottom: 34px;
	}

	h4 {
		margin-top: 30px;
	}

	section.pwp-intro .pwp-intro-text {
		margin-left: 40px;
	}
	section.pwp-intro .megaphones-image {
		position: relative;
		top: 50px;
		right: 30px;
		padding: 0;
	}

	section.clients .logo-grid {
		grid-gap: 60px;
		row-gap: 10px;
		max-width: 80%;
	}
	section.clients .logo-grid .client-logo {
		max-width: 150px;
	}

	section.what-clients-say .row {
		margin-top: 60px;
	}
	section.what-clients-say .speech-bubbles {
		position: relative;
		top: -12px;
		padding: 0 0 30px 60px;
	}

	section.what-clients-say .award-logo {
		max-width: 20%;
	}

	section.about-pwp .headshot {
		padding: 0;
		max-width: 90%;
	}

	section.an-introduction .row {
		gap: 4%;
	}
	section.an-introduction .col-sm-6 {
		width: 48%;
	}

	section.case-studies .slick-slide {
		padding: 0 16px;
	}

	section.contact .contact-details {
		padding-left: 22px;
	}

	section.contact .paper-plane-image {
		max-width: 80%;
		margin: 0 auto;
		padding: 0;
	}
	section.contact .contact-socials {
		font-size: 14px;
		margin-top: 30px;
		padding-left: 26px;
	}

	.pwp-intro-text, .about-pwp-text, .contact-without-socials {
		border-left: solid 1px var(--border-color);
		padding-left: 26px;
	}

	.megaphones-image, .headshot .speech-bubbles {
		max-width: 100%;
	}

	.headshot-container, .paper-plane-container {
		display: flex;
		align-items: center;
	}

	.awards {
		margin: 30px 0 0;
	}

	.megaphone-icon {
		max-width: 28px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

	header .header-email {
		margin-bottom: 6px;
	}

	header .container, footer .container {
		padding-left: 120px;
		padding-right: 120px;
	}
	header .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	footer .container {
		padding-top: 125px;
		padding-bottom: 60px;
	}

	.container {
		padding: 60px;
	}

	body {
		font-size: 16px;
	}


	h1, h3 {
		font-size: 20px;
	}

	h2 {
		font-size: 48px;
	}


	h5 {
		font-size: 22px;
		margin-top: 30px;
		margin-bottom: 14px;
	}

	.policies section.privacy h3, section.accessibility h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
		margin-top: 20px;
	}

	header a {
		font-size: 16px;
	}

	section.clients .logo-grid {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 0;
		grid-gap: 40px;
		row-gap: 10px;
		max-width: 90%;
	}
	section.clients .logo-grid .client-logo {
		max-width: 150px;
	}

	section.what-clients-say .client-quote {
		font-size: 20px;
	}
	section.what-clients-say .award-logos {
		padding-right: 60px;
	}

	.what-clients-say .slick-dots li button:before {
		font-size: 14px;
	}
	.case-studies .slick-dots li button:before {
		font-size: 16px;
	}

	section.pwp-intro .pwp-intro-text {
		top: 30px;
	}

	section.services ul li::marker {
		font-size: 18px;
	}

	section.clients .logo-container {
		max-width: 220px;
	}

	section.what-clients-say .award-logo {
		max-width: 20%;
	}
	section.what-clients-say .award-logos {
		margin: 0;
	}
	section.what-clients-say .award-logo {
		margin: 0px 10px;
	}

	section.contact .contact-details {
		padding-left: 18px;
	}
	section.contact .contact-socials {
		padding-left: 26px;
		font-size: 16px;
	}
	section.contact .contact-icon {
		max-width: 22px;
	}
	/* section.contact .paper-plane-image {
		margin: 0;
	} */
	main {
		top: 130px;
		margin-top: -220px;
	}

	.pwp-intro-text, .about-pwp-text, .contact-without-socials {
		padding-left: 26px;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	header .header-email {
		margin-bottom: 14px;
	}
	header .contact-icon {
		max-width: 18px;
	}
	header .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	main {
		top: 130px;
		margin-top: -260px;
	}

	body {
		font-size: 18px;
	}

	h1 {
		margin-bottom: 0;
	}

	h1, h3 {
		font-size: 24px;
	}

	h2 {
		font-size: 58px;
	}

	h5 {
		font-size: 24px;
		margin-top: 50px;
		margin-bottom: 14px;
	}

	.policies section.privacy h3, section.accessibility h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
		margin-top: 34px;
		margin-bottom: 34px;
	}

	a {
		text-decoration-thickness: 3px;
		text-underline-offset: 3px;
	}

	header a {
		font-size: 18px;
	}

	section.pwp-intro .megaphones-image {
		top: 95px;
	}

	section.services ul li::marker {
		font-size: 20px;
	}

	section.clients .logo-grid {
		row-gap: 0;
		grid-gap: 60px;
		row-gap: 10px;
		max-width: 90%;
	}
	section.clients .logo-grid .client-logo {
		max-width: 150px;
	}

	section.clients .logo-container {
		max-width: 280px;
	}

	section.what-clients-say .client-quote {
		font-size: 22px;
	}
	section.what-clients-say .slick-dots li {
		margin: 3px;
	}
	section.what-clients-say .slick-dots li button:before {
		font-size: 16px;
	}

	section.case-studies .slick-dots li {
		margin: 7px;
	}
	section.case-studies .slick-dots li button:before {
		font-size: 20px;
	}
	section.case-studies .slick-slider {
		padding: 30px 0;
	}

	section.case-studies .slick-slide {
		padding: 0 26px;
	}

	section.contact .paper-plane-image {
		max-width: 70%;
	}
	section.contact .contact-details {
		padding-left: 44px;
	}

	footer .container {
		padding-top: 135px;
		/* padding-bottom: 80px; */
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	header .container, footer .container {
		padding-left: 180px;
		padding-right: 180px;
	}

	h4 {
		margin-bottom: 0;
	}

	header a {
		font-size: 18px;
	}

	.container {
		padding: 90px;
		max-width: 1300px;
	}

	main .container {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	section.pwp-intro .megaphones-image {
		top: 120px;
		max-width: 100%;
	}

	section.pwp-intro .pwp-intro-text {
		top: 60px;
	}

	main {
		top: 170px;
		margin-top: -384px;
	}

	.megaphone-icon {
		max-width: 32px;
		margin-right: 10px;
	}

	.contact-icon {
		max-width: 22px;
	}
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	header .container, footer .container {
		padding-left: 160px;
		padding-right: 160px;
	}

	header .container {
		padding-top: 44px;
		padding-bottom: 44px;
	}

	.container {
		padding: 80px;
	}

	main {
		top: 150px;
		margin-top: -385px;
	}

	section.pwp-intro .megaphones-image {
		top: 140px;
	}

	section.pwp-intro .pwp-intro-text {
		top: 75px;
	}
}