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 */
.btn.btn-lg {padding: 0 20px;}
.bold {font-weight: bold;}

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


/* banner */
.nwa50be-banner {
	 background:url('/sites/zyxel/files/library/assets/products/nwa50be/nwa50be_Banner_1920x765.jpg') no-repeat bottom;
	 height:765px;
	 background-size:cover;
	 position:relative;
}

.nwa50be-area {
    width: 100%;
    height: 100%;
}

.nwa50be-box {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 46%;
	height: 100%;
	padding-left: 8%;
}

.nwa50be-box h1 {
	font-weight:bold;
}

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

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

.nwa50be-box {
	padding-left: 5%;
}
}

@media screen and (max-width: 991px) {
.nwa50be-banner {
	background:url('/sites/zyxel/files/library/assets/products/nwa50be/nwa50be_Banner_1920x765.jpg') no-repeat 95% bottom;
	height:450px;	
	background-size: cover;
    position: relative;
}
}

@media screen and (max-width: 768px) {
    .nwa50be-box {
        width: 95%;
        align-items: center;
        text-align: center;
        justify-content: flex-start;
        padding-top: 40px;
    }
}

@media screen and (max-width: 500px) {
.nwa50be-banner {
	background:url('/sites/zyxel/files/library/assets/products/nwa90be/nwa90be_Banner_750x732.jpg') no-repeat 95% bottom;
	height:450px;	
	background-size: cover;
    position: relative;
}
}
	
@media screen and (max-width: 450px) {
.nwa50be-banner {
	 height:350px;
}
.nwa50be-box h1 {
	font-size: 20px;
}
}


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

.higtlights h2 {
	font-size: 56px!important;
    text-align: center;
    font-weight: bold;
    padding-bottom: 30px;
	color:#fff;
}

.higtlights p {
	color:#fff;
}

.higtlights .box {
	display: flex;
    flex-wrap: wrap;
    width: 80%;
    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 10px;
}

@media screen and (max-width: 991px) {
.higtlights h2 {
	font-size: 30px!important;
}	
.higtlights .box .area {
	width: calc(100% / 2);
}
}


/* video */
div#scenarios {
    background-color: #000;
}

#scenarios-video {
	height: calc(100% + 1px);
    transform: translateY(1px);
    width: 100%;
    margin: -6px;
}


/* introduction */
.SmartWiFi7-banner {
	 background:url('/sites/zyxel/files/library/assets/products/nwa50be/01_Smart-WiFi7-for-Small-Spaces.jpg') no-repeat 50% bottom;
	 height:800px;
	 background-size:cover;
	 position:relative;
}

.SmartWiFi7-box {
    width: 100%;
    height: 100%;
}

.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 46%;
	height: 100%;
    padding-left: 8%;
    padding-top: 25vw;	
	color: #fff;
}

.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area h3 {
	font-weight: bold;
}

@media screen and (max-width: 1601px) {
.SmartWiFi7-banner {
	 height:550px;
}
.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area {
    width: 55%;
    padding-top: 18vw;		
}
}

@media screen and (max-width: 1025px) {
.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area {
	padding-left: 5%;
	width: 65%;
}
}

@media screen and (max-width: 991px) {
.SmartWiFi7-section {
	background-color:#000;
}
.SmartWiFi7-banner {
	background:url('/sites/zyxel/files/library/assets/products/nwa50be/01_Smart-WiFi7-for-Small-Spaces-mobile.jpg') no-repeat bottom;
    height: 600px;
    background-size: contain;
    position: relative;
}
.SmartWiFi7-box {
	background-color: initial;
}
.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area {
    justify-content: flex-start;
    width: 100%;
	padding: 10% 5%;
	color: #fff;
}
}

@media screen and (max-width: 500px) {
.SmartWiFi7-banner {
    height: 540px;
}
}


/* feature 1 */
.Easy-Setup-banner {
	 background:url('/sites/zyxel/files/library/assets/products/nwa50be/02_Easy-Setup-Big-Performance.jpg') no-repeat 50% top;
	 height:850px;
	 background-size:cover;
	 position:relative;
}

.Easy-Setup-box {
	display: flex;
    flex-direction: row;
    align-items: center;
	width: 100%;
    height: 100%;
}

.Easy-Setup-area {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    height: 100%;
    right: 3.5%;
    position: absolute;
    padding-right: 10%;
}

.Easy-Setup-area h3 {
	font-weight: bold;
	padding-bottom:30px;
}

@media screen and (max-width: 1601px) {
.Easy-Setup-banner {
	 height:720px;
}
.Easy-Setup-area {
    padding-right: 5%;
}
}

@media screen and (max-width: 1440px) {
.Easy-Setup-banner {
	 height:620px;
}
}

@media screen and (max-width: 1025px) {
.Easy-Setup-banner {
	 height:700px;
}
.Easy-Setup-area {
    width: 35%;
    padding-right: 0;
    right: 4%;
    }
}

@media screen and (max-width: 991px) {
.Easy-Setup-banner {
	 background:url('/sites/zyxel/files/library/assets/products/nwa50be/02_Easy-Setup-Big-Performance-mobile.jpg') no-repeat 50% bottom;
	 height:960px;
	 background-size:cover;
	 position:relative;
}
.Easy-Setup-box {
    width: 100%;
    height: 100%;
}
.Easy-Setup-area {
    width: 90%;
    padding-top: 5%;
    justify-content: flex-start;
}
}

@media screen and (max-width: 768px) {
.Easy-Setup-banner {
	 height:820px;
}
}

