body{
	font-family:system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.main-div{
	width: 50%;
	margin: 0 auto;
}
.header-sec{
	background-color: #000;
	color: #fff;
	padding: 4rem 0;
	border-bottom: 8px solid #313131;

}
.logo img{
	width: 20%;
	margin-bottom: 1rem;
}
.header-content h1{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;

}
.header-content p{
	font-size: 18px;
	margin-bottom: 3rem;
}
.apple-img-bx img{
	border-radius: 10px;
	margin-bottom: 1.5rem;
}
.apple-bx-below p{
	font-weight: 500;
	text-align: center;
	margin-bottom:0px;
	font-size: 25px;
}
.apple-bx-below{
	margin-top: 2rem;
}
.logo2 img{
	width: 15%;
	margin-bottom: 2rem;
}
.header-content h2{
	font-size: 35px;
	margin-bottom: 1rem;
	font-weight: 600;
}
.header-content h5{
	font-weight: 400;
}
.apple-tv-app-bx-img img{
	width: 60%;
	margin: auto;
}
.apple-tv-app-bx-img{
	height: 90px;
	align-items: flex-end;
    display: flex;
}
.apple-tv-app-bx p{
	font-weight: 500;
	font-size: 20px;
}
.apple-device-sec{
	padding: 5rem 0;
}
.apple-device-sec-h2{
	color: #000;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
}
.apple-device-sec-content h4{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 2rem;
}
.apple-device-sec-content a{
	color: #6e6e73;
	text-decoration: none;
	border: 2px solid #6e6e73;
	padding: 7px 20px;
	width: 100px;
	border-radius: 20px;
	font-size: 20px;
}
.apple-device-sec-bx{
	padding: 4rem 0;
}
.apple-tv-footer{
	background-color: #f5f5f7;
	color: #86868b;
	font-size: 12px;
	padding: 15px;
}
.apple-tv-footer p{
	margin-bottom: 0px;
}
.promo{
	text-decoration: none;
	color: #000 !important;
}
@media screen and (min-width: 320px) and (max-width: 768px){
	.main-div {
    	width: 100%;
    }
    .logo img {
    	width: 35%;
    }
    .apple-device-sec-content{
    	text-align: center;
    }
    .apple-tv-app-bx-img {
    	height: 120px;
	}
}
@media screen and (min-width: 769px) and (max-width:1100px){
	.main-div {
    	width: 90%;
    }
    .apple-tv-app-bx-img img {
    	width: 36%;
   } 
}

