/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* border: 1px solid red; */
}

.almarai-light {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.almarai-regular {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.almarai-bold {
  font-family: "Almarai", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.almarai-extrabold {
  font-family: "Almarai", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.sora-light {
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
  }

h5 {
	font-family: "Almarai", sans-serif;
  	font-weight: 400;
 	font-style: normal;
	font-size: 44px;
	margin-bottom: 35px;
}

h3 {
	font-family: "Almarai", sans-serif;
  	font-weight: 700;
 	font-style: normal;
	font-size: 64px;
	margin-bottom: 35px;
}

.text {
	font-family: "Almarai", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 20px;
	color: #cfcfcf;
}


body {
	background-image:url("../img/header-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	background-color: #181C23;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}

.content {
    margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
}


html{
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	color: #ffffff;
	scroll-behavior: smooth;
}

ul, nav{
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

	opacity: 0.9;
}


a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	border: 0;
	margin: 100px 0px;
}

	

section{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 100px 100px 100px;
}

@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}

}

@media (max-width: 600px){

	section{
		padding: 0px 30px;
	}
}

section h3.title{
	max-width: 640px;
	color: #fff;
	text-transform: capitalize; 
	font: 700 64px 'Almarai', sans-serif;
	margin: 0px 0px 56px 0px;
	text-align: center;
}

section h4.title{
	font: 44px;
}

section p{
	max-width: 640px;
	text-align: left;
	margin-bottom: 35px;
	padding: 0 0px;
	line-height: 36px;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
button{
	background: transparent;
	border: none;
}

/*----------------
 	Buttons
----------------*/

.big-red-button {
	padding: 32px 68px;
	font-size: 20px;
	color: white;
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	background: linear-gradient(to bottom, #F73720, #CC1F09);
	border-radius: 16px;
	cursor: pointer;
	display: block;
	width: fit-content;
	margin: 40px 0px 110px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.big-red-button:hover {
	transform: translateY(8px);
	box-shadow: inset 0 0 0 6px #fff;

}

.big-red-outline-button {
	padding: 32px 68px;
	font-size: 20px;
	color: white;
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	background: transparent;
	border-radius: 12px;
	box-shadow: inset 0 0 0 2px #F63720;
	cursor: pointer;
	display: block;
	width: fit-content;
	margin-top: 40px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.big-red-outline-button:hover {
	transform: translateY(8px);
	box-shadow: inset 0 0 0 6px #F63720;
}

/*-------------------------
 	What You Can Expect
-------------------------*/

.container-outer {
	background-image: url("../img/shiny-chrome-light.png") ;
    padding: 12px;                         /* Optional: inner padding for spacing inside the border */
	border-radius: 64px;
	margin: 120px 48px;
}

.container-inner {
	display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-gap: 80px;
    padding: 56px;                         /* Optional: inner padding for spacing inside the border */
	background-color: #181C23;
	border-radius: 52px;
	justify-content: space-evenly;

}

.item-span-columns {
	grid-column-start: 1;
	grid-column-end: 3;
	text-align: center;
}

/* Grid item styling */
.item {
    display: flex; /* Use flexbox to layout the content in two columns */
    text-align: left;
}

/* Icon styling */
.icon {
    width: 40px;
    height: 40px;
    margin-right: 30px; /* Space between the icon and the text */
    flex-shrink: 0; /* Prevent the icon from shrinking */
}

/* Text container */
.text-container {
    display: flex;
    flex-direction: column; /* Stack title and paragraph vertically */
}

.item-title {
    font-size: 24px; /* Title font size */
    margin: 0; /* Remove default margin */
	font-family: "Almarai", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
}

.paragraph {
    font-size: 16px; /* Paragraph font size */
    margin: 0; /* Remove default margin */
	font-family: "Almarai", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	line-height: 28px;
	color: #cfcfcf;
}


/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 36px 20px 36px;
}

header h2{
	font-family: 'Almarai', sans-serif;
}

header nav{
	display: flex;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}

.sticky-header {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center; /* Center the inner container horizontally */
	background-color: transparent; /* Transparent initially */
	z-index: 1000; /* Ensure it stays on top */
	width: 100%; /* Stretch across the full width */
	overflow: hidden;
  }
  
  .sticky-header.scrolled {
	background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black when scrolled */
	backdrop-filter: blur(10px); /* Blur effect for aesthetics */
  }
  
  .header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px; /* Max width for the content */
	width: 100%; /* Utilize the full width up to 1300px */
	padding: 10px 0px; /* Padding inside the container */

  }
  
  .logo {
	font-size: 24px;
	color: white;
  }
  
  .nav-buttons {
	display: flex;
	gap: 10px;
  }

.animated-button {
	padding: 12px 20px;
	font-size: 18px;
	color: white;
	font-family: "Almarai", sans-serif;
	font-weight: 700;
	font-style: normal;
	background: linear-gradient(to bottom, #F73720, #CC1F09);
	border-radius: 8px;
	border: 0px;
	cursor: pointer;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.animated-button:hover {
	transform: translateY(4px);
	box-shadow: inset 0 0 0 3px #fff;
}
  
  .animated-button-naked {
	padding: 10px 20px;
	font-size: 18px;
	font-family: "Almarai", sans-serif;
 	font-weight: 700;
  	font-style: normal;
	color: white;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
  }
  
  .animated-button-naked:hover {
	transform: translateY(4px);
  }
  
  
@media (max-width: 1000px){
	.header-container{
		padding: 20px 0px;
	}
	h1{
		font: 800 124px 'Almarai', sans-serif;
		margin: 48px 0px 40px 0px;
		background: url("../img/shiny-chrome-light.png") 0 0 / cover no-repeat;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: .5px #C4D1E9;
	}
	
}


@media (max-width: 700px){
	/*.header-container{*/
	/*	flex-direction: column;		*/
	/*}*/

	.header-container h2{
		margin-bottom: 15px;
	}
	h1{
		font: 800 204px 'Almarai', sans-serif;
		margin: 48px 0px 40px 0px;
	}
	.hero{
		position: relative;
		justify-content: center;
		max-height: 450px;
		text-align: center;
	}
}



/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	max-height: 950px;
	text-align: center;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #2196F3;
	z-index: -1;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.75;
}

h1{
	font: 800 144px 'Almarai', sans-serif;
	margin: 8px 0px 40px 0px;
	background: url("../img/shiny-chrome-light.png") 0 0 / cover no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1.5px #C4D1E9;
}

.hero h1{
	font: 800 144px 'Almarai', sans-serif;
	margin: 148px 0px 40px 0px;
	background: url("../img/shiny-chrome-light.png") 0 0 / cover no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1.5px #C4D1E9;
}

.hero h3{
	font: normal 28px 'Almarai', sans-serif;
	margin-bottom: 40px;
}

.hero a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){

	/*.hero{*/
	/*	min-height: 600px;*/
	/*}*/

	.hero h1{
		font-size: 54px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

}

/*--------------------
 	max width override
---------------------*/

.max-width-override {
	display: flex;
	width: 100vw;
	left: 50%;
    right: 50%;
    margin-left: -50vw; /* Move the element left by 50% of the viewport width */
    margin-right: -50vw; /* Move the element right by 50% of the viewport width */
	flex-direction: column;
	align-items: center;
	position: relative;
}

.footerbg{
	background-image:url("../img/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.red-frame {
	display: flex;
	width: 100vw;
	left: 50%;
    right: 50%;
    margin-left: -50vw; /* Move the element left by 50% of the viewport width */
    margin-right: -50vw; /* Move the element right by 50% of the viewport width */
	flex-direction: column;
	align-items: center;
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	background: linear-gradient(
	180deg,
	rgba(124, 18, 5, 0) 0%,
	rgba(124.49, 18.09, 5.15, 0.4) 50.5%,
	rgba(124, 18, 5, 0) 100%
	);
}

.grid-container{
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	grid-gap: 40px;
	position: relative;
	max-width: 1300px;
}


.grid-item {
	position: relative;
	padding: 0px 0px;
  }

.dashed-line {
	width: 1px;
	height: 100%;
	background: repeating-linear-gradient(
	  to bottom,
	  #a0bef55f,
	  #a0bef57b 4px,
	  transparent 4px,
	  transparent 8px
	);
  }

/*--------------------
 	Our Work Section
---------------------*/

.оur-work{
	background-color: #fff;
}

.our-work .grid li{
	padding: 20px;
	border-radius: 3px;
	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.our-work .grid li.small{
	flex-basis: 40%;
}

.our-work .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 1000px){

	.our-work .grid li.small,
	.our-work .grid li.large{
		flex-basis: 100%;
	}

}



/*----------------------
 	Features Section
----------------------*/

/*.features{
	background-color: #f7f7f7;
} */

.features .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}


.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
	color: #fff;
    font-size: 44px;
    margin-bottom: 25px;
}

.features .grid li p{
    margin: 0;
}

/*---------------------
 	Break Points
---------------------*/

@media (max-width: 1000px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
	}

}



/*--------------------
 	Reviews Section
--------------------*/

/*.reviews{
	background-color: #fff;
} */

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.row {
    display: flex;
    margin: 20px;
}

.column {
    flex: 1; /* Distributes space equally */
    padding: 10px;
}

.form-row {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 16px;
    color: white;
    margin-bottom: 5px;
}

.required {
    color: red;
}

.form-input {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box; /* Include padding in height */
	font-size: 20px;
    color: rgb(77, 77, 77);
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.submit-button {
	padding: 32px 68px;
	font-size: 20px;
	color: white;
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	background: linear-gradient(to bottom, #F73720, #CC1F09);
	border: none;
	border-radius: 12px;
	cursor: pointer;
	display: block;
	width: fit-content;
	margin-top: 40px;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.submit-button:hover {
	transform: translateY(6px);
	box-shadow: inset 0 0 0 6px #fff;

}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}


/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 120px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	text-transform:none;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}
.footer-text {
	font-size: 16px;
}

@media (max-width: 700px){
	footer{
		padding: 80px 15px;
	}
}

@media (max-width: 768px){
	.sticky-header {
		overflow: visible !important;
	}
	.menu-mobile {
		display: unset !important;
	}
	.menu-mobile i.fa-times {
		color: #CC1F09;
		font-size: 45px;
		z-index: 99;
		position: absolute;
		right: 25px;
		top: 25px;
	}
	.menu-mobile i.fa-bars {
		background: linear-gradient(to bottom, #F73720, #CC1F09);
		padding: 4px 6px;
		font-size: 32px;
		border-radius: 6px;
	}
	.nav-buttons {
		position: absolute;
		top: 0;
		flex-direction: column;
		z-index: 9;
		height: 100vh;
		width: 100%;
		background: rgba(0, 0, 0, 0.94);
		left: 0px;
		display: flex;
		flex-direction: column;
		padding: 30px;
		transition: visibility 0.8s, opacity 0.6s;
		visibility: hidden;
		opacity: 0;
	}
	.nav-buttons.show {
		visibility: visible;
		opacity: 1;
		transition: visibility 0.8s, opacity 0.6s;
	}
	.nav-buttons button {
		height: 55px;
		text-align: left;
		transform: translateY(120px);
		transition-property: transform;
		transition-duration: 0.5s;
	}
	.nav-buttons button.show {
		transform: translateY(0);
		transition-property: transform;
		transition-duration: 0.5s;
	}
	.nav-buttons button.animated-button {
		max-width: 320px;
		height: 60px;
		text-align: center;
		margin-top: 15px;
	}
}

@media (max-width: 870px){
	.hero h1 {
		margin: 60px 0px 40px 0px;
	}
	.container-inner {
		display: flex;
		flex-direction: column;
		padding: 25px;
	}
	.item {
		display: flex;
		text-align: left;
		flex-direction: column;
		gap: 20px;
	}
	section {
		padding: 50px 40px;
	}
	hr {
		margin: 50px 0px;
	}
	header {
		padding: 10px 20px 10px;
	}
	section p {
		max-width: 640px;
		text-align: center;
		margin-bottom: 0px;
		padding: 0;
		line-height: 30px;
		font-size: 18px;
	}
	.container-outer {
		margin: 90px 25px;
	}
}

@media (max-width: 1024px){
	h1, .hero h1 {
		font-size: 12vw;
	}
	h3, section h3.title {
		font-size: 7vw;
		margin-bottom: 25px;
	}
	h5 {
		font-size: 7vw;
	}
	section p{
		text-align: center;
	}
	.grid-container {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.form-row {
		text-align: left;
	}
	.big-red-button {
		margin: 40px 0px 60px;
	}
	.big-red-outline-button {
		margin: 40px auto;
	}
	.submit-button {
		padding: 28px 50px;
		font-size: 18px;
		color: white;
		font-family: "Sora", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		background: linear-gradient(to bottom, #F73720, #CC1F09);
		border: none;
		border-radius: 16px;
		cursor: pointer;
		display: unset;
		width: fit-content;
		margin-top: 12px;
	}
	.footer-text{
		font-size: 12px;
	}
}
#loader-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 12px;
}

/* HTML: <div class="loader"></div> */
#loader {
	width: 50px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #CC1F09;
	--_m:
			conic-gradient(#0000 10%,#000),
			linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
	margin-left: calc(50% - 10px);
	margin-top: calc(50% - 100px);
}
@keyframes l3 {to{transform: rotate(1turn)}}
button[disabled] {
	background: linear-gradient(to bottom, #efb3ab, #ec887b);
	cursor: not-allowed;
}
button[disabled]:hover {
	transform: none;
	box-shadow: none;
}