@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}

.container-full {
  padding: 60px 0 70px;
}
.container-full.container {
  width: 100%;
}

.title {
  margin-bottom: 30px;
}
.title h2 {
  font-size: 50px;
  line-height: 58px;
  color: #292f3e;
  text-align: center;
}
.title p {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}

.b-bottom {
  border-bottom: 3px solid #dadeea;
}

/*  ----------------------- buttons ---------------------  */
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 55px;
  background: #009fea;
  color: #ffffff;
  line-height: 55px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  max-width: 360px;
}
.button.center {
  margin: 0 auto;
}

/* -----------------------  animations ----------------------- */
@-webkit-keyframes fade {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fade {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes headerScrolled {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes headerScrolled {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
/* -----------------------  strip-border ----------------------- */
.strip-border {
  display: block;
  margin: 0 auto;
  background: #fff;
  margin-top: -96px;
  padding: 0 15px;
  margin-bottom: 45px;
}
.strip-border.bg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -85px;
  background: url(../assets/images/s4-bg-hdng.jpg) no-repeat center top;
}
.strip-border.bg2 p {
  display: inline-block;
  margin: 0 auto;
  font-size: 36px;
  line-height: 42px;
  color: #292f3e;
  font-weight: bold;
  background: #fff;
  text-align: center;
}

/* ------------------- Header ------------------- */
.header-position {
  height: 63px;
  background-color: white;
}

header {
  background: #13161b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  position: relative;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.scrolled {
  position: fixed;
  top: 0;
  background: #13161b;
  width: 100%;
  left: 0;
  -webkit-animation: 0.3s headerScrolled forwards;
          animation: 0.3s headerScrolled forwards;
}
header.scrolled .header-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #menu-control {
  display: none;
  width: 30px;
  height: 30px;
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
header .nav-button {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  width: 140px;
  height: 42px;
  line-height: 40px;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-decoration: none;
}
header .nav-button img {
  margin: -1px 0 0 9px;
}

.logo {
  max-width: 114px;
  width: 100%;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  color: white;
}
nav a {
  color: #ebebeb;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}
nav a.active-section, nav a:hover {
  color: #009fea;
}

/* ------------------- Hero ------------------- */
.hero {
  background: url(../assets/images/banner.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px 0 55px;
}
.hero .hero-grid {
  display: grid;
  grid-template-columns: 6.5fr 5.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.hero .hero-grid .hero-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 60px 0 45px 0;
}
.hero .hero-image-mobile {
  display: none;
}
.hero .hero-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .hero-title {
  font-size: 60px;
  line-height: 70px;
  color: #292f3e;
  font-weight: bold;
}
.hero .hero-title span {
  color: #0099d7;
}
.hero .hero-title br {
  display: none;
}
.hero .hero-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .hero-list mark {
  background: transparent;
  color: black;
}
.hero .hero-list span {
  font-size: 19px;
  line-height: 26px;
  color: #000000;
  font-weight: 500;
}
.hero .hero-text {
  font-size: 18px;
  line-height: 26px;
  color: #303030;
  margin-top: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 35px;
}
.hero .hero-grid-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 930px;
  margin: 0 auto;
  gap: 20px;
}
.hero .hero-grid-icons .hero-grid-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 10px;
  width: 25%;
}
.hero .hero-grid-icons .hero-grid-icon img {
  border-radius: 50%;
  width: 49px;
}
.hero .hero-grid-icons .hero-grid-icon p {
  font-size: 16px;
  line-height: 22px;
  color: #303030;
  padding: 0 25px;
  letter-spacing: 0.3px;
}

/* -------------------  Banner -------------------  */
.promo-banner {
  display: none;
  background-color: #0f0f0f;
  padding: 15px 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-banner .promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.promo-banner .promo-content .promo-black-friday {
  font-size: 69px;
  font-style: italic;
  font-weight: 900;
  line-height: 82.8px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  font-size: clamp(1.288rem, -0.874rem + 5.763vw, 4.313rem) !important;
}
.promo-banner .promo-content .promo-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 clamp(0.406rem, -1.35rem + 3.305vw, 1.625rem);
  background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
  background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
  line-height: 120%;
  color: white;
  font-weight: 700;
  font-size: clamp(1.313rem, -0.398rem + 3.22vw, 2.5rem);
  line-height: 120%;
}
.promo-banner .promo-content .promo-show-tab,
.promo-banner .promo-content .promo-show-mob,
.promo-banner .promo-content .promo-black-friday-mob,
.promo-banner .promo-content .promo-mob-sale-box {
  display: none;
}
.promo-banner .promo-content .promo-discount .promo-up-to {
  color: #e51f1f;
  font-size: clamp(0.75rem, 0.21rem + 1.017vw, 1.125rem);
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}
.promo-banner .promo-content .promo-discount .promo-up-to .promo-up-to-code {
  color: #000;
  background: #acf4a1;
  background-color: #acf4a1;
  border-radius: 5px;
  padding: 4px clamp(0.094rem, -0.401rem + 0.932vw, 0.438rem);
  font-family: Inter;
  font-size: clamp(0.75rem, 0.48rem + 0.508vw, 0.938rem);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.promo-banner .promo-content .promo-discount .promo-percent {
  font-size: 68px;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgb(229, 31, 31);
  position: relative;
}
.promo-banner .promo-content .promo-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
  display: none;
}
.promo-banner .promo-content .promo-countdown .promo-code {
  display: none;
}
.promo-banner .promo-content .promo-countdown .promo-limited-time {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
}
.promo-banner .promo-content .promo-countdown .promo-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 2px;
}
.promo-banner .promo-content .promo-countdown .promo-timer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-banner .promo-content .promo-countdown .promo-timer div span:last-child {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  margin-top: 5px;
}
.promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
  background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
  width: 51px;
  padding: 6px 0px;
}
.promo-banner .promo-content .promo-countdown .promo-timer .promo-deks-time {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  margin-top: 5px;
}

/* ------------------- Description ------------------- */
.description-container {
  padding: 70px 0 0;
  background: url(../assets/images/s1-bgr.jpg) no-repeat center top #61677a;
  overflow: hidden;
}

.description img {
  position: absolute;
  left: -89px;
  top: -35px;
  max-width: 100%;
  width: 585px;
}
.description .description-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  float: right;
  width: 65%;
  background: #fff;
  padding: 35px 55px 40px;
  text-align: left;
  position: relative;
  z-index: 9;
}
.description .description-text h1 {
  font-size: 50px;
  line-height: 58px;
  color: #292f3e;
  font-weight: bold;
}
.description .description-text p {
  font-size: 18px;
  line-height: 26px;
  color: #303030;
  letter-spacing: 0.5px;
}

