@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Almarai', sans-serif;
	line-height: inherit;
}
body{
	background: #000;
}
section{
	display: flex;
}
.content-container{
	width:950px;
	margin: auto;
	display: flex;
}
p{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 25px;
}
.content-container > div{
	width: 100%;
}
/*--------Section 1---------*/
#hero{
	background: url('assest/herobg.png') top center no-repeat;
	background-size: cover;
	min-height: 650px;

}
#hero .hero-content{
	min-width: 406px;
	max-width: 406px;
}
h1{
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
}
.hero-content h3{
	font-size: 19px;
	font-style: italic;
	margin: 30px 0px;
}
.hero-content img{
	margin-top: 30px;
}
/*--------Section 2---------*/
#second{
	background: url('assest/bg2.png') top center no-repeat;
	background-size: cover;
	min-height: 650px;
}
.section2{
	flex-direction:column;
	align-items: center;
	gap: 30px;
}
.section2 h2{
	text-align: center;
}
.section2 video{
	width: 630px;
}

/*--------Section 3---------*/
.section3{
	flex-direction:column;
	align-items: center;
	padding: 90px 0px 60px 0px;
}
.section3 p{
	margin: 30px 0px 60px 0px;
	text-align: center;
}
.section3 .footertext{
	font-size: 12px;
	font-weight: 200;
	line-height: 18px;
	opacity: 0.5;
	margin: 60px 0px 90px 0px;
}
.footer_block{
	border-top: 1px solid #707070;
	padding-top: 90px;
	text-align: center;
}
.section3 .footer_block h2{
	margin: 30px 0px;
}

/*--------Section 4---------*/
#fourth{
	background: url('assest/compare.png') top center no-repeat;
	background-size: cover;
	min-height: 739px;
}

/*--------Section 5---------*/
#fifth{
	background: url('assest/maxi.png') top center no-repeat;
	background-size: cover;
	min-height: 739px;
	justify-content: center;
}
.section5{
	flex-direction: column;
	margin-top: 30px;
	gap: 30px;
}
.section5 *{
	text-align: center;
}
.section5 h3{
	font-size: 20px;
}
.section5 h2{
	font-size: 36px;
}

/*--------Section 6---------*/
.section6{
	flex-direction: column;
}
.section6 h2{
	text-align: center;
}
.section6 .stext{
	font-size: 12px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    text-align: center;
    margin-top: 25px;
}
.section6 hr{
	border-color: #707070;
}
.section6 hr.top{
	margin: 60px 0px;
}
.section6 img.logos{
	width: 550px;
	margin: 60px auto 30px auto;
}
.posts{
	display: flex;
	gap: 30px;
	margin: 90px 0px 60px 0px;
}
.posts img{

	height: 168px;
}
.posts div{
	width: 300px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}
.posts h3{
	font-size: 24px;
	text-align: center;
}
.posts button{
	color: #000;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Almarai', sans-serif;
	background-color: #76b900;
	border: none;
}
.section6 .footertext{
	font-size: 12px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    text-align: center;
    margin-bottom: 90px;
}

/*---------------Mobile View--------------*/
.mobile{
	display: none;
}
@media (max-width: 600px){
.mobile{
	display: block;
	width: 100%;
}
.section3 img.desktop,.section6 img.desktop{
	display: none;
}
.content-container{
	width:300px;
	flex-wrap: wrap;
}
p{
	font-size: 12px;
	line-height: 25px;
}
/*----Section 1------*/
#hero{
	background: none;
}
h1{
	font-size: 30px;
	margin: 20px 0px;
}
.section1 h3{
	font-size: 20px;
}
.section1{
	flex-direction: column-reverse;
	width: 100%;
}
.section1 .mobile-banner img{
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}
.section1 .hero-content > *{
	width: 300px;
	margin: auto;
}
.section1 .hero-content img{
	display: block;
	width: 150px;
	margin: 60px 0px 90px 0px;
}
/*----Section 2------*/
#second{
	min-height: 440px;
}
.section2 h2{
	font-size: 20px;
}
.section2 video{
	width: 300px;
}
/*----Section 3------*/
.section3{
	padding: 60px 0px 30px 0px;
}
.section3 p{
	margin: 30px 0px 60px 0px;
}
.section3 .footertext{
	margin: 60px 0px;
}
.footer_block{
	border-top: 1px solid #707070;
	padding-top: 60px;
	text-align: center;
}
.section3 .footer_block h2{
	margin: 30px 0px;
}
.section3 .footer_block p{
	margin-bottom:0px;
}
/*--------Section 4---------*/
#fourth{
	background: url('assest/mobile/compare.png') cover top center no-repeat;
	min-height: 220px;
}

/*--------Section 5---------*/
#fifth{
	background: url('assest/mobile/dlss.png') top center no-repeat;
	min-height: 615px;
}
.section5{
	flex-direction: column;
	margin-top: 60px;
	gap: 30px;
}
.section5 *{
	text-align: center;
}
.section5 h3{
	font-size: 15px;
}
.section5 h2{
	font-size: 28px;
	line-height: 30px;
}

/*--------Section 6---------*/
.section6 hr.top{
	margin: 40px 0px;
}
.section6 img.logos{
	width: 165px;
	margin: 60px auto 30px auto;
}
.posts{
	flex-direction: column;
	gap: 60px;
	margin: 60px 0px 60px 0px;
}
.posts div{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
.posts h3{
	font-size: 18px;
	text-align: center;
}
a, button,a:hover, button:hover{
	cursor: pointer !important;
	z-index: 999;
}
.section6 .footertext{
	font-size: 12px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    text-align: center;
    margin-bottom: 90px;
}

}