* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #525365;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

ul,
nav {
  list-style-type: none;
}

a {
  text-decoration: none;
}

/* Colors */
.blue {
  color: #8fc9e2;
}

.orange {
  color: #fbb043;
}

/* BANNER */
.banner {
  background-color: #be1e2d;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.banner p b {
  color: #edac2c;
}

/* HEADER */
.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 15px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}

/*.nav li:not(:last-child):after {
	content: '|';
	margin: 0 20px;
	color: #fff;
}*/

.nav li a {
  color: #fff;
}

/* FOOTER */
.footer {
  color: #fff;
  background-color: #0b0b32;
  text-align: center;
  padding: 120px 0;
}

.footer ul {
  margin: 30px 0;
}

.footer ul li {
  display: inline-block;
}

.footer ul li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
}

.footer a {
  color: #fff;
}

.copyright {
  margin-top: 50px;
}

/* GENERAL */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.save-btn,
.order-btn {
  background: #00c04e;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*.btn-primary .fa-caret-right {
	margin-left: 30px;
}*/

.save-btn {
  width: 130px;
  height: 36px;
  border-radius: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.save-btn:hover,
.order-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.order-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
  height: 80px;
  border-radius: 5px;
  font-size: 24px;
  line-height: 30px;
  padding: 24px 39px;
}

.order-now {
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .order-pinned {
    padding: 20px;
    position: fixed;
    bottom: 0;
    background-color: #0b0b32;
    z-index: 9999;
    right: 0px;
    left: 0px;
    display: block;
  }
}

.hurry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  max-width: 400px;
  margin-top: 17px;
}

.hurry:before,
.hurry:after {
  content: "";
  width: 18%;
  height: 1px;
  background-color: #7f7f7f;
  display: inline-block;
}

.hurry b {
  font-weight: 600;
  color: #fd1e06;
}

.title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  line-height: 65px;
  color: #2a2c56;
  text-align: center;
}

/* SECTIONS */

/* HERO */
.hero {
  height: 827px;
  position: relative;
  color: #fff;
}

.hero-intro {
  z-index: 1;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
}

.hero-intro h1 {
  max-width: 680px;
  text-align: left;
  color: #fff;
}

.hero-touch {
  background: -webkit-linear-gradient(
    0.01deg,
    rgba(56, 41, 42, 0.5) 0.01%,
    rgba(255, 250, 245, 0.5) 50.38%,
    rgba(65, 43, 45, 0.5) 99.99%
  );
  background: linear-gradient(
    89.99deg,
    rgba(56, 41, 42, 0.5) 0.01%,
    rgba(255, 250, 245, 0.5) 50.38%,
    rgba(65, 43, 45, 0.5) 99.99%
  );
  box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  max-width: 600px;
  padding: 26px 50px 33px 37px;
  margin: 37px 0 23px;
}

.hero-touch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

.hero-touch ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-touch ul li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 29px;
  background-color: #fff;
  display: block;
  margin: 0 15px;
}

.hero-touch-icon {
  width: 20px;
  height: 20px;
  background-color: #fbb043;
  border-radius: 50%;
  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-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hero-high {
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
}

.hero-high li i {
  color: #56b762;
  margin-right: 22px;
}

.hero .order-btn {
  margin-top: 22px;
}

.hero-curve {
  width: 100%;
  max-height: 244px;
  position: absolute;
  left: 0;
  bottom: -41px;
}

.hero-earbuds {
  position: absolute;
  /*right: 135px;*/
  right: 10%;
  bottom: 22px;
  z-index: 1;
  width: 30%;
  max-width: 474px;
  height: auto;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* EXPERIENCE */
.exp {
  padding: 50px 0 0;
}

.exp .title {
  margin-bottom: 44px;
}

.exp-box {
  position: relative;
}

.exp-left {
  max-width: 680px;
}

.exp-left-top {
  width: 100%;
  height: 722.78px;
}

.exp-left-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.exp-left-bot {
  background-color: #161618;
  padding: 43px 20px 36px;
  border-radius: 0 0 20px 20px;
}

.exp-left-bot .hurry {
  color: #fff;
}

.exp-right {
  background: #e5f6fd;
  border-radius: 20px;
  max-width: 880px;
  padding: 51px 100px 20px 100px;
  position: absolute;
  top: 90px;
  left: 300px;
  width: 100%;
}

.exp-right:hover + .exp-earbuds {
  transform: translateY(10px);
}

.exp-right p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 44px;
}

.exp-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.exp-right ul li {
  width: calc(100% / 3);
  text-align: center;
  font-weight: 600;
  margin-bottom: 43px;
}

.exp-list-icon {
  background-color: #be1e2d;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  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-bottom: 16px;
}

.exp-earbuds {
  position: absolute;
  /*top: 96px;
	left: 36px;*/
  top: 10%;
  left: 5%;
  z-index: 1;
  width: 30%;
  max-width: 424px;
  transition: 0.5s;
}

/* QUALITY */
.quality {
  background: #0b0b32;
  padding: 308px 0 0;
  position: relative;
}

.quality-curve {
  width: 100%;
  max-height: 244px;
  position: absolute;
  left: 0;
  top: 0;
}

.quality .title {
  color: #fff;
  text-align: left;
}

.quality-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 65px;
  margin: 45px 0 82px;
}

