/*

XX CSS 1.0 (XX 2015)
WEBSITE DESIGNED AND BUILT BY: SANE AND ABLE

www.xx.co.uk
www.saneandable.co.uk


Orange:
#FF9000

Purple:
#6807DF


.montserrat-<uniquifier> {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	
	regular: 400
	bold: 700
	black: 900
}


.open-sans-<uniquifier> {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}


*/



. a:link {color: #FFFFFF;}
. a:visited {color: #FFFFFF;}
. a:active {color: #FFFFFF;}
. a:hover {color: #CC0000;}

html, body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	}

a 			{ text-decoration: none; box-shadow: none; }
a:hover		{ text-decoration: none; }
a img		{ border: none; }
.cB			{ clear: both; }
h1			{ font-weight: normal; }
h2			{ font-weight: normal; }
h3			{ font-weight: normal; }
h4			{ font-weight: normal; }
h5			{ font-weight: normal; }
h6			{ font-weight: normal; }
h7			{ font-weight: normal; }
strong, b	{ font-weight: normal; }







/******************** GLOBAL ******************/







@media(min-width:768px) {
  .container {
    max-width: 1200px;
  }
}

@media(max-width:767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}


h2 {
	font-size: 56px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	}

h3 {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	}

h4 {
	font-size: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	}

p {
	font-size: 16px;
	line-height: 155%;
	}
strong {
	font-weight: 700;
	}



@media(max-width:767px) {
	h2 {
		font-size: 30px;
		}
	}





/******************** HEADER ******************/




header {
	height: 85vh;
	background: linear-gradient(to bottom, #FFA500, #FF7A00);
	background-image: url(../images/jacks-holding-heading.webp);
	background-size: cover;
	background-repeat: no-repeat;	
	margin-bottom: 200px;
	}
	header .header-text {
		font-family: "Montserrat", sans-serif;
		font-size: 21px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 125%;
		color: #FFF;
		}
	header .btn {
		border-radius: 0;
		background-color: #6807DF;
		color: #FFF;
		font-family: "Montserrat", sans-serif;
		font-weight: 900;
		font-size: 21px;
		border: 0;
		}
		header .btn:hover {
			background-color: #000;
			}
	#header-arrow {
		margin-bottom: -100px;
		}
		
	.arrow-down {
	    font-size: 2rem; /* Adjust arrow size */
	    display: inline-block;
	    animation: moveArrow 1s infinite ease-in-out;
	    animation-delay: 1s; /* 1 second delay */
	    }
	
	
	@keyframes moveArrow {
	    0%, 100% { transform: translateY(0); }
	    50% { transform: translateY(20px); }
	    }

@media(max-width: 767px){
     header .header-text br {
        display:none;
     }
	header .jtc-logo img {
		width: 80%;
		}
}

/*
header {
	position: relative;
	background-color: #FF9000;
	height: 80vh;
	text-align: center;
	margin-bottom: 200px;
	}
	
	header #jtc-logo {
		position: absolute;
		width: 50vw;
		top: 0;
		background-color: lime;
		}

	#header-inner {
		width: 100%;
		}
		
		#header-inner-text {
			padding-left: 20px;
			padding-right: 20px;
			position: absolute;
			font-family: "Montserrat", sans-serif;
			font-size: 21px;
			text-transform: uppercase;
			font-weight: 700;
			line-height: 125%;
			color: #FFF;
			
			width: 100%;
			text-align: center;
			bottom: 90px;
			}
		
			#header-inner-text a {
				display: inline-block;
				background-color: #6807DF;
				color: #FFF;
				font-weight: 900;
				
				padding: 10px 20px;
				margin-top: 20px;
				}

#header-arrow {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: -100px;
	}

@media(max-width: 767px){
     #header-inner-text br {
        display:none;
     }
}
*/




/******************** ABOUT ******************/






#about {
	padding-bottom: 150px;
	}
	#about .about-title {
		background-color: #6807DF;
		text-align: center;
		}
	
@media(max-width:767px) {
	#about {
		padding-bottom: 75px;
		}
		#about .about-title {
			height: 80vw;
			}
			#about .about-text.p-5 {
				padding: 40px 0 0 0 !important;
			}
	}	

