@charset "utf-8";
html {
	scroll-behavior: smooth;
	overflow-x: hidden; 
}

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

body {
    overflow-x: hidden;
}


/*
Colour Theme
Red: #781C29
Orange: #DD723C
*/



/*Hero Section-------------------------------------------------------------------------------*/

.categorieshero {
	width: 100%;
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("../IMG/CATEGORIES IMG/categorieshero_bg.png");
	background-position: bottom;
	background-size: cover;
	z-index: -1;
	transition: all 0.4s ease;
}

.categoriestitle {
	font-size: 200px;
	font-weight: thin;
	background-image: url("../IMG/ABOUT IMG/title_mask2.png");
	background-size: cover;
	background-position: bottom right;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	transition: all 0.4s ease;
	margin-top: 80px;
}

.categoriestitleM {
	font-size: 200px;
	font-weight: thin;
	background-image: url("../IMG/ABOUT IMG/title_mask2.png");
	background-size: cover;
	background-position: bottom right;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 5;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	transition: all 0.4s ease;
}

.categoriesdesign {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: 695px;
	margin-top: -190px;
	z-index: 10;
}

img.cd1 {
	width: 50px;
}

img.cd2 {
	width: 100px;
	margin-top: -20px;
	margin-left: 380px;
}

img.cd3 {
	width: 40px;
	margin-top: 28px;
	margin-left: 265px;
}




/*Slider Elements-----------------------------------------------------------------------------*/

button.tcleft, button.tcright {
	border: none;
	background-color: transparent;
	cursor: pointer;
	margin-top: 100px;
}

button.tcleft img, button.tcright img {
	width: 60px;
}

.l1 {
	position: relative;
	transition: all 0.4s ease;
}

.l1:hover {
	opacity: 0;
	transition: all 0.4s ease;
}

.l2 {
	position: absolute;	
}

.r1 {
	position: relative;
	transition: all 0.4s ease;
}

.r1:hover {
	opacity: 0;
	transition: all 0.4s ease;
}

.r2 {
	position: absolute;	
}

.tcslider {
	white-space: nowrap;        
  	overflow: hidden;  
	width: 780px;
	height: 400px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	scroll-behavior: smooth;
}

.tcslider::-webkit-scrollbar {
  	display: none;
}

.tcslider p {
	white-space: nowrap;        
  	overflow: hidden;            
  	text-overflow: ellipsis; 
}

.tccont1, .tccont2, .tccont3, .tccont4, .tccont5, .tccont6 {
	display: flex;
	flex-direction: column;
}

.tcwatch {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 10;
	width:100%;
}

.tcwatch img {
	width: 150px;
}

.tcbox1 {
	margin-left: 10px;
}

.tcbox6 {
	margin-right: 10px;
}
.tcbox1, .tcbox2, .tcbox3, .tcbox4, .tcbox5, .tcbox6 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	background-color: #fff;
	width: 200px;
	height: 240px;
	border-radius: 27px;
	margin-top: -100px;
	box-shadow: 0 0 5px 0px rgba(61,61,61,0.2);
}

p1 {
	font-family: Quattrocento Sans;
	font-size: 20px;
	font-weight: bold;
}


p2 {
	font-family: Quattrocento Sans;
	font-size: 14px;
	font-weight: bold;
	color: rgba(159,159,159,1.00);
	margin-top: 4px;
}

.tcbutton {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: 10px 0 0 0;
}

.tcbutton a {
	text-decoration: none;
	font-size: 18px;
	font-family: Quattrocento Sans;
	color: #fff;
	background-color: #3d3d3d;
	border-radius:10px;
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}

.tcbutton a:hover {
	background-color: #781C29;
	transition: all 0.4s ease;
}




/*Men Section---------------------------------------------------------------------------------*/

#catmen {
	width: 100%;
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 50px;
	margin: 0 0 100px;
	background-image: url("../IMG/CATEGORIES IMG/categoriessection2_bg.png");
	background-size: cover;
	background-position: center;
}

.catmentitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("../IMG/CATEGORIES IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	width: 1200px;
	z-index: 0;
	margin-left: 200px;
}

.catmenbg {
	background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
	background-size: auto;
	background-position: center;
	width: 900px;
	height: 350px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 27px;
	margin-top: -27px;
	box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
	z-index: 10;
}

.catmencon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: -100px;
}




/*Ladies Section------------------------------------------------------------------------------*/

#catladies {
	width: 100%;
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-right: 50px;
	margin: 100px 0;
	background-image: url("../IMG/CATEGORIES IMG/categoriessection_bg.png");
	background-size: cover;
	background-position: center;
}

.catladiestitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("../IMG/CATEGORIES IMG/title_mask2.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: right;
	width: 1200px;
	margin-right: 200px;
}

.catladiesbg {
	background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
	background-size: auto;
	background-position: center;
	width: 900px;
	height: 350px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 27px;
	margin-top: -27px;
	box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
	z-index: 10;
}

.catladiescon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: -100px;
}




/*Kids Section------------------------------------------------------------------------------*/

#catkids {
	width: 100%;
	height: 60vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 50px;
	margin: 100px 0;
	background-image: url("../IMG/CATEGORIES IMG/categoriessection2_bg.png");
	background-size: cover;
	background-position: center;
}

.catkidstitle {
	font-family: Quattrocento;
	font-size: 100px;
	font-weight: thin;
	background-image: url("../IMG/CATEGORIES IMG/title_mask.png");
	background-size: auto;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	width: 1200px;
	margin-left: 200px;
}

.catkidsbg {
	background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
	background-size: auto;
	background-position: center;
	width: 900px;
	height: 350px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 27px;
	margin-top: -27px;
	box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
	z-index: 10;
}

.catkidscon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: -100px;
}




@media screen and (max-width: 1200px) {
	body {
	    overflow-x: hidden;
	}
	
	
	/*Hero Section-------------------------------------------------------------------------------*/
	
    .categorieshero {
    	width: 100%;
    	height: 70vh;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	background-image: url("../IMG/CATEGORIES IMG/categorieshero_bg.png");
    	background-position: bottom;
    	background-size: cover;
    	z-index: -1;
    	transition: all 0.4s ease;
    }
    
    .categoriestitle {
    	font-size: 120px;
    	font-weight: thin;
    	background-image: url("../IMG/ABOUT IMG/title_mask2.png");
    	background-size: cover;
    	background-position: bottom right;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	z-index: 5;
    	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: flex-end;
    	transition: all 0.4s ease;
    	margin-top: 80px;
    }
    
    .categoriestitleM {
    	font-size: 200px;
    	font-weight: thin;
    	background-image: url("../IMG/ABOUT IMG/title_mask2.png");
    	background-size: cover;
    	background-position: bottom right;
    	-webkit-background-clip: text;
    	-webkit-text-fill-color: transparent;
    	z-index: 5;
    	display: none;
    	flex-direction: row;
    	justify-content: center;
    	align-items: flex-end;
    	transition: all 0.4s ease;
    }
    
    .categoriesdesign {
    	display: flex;
    	flex-direction: row;
    	justify-content: space-between;
    	align-items: flex-start;
    	width: 695px;
    	margin-top: -115px;
    	z-index: 10;
    }
    
    img.cd1 {
    	width: 50px;
    }
    
    img.cd2 {
    	width: 100px;
    	margin-top: -20px;
    	margin-left: 330px;
    }
    
    img.cd3 {
    	width: 40px;
    	margin-top: 0px;
    	margin-left: 180px;
    }




	/*Men Section---------------------------------------------------------------------------------*/

	#catmen {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		margin: 0 0 100px;
		background-image: url("../IMG/CATEGORIES IMG/categoriessection2_bg.png");
		background-size: cover;
		background-position: center;
	}

	.catmentitle {
		font-family: Quattrocento;
		font-size: 100px;
		font-weight: thin;
		background-image: url("../IMG/CATEGORIES IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: auto;
		z-index: 0;
		margin-left: 0;
		transition: all 0.4s ease;
	}

	.catmenbg {
		background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
		background-size: auto;
		background-position: center;
        width: 650px;
		height: 280px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 27px;
		margin-top: -27px;
		box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
		z-index: 10;
	}

	.catmencon {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		margin-top: -100px;
		transform: scale(0.8);
	}




	/*Ladies Section------------------------------------------------------------------------------*/

	#catladies {
		width: 100%;
		eight: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 50px;
		margin: 100px 0;
		background-image: url("../IMG/CATEGORIES IMG/categoriessection_bg.png");
		background-size: cover;
		background-position: center;
	}

	.catladiestitle {
		font-family: Quattrocento;
		font-size: 100px;
		font-weight: thin;
		background-image: url("../IMG/CATEGORIES IMG/title_mask2.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 1200px;
		margin-right: 0;
	}

	.catladiesbg {
		background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
		background-size: auto;
		background-position: center;
        width: 650px;
		height: 280px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 27px;
		margin-top: -27px;
		box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
		z-index: 10;
	}

	.catladiescon {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		margin-top: -100px;
		transform: scale(0.8);
	}




	/*Kids Section------------------------------------------------------------------------------*/

	#catkids {
		width: 100%;
		eight: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		margin: 100px 0;
		background-image: url("../IMG/CATEGORIES IMG/categoriessection2_bg.png");
		background-size: cover;
		background-position: center;
	}

	.catkidstitle {
		font-family: Quattrocento;
		font-size: 100px;
		font-weight: thin;
		background-image: url("../IMG/CATEGORIES IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 1200px;
		margin-left: 0;
	}

	.catkidsbg {
		background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
		background-size: auto;
		background-position: center;
		width: 650px;
		height: 280px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 27px;
		margin-top: -27px;
		box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
		z-index: 10;
	}

	.catkidscon {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		margin-top: -100px;
		transform: scale(0.8);
	}
	
}




@media screen and (max-width: 800px) {
	body {
	    overflow-x: hidden;
	}
	
	
	/*Hero Section-------------------------------------------------------------------------------*/

	.categorieshero {
		width: 100%;
		height: 900px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		background-image: url("../IMG/CATEGORIES IMG/categorieshero_bg.png");
		background-position: bottom;
		background-size: cover;
		z-index: -1;
		margin-top: -80px;
	}

	.categoriestitle {
		display: none;
		transition: all 0.4s ease;
	}

	.categoriestitleM {
		font-size: 120px;
		font-weight: thin;
		background-image: url("../IMG/ABOUT IMG/title_mask2.png");
		background-size: cover;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 5;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		width: 300px;
		margin-left: 50px;
		transition: all 0.4s ease;
	}

	.categoriesdesign {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		width: 300px;
		height: 380px;
		margin-top: 150px;
		margin-left: -300px;
		z-index: 10;
	}

	img.cd1 {
		width: 50px;
	}

	img.cd2 {
		width: 100px;
		margin-top: -60px;
		margin-left: 90px;
	}

	img.cd3 {
		width: 40px;
		margin-top: 0;
		margin-left: 205px;
	}




	/*Slider Elements-----------------------------------------------------------------------------*/

	button.tcleft, button.tcright {
		border: none;
		background-color: transparent;
		cursor: pointer;
		margin-top: 100px;
	}

	button.tcleft img, button.tcright img {
		width: 60px;
	}

	.l1 {
		position: relative;
		transition: all 0.4s ease;
	}

	.l1:hover {
		opacity: 0;
		transition: all 0.4s ease;
	}

	.l2 {
		position: absolute;	
	}

	.r1 {
		position: relative;
		transition: all 0.4s ease;
	}

	.r1:hover {
		opacity: 0;
		transition: all 0.4s ease;
	}

	.r2 {
		position: absolute;	
	}

	.tcslider {
		white-space: nowrap;        
		overflow: hidden;  
		width: 260px;
		height: 400px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 20px;
		scroll-behavior: smooth;
	}

	.tcslider::-webkit-scrollbar {
		display: none;
	}

	.tcslider p {
		white-space: nowrap;        
		overflow: hidden;            
		text-overflow: ellipsis; 
	}

	.tccont1, .tccont2, .tccont3, .tccont4, .tccont5, .tccont6 {
		display: flex;
		flex-direction: column;
	}

	.tcwatch {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		z-index: 10;
		width:100%;
	}

	.tcwatch img {
		width: 150px;
	}

	.tcbox1 {
		margin-left: 10px;
	}

	.tcbox6 {
		margin-right: 10px;
	}
	.tcbox1, .tcbox2, .tcbox3, .tcbox4, .tcbox5, .tcbox6 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 20px;
		background-color: #fff;
		width: 200px;
		height: 240px;
		border-radius: 27px;
		margin-top: -100px;
		box-shadow: 0 0 5px 0px rgba(61,61,61,0.2);
	}

	p1 {
		font-family: Quattrocento Sans;
		font-size: 20px;
		font-weight: bold;
	}


	p2 {
		font-family: Quattrocento Sans;
		font-size: 14px;
		font-weight: bold;
		color: rgba(159,159,159,1.00);
		margin-top: 4px;
	}

	.tcbutton {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding: 10px 0 0 0;
	}

	.tcbutton a {
		text-decoration: none;
		font-size: 18px;
		font-family: Quattrocento Sans;
		color: #fff;
		background-color: #3d3d3d;
		border-radius:10px;
		width: 120px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.4s ease;
	}

	.tcbutton a:hover {
		background-color: #781C29;
		transition: all 0.4s ease;
	}



	/*Men Section---------------------------------------------------------------------------------*/

	#catmen {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		margin: 0 0 100px;
		background-image: url("../IMG/CATEGORIES IMG/categoriessection2_bg.png");
		background-size: cover;
		background-position: center;
	}

	.catmentitle {
		font-family: Quattrocento;
		font-size: 100px;
		font-weight: thin;
		background-image: url("../IMG/CATEGORIES IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: auto;
		z-index: 0;
		margin-left: 0;
		transition: all 0.4s ease;
	}

	.catmenbg {
		background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
		background-size: auto;
		background-position: center;
		width: 300px;
		height: 350px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 27px;
		margin-top: -27px;
		box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
		z-index: 10;
	}

	.catmencon {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		margin-top: -100px;
	}




	/*Ladies Section------------------------------------------------------------------------------*/

	#catladies {
		width: 100%;
		eight: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-right: 50px;
		margin: 100px 0;
		background-image: url("../IMG/CATEGORIES IMG/categoriessection_bg.png");
		background-size: cover;
		background-position: center;
	}

	.catladiestitle {
		font-family: Quattrocento;
		font-size: 100px;
		font-weight: thin;
		background-image: url("../IMG/CATEGORIES IMG/title_mask2.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 1200px;
		margin-right: 0;
	}

	.catladiesbg {
		background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
		background-size: auto;
		background-position: center;
		width: 300px;
		height: 350px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 27px;
		margin-top: -27px;
		box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
		z-index: 10;
	}

	.catladiescon {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		margin-top: -100px;
	}




	/*Kids Section------------------------------------------------------------------------------*/

	#catkids {
		width: 100%;
		eight: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		margin: 100px 0;
		background-image: url("../IMG/CATEGORIES IMG/categoriessection2_bg.png");
		background-size: cover;
		background-position: center;
	}

	.catkidstitle {
		font-family: Quattrocento;
		font-size: 100px;
		font-weight: thin;
		background-image: url("../IMG/CATEGORIES IMG/title_mask.png");
		background-size: auto;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		width: 1200px;
		margin-left: 0;
	}

	.catkidsbg {
		background-image: url("../IMG/CATEGORIES IMG/catconbg.jpg");
		background-size: auto;
		background-position: center;
		width: 300px;
		height: 350px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		border-radius: 27px;
		margin-top: -27px;
		box-shadow: 0 0 10px 0 rgba(6,61,61,0.2);
		z-index: 10;
	}

	.catkidscon {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		margin-top: -100px;
	}
	
}