@charset "utf-8";
html {
	scroll-behavior: smooth;
	overflow-x: hidden; 
}

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


/*
Colour Theme
Red: #781C29
Orange: #DD723C
*/



/*Hero Section-------------------------------------------------------------------------------*/

.brandsbg {
	background-image: url("../IMG/BRANDS IMAGES/brands_bg.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.brandstitle {
	height: 55vh;
	font-size: 200px;
	font-weight: thin;
	background-image: url("../IMG/BRANDS IMAGES/title_mask.png");
	background-size: cover;
	background-position: bottom;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	padding-top: 80px;
}

/*Clock Section-------------------------------------------------------------------------------*/

.clockbox {
	display: flex;
	justify-content: center;
	align-items: center;
}

#clock {
	transform: scale(0.7);
	margin-top: -330px;
	margin-bottom: -100px;
	transition: all 0.4s ease;
}

.clock {
	background-image: url("../IMG/BRANDS IMAGES/clock_bg.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 1100px;
	height: 1100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.clockgrid {
	width: 985px;
	height: 985px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.brands_ac img, .brands_alba img, .brands_babyg img, .brands_bonia img, .brands_casio img, .brands_crocodile img, .brands_edifice img, .brands_evo img, .brands_gshock img, .brands_seiko img, .brands_submarine img, .brands_timberland img {
	width:  190px;
	transition: all 0.4s ease;
}

.brands_ac img:hover, .brands_alba img:hover, .brands_babyg img:hover, .brands_bonia img:hover, .brands_casio img:hover, .brands_crocodile img:hover, .brands_edifice img:hover, .brands_evo img:hover, .brands_gshock img:hover, .brands_seiko img:hover, .brands_submarine img:hover, .brands_timberland img:hover {
	transform: scale(1.25);
	transition: all 0.4s ease;
}

.clockrow2, .clockrow3, .clockrow4, .clockrow5, .clockrow6, a.brands_edifice {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 5;
}

a.brands_ac {
	z-index: 10;
}

.clockrow2 { 
	width: 590px;
	margin-top: -143px;
}

.clockrow3 {
	width: 880px;
	margin-top: -48px;
}

.clockrow4 {
	width: 990px;
	margin-top: 6px;
}

.clockrow5 {
	width: 880px;
	margin-top: 3px;
}

.clockrow6 {
	width: 590px;
	margin-top: -48px;;
}

a.brands_edifice {
	margin-top: -143px;
}

img.pointer1, img.pointer2{
	width:  650px;
}

#clockgrid {
	position: relative;
}

.pointer1, .pointer2 {
	position: absolute;
}

.pointer1 {
	transform: rotate(-40deg);
}

.pointer2 {
 	transform: rotate(60deg);
}




@media screen and (max-width: 1350px) {
	
	/*Hero Section-------------------------------------------------------------------------------*/

	.brandstitle {
		height: 300px;
		font-size: 120px;
		font-weight: thin;
		background-image: url("../IMG/BRANDS IMAGES/title_mask.png");
		background-size: cover;
		background-position: bottom;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 5;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
	}

	/*Clock Section-------------------------------------------------------------------------------*/

	.clockbox {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#clock {
		transform: scale(0.5);
		margin-top: -430px;
		margin-bottom: -100px;
		transition: all 0.4s ease;
	}
	
@media screen and (max-width: 768px) {
	
	/*Hero Section-------------------------------------------------------------------------------*/

	.brandstitle {
		height: 300px;
		font-size: 80px;
		font-weight: thin;
		background-image: url("../IMG/BRANDS IMAGES/title_mask.png");
		background-size: cover;
		background-position: bottom;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 5;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
	}

	/*Clock Section-------------------------------------------------------------------------------*/

	.clockbox {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#clock {
		transform: scale(0.4);
		margin-top: -490px;
		margin-bottom: -250px;
		transition: all 0.4s ease;
	}


	
}