/* -------------------  Details -------------------  */
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 60px auto;
}
.details-grid .details-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.details-grid .details-grid-item span {
  font-size: 40px;
  line-height: 46px;
  color: #4ab3ef;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  position: relative;
}
.details-grid .details-grid-item span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 16px;
  width: 13px;
  height: 13px;
  background: #9699a0;
  border-radius: 10px;
}
.details-grid .details-grid-item span#no-dot::after {
  display: none;
}
.details-grid .details-grid-item p {
  font-size: 17px;
  line-height: 22px;
  color: #292f3e;
  padding: 0 10px;
}

/* -------------------  Features -------------------  */
.features-container {
  background: url(../assets/images/section3-bgr-r1.png) no-repeat center top;
  height: 2374px;
  margin-top: 70px;
}
.features-container .features-inner {
  display: block;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}
.features-container .features-inner-row {
  width: 59%;
  text-align: left;
  padding-top: 20px;
  float: left;
}
.features-container .features-inner-row h1 {
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 42px;
  color: #292f3e;
  font-weight: 700;
}
.features-container .features-inner-row p {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
  margin-top: 20px;
  letter-spacing: 0.5px;
}
.features-container .features-inner-row .functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin-top: 20px;
}
.features-container .features-inner-row .functions div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.features-container .features-inner-row .features-mobile-img {
  display: none;
}
.features-container .features-inner-row .wave {
  max-width: 361px;
  width: 100%;
  margin-top: 20px;
}
.features-container .features-inner-row.text-white h1 {
  color: white;
}
.features-container .features-inner-row.text-white p {
  color: white;
}
.features-container .features-inner-row.text-white .functions {
  color: white;
}
.features-container .features-inner-row.right {
  float: right;
  width: 52%;
}
.features-container .features-inner-row:nth-child(2) {
  margin-top: 245px;
}
.features-container .features-inner-row:nth-child(3) {
  margin-top: 290px;
}
.features-container .features-inner-row:nth-child(4) {
  margin-top: 220px;
}
.features-container .features-inner-row:nth-child(5) {
  margin-top: 265px;
}

