h1 {font-size:32px;} 
h2 {font-size:30px;}
h3 {font-size:28px;}
h4 {font-size:26px;}
h5 {font-size:24px;}
h6 {font-size:20px;}
p {font-size:18px;}


/* Additions */
.bold {font-weight: bold;}

.container.maxwid {max-width: 1320px !important;}

.btn.btn-lg {padding: 0 20px;}

.bg-green {background-color: #288719;}

.content .btn-call-to-action {background-color: #288719;}

.content .btn-call-to-action:hover {background-color: #006e18;}

/* banner */
.header-video .banner {
    position: relative;
    height: 765px;	
    background-size: cover;	
	overflow: hidden;
}

.header-video #scenarios-video {
    position: absolute;
    object-fit: cover;
    transform: translateY(1px);
    width: 100%;
    min-width: 100%;
    height: calc(100% + 1px);	
    left: 0;
    right: 0;
    bottom: 0;
}

.header-video video {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.header-video .banner .area {
	position: relative;		
    display: flex;		
    width: 100%;
    height: 100%;	
}
	
.header-video .banner .area .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	padding: 0 8vw;
    color: #ffffff;
}

.header-video .banner .area .box h1 {
	font-weight:bold;
}

.header-video .btn-call-to-action {
    background-color: #288719;
}

.header-video .btn-call-to-action:hover {
    background-color: #006e18;
}

@media screen and (max-width: 1601px) {
	.header-video .banner {
		 height:550px;
	}
}

@media screen and (max-width: 1025px) {
	.header-video .banner {
	 height:450px;
	}
}

@media screen and (max-width: 450px) {
	.header-video .banner {
		 height:350px;
	}
	.header-video .banner .area .box h1 {
		font-size: 20px;
	}
}


/* highlights */
.highlights-section {
	background-color:#000;
}

.higtlights p {
	color:#fff;
}

.higtlights .box {
	display: flex;
    flex-wrap: wrap;
    width: 85%;
    justify-content: center;
	margin: 0 auto;
    text-align: center;
}

.higtlights .box .area {
	width: calc(100% / 4);
}

.higtlights .box .area img {
	width:50%!important;
	margin: 0 auto;
    text-align: center;
}

.higtlights .box .area p {
	padding: 0 45px;
}

@media screen and (max-width: 991px) {
	.higtlights .box {
		width: 90%;
	}	
	.higtlights .box .area {
		width: calc(100% / 2);
	}
	.higtlights .box .area p {
		padding: 0 10px;
	}	
}


/* feature 1 */
.power-business .frame {
	display: flex;
	flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	width: 85%;
	gap: 10%;
    margin: 0 auto;
}
	
.power-business .content {
    width: 50%;
}
	
.power-business .image {
    width: 50%;	
}

.power-business .image img {
	padding: 10%;	
}

.power-business .content h3 {
	font-weight: bold;
	padding-bottom: 30px;
}

@media screen and (max-width: 1400px) {
	.power-business {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.power-business .frame {
		flex-direction: column;	
		width: 90%;
	}
	.power-business .content {
		width: 100%;
		padding: 0;
	}
	.power-business .image {
		width: 100%;
		margin-bottom: 50px;
	}
	.power-business .image img {
		padding: 0;	
	}	
}


/* feature 2 */
.product-design {
	 background:url('/sites/zyxel/files/library/assets/products/nwa30be/NWA30BE_GFX2_3024x1410.png') no-repeat left center;
	 height:800px;
	 background-size:cover;
	 position:relative;
}

.product-design .content {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;	
    width: 50%;
    height: 100%;
    left: 53.5%;
    padding-right: 10%;	
	color: #fff;	
}

.product-design .content h3 {
	font-weight: bold;
	padding-bottom:30px;
}

@media screen and (max-width: 1601px) {
	.product-design {
		 height:745px;
	}
}

@media screen and (max-width: 991px) {
  .product-design {
    background: none;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-design::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: url(/sites/zyxel/files/library/assets/products/nwa30be/NWA30BE_GFX2_3024x1410.png) no-repeat left center;
	background-size: 250% auto;	
  }

  .product-design .content {
    position: static;
    width: 100%;
    padding: 40px 20px;
    background: #000;
  }
}


/* feature 3 */
.reliable-coverage .frame {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	width: 85%;
	gap: 10%;
    margin: 0 auto;
}
	
.reliable-coverage .content {
    width: 50%;
}
	
.reliable-coverage .image {
    width: 50%;	
}

.reliable-coverage .image img {
	padding: 10%;	
}

.reliable-coverage .content h3 {
	font-weight: bold;
	padding-bottom: 30px;
}

@media screen and (max-width: 1400px) {
	.reliable-coverage {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.reliable-coverage .frame {
		flex-direction: column;	
		width: 90%;
	}
	.reliable-coverage .content {
		width: 100%;
		padding: 0;
	}
	.reliable-coverage .image {
		width: 100%;
		margin-bottom: 50px;
	}
	.reliable-coverage .image img {
		padding: 0;	
	}
}


/* feature 4 */
.nebula-app .frame {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	width: 85%;
	gap: 10%;
    margin: 0 auto;
}
	
.nebula-app .content {
    width: 50%;
}
	
.nebula-app .image {
    width: 50%;	
}

.nebula-app .content h3 {
	padding-bottom: 30px;
}

.nebula-app .app_icon {
    width: 70%;
    margin-left: -2.5%;
}

.nebula-app .app_icon img {
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
	.nebula-app {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.nebula-app .frame {
		flex-direction: column;	
		width: 90%;
	}
	.nebula-app .content {
		width: 100%;
		padding: 0;
	}
	.nebula-app .image {
		width: 100%;
		margin-top: 10px;
	}
}

@media screen and (max-width: 501px) {
	.nebula-app .app_icon {
		width: 100%;
	}
}


/* feature 5 */
.one-platform {
    background: url('/sites/zyxel/files/library/assets/products/nwa30be/NWA30BE_GFX5_3024x1410.png') no-repeat center;
    height: 900px;
    background-size: cover;
    position: relative;
}

.one-platform .content {
	position: absolute;
    left: 7.5%;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.one-platform .content h3 {
	padding-bottom: 30px;
    font-weight: bold;
}
	
@media screen and (max-width: 1601px) {
	.one-platform {
		height: 800px;
	}
}

@media screen and (max-width: 991px) {
  .one-platform {
    background: none;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .one-platform::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: url(/sites/zyxel/files/library/assets/products/nwa30be/NWA30BE_GFX5_3024x1410.png) no-repeat right center;
	background-size: 145% auto;	
  }

  .one-platform .content {
    position: static;
    width: 100%;
    padding: 40px 20px;
	background-color: #f9f9f9 !important;
  }
}


/* configure */
.how-to-configure h3 {
	font-weight:bold;
	padding-bottom:40px;
    text-align: center;
}

.nebula_video {
	display: flex;
    flex-direction: row;
    width: 100%;
}

.video_area ul {
	list-style: none;
    display: flex;
    justify-content: space-around;
}

.video_area .zoom:hover {
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.0); 
}

.video_area ul li {
	width:30%;
	box-shadow: 0px 0px 28px 3px rgb(0 0 0 / 15%);
	transform: scale(1.01, 1.01);
}

@media screen and (max-width: 769px) {
.video_area ul {
    flex-direction: column;
	padding: 20px 20px 0;
}
.video_area ul li {
    width: 100%;
    margin-bottom: 30px;
}
}


/* note */
div#note {
    margin-top: 10px;
    margin-bottom: 60px;
}


/* spec */
.spec-note ol {
	list-style: none;
}