@media screen and (max-width: 500px) {
.Easy-Setup-banner {
	 height:760px;
}
}


/* feature 3 */
.Smart-Mesh-bg {
  position: relative;
  height: 800px;
  overflow: hidden;
  margin-top: -1px;  
}

.Smart-Mesh-bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-fit: cover;
	clip-path: polygon(0% 0%, calc(100% - 0px) 0%, calc(100% - 0px) calc(100% - 0px), 0% calc(100% - 1px));  
}

.Smart-Mesh-bg .Smart-Mesh-text {
  display: flex;
  flex-direction: column;
  width: 35%;
  height: 100%;
  position: absolute;
  left: 10%;
  justify-content: center;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
.Smart-Mesh-bg {
    height: 650px;
}
}

@media screen and (max-width: 991px) {
.Smart-Mesh-bg video {
	display: none;
}
.Smart-Mesh-bg {
	background:url('/sites/zyxel/files/library/assets/products/nwa50be/03_Smart-Mesh-MLO-mobile.jpg') no-repeat 50% bottom;
	height:960px;
	background-size:cover;
	position:relative;
}
.Smart-Mesh-bg .Smart-Mesh-text {
    width: 90%;
    left: 5%;
    padding-top: 50px;
    justify-content: flex-start;	
}
}

@media screen and (max-width: 768px) {
.Smart-Mesh-bg {
	 height:920px;
}
}

@media screen and (max-width: 700px) {
.Smart-Mesh-bg {
	 height:860px;
}
}

@media screen and (max-width: 600px) {
.Smart-Mesh-bg {
	 height:820px;
}
}

@media screen and (max-width: 500px) {
.Smart-Mesh-bg {
	 height:780px;
}
}

@media screen and (max-width: 450px) {
.Smart-Mesh-bg {
	 height:900px;
}
}


/* feature 4 */
.Connected-Secured-banner {
    background: url('/sites/zyxel/files/library/assets/products/nwa50be/04_Connected-In-Just-a-Few-Clicks.jpg') no-repeat top;
    height: 1000px;
    background-size: cover;
	position: relative;
}

.Connected-Secured-box {
	width: 100%;
    height: 100%;
}

.Connected-Secured-area {
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items:center;
    width: 40%;
	height: 100%;
    margin: 0 auto;
	text-align: center;
}

.Connected-Secured-area h3 {
	font-weight:bold;
	padding-bottom:30px;
}

.Connected-Secured-area .app_icon {
	width: 50%;
    margin: 0 auto;
}

.Connected-Secured-area .app_icon img {
  cursor: pointer;
}

@media screen and (max-width: 2100px) {
.Connected-Secured-banner {
    height: 720px;
}
}

@media screen and (max-width: 1440px) {
.Connected-Secured-banner{
    height: 600px;
}
}

@media screen and (max-width: 1025px) {
.Connected-Secured-area{
    width: 60%;
}	
}

@media screen and (max-width: 991px) {
.Connected-Secured-banner {
	background: url('/sites/zyxel/files/library/assets/products/nwa50be/04_Connected-In-Just-a-Few-Clicks-mobile.jpg') no-repeat bottom center;
    height: 860px;
    background-size: contain;
    position: relative;
}
.Connected-Secured-area {
    width: 90%;
    padding-top: 5%;
	justify-content: flex-start;
    text-align: left;	
}	
}

@media screen and (max-width: 768px) {
.Connected-Secured-banner {
    height: 760px;
}	
}

@media screen and (max-width: 500px) {
.Connected-Secured-banner {
    height: 660px;
}	
.Connected-Secured-area .app_icon {
    width: 80%;
}
}


/* feature 5 */
.Cloud-Management-banner {
    background: url('/sites/zyxel/files/library/assets/products/nwa50be/05_Nebula-The-Intelligent-Cloud-Management.jpg') no-repeat center;
    height: 1150px;
    background-size: cover;
    position: relative;
}

.Cloud-Management-banner .area .content {
	position: absolute;
    right: 12%;
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Cloud-Management-banner .area .content h3 {
	padding-bottom: 30px;
    font-weight: bold;
}

.Cloud-Management-banner .area .content .btn-call-to-action {
	background-color: #288719;
}

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

@media screen and (max-width: 2100px) {
.Cloud-Management-banner {
    height: 850px;
}
}

@media screen and (max-width: 1601px) {
.Cloud-Management-banner {
    height: 700px;
}
}

@media screen and (max-width: 1440px) {
.Cloud-Management-banner {
    height: 600px;
}
}

@media screen and (max-width: 1025px) {
.Cloud-Management-banner {
    height: 550px;
}
.Cloud-Management-banner .area .content {
    right: 5%;
    width: 40%;
}
}

@media screen and (max-width: 991px) {
.Cloud-Management-banner {
     background: url('/sites/zyxel/files/library/assets/products/nwa50be/05_Nebula-The-Intelligent-Cloud-Management-mobile.jpg') no-repeat 50% bottom;
	 height:1000px;
	 background-size:cover;
	 position:relative;
}
.Cloud-Management-banner .area {
    width: 100%;
    height: 100%;
}
.Cloud-Management-banner .area .content {
    width: 90%;
    padding-top: 5%;
    justify-content: flex-start;
}
}

@media screen and (max-width: 768px) {
.Cloud-Management-banner {
    height: 800px;
}
}

@media screen and (max-width: 400px) {
.Cloud-Management-banner {
    height: 900px;
}
}


/* 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;
}