.features-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 40px;
}
.features-icons .features-icons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 16%;
}

.tech-container {
  position: relative;
  padding: 0 0 150px;
}
.tech-container:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 300px;
  background: url(../assets/images/s4-bg-btm.jpg) no-repeat center bottom;
}

/* ------------------- Gallery Grid  ------------------- */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px auto;
  gap: 30px;
}
.grid-3 .grid-3-item {
  position: relative;
  width: 100%;
}
.grid-3 .grid-3-item img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.grid-3 .grid-3-item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  background: #2f3132;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
}

/* -------------------  Specs -------------------  */
.specs-box {
  -webkit-box-shadow: 0 5px 9px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
}
.specs-box .specs-box-title p {
  font-size: 28px;
  line-height: 34px;
  color: #292f3e;
  font-weight: bold;
  width: 100%;
  height: 120px;
  font-size: 50px;
  line-height: 120px;
  font-weight: 700;
  text-align: center;
}
.specs-box .specs-rows {
  padding: 35px 55px;
}
.specs-box .specs-row {
  display: grid;
  grid-template-columns: 4fr 8fr;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.specs-box .specs-row span {
  font-size: 18px;
  line-height: 26px;
  color: #009fea;
  font-weight: 500;
  padding-left: 20px;
}
.specs-box .specs-row p {
  width: 100%;
  font-size: 17px;
  line-height: 26px;
  color: #292f3e;
  letter-spacing: 0.5px;
}

/* -------------------  Reviews -------------------  */
.reviews-container {
  padding: 60px 0;
  background: url(../assets/images/s6-bgr.jpg) no-repeat center top #2c3346;
  background-size: cover;
  color: white;
}
.reviews-container .title {
  width: 60%;
}
.reviews-container .title h2 {
  text-align: start;
  color: white;
}
.reviews-container .title p {
  text-align: start;
  color: white;
}
.reviews-container .title img {
  position: absolute;
  right: 230px;
  top: -100px;
}
.reviews-container .reviews {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 30px;
  padding-top: 10px;
}
.reviews-container .reviews .review {
  padding: 25px 20px 25px;
  border: 1px solid #e0e0e0;
  max-width: 360px;
  text-align: left;
  background: #fff;
  color: black;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.reviews-container .reviews .review .review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.reviews-container .reviews .review .review-top img {
  border-radius: 50%;
}
.reviews-container .reviews .review .review-top p {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
}
.reviews-container .reviews .review .review-top span {
  font-size: 20px;
  line-height: 28px;
  color: #292f3e;
  font-weight: bold;
}
.reviews-container .reviews .review .review-title {
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #212121;
  font-weight: 500;
}
.reviews-container .reviews .review .review-text {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  letter-spacing: 0;
  min-height: 125px;
}
.reviews-container .reviews .review .stars {
  width: 80px;
}

/* -------------------  Faq -------------------  */
.faq-container {
  overflow: hidden;
}
.faq-container .container {
  position: relative;
}

.accordion-container {
  width: 100%;
  background: #fff;
  overflow: hidden;
  max-width: 940px;
  margin: 0 auto;
}

.accordion {
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  background-color: white;
  text-align: start;
  font-family: "Inter", sans-serif;
}

.active {
  border-bottom: 1px solid #e1e1e1;
}

.accordion:after {
  content: "+";
  color: black;
  float: right;
  margin-left: 5px;
  font-size: 20px;
}

.active:after {
  content: "−";
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.panel p {
  width: 100%;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding: 18px;
  color: #000;
}

.btm-bfr {
  float: left;
  width: 40%;
  position: relative;
  z-index: 1;
  z-index: -1;
}
.btm-bfr::before {
  position: absolute;
  content: "";
  left: -380px;
  bottom: -280px;
  right: 0;
  height: 300px;
  background: url(../assets/images/s7-img.jpg) no-repeat left bottom;
}

.bg2-bottom {
  position: absolute;
  right: -150px;
  bottom: -387px;
}

/* -------------------  Footer -------------------  */
footer {
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e1e2e6;
}
footer img:first-child {
  margin-bottom: 20px;
}
footer a {
  color: black;
  text-decoration: none;
}
footer p {
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  margin-top: 16px;
  letter-spacing: 0.3px;
  text-align: center;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-order-now {
  display: none;
  position: sticky;
  bottom: 0;
  background-color: black;
  padding: 7px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-order-now .btn-box {
  margin: 0 auto;
}
.mobile-order-now .btn-box a {
  margin: 0;
}

@media screen and (max-width: 1500px) {
  .promo-banner .promo-content .promo-black-friday {
    font-size: 50px;
  }
  .promo-banner .promo-content .promo-sale {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    width: 110px;
    height: 40px;
  }
  .promo-banner .promo-content .promo-show-tab,
  .promo-banner .promo-content .promo-show-mob,
  .promo-banner .promo-content .promo-black-friday-mob,
  .promo-banner .promo-content .promo-mob-sale-box {
    display: none;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to {
    font-size: 18px;
  }
  .promo-banner .promo-content .promo-discount .promo-percent {
    font-size: 50px;
  }
  .promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
    display: none;
  }
  .promo-banner .promo-content .promo-countdown .promo-limited-time {
    font-size: 16px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer {
    gap: 20px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    width: 43px;
    padding: 0px 0px;
  }
}
@media screen and (max-width: 1200px) {
  .title h2 {
    font-size: 50px !important;
    line-height: 55px !important;
  }
  .container {
    width: 1010px;
  }
  .hero .hero-grid {
    grid-template-columns: 7fr 5fr;
  }
  .hero .hero-title {
    font-size: 55px;
    line-height: 62px;
  }
  .hero .hero-list span {
    font-size: 18px;
  }
  .reviews-container {
    padding: 60px 0;
    background: url(../assets/images/s6-bgr.jpg) no-repeat center top #2c3346;
    background-size: cover;
    color: white;
  }
  .reviews-container .title {
    width: 60%;
  }
  .reviews-container .title h2 {
    text-align: start;
    color: white;
  }
  .reviews-container .title p {
    text-align: start;
    color: white;
  }
  .reviews-container .title img {
    position: absolute;
    right: 180px;
  }
}
@media screen and (max-width: 1100px) {
  .promo-banner .promo-content .promo-black-friday {
    font-size: 35px;
  }
  .promo-banner .promo-content .promo-sale {
    font-size: 21px;
    width: 85px;
    height: 30px;
    line-height: 31px;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to {
    font-size: 12px;
    top: 25px;
  }
  .promo-banner .promo-content .promo-discount .promo-percent {
    font-size: 35px;
  }
  .promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
    display: none;
  }
  .promo-banner .promo-content .promo-countdown .promo-limited-time {
    font-size: 12px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer {
    gap: 20px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    width: 27px;
    padding: 0px 0px;
  }
  .hero .hero-grid {
    grid-template-columns: 7.5fr 4.5fr;
    gap: 5px;
  }
  .hero .hero-grid .hero-left {
    padding: 40px 0;
  }
  .hero .hero-title {
    font-size: 46px;
    line-height: 52px;
  }
  .hero .hero-list span {
    font-size: 15px;
    line-height: 20px;
  }
  .hero .hero-text {
    font-size: 16px;
    line-height: 24px;
  }
  .description-container {
    padding: 70px 0 0;
    background: url(../assets/images/s1-bgr.jpg) no-repeat center top #61677a;
    overflow: hidden;
  }
  .features-container .features-inner-row {
    width: 55%;
  }
  .features-container .features-inner-row h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .features-container .features-inner-row p {
    font-size: 17px;
    line-height: 24px;
  }
  .features-container .features-inner-row.right {
    float: right;
    width: 52%;
  }
  .features-container .features-inner-row:nth-child(2) {
    margin-top: 245px;
  }
  .features-container .features-inner-row:nth-child(3) {
    margin-top: 290px;
  }
  .features-container .features-inner-row:nth-child(4) {
    margin-top: 220px;
  }
  .features-container .features-inner-row:nth-child(5) {
    margin-top: 265px;
  }
}
@media screen and (max-width: 1000px) {
  .header-position {
    height: 54px;
  }
  header {
    padding: 8px 0 8px;
  }
  header nav {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    background-color: white;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header nav a {
    padding: 12px 20px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #dddddd;
  }
  header nav.nav-open {
    height: calc(100dvh - 80px);
  }
  header #menu-control {
    display: block;
  }
  header .nav-button {
    width: 120px;
    line-height: 33px;
    height: 35px;
    background: #009fea;
    color: #fff;
    border: 1px solid #009fea;
  }
  header .logo {
    width: 70px;
    margin: 0px 0 0 10px;
  }
  .title h2 {
    font-size: 38px !important;
    line-height: 44px !important;
  }
  .container {
    width: 750px;
  }
  .hero .hero-grid {
    grid-template-columns: 7.5fr 4.5fr;
    gap: 5px;
  }
  .hero .hero-grid .hero-left {
    padding: 40px 0;
  }
  .hero .hero-image {
    -webkit-transform: scale(1.4) translateX(10px);
            transform: scale(1.4) translateX(10px);
  }
  .hero .hero-title {
    font-size: 46px;
    line-height: 52px;
  }
  .hero .hero-list {
    gap: 10px;
  }
  .hero .hero-list span {
    font-size: 15px;
    line-height: 20px;
  }
  .hero .hero-text {
    font-size: 16px;
    line-height: 24px;
  }
  .description img {
    width: 400px;
    left: -115px;
    top: 89px;
  }
  .description .description-text {
    padding: 20px 25px;
  }
  .description .description-text h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .description .description-text p {
    font-size: 17px;
    line-height: 24px;
  }
  .details-grid .details-grid-item span {
    font-size: 30px;
    line-height: 36px;
  }
  .details-grid .details-grid-item span::after {
    top: 13px;
    width: 10px;
    height: 10px;
  }
  .details-grid .details-grid-item p {
    padding: 0 7px;
  }
  .grid-3 {
    gap: 20px;
  }
  .reviews-container {
    padding: 60px 0;
    background: url(../assets/images/s6-bgr.jpg) no-repeat center top #2c3346;
    background-size: cover;
    color: white;
  }
  .reviews-container .title {
    width: 60%;
  }
  .reviews-container .title h2 {
    text-align: start;
    color: white;
  }
  .reviews-container .title p {
    text-align: start;
    color: white;
  }
  .reviews-container .title img {
    position: absolute;
    right: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .promo-banner .promo-content {
    gap: 15px;
  }
}
@media only screen and (max-width: 790px) {
  .title h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    background-size: 373px;
    padding-bottom: 0;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
  }
  .btn-box {
    display: none !important;
  }
  .promo-banner {
    padding: 10px 5px;
  }
  .promo-banner .promo-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .promo-banner .promo-content .promo-black-friday {
    display: none;
  }
  .promo-banner .promo-content .promo-sale {
    display: none;
  }
  .promo-banner .promo-content .promo-show-tab,
  .promo-banner .promo-content .promo-black-friday-mob,
  .promo-banner .promo-content .promo-mob-sale-box {
    display: none;
  }
  .promo-banner .promo-content .promo-mob-sale-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .promo-banner .promo-content .promo-show-mob {
    display: block;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 21px;
    text-align: start;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: rgb(229, 31, 31);
  }
  .promo-banner .promo-content .promo-discount .promo-up-to .promo-up-to-code {
    display: none;
  }
  .promo-banner .promo-content .promo-discount .promo-percent {
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: 32px;
  }
  .promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
    display: block;
    font-size: 27px;
    font-style: italic;
    font-weight: 900;
    line-height: 32.4px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: white;
  }
  .promo-banner .promo-content .promo-countdown .promo-code {
    color: #000;
    background: #acf4a1;
    background-color: #acf4a1;
    border-radius: 5px;
    padding: 4px 8px;
    margin: 5px 0;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: block;
    font-size: 15px !important;
  }
  .promo-banner .promo-content .promo-countdown .promo-sale-mob {
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #fff;
    width: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
    background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
    border-radius: 4px;
  }
  .promo-banner .promo-content .promo-countdown .promo-limited-time {
    font-size: 12px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer {
    gap: 20px;
  }
  .promo-banner .promo-content .promo-countdown .promo-timer .promo-time {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    width: 27px;
    padding: 0px 0px;
  }
  .hero {
    text-align: center;
    padding: 20px 0 30px;
  }
  .hero .hero-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .hero .hero-grid .hero-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .hero .hero-image-mobile {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .hero .hero-image {
    display: none;
  }
  .hero .hero-title {
    font-size: 32px;
    line-height: 38px;
  }
  .hero .hero-title br {
    display: block;
  }
  .hero .hero-list {
    margin-top: 15px;
  }
  .hero .hero-list span {
    font-size: 17px;
  }
  .hero .hero-list .hide-mobile {
    display: none;
  }
  .hero .hero-text {
    margin-top: 20px;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
  .hero .hero-grid-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hero .hero-grid-icons .hero-grid-icon {
    width: 100%;
  }
  .mobile-order-now {
    display: block;
  }
  .mobile-order-now .button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 100%;
  }
  .button {
    display: none;
  }
  .description-container {
    padding: 0;
  }
  .description-container .container {
    padding: 0;
  }
  .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .description img {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    left: 0;
    top: 0;
    margin: 0 -10px;
  }
  .description .description-text {
    width: 100%;
    text-align: center;
    padding: 20px 25px;
  }
  .description .description-text h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .description .description-text p {
    font-size: 17px;
    line-height: 24px;
  }
  .details-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
    margin: 30px auto;
  }
  .details-grid .details-grid-item span {
    font-size: 30px;
    line-height: 36px;
  }
  .details-grid .details-grid-item span::after {
    display: none;
  }
  .details-grid .details-grid-item p {
    padding: 0 7px;
  }
  .features-container {
    background: none;
    height: auto;
    float: left;
    width: 100%;
    margin: 0 auto;
  }
  .features-container .features-inner-row {
    width: 100% !important;
    background-color: #f7fbff;
    background-size: cover;
    margin: 0 !important;
    padding: 25px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features-container .features-inner-row h1 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
  .features-container .features-inner-row p {
    margin-top: 15px;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 25px;
    text-align: center;
  }
  .features-container .features-inner-row .features-mobile-img {
    display: block;
    width: 100%;
  }
  .features-container .features-inner-row .functions {
    margin: 0 auto;
  }
  .features-container .features-inner-row .functions div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
  }
  .features-container .features-inner-row .functions div img {
    width: 28px;
  }
  .features-container .features-inner-row:nth-child(2) {
    background: #80aad0;
  }
  .features-container .features-inner-row:nth-child(3) {
    background: url(../assets/images/s3-mob-bg3.jpg) no-repeat center top;
  }
  .features-container .features-inner-row:nth-child(4) {
    background: #c7ebf7;
  }
  .features-container .features-inner-row:nth-child(5) {
    background: url(../assets/images/s3-mob-bg5.jpg) no-repeat center top;
    background-size: cover;
  }
  .features-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 20px;
  }
  .features-icons .features-icons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%;
  }
  .strip-border.bg2 {
    background: none;
    margin-bottom: 0;
  }
  .strip-border.bg2 p {
    font-size: 26px;
    line-height: 24px;
    padding: 30px 0;
    padding-bottom: 40px;
  }
  #tech-specs .container-full {
    padding-bottom: 30px;
  }
  .grid-3 {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 0;
  }
  .tech-container {
    position: relative;
    padding-top: 0;
  }
  .tech-container:before {
    background-size: 100%;
    bottom: 30px;
  }
  .specs-box .specs-box-title {
    padding-top: 30px;
  }
  .specs-box .specs-box-title p {
    height: auto;
    font-size: 27px;
    line-height: normal;
  }
  .specs-box .specs-rows {
    padding: 10px;
  }
  .specs-box .specs-row span {
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
  }
  .specs-box .specs-row p {
    font-size: 16px;
    line-height: 22px;
  }
  #tech .container-full:nth-child(1) {
    padding-bottom: 0;
  }
  .reviews-container {
    padding: 25px 0 30px;
    background-size: 100%;
  }
  .reviews-container .title {
    width: 100%;
  }
  .reviews-container .title h2 {
    text-align: center;
    color: white;
    font-size: 26px;
    line-height: 32px;
    padding: 0;
  }
  .reviews-container .title p {
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }
  .reviews-container .title img {
    position: static;
    display: block;
    margin: 20px auto -100px;
    width: 90px;
  }
  .reviews-container .reviews {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
  }
  .reviews-container .reviews .review {
    max-width: 100%;
  }
  .reviews-container .reviews .review .review-text {
    min-height: auto;
  }
  .btm-bfr {
    display: none;
  }
  .bg2-bottom {
    display: none;
  }
  #overview {
    padding-bottom: 20px;
  }
  .strip-border {
    margin: -78px auto 0;
    width: 170px;
  }
  .strip-border.bg2 {
    width: auto;
  }
  #features {
    border: none;
  }
  #features .title {
    padding: 23px 0 0;
  }
  #features .title h2 {
    padding: 0;
  }
  #features .title p {
    margin-top: 15px;
  }
  .faq-container {
    padding: 20px 0;
    padding-bottom: 40px;
  }
  .accordion {
    padding: 15px 0;
    font-size: 17px;
    line-height: 25px;
  }
  .panel p {
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    padding: 15px 30px 15px 0;
    text-align: left;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  footer p {
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .faq-container .title {
    margin-bottom: 20px;
  }
  .accordion {
    line-height: 20px;
  }
  .panel p {
    line-height: 22px;
  }
}
@media only screen and (max-width: 380px) {
  .promo-banner {
    padding: 10px 5px;
  }
  .promo-banner .promo-content .promo-black-friday {
    display: none;
  }
  .promo-banner .promo-content .promo-sale {
    display: none;
  }
  .promo-banner .promo-content .promo-show-tab,
  .promo-banner .promo-content .promo-black-friday-mob,
  .promo-banner .promo-content .promo-mob-sale-box {
    display: none;
  }
  .promo-banner .promo-content .promo-mob-sale-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .promo-banner .promo-content .promo-show-mob {
    display: block;
  }
  .promo-banner .promo-content .promo-discount .promo-up-to {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 21px;
    color: rgb(229, 31, 31);
    top: 20px;
  }
  .promo-banner .promo-content .promo-discount .promo-percent {
    font-size: 30px;
  }
  .promo-banner .promo-content .promo-countdown .promo-black-friday-mob {
    font-size: 20px;
    line-height: 27.4px;
  }
  .promo-banner .promo-content .promo-countdown .promo-sale-mob {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    width: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(8.91%, #e51f1f), to(#940000));
    background: linear-gradient(90deg, #e51f1f 8.91%, #940000 100%);
  }
  .promo-banner .promo-content .promo-countdown .promo-limited-time {
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */