@charset "utf-8";
/*    Website designed and created by Adam Nicholls    */
@import url(https://fonts.googleapis.com/css2?family=Anuphan:wght@300;400;500;700&display=swap);

@font-face {
    font-family: 'pp_monument_extendedblack';
    src: url('../fonts/ppmonumentextended-black.woff2') format('woff2'),
         url('../fonts/ppmonumentextended-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pp_monument_extendedregular';
    src: url('../fonts/ppmonumentextended-regular.woff2') format('woff2'),
         url('../fonts/ppmonumentextended-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* 
CTM Roofing Services LTD
+447472 320706
+447472 320706
crimeamcdonald21@icloud.com
-----------------
9, Stewart Road
Walsall
West Midlands
WS9 9NQ
------------------
Roofing
Roofers
Roof Installation
Roof Repair
Roof Inspection
Roof Maintenance
Roof Replacement
------------------
#date
www.ctmroofingservicesltd.co.uk
------------------
<img src="media/images/logo.png" alt="">
Whatsapp 44 first - https://wa.me/+447472 320706
 */

:root{
	--dark: #064294;
	--medium: #0753ba;
	--light: #F2F3F5;

	--accent: #858585; /* IMPORTANT - Find and replace (CTRL + Shift + F) this to update SVG colours */

	--mainfont: 'Anuphan', sans-serif;
	--smalltitlefont: 'pp_monument_extendedregular', sans-serif;
	--titlefont: 'pp_monument_extendedblack', sans-serif;	

	--logoheight: 60px;
	--logoheightmob: 60px;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.logo img{
	max-height: var(--logoheight);
	display: inline-block;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	max-width: 400px;
}

@media screen and (max-width: 64em) {
	.hero-big-para, .hero-para {
		display:none;
	}
	.hero-text h1 {
		font-size: 2em;
	}
	nav ul {
     padding: 0!important;
  }
}

body {
	font-family: var(--mainfont);
}

h1,h2,h3,h4,h5 {
	font-family: var(--titlefont);
	text-transform: uppercase;
}

h1 {
	font-size: 3.4rem;
	color: #FFF;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 32px;

}

h2 {
	font-size: 1.8rem;
	color: var(--dark);
}

h3 {
	color: #FFF;
	font-size: 1.5rem;
}

h4 {
	color: #FFF;
	letter-spacing: .5px;
}

h5 {
	color: #FFF;
	font-size: 0.75rem;
	letter-spacing: 1px;
	font-family: var(--smalltitlefont);
}

@media screen and (max-width: 40em) {
	h1 {
	font-size: 2.4rem;
	color: #FFF;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 32px;

}

h2 {
	font-size: 1.8rem;
	color: var(--dark);
}

h3 {
	color: #FFF;
	font-size: 1.5rem;
}

h4 {
	color: #FFF;
	letter-spacing: .5px;
}

h5 {
	color: #FFF;
	font-size: 0.75rem;
	letter-spacing: 1px;
	font-family: var(--smalltitlefont);
}
}

.lightbg h4 {
	color: var(--dark);
	letter-spacing: 0;
}

.bigbg h3 {
	margin-bottom: 20px;
}

footer, section {
	padding: 120px 0;
}

@media screen and (max-width: 40em) {
	footer, section {
	padding: 60px 0;
	}
}

.image-container {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	min-height: 400px;
}

.text-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width: 40em) {
	.text-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
}

.image-container img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.s-list li {
	position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  padding-left: 1.25rem;
  display: inline-block;
  width: 100%;
  color: var(--dark);
  font-weight: 600;
}

.bigbg .s-list li {
	position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  padding-left: 1.25rem;
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-weight: 500;
  opacity: 0.7;
}

.s-list li::before {
	position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
  content: " ";
  background-color: var(--accent);
}

.z4 {
	z-index: 4;
}

.bigbg {
	background-image: url('../images/slider3.jpg');
	background-size: cover;
	padding: 180px 0;
	position: relative;
}

.bigbg::before {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: " ";
  background-image: -webkit-linear-gradient(right, transparent 30%, var(--dark));
  background-image: -o-linear-gradient(right, transparent 30%, var(--dark));
  background-image: linear-gradient(to left, transparent 30%, var(--dark));
}

.bigbg::after {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: " ";
  opacity: 0.5;
  background-color: var(--dark);
}

strong {
	font-weight: normal;
	color: var(--dark);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px white;
}

.dark-strong {
	-webkit-text-stroke: 1px var(--dark);
}

p {
	margin: 20px 0;
  line-height: 1.8;
  font-weight: 500;
  color: var(--dark);
}

sub {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.92;
}

.sub {
	font-family: var(--titlefont);
	text-transform: uppercase;
	font-size: 0.75rem;
	margin-bottom: 1rem;
	color: var(--dark);
	opacity: 0.4;
}

.button-primary {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 20px;
	border: 1px solid var(--accent);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.button-secondary {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	padding: 15px 20px;
	border: 1px solid var(--accent);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	color: var(--dark);
	font-weight: 500;
	transition: ease 0.3s;

}

.button-secondary:hover {
	background-color: var(--accent);
	color: #FFF;
}

.button-primary:hover {
	background-color: var(--accent);
}

.icon {
	background-color: var(--accent);
	height: 100%;
}

.icon img {
	height: 12px;
}

.lightbg {
	background-color: var(--light);
}

.darkbg {
	background-color: var(--dark);
}

nav {
	height: 100%;
}

nav ul {
	display: flex;
	height: 100%;
}

nav ul li {
	position: relative;
	list-style: none;
	height: 100%;
	display: flex;
	align-items: center;
}

.active::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--accent);
		bottom: -1px;
}

nav ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0 16px;
}

.toggler {
	display: none;
}

@media screen and (max-width: 64em) {

	.nav-open {
		opacity: 1;
	}

	.mob-dn {
		display: none;
	}

	.toggler {
		display: flex;
		align-items: center;
		margin-left: 20px;
	}

	.toggler img {
		height: 40px;
	}

	nav {
		position: absolute;
		bottom: -30vh;
		left: 0;
		width: 100%;
		background-color: var(--dark);
		z-index: 5;
		height: 30vh;
		z-index: 99999999;
		opacity: 0;
	}

	nav ul {
		position: relative;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 60px 0;
z-index: 99999999;

	}

	nav ul li {
		position: relative;
		list-style: none;
		height: 100%;
		display: flex;
		align-items: center;
		z-index: 99999999;
	}

	.active::after {
			content: '';
			position: absolute;
			width: 0;
			height: 2px;
			background-color: var(--accent);
			bottom: -1px;
	}

	nav ul li a {
		position: relative;
		text-decoration: none;
		color: #FFF;
		font-size: 1.5rem;
		font-weight: 500;
		padding: 0 16px;
		z-index: 99999999;
	}
}
header {
	position: relative;
	height: 80vh; /*65vh*/
	background-image: url('../images/slider1.jpg');
	background-size: cover;
}

.services-header {
	position: relative;
	height: 80vh; /*65vh*/
	background-image: url('../images/slider2.jpg');
	background-size: cover;
}

.gallery-header {
	position: relative;
	height: 80vh; /*65vh*/
	background-image: url('../images/slider3.jpg');
	background-size: cover;
}

.testimonials-header {
	position: relative;
	height: 80vh; /*65vh*/
	background-image: url('../images/slider4.jpg');
	background-size: cover;
}

.contact-header {
	position: relative;
	height: 80vh; /*65vh*/
	background-image: url('../images/slider5.jpg');
	background-size: cover;
}

header::after {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vh;
	content: " ";
	background: linear-gradient(180deg,#1a1b25 0,rgba(26,27,37,0));
	pointer-events: none;
}

header::before {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-image:
	 -webkit-linear-gradient(bottom, var(--dark), transparent);
	background-image:
	 -o-linear-gradient(bottom, var(--dark), transparent);
	background-image:
	 linear-gradient(to top, var(--dark), transparent);
	opacity: 0.99;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	pointer-events: none;
}

.top-bar {
	position: relative;
	/*padding: 0 5%;*/
	min-height: 120px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mw-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 85rem;
	margin: 0 auto;
  padding-right: 0.9375rem;
	padding-left: 0.9375rem;
	flex-wrap: wrap;
}

.top-bar-left {
	display: flex;
	gap: 24px;
	align-items: center;
	height: 120px;
}

.top-bar-right {
	display: flex;
	gap: 32px;
}

.call-us {
	display: flex;
	align-items: center;
	gap: 12px;
}

.call-us img {
	height: 22px;
}

.call-us p {
	color: #FFF;
	opacity: 0.8;
	font-size: 0.875rem;
	line-height: 21px;
	margin: 0;
}

.call-us a {
	text-decoration: none;
	color: #FFF;
	font-weight: 600;
}

.hero-section {
	position: relative;
	z-index: 2;
	height: calc(100% - 120px);
	padding: 120px 0;
}

@media screen and (max-width: 40em) {
	header {
		height: 65vh;
	}
	.hero-section {
	position: relative;
	z-index: 2;
	height: calc(100% - 60px);
	padding: 60px 0;
}
}

.hero-sub {
	font-family: var(--titlefont);
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.875rem;
	margin-bottom: 1.125rem;
	color: var(--accent);
}

.hero-big-para {
	font-size: 1rem;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 12px;
}

.hero-para {
	color: #FFFFFFA3;
	line-height: 24px;
}

.services-item {
	position: relative;
	background-size: cover;
}

.services-item::before {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-image:
	 -webkit-linear-gradient(bottom, var(--dark), transparent);
	background-image:
	 -o-linear-gradient(bottom, var(--dark), transparent);
	background-image:
	 linear-gradient(to top, var(--dark), transparent);
	opacity: 0.99;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	pointer-events: none;
}

.services-text {
	position: absolute;
	bottom: 30px;
	left: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	width: 60%;
}

.services-text p {
	color: #FFF;
	opacity: 0;
	max-width: 60ch;
	opacity: 0;
	height: 0;
	display: none;
}

.para-show {
	opacity: 0.8!important;
	height: auto!important;
	display: block!important;
}

.expand-button {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--accent);
	height: 75px;
	width: 75px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plus-icon {
	height: 15px;
	width: 15px;
	position: relative;
}

.plus-icon::before {
	display: block;
	content: '';
	height: 100%;
	width: 2px;
	background-color: white;
	position: absolute;
	left: 48%;
}

.plus-icon::after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: white;
	position: absolute;
	top: 48%;
}

.services-grid {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	grid-template-columns: repeat(12, 1fr);
	gap: 12px;
}


.services-item:nth-child(1) {
	grid-column: 1 / 8;
	grid-row: 1 / 3;
	background-image: url('../images/services1.jpg');
}

.services-item:nth-child(2) {
	grid-column: 8 / 13;
	grid-row: 1 / 2;
	aspect-ratio: 16 / 9;
	background-image: url('../images/services2.jpg');
}

.services-item:nth-child(3) {
	grid-column: 8 / 13;
	grid-row: 2 / 3;
	aspect-ratio: 16 / 9;
	background-image: url('../images/services3.jpg');
}

.services-item:nth-child(4) {
	grid-column: 1 / 6;
	grid-row: 3 / 4;
	aspect-ratio: 16 / 9;
	background-image: url('../images/services4.jpg');
}

.services-item:nth-child(5) {
	grid-column: 1 / 6;
	grid-row: 4 / 5;
	aspect-ratio: 16 / 9;
	background-image: url('../images/services5.jpg');
}

.services-item:nth-child(6) {
	grid-column: 6 / 13;
	grid-row: 3 / 5;
	background-image: url('../images/services6.jpg');
}

@media screen and (max-width: 64em) {

	.services-grid {
		display: grid;
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: repeat(12, 1fr);
		gap: 12px;
	}

	.services-item:nth-child(1) {
		grid-column: 1 / 7;
		grid-row: 1 / 2;
		background-image: url('../images/services1.jpg');
	}

	.services-item:nth-child(2) {
		grid-column: 7 / 13;
		grid-row: 1 / 2;
		aspect-ratio: 16 / 9;
		background-image: url('../images/services2.jpg');
	}

	.services-item:nth-child(3) {
		grid-column: 1 / 7;
		grid-row: 2 / 3;
		aspect-ratio: 16 / 9;
		background-image: url('../images/services3.jpg');
	}

	.services-item:nth-child(4) {
		grid-column: 7 / 13;
		grid-row: 2 / 3;
		aspect-ratio: 16 / 9;
		background-image: url('../images/services4.jpg');
	}

	.services-item:nth-child(5) {
		grid-column: 1 / 7;
		grid-row: 3 / 4;
		aspect-ratio: 16 / 9;
		background-image: url('../images/services5.jpg');
	}

	.services-item:nth-child(6) {
		grid-column: 7 / 13;
		grid-row: 3 / 4;
		background-image: url('../images/services6.jpg');
	}

}

@media screen and (max-width: 40em) {
	.services-grid {
		display: grid;
		grid-template-rows: repeat(6, 1fr);
		grid-template-columns: repeat(12, 1fr);
		gap: 12px;
	}

	.services-item:nth-child(1) {
		grid-column: 1 / 13;
		grid-row: 1 / 2;
		background-image: url('../images/services1.jpg');
	}

	.services-item:nth-child(2) {
		grid-column: 1 / 13;
		grid-row: 2 / 3;
		aspect-ratio: 16 / 9;
		background-image: url('../images/services2.jpg');
	}

	.services-item:nth-child(3) {
		grid-column: 1 / 13;
		grid-row: 3 / 4;
		aspect-ratio: 16 / 9;
		background-image: url('../images/services3.jpg');
	}

	.services-item:nth-child(4) {
		grid-column: 1 / 13;
		grid-row: 4 / 5;
		aspect-ratio: 16 / 9;
		background-image: url('../images/services4.jpg');
	}

	.services-item:nth-child(5) {
		grid-column: 1 / 13;
		grid-row: 5 / 6;
		aspect-ratio: 16 / 9;
		background-image: url('../images/services5.jpg');
	}

	.services-item:nth-child(6) {
		grid-column: 1 / 13;
		grid-row: 6 / 7;
		background-image: url('../images/services6.jpg');
	}
}


.gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.gallery-2{grid-template-columns: repeat(2, 1fr);}
.gallery-3{grid-template-columns: repeat(3, 1fr);}
.gallery-4{grid-template-columns: repeat(4, 1fr);}

.reviews{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}
.reviews-2{grid-template-columns: repeat(2, 1fr);}
.reviews-3{grid-template-columns: repeat(3, 1fr);}
.reviews-4{grid-template-columns: repeat(4, 1fr);}
.thumbs{
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 400px;
	background-size: cover;
	background-position: center center;
	transform:scale(1);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.thumbs:hover{
	transform:scale(1.02);
}
.thumbs img{
	width: 100%;
	margin: 0!important;
}
.thumbs a{
	margin: 0!important;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 64em) {
	.thumbs{height: 240px;}
	.reviews{grid-template-columns: repeat(2, 1fr)!important;}
	.gallery{grid-template-columns: repeat(2, 1fr)!important;}
}
@media screen and (max-width: 40em) {
	.thumbs{height: 200px;}
	.gallery{
	    grid-template-columns: repeat(2, 1fr)!important;
	    grid-gap: 0.5rem;
	}
	.reviews{
	    grid-template-columns: repeat(1, 1fr)!important;
	    grid-gap: 1rem;
	}
}

.deets {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
}

blockquote {
	position: relative;
	background-color: var(--dark);
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
	border-radius: 4px;
	border-top: 3px solid var(--accent);
	padding: 40px 60px 20px 60px;
}

.quote-img {
	position: absolute;
	top: 16px;
	left: 16px;
}

.quote-author {
	padding-top: 15px;
}

.quote-author p {
	text-transform: uppercase;
	font-family: var(--smalltitlefont);
	font-size: 12px;
}

blockquote p {
	margin: 14px 0;
	color: #FFF;
}

hr {
	margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
	border-top: 1px solid #e5e5e5;
}

.contact-left h4 {
	margin-bottom: 20px;
}

.contact-left a {
	text-decoration: none;
	display: block;
	margin: 16px 0;
	color: var(--dark);
	font-weight: 500;
}

.contact-left a > strong {
	color: var(--accent)!important;
	-webkit-text-fill-color: var(--accent)!important;
  -webkit-text-stroke: unset!important;
  font-weight: 600;
}

.contact-left .big-phone {
	text-decoration: none;
	color: var(--accent);
	font-family: var(--mainfont);
	font-size: 20px;
	display: block;
	text-transform: uppercase;
}

.contact-left address {
	font-style: normal;
	margin-top: 20px;

}

.contact-left address p {
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}

.contact-box {
	height: 100%;
	padding: 100px 60px;
	display: flex;
	justify-content: center;
}

.myform{
	overflow: auto;
	width: 100%;
	padding: 0;
	position: relative;
}
.myform label{
	float: left;
	display: block;
	font-size: 12px;
	line-height: 120%;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: var(--accent);
	width: 100%;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}
select{border-radius: 0px;}
:is(.myform input, .myform select, .myform textarea){
	width: 100%;
	color: white;
	padding: 10px 20px;
	border: 1px solid rgba(200,200,200,0.1);
	border-left: 0px solid #111;
	height: 50px;
	margin-bottom: 30px;
	background-color: rgba(200,200,200,0.05);
	font-size: 1rem;
	box-shadow: none;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 3px;
}
.myform textarea{min-height: 150px;}
option{
	background-color: var(--light)!important;
	border: none;
	color: #fff;
}
input[type=submit]{
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 20px;
  border: 1px solid
	display: inline-block;
	line-height: 30px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	cursor: pointer;
}

input[type=submit]:hover{
  background-color: var(--accent);
}

:is(.myform input, .myform select, .myform textarea)is:(:focus){
	border:0px;
	outline: none!important;
	background-color: rgba(0,0,0,0.15);
	padding-left: 20px;
	transition: ease 0.3s;
}

footer {
	padding-top: 0;
	padding-bottom: 30px;
}

.footer-cta {
 /* margin-bottom: 30px;*/
  position: relative;
  transform: translateY(-50%);
  padding: 4rem;
  background-color: var(--accent);
  display: flex;
  justify-content: center;
  z-index: 3;
}

.big-phone {
	text-decoration: none;
	color: var(--accent);
	font-family: var(--titlefont);
	font-size: 20px;
	display: block;
	text-transform: uppercase;
}

.map {
	padding: 60px 0;
}

.map iframe{
	height: 550px;
}

.footer-email {
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
}

footer h5 {
	margin-bottom: 1rem;
}

footer h5::before {
	content: '';
	height: 15px;
	width: 4px;
	background-color: var(--accent);
	margin-right: 8px;
	display: inline-block;
}

.footer-middle {
	padding-bottom: 120px;
}

.footer-middle ul {
	list-style: none;
}

.footer-middle ul li {
	color: #FFF;
	opacity: 0.6;
line-height: 30px;
}

.footer-middle ul li a {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
}

.footer-bottom {
	padding-top: 30px;
	border-top: 1px solid hsla(0, 0%, 100%, .1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom-left p {
	color: #FFF;
}

.totop {
	cursor: pointer;
}