* {
   font-family: 'Poppins', sans-serif;
}

:root {
   --left-text-spacing: 225px;
}

html,
body {
   margin: 0;
   padding: 0;
   border: 0;
   background-color: #fff;
   color: white;
}

html {
   font-size: 100%;
   -webkit-touch-callout: none;
   -webkit-text-size-adjust: none;
   -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}

button.button-buy-now:hover{
   background-color: #fff;
   color: #000;
}
button.button-buy-now{
   background-color: transparent;
   color: #fff;
   border: 2px solid #fff;
   border-radius: 60px;
   width: 10%;
   margin: 2% auto;
   height: 3em;
   margin-top: 180px;
   margin-left: 45%;
}

@media (min-width: 981px) and (max-width: 1400px) {
   button.button-buy-now{
      margin-top: 150px;
   }

}
@media (max-width: 980px) {
   button.button-buy-now{
      width: 32%;
      margin-left: 36%;
   }

}

/*PG CSS*/

.blu-pg-sec-omega {
   width: 1400px;
   margin: 0 auto;
   position: relative;
   z-index: 1;
   height: 100%;
   color: white;
}

.blu-pg-sec-ttl {
   font-size: 40px;
   margin-bottom: 20px;
   line-height: 0.92;
   font-weight: 500;
   text-transform: capitalize;
}

.blu-pg-sec-subttl {
   font-size: 25px;
   margin-top: -20px;
   font-weight: 600;
   text-transform: capitalize;
}

.blu-pg-txt {
   position: relative;
   text-align: center;
   margin: auto;
   width: 800px;
   top: 50px;
   z-index: 999;
}

section {
   position: relative;
   height: 900px;
   overflow: hidden;
   max-width: 2400px;
   margin: auto;
}

p {
   font-size: 20px;
   line-height: 1.3;
}

.d-txt {
   display: block;
}

.d-inline {
   display: inline;
}

.block {
   display: block;
}

.m-txt {
   display: none;
}

.m-blu-pg-sec-ttl {
   display: none;
}

picture img {
   position: absolute;
   object-fit: cover;
   object-position: center;
   height: 100%;
   width: 100%;
   z-index: 1;
   pointer-events: none;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

strong,
b {
   font-weight: 700;
}

.details {
   display: flex;
   flex-direction: column;
   align-items: center;
   position: relative;
   margin-bottom: 30px;
   gap: 10px;
}

.details p {
   margin: 0;
}

.box-pic {
   width: 1200px;
   height: auto;
   margin: auto;
   left: 0;
   right: 0;
   position: absolute;
   display: block;
   top: 50px;
}

.box-txt {
   margin: 0;
   text-align: left;
   left: var(--left-text-spacing);
   width: 400px;
   z-index: 2;
}

.disclaimer {
   font-size: 14px;
   position: absolute;
   width: 860px;
   text-align: center;
   margin: auto;
   left: 0;
   right: 0;
}

.blu-sec-1 {
   height: auto;
   max-width: 100%;
}

.blu-sec-1 img {
   position: relative;
}

.blu-sec-1 img.logo {
   height: auto;
   width: 250px;
   margin: auto;
   top: 110px;
   left: 0;
   right: 0;
   position: absolute;
   z-index: 2;
}

.blu-sec-1 .blu-pg-sec-omega {
   width: 100%;
   position: absolute;
   top: 0px;
}

/* .blu-sec-1 .buy-now {position: absolute;top: 355px;left: 1050px;} */
/* .blu-sec-1 .buy-now a {color: white;border: solid 2px white;padding: 10px 30px;border-radius: 25px;font-size: 20px;font-weight: 600;} */

.blu-sec-2 {
   height: 750px;
}

.blu-sec-2 .blu-pg-txt {
   width: 550px;
   top: 245px;
   left: 265px;
   text-align: left;
}

.blu-sec-3 .blu-pg-txt, .blu-sec-4 .blu-pg-txt {
   top: 50px;
   width: 900px;
   color: black;
}

.blu-sec-3 .box-pic {
   top: 70px;
   position: relative;
}

.blu-sec-4 {
   height: 620px;
}

.blu-sec-4 .box-pic {
   top: 80px;
   position: relative;
}

.blu-sec-5 {
   height: 850px;
}

.blu-sec-5 .details {
   top: 520px;
}

.blu-sec-6 {
   height: 700px;
}

.blu-sec-6 .blu-pg-txt {
   width: 555px;
   top: 325px;
   left: 165px;
   margin: 0;
   text-align: left;
   color: white;
}

.blu-sec-6 .details {
   align-items: flex-start;
}

.blu-sec-7 {
   height: 800px;
}

.blu-sec-7 .blu-pg-txt {
   top: 50px;
   color: black;
}

.blu-sec-7 .box-pic {
   top: 190px;
}

.blu-sec-7 .disclaimer {
   top: 620px;
}

.blu-sec-8 {
   height: 400px;
}

.blu-sec-8 .blu-pg-txt {
   width: 490px;
   top: 110px;
   left: 700px;
   margin: 0;
   text-align: left;
   color: black;
}

.blu-sec-9 {
   height: 650px;
}

.blu-sec-9 .blu-pg-txt {
   top: 340px;
}


/*gallery*/
.slider {
   background: #ffffff;
   overflow: hidden;
   height: 980px;
   padding-top: 50px
}

.custom-navigation {
   display: table;
   width: 100%;
   table-layout: fixed;
   padding-top: 10px;
}

.custom-navigation>* {
   display: table-cell;
}

.custom-navigation {
   position: relative;
}

.custom-navigation>a {
   width: 100%;
   position: relative;
}

.custom-navigation .flex-next {
   text-align: right;
}

#main {
   margin: 0px;
}

