: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%;
}

.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-right {
    text-align: right;
}

.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 h3,
section p,
section span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin:unset;
}

section h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 40px;
}

section h3 {
    font-size: 20px;
}

section hr {
    color: #fff;
}

section p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

section .cta-btn {
    border-radius: 25px;
    border: 2px solid #bcbdbf;
    padding: 8px 25px;
    color: #bcbdbf;
    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: 0.9rem;
        line-height: 20px;
    }
}

@media screen and (max-width: 980px) {
    
    
    section h2 {
        line-height: 40px;
        font-size: 40px;
        font-weight: 500;
        padding-bottom: 20px;
    }

    section hr {
        margin: 20px auto;
        width: 100%;
        max-width: 213px;
    }

    section p {
        font-size: 16px;
        font-weight: normal;
        line-height: 19.2px;
        z-index: 1;
        /* position: relative; */
    }

    section .cta-btn {
        font-size: .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: 1078px;
}

.section-1 .logo {
    position: absolute;
    left: calc(50% - 466px);
    /* right: 0; */
    margin: auto;
    top: 714px;
    height: 112px;
}

.section-1 .cta-btn {
    position: absolute;
    top: 855px;
    left: calc(50% - 400px);
    /* right: 0; */
    margin: auto;
    width: fit-content;
}

/* .section-1 .phone-banner img {
    opacity: 0;
} */

/* banner images */
.section-1 .phone-banner img:nth-of-type(1) {
    position: absolute;
    top: 238px;
    left: calc(50% - 180px);
    /* right: 0; */
    margin: auto;
    z-index: 2;
}

.section-1 .phone-banner img:nth-of-type(2) {
    position: absolute;
    top: 250px;
    left: calc(50% - 180px);
    /* right: 0; */
    margin: auto;
    z-index: 1;
}

.section-1 .phone-banner img:nth-of-type(3) {
    position: absolute;
    top: 204px;
    left: calc(50% - 316px);
    /* right: 0; */
    margin: auto;
    /* z-index: 1; */
}


@media screen and (max-width: 980px) {
    .section-1 {
        margin-top: 0px;
        background-image: url("../images/section-1-background-mobile.webp") ;
        height: 800px;
    }

    .section-1 .logo {
        top: 100px;
        left: 0px;
        right: 0px;
        margin: auto;
        height: 50px;
    }

    .section-1 .cta-btn {
        top: 170px;
        left: 0px;
        right: 0px;
        margin: auto;
    }
}

/* Section 2 styles start here */

.section-2 {
    background-image: url("../images/section-2-background.webp");
    height: 1962px;
}


.section-2 .content-1 {
    position: absolute;
    top: 87px;
    left:0;
    right: 0;
    margin: auto;
    max-width: 820px;
}
/* 
.section-2 .content-1 p {
    max-width: 750px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
} */

.section-2 .content-2 {
    position: absolute;
    top: 1187px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-2 .content-2 p {
    max-width: 945px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

 .section-2 .desktop-specs .specs-img {
        position: absolute;
        top: 1820px;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .section-2 .immersive-video-wrapper {
        position: absolute;
        top: 1375px;
        left: 50%;
        transform: translateX(-50%);
        width: 1045px;                 /* fixed */
        height: 337px;
        perspective: 1200px;
    }

    .section-2 .immersive-video-wrapper video {
        width: 100%;
        height: 100%;                  /* preserve 1622×730 ratio */
        transform: rotateX(26deg);
        object-fit: cover;
        border-radius: 30px;
    }

    .section-2 .phone-glare {
        position: absolute;
        top: 1390px;
        left: 0;
        right: 0;
        margin: auto;
        width: 1136px;
        height: 350px;
    }

    .section-2 .phone-glare img {
        width: 100%;
        height: 100%;
    }


/* Media Queries for Section 2 start here */

@media screen and (max-width: 1400px) {
    .section-2 .section-container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 980px) {
    .section-2 {
        background-image: url("../images/section-2-background-mobile.webp");
        height: 1338px;
    }

    .section-2 .content-3 {
        position: absolute;
        top:40px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 310px;
    }

    .section-2 .content-4 {
        position: absolute;
        max-width: 320px;
        top: 775px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .section-2 .mobile-specs .specs-img {
        position: absolute;
        top: 1100px;
        left: 0;
        right: 0;
        margin: auto;
    }

}

/* section 3 starts here */

.section-3 {
    background-image: url("../images/section-3-background.webp");
    height: 1682px;
}

.section-3 h2, .section-3 p {
    color: #4b0921
}


.section-3 .content-1 {
    position: absolute;
    top:88px;
    left:0;
    right:0;
    margin:auto;
    max-width: 890px;
}

/* .section-3 .content-1 p {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
} */

.section-3 .content-2 {
    position: absolute;
    top: 993px;
    left:0;
    right: 0;
    margin: auto;
}

.section-3 .content-3 {
    position: absolute;
    top: 1495px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 880px;
}




/* section 3 media queries */

@media screen and (max-width: 1400px) {
    /* .section-3 {
        height: 740px;
    } */

}

@media screen and (max-width: 980px) {
    .section-3 {
        background-image: url("../images/section-3-background-mobile.webp") ;
        height: 854px;
    }

    .section-3 h2, .section-3 p {
        text-align: center;
    }

    .section-3 .content-1 {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 264px;
    }

    .section-3 .content-1 h2 {
        padding-bottom: 25px;
    }


    .section-3 .content-2 {
        position: absolute;
        left: 0;
        right: 0;
        top: 480px;
        margin: auto;
    }

    .section-3 .content-3 {
        position: absolute;
        top: 708px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 267px;
    }



}

/* section 4 starts here */

.section-4 {
    background-image: url("../images/section-4-background.webp") ;
    height: 1668px;
}

.section-4 .content-1 {
    position: absolute;
    left: calc(50% - 583px);
    top: 250px;
    max-width: 478px;
}


.section-4 .content-2 {
    position: absolute;
    top: 620px;
    left: calc(50% - 583px);
    margin: auto;
}

.section-4 .content-3 {
    position: absolute;
    top: 900px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 915px;
}

.section-4 .gaming-video-wrapper {
    position: absolute;
    top: 185px;
    left: -200px;
    right: 0;
    margin: auto;
}

.section-4 .gaming-video-wrapper video {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* Media queries for section 4 */

@media screen and (max-width: 980px) {
    .section-4 {
        background-image: url("../images/section-4-background-mobile.webp") ;
        height: 1221px;
    }

    .section-4 .content-1 {
        position: absolute;
        top: 53px;
        max-width: 279px;
        left: 0;
        right: 0;
        margin: auto;

    }

    .section-4 .content-1 h2 {
        position: relative;

    }

    .section-4 .content-3 {
        color: #fff;
        position: absolute;
        top: 790px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 291px;
    }
}

/* section 5 stars here */

.section-5 {
    background-image: url("../images/section-5-background.webp");
    height: 6204px;
    overflow: hidden;
}

.section-5 .content-1 {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    margin: auto;
}

/* hr lines for camera specs styles */

.section-5 .content-1 .camera-line-1 {
    top: 280px;
}
.section-5 .content-1 .camera-line-2, 
.section-5 .content-1 .camera-line-4 {
    top: 365px;
}
.section-5 .content-1 .camera-line-3 {
    top: 442px;
}

.section-5 .content-1 .camera-line-1,
.section-5 .content-1 .camera-line-2,
.section-5 .content-1 .camera-line-3 {
    position: absolute;
    left: calc(50% - 583px);
    right: 0;
    margin: auto;
}

.section-5 .content-1 .camera-line-4 {
    position: absolute;
    left: calc(50% + 170px);
    right: 0;
    margin: auto;
}

.section-5 .content-1 .camera-line-1 hr,
.section-5 .content-1 .camera-line-3 hr {
    width: 490px;
    position: absolute;
    left: calc(50% - 640px);
    margin: auto;
}

.section-5 .content-1 .camera-line-2 hr {
    width: 575px;
    position: absolute;
    left: calc(50% - 640px);
    margin: auto;
}

/* hr styles finished */

.section-5 .content-2 {
    position: absolute;
    top: 1096px;
    left: calc(50% - 583px);
    margin: auto;
    max-width: 420px;
}

.section-5 .content-3 {
    position: absolute;
    top: 1420px;
    left: calc(50% - 583px);
    margin: auto;
    max-width: 400px;
}

.section-5 .content-4 {
    position: absolute;
    top: 1645px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-5 .content-5 {
    position: relative;
    top: 2280px;
}

.section-5 .content-5 .eis-1 {
    position: absolute;
    left: calc(50% - 1300px);
    right: 0;
    margin: auto;
}

.section-5 .content-5 .eis-2 {
    position: absolute;
    left: calc(50% - 60px);
    right: 0;
    margin: auto;
}

.section-5 .content-6 {
    position: absolute;
    top: 2516px;
    left: calc(50% + 80px);
    margin: auto;
    max-width: 475px;
}

.section-5 .content-7 {
    position: absolute;
    top: 2960px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 830px;
}

.section-5 .content-8 {
    position: absolute;
    top: 3760px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 800px;
}

/* Night Mode Images styles (fanned images) */
.section-5 .content-8 .night-mode-wrapper {
    position: absolute;
    top: 380px;
    left: 0;
    right: 0;
    margin: auto; 
}

.section-5 .content-8 .night-mode-wrapper img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;               /* the three will share the same width */
  height: 489px;
  transform: translate(-50%, -50%); /* center baseline */
  transform-origin: center;
  /* border-radius: 16px; */
  /* box-shadow: 0 10px 30px rgba(0,0,0,.25); */
}

/* Middle card on top */
.section-5 .content-8 .night .night-img{
  z-index: 3;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

/* Left card (behind, tilted left) */
.section-5 .content-8 .normal .normal-img{
  z-index: 1;
  transform:
    translate(calc(-50% - 80px), -50%)
    rotate(calc(6deg * -1))
    scale(.96);
}

/* Right card (behind, tilted right) */
.section-5 .content-8 .advanced .advanced-img{
  z-index: 2;
  transform:
    translate(calc(-50% + 80px), -50%)
    rotate(6deg)
    scale(.96);
}

.section-5 .content-9 {
    position: absolute;
    top: 4430px;
}

.section-5 .content-9 .night-mode-1 {
    position: absolute;
    left: calc(50% + 250px);
    right: 0;
    margin: auto;
}
.section-5 .content-9 .night-mode-2 {
    position: absolute;
    left: calc(50% + 670px);
    right: 0;
    margin: auto;
}
.section-5 .content-9 .night-mode-3 {
    position: absolute;
    left: calc(50% + 1075px);
    right: 0;
    margin: auto;
}

.section-5 .content-10 {
    position: absolute;
    top: 4670px;
    left: calc(50% + 75px);
    margin: auto;
    max-width: 375px;
    color: #4b0921;
}

.section-5 .content-11 {
    position: absolute;
    top: 5341px;
    left: 0;
    right: 0;
    color: #4b0921;
    margin: auto;
}

.section-5 .content-12 {
    position: absolute;
    top: 6106px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 400px;
    color: #4b0921;
}


/* selfie video */
.section-5 .selfie-video-wrapper {
    position: absolute;
    top: 1030px;
    left: 720px;
    border-radius: 55px;
    width: 595px;
    height: 505px;
    overflow: hidden;
}

.section-5 .selfie-video-wrapper video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:55px;      /* extra safety */
}

/* bird wrapper */
.section-5 .bird-wrapper {
    position: absolute;
    top: -145px;
    left: calc(50% - 910px);
    width: 530px;
    height: 501px;
    border-radius: 44px;
    overflow: hidden;
    
}

.section-5 .bird-wrapper .canvas-wrap {
    width: 530px;
    height: 501px;
}

/* dog wrapper */
.section-5 .dog-wrapper {
    position: relative;
    overflow: hidden;
    height: 442px;
    width: min-content;
    margin: auto;
    top: 45px;
}

.section-5 .dog-wrapper img {
    /* width: 1400px; */
    height: 442px;
    
}

.section-5 .clear-dog-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    /* border-right: green 20px double; */
    overflow: hidden;
    width: 90%;
    /* transition: all 1s; */
}


.section-5 .clear-dog-wrapper .glassy-bar {
    position: absolute;
    right: 0;
    width: 30px;
    /* background: rgb(255,255,255,20%);  */
    background: radial-gradient(circle at center, transparent 0, transparent 50%, transparent 75%, rgb(255,255,255,20%) 100%);
    backdrop-filter: blur(5px);
    display: inline-block;
    height: 100%;
    border: 1px solid rgb(255,255,255,60%);
}

.glassy-wrapper {
    position: relative;
    width:100%;
    height: 100%;
}

.section-5 .clear-dog-wrapper .clear-dog {
    right: 0;
}

.section-5 .dog-wrapper .blurry-dog {
    left: 0;
}

/* Pro Mode wrapper */
.section-5 .pro-mode-wrapper {
    position: absolute;
    top: 185px;
    left: -240px;
    overflow: hidden;
    height: 558px;
    width: 1236px;
}

.section-5 .pro-mode-wrapper img {
    height: 522px;
}

/* cat wrapper */
.section-5 .cat {
  position: absolute;
  top: 4556px;
  left: 102px;
  width: 520px;
  height: 704px;
}

/* center a 266x266 box over the cat */
.section-5 .cat .cat-lines {
  position: absolute;
  top: 50%;
  left: 46%;
  width: 266px;
  height: 266px;
  transform: translate(-50%, -50%); /* 👈 center from its middle */
  pointer-events: none;              /* overlay, not interactive */
}

/* make the image fill the box */
.section-5 .cat .focus-lines {
  width: 100%;
  height: 100%;
  display: block;
  /* transform-origin: 50% 50%; */
  /* transition: all 3s; */
}

.section-5 .cat .anim {
    margin-top: -150px !important;
}

/* bg hands styles */
.section-5 .bg-hands {
    position: absolute;
    top: 5450px;
    left: -800px;
    /* right: 0; */
    margin: auto;
    height: 770px;
    width: 3000px;
    overflow: hidden;   
}

.section-5 .bg-hands .hands-img {
    transform: scale(1);
    top:100px;
    margin-top: -550px;
    margin-left: -1250px;
    transition: all 1s;
}

.section-5 .bg-hands .anim {
    transform: scale(.26) !important;
    margin-left: -1390px !important;
    margin-top:-1285px !important; 
    transform-origin: center;
}


/* section 5 media queries */
@media screen and (max-width: 980px) {
    .section-5 {
        background-image: url('../images/section-5-background-mobile.webp');
        background-size: auto 100%;
        height: 4517px;
    }

    .section-5 .content-1 {
        top: 55px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 289px;
    }

    .section-5 .content-2 {
        position: absolute;
        top: 705px;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .section-5 .content-2 p {
        top: 705px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 236px;
    }

    .section-5 .content-4 {
        position: absolute;
        top: 1235px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 302px;
    }
    
    .section-5 .content-4 h2 {
        font-size: 35px;
    }
    
    .section-5 .content-5 {
        position: absolute;
        top: 1645px;
        left: calc(50% + 25px);
        margin: auto;
    }

    .section-5 .content-6 {
        position: absolute;
        top: 1722px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 286px;
    }

    .section-5 .content-7 {
        position: absolute;
        top: 2250px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 268px;
    }

    .section-5 .content-8 {
        position: absolute;
        top: 2772px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 268px;
    }

    .section-5 .content-9 {
        position: absolute;
        top: 2772px;
        left: 0;
        right: 0;
        margin: auto;
        color: #4b0921;
    }

    .section-5 .content-10 {
        position: absolute;
        top: 3376px;
        left: 0;
        right: 0;
        margin: auto;
        color: #4b0921;
        max-width: 260px;
    }
    
    .section-5 .content-10 h2 {
        text-align: center;
    }

    .section-5 .content-11 {
        position: absolute;
        top: 4174px;
        left: 0;
        right: 0;
        margin: auto;
        color: #4b0921;
    }

    .section-5 .content-12 {
        position: absolute;
        top: 4458px;
        left: 0;
        right: 0;
        margin: auto;
        color: #4b0921;
    }
}

/* section 6 stars here */

.section-6 {
    background-image: url("../images/section-6-background.webp");
    height: 824px;
    position: relative;
    overflow: hidden;
}

.section-6 .section-container { position: relative; z-index: 1; }  /* content above stars */

.section-6 .content-1 {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 860px;
}

.section-6 .content-2 {
    position: absolute;
    top: 760px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 760px;
}

.section-6 .content-2 p {
    font-size:8px; 
    line-height:10px;
}

.section-6 .star-wrapper {
    position: relative;
    width: 3000px;
    height: 400px;
    margin-left: -800px;
    inset: 0;
}

.section-6 .starfield-wrapper {
    position: absolute;
    height:100%;
    width: 100%;
}

/* startfield twinkle */
.section-6 .starfield {
    position: relative; 
    mix-blend-mode: screen;
    background-color: transparent;
    height: 100%;
    width: 100%;
}

/* the star dots on the starfield */
.section-6 .startfield .star {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    filter: drop-shadow(0 0 4px rgba(255,255,255,.6));
    will-change: transform, opacity;
}

/* section 6 media queries */
@media screen and (max-width: 980px) {
    .section-6 {
        background-image: url('../images/section-6-background-mobile.webp');
        background-size: auto 100%;
        height: 541px;
    }

    .section-6 .content-1 {
        top: 42px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 320px;
    }

    .section-6 .content-2 {
        top: 480px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 320px;
    }
    
    .section-6 .content-2 p {
        font-size: 7px;
    }
}

/* section 7 stars here */
.section-7 {
    background-image: url("../images/section-7-background.webp");
    height: 824px;
    overflow: hidden;
}

.section-7 .content-1 {
    position: absolute;
    top: 115px;
    left: calc(50% - 580px);
    margin: auto;
    max-width: 611px;
    z-index: 1;
}

.section-7 .content-2 {
    position: absolute;
    top: 380px;
    left: calc(50% - 580px);
    margin: auto;
}

.section-7 .battery-video-wrapper {
        position: absolute;
        top: 0;
        left: -965px;
        right: 0;
        margin: auto;
        /* max-width: 3000px; */
}

.section-7 .battery-video-wrapper video{
        position: absolute;
        left: 200px;
}

/* section 7 media queries */
@media screen and (max-width: 980px) {
    .section-7 {
        background-image: url('../images/section-7-background-mobile.webp');
        background-size: auto 100%;
        height: 641px;
    }

    .section-7 .content-1 {
        top: 45px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 265px;
    }
    
    .section-7 .content-1 h2 {
        text-align: center;
    }

    .section-7 .content-2 {
        top: 267px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* section 8 stars here */
.section-8 {
    background-image: url("../images/section-8-background.webp");
    height: 1476px;
    color: #4b0921;
}

.section-8 .content-1 {
    position: absolute;
    top: 102px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 745px;
}

.section-8 .nfc-icon img {
    position: absolute;
    top: 695px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-8 .content-2 {
    position: absolute;
    top: 955px;
    left: calc(50% - 580px);
    margin: auto;
    max-width: 420px;
}

.section-8 .content-3 {
    position: absolute;
    top: 1255px;
    left: calc(50% - 580px);
    margin: auto;
}

.section-8 .finger-video-wrapper {
    position: absolute;
    top: 870px;
    left: 700px;
    right: 0;
    margin: auto;
    border-radius: 55px;
    width: 640px;
    height: 520px;
    overflow: hidden;
}

.section-8 .finger-video-wrapper video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;      /* extra safety */
}

/* section 7 media queries */
@media screen and (max-width: 980px) {
    .section-8 {
        background-image: url('../images/section-8-background-mobile.webp');
        background-size: auto 100%;
        height: 1331px;
    }

    .section-8 .content-1 {
        top: 43px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 228px;
    }
    
    .section-8 .nfc-icon {
        position: absolute;
        top: 120px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .section-8 .content-2 {
        position: absolute;
        top: 805px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 290px;
    }

    .section-8 .content-2 h2 {
        text-align: center;
        font-size: 36px;
    }

    .section-8 .content-3 {
        position: absolute;
        top: 985px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .section-8 .content-3 p {
         text-align: center;
    }

    .section-8 .nfc-icon img {
        position: absolute;
        top: 125px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* section 9 stars here */
.section-9 {
    background-image: url("../images/section-9-background.webp");
    height: 831px;
}

.section-9 .content-1 {
    position: absolute;
    top: 602px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 875px;
}

/* android logo */
.section-9 .logo-wrapper {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    margin:auto
}

.section-9 .logo-wrapper img {
    position: absolute;
    left: 0;
    right: 0;
    margin:auto
}


/* section 9 media queries */
@media screen and (max-width: 980px) {
    .section-9 {
        background-image: url('../images/section-9-background-mobile.webp');
        background-size: auto 100%;
        height: 483px;
    }

    .section-9 .content-1 {
        top: 284px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 294px;
    }
}


.section-gallery {
    background: url('../images/section-gallery-background.webp') center / contain no-repeat;
    background-size: auto 100%;
    height: 645px;
    padding-bottom: 150px;
}

.section-gallery .section-container {
    position: relative;
    top: 60px;
}

@media screen and (max-width: 1400px) {
    .section-gallery {
        padding-bottom: 110px;
    }
}

#image-carousel .variant.frosted_grape {
    background-color: #594b74;
}

@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: 1700px;
}


#specs-section {
    padding: 0 150px;
}

#specs-section .logo {
    width: 200px;
}

#specs-section .buy-now-btn {
    font-weight: bold;
    color: #fff;
    font-size: .8rem;
    padding: 5px 20px;
    border-radius: 35px;
    margin-right: 40px;
    background-color: #4b0921;
}

#specs-section .sales-guide-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #420017;
    border-bottom: 1px solid #420017;
    line-height: 1.2rem;
}

#specs-section .spec_subttl,
#specs-section .column li {
    font-family: 'Poppins', sans-serif;
    color: #420017;
}

#specs-section .spec_subttl {
    font-weight: 600;
    font-size: 1.2rem;
}

#specs-section .column {
    width: 373px;
}

#specs-section .column li {
    font-size: 1.07rem;
    font-weight: normal;
}

#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 #420017;
}

#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: 1800px;
    }

    .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: .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: 1300px;
    }

    #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: .78rem;
    }

    #specs-section .spec_subttl {
        font-size: 1rem;
        margin-bottom: 8px;
    }
}