.quality-top ul {
  max-width: 580px;
}

.quality-top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 26px 40px 48px 40px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: background 0.3s;
}

.quality-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
  background: #fbb043;
  margin-right: 20px;
}

.quality-top h3 {
  font-size: 30px;
  line-height: 1;
  color: #8fc9e2;
  margin-bottom: 9px;
}

.quality-top p {
  color: #fff;
  max-width: 380px;
}

.quality-top li.active {
  background: #fff;
}

.quality-top li.active .quality-icon {
  background: #be1e2d;
}

.quality-top li.active h3 {
  color: #2a2c56;
}

.quality-top li.active p {
  color: #525365;
}

.quality-topright-img {
  max-width: 534px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 30px;
}

.quality .order-now {
  color: #fff;
}

.quality-mid {
  height: 472px;
  margin-bottom: 155px;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.5));
  position: relative;
  transition: 0.5s;
}

.quality-mid:hover {
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.9));
}

.quality-mid > img {
  border-radius: 20px;
}

.quality-mid-box {
  max-width: 620px;
  /*padding: 0 20px;
	margin-left: auto;*/
  position: absolute;
  top: 74px;
  right: 0;
  width: 100%;
  z-index: 1;
}

.quality-mid p {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #edac2c;
}

.quality-mid h2 {
  margin: 25px 0;
}

.quality-mid .order-now {
  margin: 0;
}

.quality-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quality-bot-left {
  width: 50%;
  height: 727px;
}

.quality-bot-right {
  width: 50%;
  height: 727px;
  /*padding: 167px 0 65px;*/
  position: relative;
}

.quality-bot-right img {
  animation-name: music;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes music {
  0% {
    object-position: 0%;
  }
  20% {
    object-position: 20%;
  }
  40% {
    object-position: 40%;
  }
  60% {
    object-position: 60%;
  }
  80% {
    object-position: 80%;
  }
  100% {
    object-position: 100%;
  }
}

.quality-bot-box {
  background: #e5f6fd;
  padding: 53px;
  border-radius: 20px;
  max-width: 590px;
  /*margin: auto;*/
  position: absolute;
  top: 167px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  z-index: 1;
}

.quality-bot .title {
  color: #2a2c56;
  max-width: 380px;
  margin-bottom: 8px;
}

/* LIGHTWEIGHT */
.light {
  background: #fff9ea;
  position: relative;
}

.light p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
}

.light-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin: 54px 0 0;
}

.light-top ul li {
  text-align: center;
}

.light-top-box {
  max-width: 283px;
  width: 100%;
  margin: 0 auto;
}

.light-top-box:hover .light-img-inner > img {
  transform: scale(1.05);
}

.light-img {
  position: relative;
}

