:root {
  --mobile-margin-bottom-header: 25px;
}

.proxima-boldlt {
  font-family: "proxima-boldlt";
}
.proxima-semibold {
  font-family: "proxima-semibold";
}
.proxima-extrabold {
  font-family: "proxima-extrabold";
}
.proxima-black {
  font-family: "proxima-black";
}
.italic {
  font-style: italic;
}
html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  font-family: quasimoda, sans-serif;
  color: #fff;
}
html {
  font-size: 100%;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}
main {
  margin: auto;
}
section {
  background-size: auto 100%;
  background-position: center;
  /* background-repeat: no-repeat; */
}

.section-container {
  max-width: 1400px;
  margin: auto;
  height: 100%;
}

.transitioner,
.transitioner > * {
  transition: all 1s ease;
}

.transitioned hr {
  width: 350px !important;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.position-relative {
  position: relative;
}

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

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-black {
  color: #000;
}

@media screen and (max-width: 1400px) {
  .section-container {
    max-width: 980px;
  }
}

@media screen and (min-width: 1400px) {
  .hide-desktop {
    display: none;
  }
}

@media screen and (min-width: 981px) and (max-width: 1399px) {
  .hide-tablet {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .flex-mobile {
    display: flex;
  }

  /* .section-container {
    max-width: 320px;
  } */

  .position-mobile-relative {
    position: relative;
  }

  .hide-mobile {
    display: none !important;
  }

  .flex-mobile-column {
    flex-direction: column;
  }

  .align-mobile-center {
    align-items: center;
  }

  .justify-mobile-end {
    justify-content: flex-end;
  }

  .order-mobile-1 {
    order: 1;
  }

  .order-mobile-2 {
    order: 2;
  }

  .order-mobile-3 {
    order: 3;
  }

  .section-container .content {
    max-height: unset;
  }
}

/* global section styles */

section h2,
section p {
  color: #fff;
}

section h2,
section h3,
section p,
section span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: unset;
}

section h2 {
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 40px;
}

section h3 {
  font-size: 20px;
}

section hr {
  margin: 30px 0;
  max-width: 355px;
}

section p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

section strong {
  font-weight: bold;
}

section .cta-btn {
  border-radius: 25px;
  border: 2px solid #fff;
  padding: 8px 25px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  section h2 {
    line-height: 1.9rem;
    font-size: 1.8rem;
  }

  section p {
    font-size: 20.9px;
    line-height: 25.08px;
  }
}

@media screen and (max-width: 980px) {
  section h2 {
    line-height: 40px;
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 35px;
  }

  section hr {
    margin: 20px auto;
    width: 100%;
    max-width: 213px;
  }

  section p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    z-index: 1;
    /* position: relative; */
  }

  section .cta-btn {
    font-size: 0.7rem;
    padding: 3px 12px;
  }
}

#image-carousel {
  width: 1000px;
}

#image-carousel-track {
  min-height: 606.42px;
}

@media screen and (max-width: 1400px) {
  #image-carousel-track {
    min-height: 467px;
  }
}

@media screen and (min-width: 2500px) {
  main {
    max-width: 2500px;
  }
}

/* Section styling 
                    All images should be height-based
*/

.section-1 {
  margin-top: 70px; /* For Nav Bar spacing*/
  background-image: url("../images/section-1-background.webp");
  height: 1356px;
  /* height: 100vh;  kept here for future video stuff */
  overflow: hidden;
}

.section-1 .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
  height: 126px;
}

.section-1 .cta-btn {
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

@media screen and (max-width: 980px) {
  .section-1 {
    margin-top: 0px;
    background-image: url("../images/section-1-background-mobile.webp");
    height: 720px;
    position: relative;
  }

  .section-1 .logo {
    top: 108px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 65px;
    width: 136px;
  }

  .section-1 .cta-btn {
    top: 197px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* Section 2 styles start here */

.section-2 {
  background-image: url("../images/section-2-background.webp");
  height: 2159px;
}

.section-2 .content-1 {
  position: absolute;
  left: calc(50% - 115px);
  right: 0;
  margin: auto;
  top: 320px;
  max-width: 515px;
}

.section-2 .content-2 {
  position: absolute;
  top: 1256px;
  left: 0;
  right: 0;
  margin: auto;
}

.section-2 .content-2 p {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 590px;
}

.section-2 .content-3 {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 1495px;
  left: 0;
  right: 0;
  margin: auto;
}

.section-2 .content-3 h2 {
  margin: 0px 81px;
  font-size: 45px;
}

.section-2 .content-3 hr {
  width: 0;
  border: 0;
  height: 1px;
  background-color: #fff;
}

/* Media Queries for Section 2 start here */

@media screen and (max-width: 980px) {
  .section-2 {
    background-image: url("../images/section-2-background-mobile.webp");
    height: 1764px;
  }

  .section-2 .content-1 {
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 293px;
  }

  .section-2 .content-2 {
    position: absolute;
    top: 915px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 300px;
  }
  .section-2 .content-4 {
    position: absolute;
    top: 1535px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 255px;
  }

  .section-2 .content-5 {
    position: absolute;
    top: 1595px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .section-2 .content-6 {
    position: absolute;
    top: 1670px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* section 3 starts here */

.section-3 {
  background-image: url("../images/section-3-background.webp");
  height: 1195px;
}

.section-3 .content-1 {
  position: absolute;
  top: 495px;
  left: calc(50% - 35px);
  right: 0;
  margin: auto;
  max-width: 530px;
}

.section-3 .content-2 {
  position: absolute;
  top: 710px;
  left: calc(50% + 69px);
  right: 0px;
  margin: auto;
}
/* section 3 media queries */

@media screen and (max-width: 980px) {
  .section-3 {
    background-image: url("../images/section-3-background-mobile.webp");
    height: 792px;
  }

  .section-3 h2,
  .section-3 p {
    text-align: center;
  }

  .section-3 .content-1 {
    position: absolute;
    top: 464px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 300px;
  }

  .section-3 .content-2 {
    position: absolute;
    top: 705px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}

/* section 4 starts here */

.section-4 {
  background-image: url("../images/section-4-background.webp");
  height: 3635px;
}

.section-4 .content-1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 140px;
  max-width: 700px;
}

.section-4 .content-2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 700px;
  max-width: 685px;
}

.section-4 .content-2 p {
  font-size: 12px;
  line-height: 16px;
}

.section-4 .content-3 {
  position: absolute;
  left: calc(50% - 1230px);
  right: 0;
  margin: auto;
  top: 1075px;
  max-width: 510px;
}

.section-4 .content-4 {
  position: absolute;
  left: calc(50% - 1230px);
  right: 0;
  margin: auto;
  top: 1880px;
  max-width: 530px;
}

.section-4 .content-5 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 3175px;
  max-width: 816px;
}

/* Media queries for section 4 */
@media screen and (max-width: 980px) {
  .section-4 {
    background-image: url("../images/section-4-background-mobile.webp");
    height: 2257px;
  }

  .section-4 h2,
  .section-4 p {
    text-align: center;
  }

  .section-4 .content-1 {
    position: absolute;
    top: 67px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 300px;
  }

  .section-4 .content-2 {
    position: absolute;
    top: 306px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 390px;
  }

  .section-4 .content-3 {
    position: absolute;
    top: 470px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 280px;
  }

  .section-4 .content-4 {
    position: absolute;
    top: 1006px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 300px;
  }

  .section-4 .content-5 {
    position: absolute;
    top: 1756px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 280px;
  }
}

/* section 5 starts here */

.section-5 {
  background-image: url("../images/section-5-background.webp");
  height: 1052px;
}

.section-5 .content-1 {
  position: absolute;
  top: 104px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 955px;
}

/* Media queries for section 5 */

@media screen and (max-width: 980px) {
  .section-5 {
    background-image: url("../images/section-5-background-mobile.webp");
    height: 511px;
  }

  .section-5 .content-1 {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 305px;
  }
}

/* section 6 starts here */

.section-6 {
  background-image: url("../images/section-6-background.webp");
  height: 831px;
}

.section-6 .content-1 {
  position: absolute;
  top: 597px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 915px;
}

/* Media queries for section 6 */

@media screen and (max-width: 980px) {
  .section-6 {
    background-image: url("../images/section-6-background-mobile.webp");
    height: 460px;
  }

  .section-6 .content-1 {
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 285px;
  }
}

/* gallery section */
.section-gallery {
  background: url("../images/section-gallery-background.webp") center / contain
    no-repeat;
  background-size: auto 100%;
  height: 650px;
  padding-bottom: 120px;
}

.section-gallery .section-container {
  position: relative;
  top: 60px;
}

@media screen and (max-width: 1400px) {
  .section-gallery {
    padding-bottom: 110px;
  }
}

#image-carousel .variant.pink {
  background-color: #f2c6c2;
}

#image-carousel .variant.gold {
  background-color: #f9ecd1;
}

#image-carousel .variant.black_blue {
  background-color: #1b2a4b;
}

#image-carousel .variant.silver {
  background-color: #f1f2f2;
}

#image-carousel .variant.purple {
  background-color: #5f61a5;
}

@media screen and (max-width: 1400px) {
  #image-carousel {
    width: 800px;
  }
}

@media screen and (max-width: 980px) {
  #image-carousel {
    width: 300px;
    height: 300px;
  }

  #image-carousel .splide .variant {
    width: 25px;
    height: 25px;
    border-radius: 100%;
  }

  #image-carousel .splide .splide__arrows.splide__arrows--ltr {
    display: none;
  }
}

/* specs section  */

.section-specs {
  padding: 75px 0;
  background-image: url("../images/section-specs-background.webp");
  height: 1530px;
}

#specs-section {
  padding: 0 150px;
}

#specs-section .logo {
  width: 193px;
}

#specs-section .buy-now-btn {
  font-weight: bold;
  color: #fff;
  font-size: 0.8rem;
  padding: 5px 20px;
  border-radius: 35px;
  margin-right: 40px;
  background-color: #262d27;
}

#specs-section .sales-guide-btn {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #262d27;
  border-bottom: 1px solid #262d27;
  line-height: 1.2rem;
}

#specs-section .spec_subttl,
#specs-section .column li {
  font-family: "Poppins", sans-serif;
  color: #262d27;
}

#specs-section .spec_subttl {
  font-weight: 600;
  font-size: 1.2rem;
}

#specs-section .column {
  width: 373px;
}

#specs-section .column li {
  font-size: 0.9rem;
  font-weight: 500;
}

#specs-section .spec-header {
  position: relative;
  margin-bottom: 32px;
}

#specs-section .row {
  display: inline-flex;
  padding: 40px 0px;
  flex-wrap: nowrap;
  clear: both;
  width: 100%;
  border-bottom: solid 0.5px #262d27;
}

#specs-section .row:last-child {
  border-bottom: none;
}

@media screen and (max-width: 1400px) {
  .section-specs {
    padding: 50px 0;
  }
}

/* mobile specs */

@media screen and (max-width: 980px) {
  .section-specs {
    padding: 0;
    height: 1705px;
  }

  .section-specs .section-container {
    max-width: 700px;
  }

  #specs-section .spec-header {
    margin-bottom: 22px;
    margin-top: 60px;
    /* padding-bottom: 60px; */
  }

  #specs-section .buy-now-btn {
    font-size: 0.75rem;
    padding: 4px 10px;
  }

  #specs-section .section-container {
    max-width: 100%;
    padding: 0 5%;
  }

  #specs-section {
    height: auto;
    max-height: unset;
    padding: 0;
  }

  #specs-section .logo {
    width: 150px;
    margin-bottom: 25px;
  }

  #specs-section ul {
    padding: 0;
  }

  #specs-section .sales-guide-btn {
    font-size: 0.74rem;
  }
}

@media screen and (max-width: 600px) {
  .section-specs {
    padding: 0;
    height: 1230px;
  }

  #specs-section {
    width: 240px;
    margin: 0 auto;
  }

  #specs-section .spec-header {
    position: relative;
    margin-top: 42px;
    top: 0;
  }

  #specs-section .logo {
    width: 150px;
    margin-bottom: 0;
  }

  #specs-section .actions {
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
    row-gap: 20px;
  }

  #specs-section .buy-now-btn {
    margin-right: 0;
    display: none;
  }

  #specs-section .sales-guide-btn {
    align-self: flex-start;
  }

  #specs-section .row {
    padding: 10px 0px;
    flex-direction: column;
    /* border: 2px solid green; */
  }

  #specs-section .column li {
    font-size: 0.78rem;
    font-weight: 500;
  }

  #specs-section .spec_subttl {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