.custom-controls-container {
   display: none;
}

a.flex-prev {
   position: absolute;
   left: 100px;
   top: -425px;
   z-index: 999;
   display: block;
   width: 54px;
   height: 64px;
   background: url('images/gallery/arrow-left.png') center center no-repeat;
}

a.flex-next {
   position: absolute;
   right: 100px;
   top: -425px;
   width: 54px;
   height: 64px;
   background: url('images/gallery/arrow-right.png') center center no-repeat;
}

.slides li {
   width: 100%;
   height: 850px;
}

.first {
   background: url('images/gallery/violet1.jpg') center center no-repeat;
}

.second {
   background: url('images/gallery/violet2.jpg') center center no-repeat;
}

.third {
   background: url('images/gallery/violet3.jpg') center center no-repeat;
}

.fourth {
   background: url('images/gallery/violet4.jpg') center center no-repeat;
}

.fifth {
   background: url('images/gallery/violet5.jpg') center center no-repeat;
}

.colorBtnWrap {
   width: 850px;
   margin: 0 auto;
   text-align: center;
   padding-bottom: 0px;
}

.colorBtn {
   float: left;
   width: 20%;
   margin: 0 1.5%;
   cursor: pointer;
   padding: 0% 0;
   border-radius: 100%;
   width: 35px;
   height: 35px;
}

.gold {
   background: rgb(244, 227, 199);
   background: linear-gradient(180deg, rgba(244, 227, 199, 1) 0%, rgba(154, 126, 76, 1) 100%);
}

.navy {
   background: #2e3554;
}

.colors-sec {
   margin: 0 auto;
   width: 100%;
   display: flex;
   justify-content: center;
   position: relative;
}

.pearl {
   background: rgb(158,234,242);
   background: linear-gradient(180deg, rgba(158,234,242,1) 0%, rgba(248,225,224,1) 100%);
}

.violet {
   background: rgb(157,115,170);
   background: linear-gradient(180deg, rgba(157,115,170,1) 0%, rgba(45,39,46,1) 100%);
}

.green {
   background: rgb(165,210,174);
   background: linear-gradient(180deg, rgba(165,210,174,1) 0%, rgba(55,74,57,1) 100%);
}

.black {
   background: rgb(108,111,117);
   background: linear-gradient(180deg, rgba(108,111,117,1) 0%, rgba(39,41,47,1) 100%);
}

.white {
   background: rgb(248,248,248);
   background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(232,232,232,1) 100%);
}

.blu-sec-specs {
   height: auto;
   color: #3a3b54;
   background-color: white;
}

.blu-sec-specs .blu-pg-sec-omega {
   width: 800px;
   margin: 0 auto;
   padding: 100px 20px;
   color: #3a3b54;
}

.row {
   display: inline-flex;
   padding: 40px 0px;
   flex-wrap: nowrap;
   clear: both;
   width: 100%;
   border-bottom: solid 1px #c2c2c2
}

.row:first-child {
   margin-top: 40px;
}

.row:last-child {
   border-bottom: none
}

.column {
   width: 30%;
}

.column:last-child {
   width: 50%;
}

.column li {
   font-size: 16px;
}

.spec_subttl {
   font-weight: 600;
   font-size: 20px
}

.device-name,
.specs-links {
   margin-bottom: 75px
}

.device-name {
   float: left;
}

.device-name img {
   height: 80px;
   width: auto;
}

/* @@@@ align links with middle or bottom of name graphic @@@@ */
.specs-links {
   float: right;
   position: relative;
   top: 60px;
}

.specs-links li {
   display: inline;
   margin-left: 20px
}

