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 {
     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;
}

    .nwa50be-banner-box{
        width: 80%;
        top: 10%;
    }
}

@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);
}
}


@media screen and (max-width: 600px) {
    .nwa50be-area{
        top: 10%;
    }

    .nwa50be-banner-box{
        width: 78%;
        top: 16%;
    }

}

/* video */
div#scenarios {
    background-color: #000;
}

#scenarios-video {
    height: calc(100% + 1px);
    transform: translateY(1px);
    width: 101%;
    height: 101%;
    margin: -6px;
}


/* introduction */
.SmartWiFi7-banner {
     height: 550px;
     background-size:cover;
     position:relative;
}

.SmartWiFi7-box {
    width: 100%;
    height: 100%;
    /*Kathryn new*/
    display: flex;
    flex-direction: row;
}

.SmartWiFi7-image{
    display: flex;
    flex-direction: row;
    padding-left: 10%;
}

.secure-wifi-image{
    padding-left: 11%;
    display: flex;
    flex-direction: row;
}

.secure-wifi-area{
    padding-left: 11%;
    padding-top: 6%;
    padding-right: 20%;
}


img.secure-login{
    margin: 0 auto;
    padding-bottom: 22%;
    padding-top: 0%;
    min-width: 483px;
    min-height: 600px;

}

.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 46%;
    height: 100%;
    padding-left: 17%;
    padding-top: 8vw;
}

.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area h3 {
    font-weight: bold;
}

img.women-tablet{
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 7%;
}




@media screen and (max-width: 1601px) {

.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area {
    width: 55%;
    padding-top: 10vw;
}
}

@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{
       height: 1000px;
    }

.SmartWiFi7-banner {

    background-size: contain;
    position: relative;
}
.SmartWiFi7-box {
    background-color: initial;
    flex-direction: column;
}
.SmartWiFi7-banner .SmartWiFi7-box .SmartWiFi7-area {
    justify-content: flex-start;
    width: 100%;
    padding: 10% 5%;
}

    .SmartWiFi7-image{
        padding-left: 0%;
    }

    img.women-tablet{
        width: 57%;
        padding-top: 0%;
    }

    img.secure-login{
        padding-top: 0px;
        padding-bottom: 0px;
        width: 57%;
        min-height: 500px;
    }

      .secure-wifi-area{
        padding-top: 6%;
        padding-left: 6%;
    }

    .secure-wifi-image{
        padding-left: 0;
    }

}
@media screen and (max-width: 700px) {

    .SmartWiFi7-section{
       height: 780px;
        min-height: 780px;
    }

    img.secure-login{
        width: 66%;
        min-height: auto;
         min-width: auto;
    }

}
@media screen and (max-width: 500px) {
.SmartWiFi7-banner {
    height: 540px;
}
}


/* feature 1 */
.Easy-Setup-banner {
     background:url('/sites/zyxel/files/uploads/images/fast-set-up-background.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: 45%;
    height: 100%;
    right: 3.5%;
    position: absolute;
    padding-right: 14%;
    color:#fff;
}

h3{
    padding-bottom: 20px;
}


.Easy-Setup-area h3 {
    font-weight: bold;
}

@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/uploads/images/fast-set-up-background-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: 26%;
  height: 100%;
  position: absolute;
  left: 15%;
  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/uploads/images/click-tap-background.jpg') no-repeat top;
    height: 1000px;
    background-size: cover;
    position: relative;
}

.Connected-Secured-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.Connected-Secured-area {
    display: flex;
    flex-direction: column;
    padding-top: 8%;
    width: 46%;
    padding-right: 16%;
    height: 100%;
}

.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/uploads/images/click-tap-mobile-background.jpg') no-repeat bottom center;
    height: 860px;
    background-size: contain;
    position: relative;
}
.Connected-Secured-area {
    width: 100%;
    padding-top: 5%;
    justify-content: flex-start;
    text-align: left;
    padding-left: 5%;
}

    .Connected-secured-box{
        flex-direction: row;
        padding-left: 6%;
    }
}

@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/uploads/images/powerful-effortless.jpg') no-repeat center;
    height: 1150px;
    background-size: cover;
    position: relative;
}

.Cloud-Management-banner .area .content {
    position: absolute;
    left: 14%;
    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/uploads/images/powerful-effortless-mobile.jpg') no-repeat 50% bottom;
     height:1100px;
     background-size:cover;
     position:relative;
}
.Cloud-Management-banner .area {
    width: 100%;
    height: 100%;
}
.Cloud-Management-banner .area .content {
    width: 84%;
    padding-top: 5%;
    margin-left: -8%;
    justify-content: flex-start;
}
}

@media screen and (max-width: 768px) {
.Cloud-Management-banner {
    height: 950px;
}
}

@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;
}






.Blazing-WiFi7-Speeds-intro{
     background-color: white;
     height:500px;
     background-size:cover;
     position:relative;
}

.Blazing-WiFi7-Speeds-intro-area{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.Blazing-WiFi7-Speeds-intro-area .card{
    margin: 20px;
    width: 33%;
    text-align: center;
    box-shadow: 0 0 21px -3px rgba(0,0,0,0.18);
}

.Blazing-WiFi7-Speeds-intro-area .card img{
    width:40%!important;
    padding-bottom: 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1025px) {
.Blazing-WiFi7-Speeds-intro-area .card{
    margin: 10px;
}
}


@media screen and (max-width: 991px) {
.Blazing-WiFi7-Speeds-intro{
     height:1300px;
     background-size:cover;
     position:relative;
}
.Blazing-WiFi7-Speeds-intro-area{
    flex-direction: column;
}
.Blazing-WiFi7-Speeds-intro-area .card {
    width: 60%;
}
}

@media screen and (max-width: 450px) {
.Blazing-WiFi7-Speeds-intro-area .card {
    width: 80%;
}
}

    .popup {
      position: fixed;
      bottom: 353px;
      left: 24px;
      background: white;
      border-radius: 12px;
      border-style: solid;
      border-width: 2px;
      border-color: #6CBE45!important;
      padding: 1.5rem;
      max-width: 320px;
      width: 90%;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
      z-index: 1000;
    }
    .popup.hidden { display: none; }

    .popup-close {
      position: absolute;
      top: 10px;
      right: 12px;
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
      color: #888;
      line-height: 1;
    }
    .popup-close:hover { color: #333; }

    .popup h2 {
      margin: 0 0 0.5rem;
      font-size: 18px;
      font-weight: 700;
      color: black;
    }

    .popup .subtitle {
      font-size: 14px;
      color: black;
      margin: 0 0 0.75rem;
      line-height: 1.5;
    }

    .popup .contact {
      font-size: 13px;
      color: black;
      margin: 0;
    }