/* Animation */
#about {
  opacity: 0;
  transform: translateY(40px); /* start slightly shifted */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

#about.visible {
  opacity: 1;
  transform: translateY(0);
}




/******************** TEAM ******************/



#team {
	padding-bottom: 150px;
	}

	.team-inner {
		margin-bottom: 50px;
		}
	
	.team-image {
		margin-bottom: 40px;
		}
		.team-image img {
			width: 150px;
			height: 150px;
			border-radius: 150px;
			}

.circle-box {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #FF7A00; /* orange */
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
 
 #team-content {
	 position: relative;
	 z-index: 3;
 }
	

.mt-n5 {
    margin-top: -3rem !important;
  }


@media(max-width:767px) {
	#team {
		padding-bottom: 75px;
		}
		.team-image {
			text-align: center;
			}
		#team h3 {
			text-align: center;
			}
		.circle-box {
			width: 300px;
			height: 300px;
			}
		}


/* Animation */
.circle-box {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.circle-box.visible {
  opacity: 1;
  transform: scale(1);
}




/******************** SERVICES ******************/






#services {
	padding-bottom: 250px;
	}
	#services .services-title {
		background-color: #000;
		}
	#services ul {
		list-style: none;
		padding: 0;
		}
		#services ul li {
			border-top: rgba(0,0,0,.05) 1px solid;
			padding-top: 10px;
			padding-bottom: 10px;
			}
			#services ul li:first-child {
				border-top: none;
				}
				#services ul li span {
/* 					color: rgba(0,0,0,.3); */
					color: #FF9000;
					}


@media(max-width:767px) {
	#services {
		padding-bottom: 75px;
		}
		#services .services-title {
			height: 80vw;
			text-align: center;
			}
			#services .services-text.p-5 {
				padding: 40px 0 0 0 !important;
			}
	}




/******************** PROJECTS ******************/





#projects {
	padding-bottom: 70px;
	}
	#projects #projects-text div {
		margin-bottom: 70px;
		}



.diamond-box {
    width: 400px;
    height: 400px;
    background: #6C2EF3; /* purple */
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
  }

  .diamond-content {
    transform: rotate(-45deg); /* rotate content back to normal */
    text-align: center;
    padding: 2rem;
  }
  
#projects-inner {
    position: relative;
	z-index: 3;
	}
 
 
@media(max-width:767px) { 
	.diamond-box {
	    width: 250px;
	    height: 250px;
	    }
    }




/******************** FOOTER ******************/






footer {
	font-family: "Montserrat", sans-serif;
	
	height:calc(100vh - 60px);
	text-align: center;
	background-color: #FF9000;
	margin: 30px;
	}
	footer #footer-inner h5 {
		font-size: 29px;
		font-weight: 300;
		}
	footer #footer-inner p {
		font-size: 35px;
		font-weight: 900;
		}
	footer #footer-inner p i {
		font-size: 35px;
		}
	footer #footer-inner a {
		display: inline-block;
		padding: 25px 20px;
		color: rgba(0,0,0,1);
		
		transition: 0.3s;
		}
		footer #footer-inner a:hover {
			color: rgba(0,0,0,.5);
/* 			color: #6807DF; */
			}


@media(max-width: 767px){
	footer {
		height:calc(80vh - 30px);
		margin: 15px;
		}
/*
		footer #footer-inner p {
			font-size: 20px;
			}
*/
	footer #footer-inner h5 br {
		display:none;
		}
}


/* Animation */
footer {
  opacity: 0;
  transform: scale(0.8); /* start smaller */
  transition: transform 1s ease-out, opacity 1s ease-out;
}

footer.visible {
  opacity: 1;
  transform: scale(1); /* full size */
}


/******************** NAV ******************/





