.specs-links a {
   color: black;
   border-radius: 20px;
   padding: 8px 20px;
}

.specs-links #buy-button {
   padding: 8px 20px;
   font-size: 18px;
   background-color: black;
}

#sales-guide {
   background: none;
   color: black;
   text-decoration: underline;
   font-weight: 600;
}

footer {
   width: 100%;
   background: black;
   text-align: center;
   margin-top: 0px;
}

/* @media (min-width: 2200px) {
   .blu-sec-1 {
      height: 1200px;
   }

   .blu-sec-1 img.logo {
      top: 200px;
   }

   section img {
      max-width: 3000px;
      margin: auto;
      left: 0;
      right: 0;
   }
} */

@media (max-width: 1400px) {
   .blu-pg-sec-omega {
      width: 980px;
   }

   .disclaimer {
      width: 100%;
      font-size: 12px;
   }

   section {
      height: 750px;
   }

   p {
      font-size: 18px;
      line-height: 1.2;
   }

   /* .blu-pg-sec-ttl {font-size:35px;line-height: 0.9;letter-spacing: 0;font-weight: 600;} */
   .smll-ttl {
      font-size: 20px;
      margin-bottom: 5px;
   }

   .slider {
      padding-top: 20px;
   }

   .box-pic {
      width: 980px;
   }

   .blu-pg-sec-ttl {
      font-size: 36px;
   }

   .box-txt {
      left: 75px;
      width: 350px;
   }

   .no-max-w {
      max-width: unset;
   }

   .blu-sec-1 {
      height: 750px;
   }

   .blu-sec-1 img.logo {
      width: 200px;
      top: 100px;
   }

   .blu-sec-2 {
      height: 580px;
   }

   .blu-sec-2 .blu-pg-txt {
      width: 500px;
      top: 195px;
      left: 215px;
   }

   .blu-sec-3 .blu-pg-txt {
      width: 775px;
      margin-bottom: 40px;
   }

   .blu-sec-4 .box-pic {
      width: 1400px;
      left: calc(50% - 700px);
      top: 60px;
   }

   .blu-sec-4 .blu-pg-txt {
      width: 780px;
      margin-bottom: 40px;
   }

   .blu-sec-5 {
      height: 650px;
   }

   .blu-sec-5 .blu-pg-txt {
      top: 35px;
      width: 850px;
   }

   .blu-sec-5 .details {
      top: 395px;
   }

   .blu-sec-6 {
      height: 600px;
   }

   .blu-sec-6 .blu-pg-txt {
      width: 400px;
      top: 260px;
      left: 55px;
   }

   .blu-sec-7 {
      height: 670px;
   }

   .blu-sec-7 .blu-pg-txt {
      width: 680px;
      top: 50px;
   }

   .blu-sec-7 .disclaimer {
      top: 535px;
   }

   .blu-sec-8 {
      height: 430px;
   }

   .blu-sec-8 .blu-pg-txt {
      top: 120px;
      width: 310px;
      left: 580px;
   }

   .blu-sec-9 .blu-pg-txt {
      top: 410px;
   }

   .blu-sec-specs .blu-pg-sec-omega {
      width: 940px
   }

   .blu-pg-sec {
      margin-top: 0px;
   }

   .specsGrid {
      float: left;
      width: 24.75%;
      border: none;
      height: 280px;
   }

   .specsGrid ul {
      list-style: none;
      text-align: center;
      margin-left: -40px;
      margin-top: 70%;
   }

   .specsGrid ul {
      font-size: 14px;
      font-weight: 500;
   }
}