.light-img-inner {
  width: 100%;
  height: 441px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.light-img-inner > img {
  transition: 0.4s;
}

.light-icon {
  width: 100px;
  height: 100px;
  background: #be1e2d;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  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;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.light h3 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.light-top ul li:nth-of-type(2) .light-img-inner,
.light-top ul li:nth-of-type(3) .light-img-inner {
  height: 400px;
}

.light-top {
  position: relative;
  padding: 180px 0 122px;
}

.light-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 244px;
  border-radius: 50% 50% 0 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}

.light-bot {
  background: #fff;
}

.light-divider {
  display: block;
  max-width: 445px;
  width: 100%;
  height: auto;
  margin: 47px auto 35px;
  animation: 2s bounce infinite linear;
}

@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* WHY CHOOSE */
.why-choose {
  padding: 0 0 186px;
}

.why-choose p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.why-choose-box {
  /*display: flex;
	justify-content: space-between;*/
  margin: 152px 0 135px;
  position: relative;
}

.why-choose-left {
  padding: 79px 80px 73px 100px;
  background: #fcfcfc;
  border: 1px solid #969696;
  border-radius: 20px;
  height: 400px;
}

.why-choose-left li {
  font-weight: 600;
  font-size: 18px;
  /*line-height: 55px;*/
  margin-bottom: 25px;
}

.why-choose-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  gap: 30px;
  right: 80px;
  top: -39px;
}

.why-choose-item {
  width: 219.54px;
  height: 502.12px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  padding-top: 65px;
}

.why-choose-item:nth-of-type(1) {
  background: #0b0b32;
}

.why-choose-item:nth-of-type(2) {
  background: #eeeeee;
}

.why-choose-item:nth-of-type(2) .why-choose-title {
  color: #070826;
}

.why-choose-earbuds {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 96px;
  height: 114px;
}

.why-choose-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 47px;
}

.why-choose-check .fas {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
}

.why-choose-check .fa-check {
  color: #00c04e;
}

.why-choose-check .fa-times {
  color: #fd1e06;
}

/* REVIEWS */
.reviews {
  padding: 158px 0 174px;
  background-color: #e5f6fd;
}
.reviews h2 {
  margin-bottom: 70px;
}

.reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 279px;
  margin-bottom: 70px;
}

.reviews-right {
  border-right: 1px solid #e7e7e7;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.reviews-right-top,
.reviews-right-bottom {
  padding-right: 59px;
}

.reviews-right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 29px;
}

.reviews-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
}

.reviews-right-bottom img {
  width: 80px;
  height: 60px;
  margin-right: 20px;
}

.reviews-wallabuds span {
  font-weight: 600;
}

.reviews-letter {
  background-color: #be1e2d;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  font-weight: 600;
  font-size: 30px;
  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;
  color: #fff;
  margin-right: 33px;
}

.reviews-name {
  font-family: "Bebas Neue";
  font-size: 30px;
  line-height: 1;
  color: #2a2c56;
  margin-bottom: 3px;
}

.reviews-verify {
  font-weight: 600;
  color: #00c04e;
}

.reviews-left {
  padding-left: 55px;
}

.reviews-left p {
  font-size: 18px;
  max-width: 642px;
}

.reviews-star {
  color: #ffc700;
  margin: 25px 0;
}

.reviews-img img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  margin-right: 20px;
}

.reviews .cta {
  margin-top: 50px;
}

.cta {
  max-width: 700px;
  margin: 0 auto;
}

.cta .title {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .exp-right {
    width: calc(100% - 300px);
  }

  .exp-earbuds {
    top: 15%;
    left: 10%;
  }
}

