@import url("https://use.typekit.net/gbt2vst.css");

:root {
	--blue: rgba(67, 97, 172, 1);
	--blue-trnsp: rgba(67, 97, 172, 0.8);
	--green: #5FAD56;
	--proxima-nova: proxima-nova, sans-serif;
	--padding: 120px;
}

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: var(--proxima-nova);
}

nav {
	font-family: var(--proxima-nova);
	font-weight: bold;
	color: white;
	background: linear-gradient(90deg, rgba(67,97,172,0.9) 30%, rgba(67,97,172,0.8) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: calc(var(--padding)/2) var(--padding);
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;
	display: grid; 
	grid-template-columns: min-content 1fr; 
	grid-template-rows: 1fr; 
	gap: 0px 0px; 
	grid-template-areas: 
	". ."; 
}

nav ul {
	list-style-type: none;
}

nav ul li:first-child {
	margin-left:150px;
}

nav ul li {
	float: left;
	margin-right: 30px;
	text-transform: uppercase;
}

nav ul li a{
	color: white;
	text-decoration: none;
}

.etclogo {
	width: 120px;
	height: 60px;
	display: block;
	background-image: url("/image/etclogowhite.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	position: absolute;
	top: 40px;
	margin-bottom: 0px;
}

header {
	width: 100%;
	padding: calc(4*var(--padding)) var(--padding) calc(3*var(--padding)) 0px;
	min-height: 50vh;
	background: linear-gradient(90deg, var(--blue) 30%, rgba(67,97,172,0.3) 100%), url('/image/VIC009_Chadstone_Station_View_Artists_Impression.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 20%;
	color: white;
	display: grid; 
	grid-template-columns: calc(var(--padding)*2) 1fr; 
	grid-template-rows: min-content; 
	gap: 0px calc(var(--padding)/2); 
	grid-template-areas: 
	". ."; 
	align-content: center; 
	align-items: center; 
}

header h1 {
	font-family: var(--proxima-nova);
	text-transform: uppercase;
	font-weight: black;
	line-height: 45px;
	font-size: 50px;
	padding-bottom:20px;
	width: 61%;
}

header p {
	font-size: 20px;
	width: 61%;
	padding-bottom:20px;
}

.button {
	color: var(--blue);
	text-transform: uppercase;
	text-decoration: none;
	font-family: var(--proxima-nova);
	font-weight: bold;
	background-color: white;
	padding: 10px 15px;
	display: inline-block;
	transition: background-color 0.4s ease, color 0.4s ease, border 0.3s ease;
	margin-right:20px;
	border: 2px solid white;
}

.button.alt {
	background-color: transparent;
	border: 2px solid white;
	color: white;
}

.button:hover {
	background-color: #000;
	border: 2px solid #000;
	color: white;
}

.deco-line {
	background-image: url('/image/deco-line.svg');
	width: 100%;
	height: 100%;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
}

section, footer {
	padding: var(--padding);
}

h2 {
	color: var(--blue);
	text-transform: uppercase;
	padding-bottom: calc(var(--padding)/2);
	font-size: 30px;
}

h3 {
	text-transform: uppercase;
	padding-bottom: calc(var(--padding)/2);
	line-height: 22px;
	font-size: 24px;
	color: var(--blue);
}

p{
	padding-bottom:20px;
}

.ocpcta {
	display: block;
	width: 100%;
	padding: calc(var(--padding)/4);
	background-color: var(--blue);
	color: white !important;
	margin-bottom: var(--padding);
	text-decoration: none;
}

.ocpcta h3 {
	color: white;
	padding-bottom: 20px;
}

.ocpcta p {
	padding-bottom: 0px;
}

.cta {
	display: grid; 
	grid-template-columns: 100px auto; 
	grid-template-rows: 1fr; 
	gap: 0px 00px; 
	grid-template-areas: 
	". ."; 
}

.cta .clickicon {
	background-image: url('/image/clickhand.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.icons {
	display: grid; 
	grid-auto-rows: max-content; 
	grid-template-columns: 1fr 1fr 1fr 1fr; 
	gap: 30px 30px; 
}

.icon-block {
	display: grid; 
	grid-template-columns: min-content 1fr; 
	grid-template-rows: min-content; 
	gap: 0px 30px; 
	grid-template-areas: 
	". ."; 
	justify-content: start; 
	align-content: start; 
}

.icon {
	width: 100px;
	height: 100px;
}

.icon-fast {
	background-image: url('/image/TRT_icons_fast_alt.svg');
}

.icon-turnupandgo {
	background-image: url('/image/TRT_icons_turnupandgo.svg');
}

.icon-lesscongestion {
	background-image: url('/image/TRT_icons_lesscongestion.svg');
}

.icon-greenertravel {
	background-image: url('/image/TRT_icons_greenertravel-03.svg');
}

.icon-dedicatedlanes {
	background-image: url('/image/TRT_icons_dedicatedlanes.svg');
}

.icon-nooverheadwires {
	background-image: url('/image/TRT_icons_nooverheadwires.svg');
}

.icon-batterypowered {
	background-image: url('/image/TRT_icons_batterypowered.svg');
}

.icon-trackless {
	background-image: url('/image/TRT_icons_trackless.svg');
}

.icon-ridestability {
	background-image: url('/image/TRT_icons_ridestability.svg');
}

.icon-highcapacity {
	background-image: url('/image/TRT_icons_highcapacity.svg');
}

.icon-accessible {
	background-image: url('/image/TRT_icons_accessible.svg');
}

.icon-fastalt {
	background-image: url('/image/TRT_icons_fast.svg');
}

.icon-greenerconstruction {
	background-image: url('/image/TRT_icons_greenerconstruction.svg');
	margin-bottom: 20px;
}

.icon-greenervehicles {
	background-image: url('/image/TRT_icons_greenervehicles.svg');
	margin-bottom: 20px;
}

.icon-greenertravelalt {
	background-image: url('/image/TRT_icons_greenertravel-14.svg');
	margin-bottom: 20px;
}

.icon-constructionbenefits {
	background-image: url('/image/TRT_icons_constructionbenefits.svg');
	margin-bottom: 20px;
}

.icon-localmanufacturingopportunities {
	background-image: url('/image/TRT_icons_localmanufacturingopportunities.svg');
	margin-bottom: 20px;
}

.icon-transformingmelbournessoutheast {
	background-image: url('/image/TRT_icons_transformingmelbournessoutheast.svg');
	margin-bottom: 20px;
}

.bigmap {
	background-image: url('image/bigmap.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 244/98;
}

.bigmap_ {
	background-image: url('image/bigmap_2.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 244/98;
}

.bigmap2 {
	background-image: url('image/bigmap2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 120/68;
}

.bluebg {
	background-color: var(--blue);
	color: white;
}

.bluebg * {
	color: white;
}

.callout {
	font-size: larger;
	font-weight: 600;
}

.youtube{
  width: calc(100vw - (var(--padding)*2));
  height: calc((100vw - (var(--padding)*2))/1.77);
  background-color: black;
}

.youtube1{
  width: calc(50vw - (var(--padding)*2));
  height: calc((50vw - (var(--padding)*2))/1.77);
  background-color: black;
}

.two-col{
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: auto; 
	gap: 0px 20px; 
	grid-template-areas: 
	". .";
}

.three-col{
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	grid-template-rows: auto; 
	gap: 0px 20px; 
	grid-template-areas: 
	". . .";
}

.slider {
	padding: var(--padding) 0px;
}

.glide__slide {
	height: auto;
}

.glide__arrows {
	padding-left: 180px;
	display: inline-block;
	padding-bottom: 0px;
	margin-top: 20px;
}

.glide__arrow--right {
	border: none;
	background-color: transparent;
	width: 20px;
	height: 20px;
	background-image: url("image/right_arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.glide__arrow--left {
	border: none;
	background-color: transparent;
	width: 20px;
	height: 20px;
	background-image: url("image/left_arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.glide__bullets {
	padding-right: 180px;
	display: inline-block;
	padding-bottom: 0px;
	float: right;
	margin-top: 20px;
}

.glide__bullet {
	border: white 2px solid;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border-radius: 20px;
}

.glide__bullet--active {
	background-color: white;
}

.green h3 {
	color: black;
}

.green h2, .green span {
	color: var(--green);
}

.blackbg {
	background-color: black;
	color: white;
}

.blackbg h2, .blackbg h3, .blackbg p {
	color: white;
}

.blackbg .button:hover {
	background-color: var(--blue);
	border: 2px solid var(--blue);
}

footer {
	background-color: black;
	color: white;
	display: flex;
	
	justify-content: space-between;     
	align-content: stretch;
	gap: 5px;
	
}

footer p {
	padding-bottom: 0px;
}

footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

img { 
	-webkit-user-drag: none; 
	-khtml-user-drag: none; 
	-moz-user-drag: none; 
	-o-user-drag: none; 
	user-drag: none; 
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.getonboard {
	display: grid; 
	grid-template-columns: 2fr 2fr 1fr 1fr; 
	grid-template-rows: auto; 
	gap: 0px 30px; 
	grid-template-areas: 
	". . . ."; 
	align-content: end;
	align-items: end; 
}

.getonboard label {
	margin-bottom: 10px;
	display: block;
}

.getonboard input {
	width: 100%;
	padding: 10px 5px;
	border: none;
	border-bottom: 2px solid black;
	background-color: #EEE;
	font-size: 14px;
	color: var(--blue);
	font-weight: bold;
	transition: border 0.3s ease, background-color 0.4s ease;
}

.getonboard input:focus-visible {
	outline: none;
	background-color: white;
	border-bottom: 2px solid var(--blue);
}

.getonboard .submitbtn {
	bottom: 0px;
	background-color: var(--blue);
	border: 2px solid var(--blue);
	color: white;
	border-radius: 0px;
}

.submitbtn:hover {
	background-color: black;
	border: 2px solid black;
}

.news a {
	text-decoration: none;
}

section ul {
	margin-left: var(--padding);
}

@media screen and (max-width: 1920px) {
	
	:root {
		--padding: 60px;
	}
	
	.etclogo {
		width: 70px;
		height: 50px;
		top: 15px;
		margin-bottom: 0px;
	}
	
	nav ul li:first-child {
		margin-left:100px;
	}
	
	.icons {
		display: grid; 
		grid-auto-rows: max-content; 
		grid-template-columns: 1fr 1fr; 
		gap: 30px 30px; 
	}
	
	.glide__bullets {
		padding-right: 60px;
	}
	
	.glide__arrows {
		padding-left: 60px;
	}
}

@media screen and (max-width: 1100px) {
	
	:root {
		--padding: 30px;
	}
	
	header {
		background: linear-gradient(90deg, var(--blue) 30%, rgba(67,97,172,0.8) 100%), url('/image/VIC009_Chadstone_Station_View_Artists_Impression.jpg');
		background-position: center 60%;
	}
	
	header h1 {
		width: calc(100% - var(--padding));
	}	
	
	header p {
		width: calc(100% - var(--padding));
	}
	
	.etclogo {
		display: block;
	}
	
	nav ul li:not(:first-child) {
		display: none;
	}
	
	nav ul li:first-child {
		margin-left:100px;
		margin-top: 15px;
	}
	
	.ocpcta {
		display: block;
		width: 100%;
		padding: var(--padding);
	}
	
	.cta {
		grid-template-columns: 140px auto;
	}
	
	.icons {
		display: grid; 
		grid-auto-rows: max-content; 
		grid-template-columns: 1fr; 
		gap: 30px 30px; 
	}
	
	.two-col, .three-col{
		grid-template-columns: 100% !important; 
		grid-template-rows: auto !important; 
		gap: 0px 0px;
		grid-template-areas: initial;
	}
	
	.glide__bullets {
		padding-right: 30px;
	}
	
	.glide__arrows {
		padding-left: 30px;
	}
	
	.getonboard {
		grid-template-columns: 1fr; 
		grid-template-rows: auto; 
		gap: 30px 0px; 
		grid-template-areas: 
		"."
		"." 
		"."
		"."; 
	}
	
	.youtube1{
	  width: calc(100vw - (var(--padding)*2));
	  height: calc((100vw - (var(--padding)*2))/1.77);
	}
	
	footer {
		display: block;
	}
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

#pointerblink {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	animation-duration:2s;
	
	animation-iteration-count: infinite;
	animation-direction: alternate;
} 