@media (max-width: 980px) {
   .buyNow a {
      font-size: 15px;
      padding: 10px 25px;
   }

   .slider {
      display: none;
   }

   .blu-pg-sec-omega {
      width: 380px;
      height: 100%;
      margin: 0 auto;
      position: relative;
   }

   .d-txt {
      display: none;
   }

   .m-txt {
      display: block;
   }

   .d-inline {
      display: none;
   }

   .blu-pg-txt {
      top: 30px;
      width: 280px;
      z-index: 2;
      text-align: center;
   }

   .blu-pg-sec-ttl {
      font-size: 32px;
      line-height: 1.2em;
      width: 100%;
      margin: auto;
      margin-bottom: 15px;
   }

   .blu-pg-sec-subttl {
      font-size: 20px;
      margin-bottom: 20px;
   }

   p {
      font-size: 16px;
      line-height: 1.2;
   }

   .box-pic, .blu-sec-4 .box-pic {
      width: 980px;
      max-width: unset;
      left: calc(50% - 490px);
   }

   section {
      height: 800px;
   }

   section img {
      z-index: 1;
   }

   .details {
      row-gap: 0;
      align-items: center;
   }

   .disclaimer {
      font-size: 10px;
      width: 280px;
   }

   .flex-container {
      display: flex;
      flex-direction: column;
      gap: 6px;
      color: black;
   }

   .flex-container p {
      margin: 0;
   }

   .smll-ttl {
      font-size: 18px;
      margin-bottom: 5px;
      padding-left: 0px
   }

   .blu-sec-1 {
      height: 800px;
   }

   .blu-sec-1 img.logo {
      top: 110px;
      width: 270px;
   }

   .blu-sec-2 {
      height: 840px;
   }

   .blu-sec-2 .blu-pg-txt {
      width: 250px;
      top: 90px;
      left: 0;
      text-align: center;
   }

   /* .blu-sec-1 .buy-now {margin: auto;left: 0;right: 0;text-align: center;top: 205px;} */

   .blu-sec-3 {
      height: 750px;
   }

   .blu-sec-3 .blu-pg-txt {
      width: 280px;
      top: 50px;
      margin-bottom: 20px;
   }

   .blu-sec-4 {
      height: 850px;
   }

   .blu-sec-4 .blu-pg-txt {
      width: 280px;
      margin-bottom: 0;
      top: 40px;
   }

   .blu-sec-5 {
      height: 700px;
   }

   .blu-sec-5 .blu-pg-txt {
      width: 280px;
      text-align: center;
      margin: auto;
      left: 0;
      top: 30px;
   }

   .blu-sec-6 {
      height: 780px;
   }

   .blu-sec-6 .blu-pg-txt {
      margin: auto;
      width: 250px;
      top: 80px;
      left: 0;
      text-align: center;
   }

   .blu-sec-6 .blu-pg-sec-ttl {
      margin-bottom: 2px;
   }

   .blu-sec-6 .details {
      gap: 20px;
      align-items: center;
      top: 20px;
   }

   .blu-sec-7 {
      height: 870px;
   }

   .blu-sec-7 .blu-pg-txt {
      width: 280px;
      top: 50px;
   }

   .blu-sec-7 .disclaimer {
      top: 740px;
   }

   .blu-sec-8 {
      height: 550px;
   }

   .blu-sec-8 picture img {
      top: 210px;
   }

   .blu-sec-8 .blu-pg-txt, .blu-sec-9 .blu-pg-txt {
      width: 280px;
      top: 50px;
      left: 0;
      margin: auto;
      text-align: center;
      color: black;
   }

   .blu-sec-8 .txt-2 {
      top: 305px;
      position: relative;
   }

   .blu-sec-9 picture img {
      top: 335px;
   }

   .device-specs {
      width: 100%;
   }

   .blu-sec-specs .blu-pg-sec-omega {
      width: 380px;
      padding: 50px 20px;
   }

   .device-name,
   .specs-links {
      float: none;
      margin-bottom: 30px;
   }

   .specs-links {
      top: 0;
      font-weight: bold;
      font-size: 18px;
      text-align: left;
      margin-bottom: 0;
   }

   .specs-links li {
      margin-left: 0;
      margin-top: 30px;
      display: block;
   }

   .specs-links a {
      padding: 0;
   }

   .row {
      display: block;
   }

   .column {
      width: 100%
   }

   .device-name img {
      height: auto;
      width: 250px;
      display: block;
      position: relative;
      margin: auto;
   }

   .row {
      white-space: nowrap;
   }
}

@media (max-width: 600px) {
   nav ul li:first-child img {
      top: -56px;
      width: 20%;
      left: 40%;
   }
}

@media (max-width: 524px) {

   /* -------- Buy Now and Sales Guide Buttons Starts -------- */
   .btn-wrap {
      width: 100%;
      padding-top: 0%;
      margin-bottom: 5%;
      left: 0px;
      margin-top: 0px
   }

   .buyNow {
      width: 260px;
      height: 30px;
      margin: 0 auto;
      position: relative;
      float: none;
      text-align: center;
   }

   .salesGuide {
      width: 240px;
      position: relative;
      margin: 0 auto;
      height: 49px;
      float: none;
      text-align: center;
      margin-top: 35px;
   }

   /* -------- Buy Now and Sales Guide Buttons Ends -------- */
}


@media (max-width: 400px) {
   body {
      min-width: 350px;
   }

   .blu-pg-sec-omega {
      width: 96%;
      margin-left: 2%;
   }

   .blu-pg-txt {
      max-width: 100%;
   }

   .blu-sec-1 {
      height: 750px;
   }

   .blu-sec-1 img.logo {
      width: 250px;
   }

   .column:last-child {
      width: 100%;
   }

   .blu-sec-specs .blu-pg-sec-omega {
      width: 300px;
   }

   .device-name img {
      width: 250px;
   }

}