@charset "UTF-8";

body, html {
	font-family:"Lato", sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	width: 100vw;
	overflow-x: hidden;

}
body {
	color:rgba(32,32,32,1.00);
	
}
h1 {
	color:rgba(45,66,104,1.00);
}
h2 {
	color:rgba(45,66,104,1.00);	
}
h3 {
	color:rgba(45,66,104,1.00);	
}

.background {
	position: relative;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
  }
  
  .background-video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
  /* Ensures the video stays behind other content */
  }
  
  .flex-boxM {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center; /* Centers children vertically */
    justify-content: flex-start;
	z-index: 1; /* Ensures the text stays above the video */
  }
  
  
  .background .text-box {
	margin-top: 6em;
	  background:rgba(60, 80, 125, 0.8);
	  padding: 1em;
	  border-radius: 4px;
	  width: 70%;
	  height: fit-content;
	  box-sizing: border-box;
  }
  .text-box h1 {
	  color:white;
	  font-size: 3em;
  }
  .text-box p {
	  color: #FFFFFF;
	  width: 94%;
	  font-size: 1.5em;
	  line-height: 1.25;
	  font-weight: 300;
  }
  .mainButton {
	background: rgba(243, 113, 60 ,1);
	border-radius: 4px;
	font-size: 1em;
	display: flex;
	border: none;
	margin-bottom: 1em;
	margin-top: 1em;
	text-decoration: none;
	   -webkit-transition: background 1s; 
		transition: background 1s; 
  }
  .mainButton a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: 300;
	padding: 0.50em;
	
  }
  .button {
	
	  background: rgba(243, 113, 60 ,1);
	  border-radius: 4px;
	  font-size: 1.5em;
	  display: flex;
	  border: none;
	  margin-bottom: 1em;
	  margin-top: 1em;
	  text-decoration: none;
		 -webkit-transition: background 1s; 
		  transition: background 1s; 
  }
  .button a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: 300;
	padding: 0.50em;
	
  }
  .button:hover {
	  background:rgba(0,132,201,1.00);
  }



.textBlock {
	display: flex;
	flex-direction: column;
	padding: 1em 2em;
	margin: 3em 0;
	justify-content: center;
	font-weight: 300;
}
.custom-list {
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
	gap: 1em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    padding-left: 4em; /* Adjust to space out text from the image */

    background-repeat: no-repeat;
    background-position: 0 50%;
}

.custom-list li:nth-child(1) {
    background-image: url('../images/1.png');
}

.custom-list li:nth-child(2) {
    background-image: url('../images/2.png');
}

.custom-list li:nth-child(3) {
    background-image: url('../images/3.png');
}


.card {
	display: flex;
	flex-direction: column;
}

.box {
	display:flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	padding: 1vw 3vw;

	border-radius: 4px;
	margin-bottom: 3vw;
	border: 1px solid rgba(45,66,104,1.00);
}
.box img {
	width: 10%;
	align-self: flex-start;
	margin-top: 2vw;
}
.box h3 {
	text-align: left;
}
.seperate {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: auto;
	gap: 2em;
	margin-top:2em;
	margin-bottom: 2em;	
}

.seperate h2 {
	font-size: 3em;

}
.seperate img {
	align-self: baseline;
}
	#bigger {
		width: 11%;
		align-self: baseline;
	}
	#bigger1 {
		width: 14%;
		margin-top: 2.5vw;
	}
#CG {
	width: 14%;
	margin-top:2.4vw;
}
#DG {
	width: 16%;
}
#v570 {
	width: 20%;
	align-self: baseline;
	margin-left: 1em;
}
	#CB {
		width: 22vw;
	
	}
#PC {
	width: 28%;
}

.content a {
	font-size: 14px;
}
@media (max-width:1000px) {
	.background .text-box {

		width: 94%;
	
	}



	#bigger1 {
		width: 21%;
		margin-top: 4vw;
	}
#CG {
	width: 22%;
	margin-top:4vw;
}
#DG {
	width: 22%;
}
	.text-block-a {
	width: 42%;

}
	#v570 {
		width: 20%;
	}
	#FD {
		width: 10%;
	}
}
@media (max-width:850px) {


	.seperate h2 {
	font-size: 2.5em;
}
	.content h1 {
		font-size: 2em;
	}
}
@media (max-width:650px) {

	.text-box h1 {
		font-size: 2em;
	}
  .background .text-box {
	margin-top: 4em;

	  width: 90%;

  }
	.seperate {
		width: 90%;
	}
	.block p {
		font-size: 3vw;
	}

	#bigger {
		width: 20%;

	}
	#bigger1 {
		width: 28%;
		margin-top: 5vw;
	}
#CG {
	width: 28%;
	margin-top:5vw;
}
#DG {
	width: 28%;
}
	#PC {
		width: 40%;
	}

			.row-a  {
		flex-direction: row;
				flex-wrap: wrap;
	}
	#CB {
		width: 36%;
	}
}
	@media (max-width:550px) {

		.text h1 {
			font-size: 5.2vw;
		}

		.seperate h2 {
			font-size: 2em;
		}
}
		@media (max-width:450px) {
			.block p {
		font-size: 3.6vw;
	}
	.detail p {
		font-size: 3.6vw;
	}
		
#CB {
	width: 43%;
}
			#FD {
				width: 14%;
			}
			#v570 {
				width: 25%;
			}
			#PC {
				width: 52%;
			}
}