@media (max-width: 991px) {
  .hero-curve {
    bottom: 0;
  }

  .exp-earbuds {
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .exp-left {
    margin: 0 auto;
  }

  .exp-right {
    position: static;
    width: 100%;
  }

  .quality .title {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quality-top,
  .quality-bot {
    display: block;
  }

  .quality-top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .quality-topright {
    margin: 50px 0;
  }

  .quality-mid > img {
    object-position: 10%;
  }

  .quality-top li {
    padding: 30px;
  }

  .quality-bot-left,
  .quality-bot-right {
    width: 100%;
  }

  .light-top:before {
    display: none;
  }

  .light h3 {
    margin-top: 70px;
  }

  .light-top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .light-top ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    margin-bottom: 40px;
  }

  .light-top ul li:nth-of-type(2) .light-img-inner,
  .light-top ul li:nth-of-type(3) .light-img-inner {
    height: 441px;
  }

  .light-bot {
    padding-top: 50px;
  }

  .light-icon {
    bottom: -50px;
  }

  .light-img-inner {
    border-radius: 20px;
  }

  .why-choose-left {
    padding: 50px;
  }

  .why-choose-right {
    right: 50px;
  }

  .why-choose-item {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .order-btn {
    font-size: 20px;
  }

  .hero-earbuds,
  .exp-earbuds {
    width: 80%;
  }

  .hero-earbuds {
    bottom: -230px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .exp {
    padding: 252px 0 0;
  }

  .exp-earbuds {
    top: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .banner p {
    font-size: 12px;
  }
  .title {
    font-size: 50px;
    line-height: 55px;
  }

  .hero {
    /*padding: 150px 0 200px;*/
    height: 1150px;
  }

  .hero > .img-cover {
    object-position: 75%;
  }

  .exp-left-top {
    height: 500px;
  }

  .exp-right {
    padding: 40px;
    margin-top: 20px;
  }

  .exp-right ul li {
    width: calc(100% / 2);
  }

  .quality-top li {
    padding: 20px;
  }

  .quality-top h3 {
    font-size: 25px;
  }

  .quality-bot-left,
  .quality-bot-right {
    height: 600px;
    /*padding: 50px 10px;*/
  }

  .quality-mid > img {
    object-position: 17%;
  }

  .quality-bot-box {
    padding: 25px;
  }

  .light-top ul {
    display: block;
  }

  .light-bot {
    padding-top: 70px;
  }

  .why-choose-box {
    padding: 0;
    margin: 20px 0 100px;
  }

  .why-choose-left {
    padding: 40px;
  }

  .why-choose-right {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
  }

  .why-choose-item {
    width: 50%;
  }

  .reviews-item {
    display: block;
  }

  .footer {
    padding: 50px 0;
  }
}

/* Presell Page */
.p-blue {
  color: #227da5;
}
.red {
  color: #be1e2d;
}

.subheading {
  font-size: 40px;
  line-height: 45px;
}

.desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.presell-page {
  background: #e5e5e5;
  color: #525365;
}

.presell-page .header {
  padding: 28px 0;
  background: #be1e2d;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*z-index: 1;*/
}

.presell-page .header p {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  color: #ffffff;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.presell-page .nav li {
  margin-left: 70px;
}

.presell-page .nav li a:hover {
  color: #fbb043;
}

.presell-wrapper {
  padding: 49px 130px 126px;
}

.presell-inner {
  background: #fff;
  border-radius: 7px;
  padding: 50px 50px 100px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}

/* Presell left */
.presell-left {
  max-width: 620px;
  width: 100%;
}

.presell-left p {
  margin-bottom: 30px;
}

.presell-left .title {
  color: #070826;
  text-align: left;
}

.summary-box {
  background: #e5f6fd;
  border: 1px solid #8bddff;
  padding: 20px 40px;
}

.summary-box p {
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
}

.presell-highend .summary-box {
  margin: 15px 0 56px;
}

.presell-why {
  margin-bottom: 57px;
}

.presell-why h2,
.presell-market h2 {
  margin-bottom: 22px;
}

.cta.summary-box {
  padding: 40px 20px;
}

.cta.summary-box h3 {
  text-align: center;
  max-width: 450px;
  margin: 0 auto 10px;
}

.presell-exp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 50px 0;
}

.presell-exp li {
  position: relative;
  /*width: 300px;*/
  height: 328px;
  width: calc(calc(100% / 2) - 10px);
  overflow: hidden;
  border-radius: 10px;
}

.presell-exp li:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.presell-exp li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.presell-exp-intro {
  position: absolute;
  left: 20px;
  bottom: 28px;
}

.presell-exp-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fbb043;
  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-bottom: 10px;
}

.presell-exp-icon img {
  width: 15px;
  height: auto;
}

.presell-exp h3 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.presell-noise h2 {
  margin-bottom: 76px;
}

.presell-noise ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.presell-noise li {
  width: calc(calc(100% / 2) - 10px);
  text-align: center;
  margin-bottom: 50px;
}

.presell-noise li .exp-list-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.presell-noise li:hover .exp-list-icon {
  background-color: #fbb043;
}

.presell-noise-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.presell-noise p {
  max-width: 280px;
  margin: 0 auto;
}

.presell-noise .summary-box {
  margin: 30px 0 80px;
}

.presell-special {
  width: 100%;
  height: 327px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 45px 0;
}

.presell-special img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.presell-special-intro {
  position: absolute;
  top: 81px;
  right: 70px;
  max-width: 210px;
  width: 100%;
}

.presell-special-intro h3 {
  color: #fff;
  margin-top: 10px;
}

.presell-divider {
  border-top: 0.5px dashed #c6c6c6;
  margin: 68px 0;
}

.presell-buy h2 {
  margin-bottom: 13px;
}

.presell-buy ol {
  padding-left: 20px;
}

.presell-buy li {
  margin-bottom: 20px;
}

.presell-buy li a {
  text-decoration: underline;
}

.presell-buy .summary-box {
  margin: 61px 0 12px;
}

.presell-buy-italic {
  text-align: center;
}

/* Presell right */
.presell-right {
  max-width: 400px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: -50px;
  z-index: 1;
}

.social-wrapper p {
  color: #070826;
  font-weight: 600;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0 32px;
}

.social-links a {
  width: 41px;
  height: 41px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-links a:hover {
  border-radius: 50%;
}

.social-links a:nth-of-type(1) {
  background: #3c5897;
}

.social-links a:nth-of-type(2) {
  background: #0f93e2;
}

.social-links a:nth-of-type(3) {
  background: #713906;
}

.social-links a:nth-of-type(4) {
  background: #bd091c;
}

.scrolling-cta {
  background: url("../img/presell/img-wllabuds_fit-04.webp") 0 0 / cover
    no-repeat;
  height: 616px;
  position: relative;
  color: #fff;
  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;
  padding: 42px 20px 0;
}

.scrolling-cta:hover > img {
  -webkit-transform: translateX(-50%) translateY(-10px);
  transform: translateX(-50%) translateY(-10px);
}

.scrolling-cta .subheading {
  line-height: 20px;
}

.scrolling-cta .reviews-star {
  margin: 14px 0 15px;
}

.scrolling-cta h4 {
  font-size: 30px;
  margin: 9px 0 27px;
}

.scrolling-cta ul {
  text-align: left;
}

.scrolling-cta li {
  font-weight: 600;
  margin-bottom: 15px;
}

.scrolling-cta li .fas {
  color: #56b762;
  margin-right: 5px;
}

.scrolling-cta > img {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 234px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

.presell-right .order-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
}

.presell-right .order-btn .fas {
  margin-left: 30px;
}

/* Footer CTA */
.footer-cta {
  background: #00c04e;
  padding: 20px 0;
  text-align: center;
}

.footer-cta .container {
  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;
}

.footer-cta .subheading {
  color: #fff;
  margin-right: 53px;
}

.footer-cta a {
  max-width: 427px;
  width: 100%;
  height: 55px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  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;
  color: #00c04e;
}

.footer-cta a i {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .presell-page .header-inner,
  .footer-cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .presell-page .header p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }

  .presell-wrapper {
    padding: 50px;
  }

  .presell-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-cta .subheading {
    /*text-align: center;*/
    margin: 0 0 10px;
  }
}

@media (max-width: 575px) {
  .presell-page .header-inner,
  .footer-cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .presell-page .header {
    padding: 20px 0;
  }

  .presell-wrapper {
    padding: 20px;
  }

  .presell-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 25px 50px;
  }

  .scrolling-cta > img {
    width: 180px;
  }

  .footer-cta .subheading {
    text-align: center;
    margin: 0 0 10px;
  }

  .footer-cta a {
    font-size: 16px;
  }

  .subheading {
    font-size: 30px;
    line-height: 35px;
  }

  .presell-exp li,
  .presell-noise li {
    width: 100%;
  }

  .presell-special-intro {
    right: 50px;
  }

  .presell-special img {
    -o-object-position: left;
    object-position: left;
  }

  .summary-box {
    padding: 15px 30px;
  }
}
