/* Font & Global Styles*/
.tcl-content li {
	font-size: 8px;
	line-height: normal;
}
.tcl-ai-product h3 {
	font-size: 36px;
	line-height: normal;
}

.tcl-play-btn p {
	font-size: 14px;
}
.product-led h3 {
	font-size: 20px;
}
.tcl-brand-page p {
	font-size: 22px;
	font-weight: bold;
}
/* Desktop View */
.hero-banner,
.tcl-brand-page,
.tcl-play-video,
.tcl-tv-banner {
	position: relative;
}
.tcl-play-btn {
	display: flex;
	flex-direction: column;
	text-align: -webkit-center;
}
.tcl-play-btn,
.tcl-brand-size {
	position: absolute;
	bottom: 15%;
	left: 30%;
	transform: translate(-30%, -15%);
}
.tcl-play-btn img {
	width: 60%;
}
.tcl-brand-page .tcl-tv {
	max-width: 250px;
	aspect-ratio: 6 / 1;
}
.tcl-brand-size {
	position: absolute;
	top: 83px;
	left: 17px;
	transform: translate(12%, 42%);
}
.tcl-play-videos {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tcl-product-list {
	display: flex;
	justify-content: center;
	gap: 40px;
	padding: 70px;
	flex-wrap: wrap;
}
.product-led {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	border-radius: 8px;
	width: 300px;
	text-align: center;
}
.product-led img {
	max-width: 100%;
	height: auto;
}
.product-led h3 {
	margin: 15px 0 10px;
	font-size: 1.1rem;
	color: #333;
}
.tcl-ai-product h3 {
	padding-bottom: 30px;
}

.tcl-btn {
	padding: 10px 27px;
	border-left: 3px solid;
	border-right: 3px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-radius: 50px;
	background: transparent;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
}
.tcl-ai-product {
	text-align: center;
	padding: 60px 0px;
}
.product-website {
	padding: 40px 20px;
}
.bg-colour {
	background-color: rgb(215, 218, 221);
}
.tcl-ai-product>img {
	display: block;
	margin: 0px auto 40px;
	max-width: 100%;
}
.product-display {
	display: flex;
	justify-content: space-evenly;
	gap: 20px;
	margin-top: 40px;
}
.tcl-product {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.tcl-product img {
	max-width: 90%;
}
.tcl-text-img img:nth-child(2) {
	padding-top: 20px;
}
.tcl-brand-page {
	position: relative;
	padding: 40px;
}
.tcl-header-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0px;
	margin: 0px auto;
	gap: 45px;

}
.tcl-header-banner img {
	max-width: 40%;
}
.hn-main-container {
	max-width: 1200px;
}
.tcl-brand-page img {
	width: 100%;
}
.tcl-text-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tcl-brand-page .tcl-background-image {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 100%;
}
/* Tablet View*/
@media (max-width:1024px) and (min-width:768px) {
	.tcl-play-btn img {
		width: 50%;
	}
	.tcl-brand-page p {
		font-size: 16px;
	}
	.tcl-content li {
		font-size: 5px;
	}
	.tcl-play-btn p,
	.tcl-brand-page p {
		font-size: 16px;
	}
	.tcl-product img {
		width: 60%;
	}
}
/* Mobile View*/
@media (max-width:768px) {
	.tcl-header-banner img {
		max-width: 85%;
	}
	.tcl-play-btn p,
	.tcl-brand-page p {
		font-size: 10px;
	}
	.tcl-brand-size {
		bottom: 5%;
		left: 30%;
		transform: translate(-30%, -5%);
	}
	.tcl-header-banner {
		flex-direction: column;
		gap: 40px;
	}
	.tcl-ai-product>img {
		max-width: 55%;
		margin: 0px auto 40px;
	}
	.tcl-btn {
		padding: 10px 13px;
	}
	.product-display {
		display: flex;
		flex-direction: column;
	}
	.tcl-product img {
		max-width: 50%;
	}
	.product-website {
		padding: 35px;
	}
	.tcl-product {
		padding: 30px;
	}
	.tcl-play-videos {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.tcl-ai-product h3 {
		font-size: 28px;
	}
	.tcl-ai-product {
		text-align: center;
		padding: 54px 0px;
	}
	.tcl-product-list {
		padding: 30px;
	}
	.tcl-brand-page .tcl-tv {
		max-width: 120px;
	}
}
@media (max-width:500px) {
	.tcl-brand-size {
		bottom: 0%;
		left: 30%;
		transform: translate(-30%, 0%);
	}
	.tcl-play-btn p,
	.tcl-brand-page p {
		font-size: 8px;
	}
	.tcl-content li {
		font-size: 3px;
	}
	.tcl-brand-page {
		padding: 20px;
	}
}
