: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-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: 42px;
}

section hr {
    border-color: #49348f;
}

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;
    }

    section h3 {
        font-size: 23px;
    }

    section hr {
        margin: 20px auto;
        width: 100%;
        /* max-width: 213px; */
    }

    section p {
        font-size: 20px;
        font-weight: normal;
        line-height: 25px;
        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: 1217px;
}

.section-1 .logo {
    position: absolute;
    left: calc(50% - 514px);
    right: 0;
    top: 684px;
    height: 124px;
}

.section-1 .cta-btn {
    position: absolute;
    top: 890px;
    left: calc(50% - 400px);
    right: 0;
    width: fit-content;
}

@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: 80px;
        left: 0px;
        right: 0px;
        margin: auto;
        height: 78px;
    }

    .section-1 .cta-btn {
        top: 200px;
        left: 0px;
        right: 0px;
        margin: auto;
    }
}

/* Section 2 styles start here */

.section-2 {
    background-image: url("../images/section-2-background.webp");
    height: 1800px;
}


.section-2 .content-1 {
    position: absolute;
    top: 350px;
    left:calc(50%);
    right: 0;
    margin: auto;
}

.section-2 .content-1 h2 {
    color: #dcaefb;
}

.section-2 .content-1 p {
    max-width: 485px;
}

.section-2 .content-2 {
    position: absolute;
    top: 1535px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-2 .content-2 h2 {
    color: #fe8c5a;
}

.section-2 .content-2 p {
    position: relative;
    max-width: 1145px;
    left: calc(50% - 695px);
    right: 0;
    margin: auto;
}

/* 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: 800px;
    }

    .section-2 .content-3 {
        position: absolute;
        top:50px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 292px;
    }
    
    .section-2 .content-3 h2 {
        color: #dcaefb;
        padding-bottom: 25px;
    }

    .section-2 .content-3 p {
        max-width: 295px;   
        left: calc(50% - 115px);
        right: 0px;
    }
}

/* section 3 starts here */

.section-3 {
    background-image: url("../images/section-3-background.webp");
    height: 1065px;
}

.section-3 .content-1 {
    position: absolute;
    top:100px;
    left:calc(50% - 520px);
    right:0;
    margin:auto
}

.section-3 .content-1 h2 {
    max-width: 1000px;
}

.section-3 .content-2 {
    position: absolute;
    top: 835px;
    left:calc(50% - 480px);
    right: 0;
    margin: auto;
}

.section-3 .content-2 p {
    max-width: 950px;
}

.section-3 .content-3 {
    position: absolute;
    top: 880px;
    left: 0;
    right: 0;
    margin: auto;
  
}

.section-3 .content-3 p {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 980px;
}





/* 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: 813px;
    }

    .section-3 .content-3 {
        position: absolute;
        top: 0;
    }

    .section-3 .content-3 h2 {
        color: #fe8c5a;
        padding-bottom: 25px;
    }

    .section-3 .content-3 p {
        position: absolute;
        /* max-width: 320px;
        left: calc(50% - 160px); */
        font-size: 19px;
        right: 0;
        margin: auto;
    }



}

/* section 4 starts here */

.section-4 {
    background-image: url("../images/section-4-background.webp") ;
    height: 1973px;
}

.section-4 .content-1 {
    position: absolute;
    left: calc(50% - 580px);
    right: 0px;
    top: 72px;
    color: #000;
}

.section-4 .content-1 p {
    max-width: 1130px;
}

.section-4 .content-2 {
    position: absolute;
    top: 245px;
    left: 0;
    right: 0;
    margin: auto;
    gap: 10px;
    display: flex;
    justify-content: center;
    color: #49348f;
}

/* .section-4 .content-2 p {
    max-width: 430px;
} */

.section-4 .content-3 {
    position: absolute;
    top: 1262px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-4 .content-3 hr{
    position: absolute;
    width: 850px;
    left: calc(50% - 550px);
    right: 0;
}

.section-4 .content-3 h3{
    position: relative;
    left: calc(50% + 80px);
    right: 0;
}

.section-4 .content-4 {
    position: absolute;
    top: 1410px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-4 .content-4 hr{
    position: absolute;
    width: 745px;
    left: calc(50% - 450px);
    right: 0;
}

.section-4 .content-4 h3{
    position: relative;
    left: calc(50% + 130px);
    right: 0;
}

.section-4 .content-5 {
    position: absolute;
    top: 1555px;
    left: 0;
    right: 0;
    margin: auto;
}

.section-4 .content-5 hr{
    position: absolute;
    width: 840px;
    left: calc(50% - 550px);
    right: 0;
}

.section-4 .content-5 h3{
    position: relative;
    left: calc(50% + 212px);
    right: 0;
}


/* Media queries for section 4 */

@media screen and (max-width: 1400px) {
    /* .section-4 {
        height: 2100px;
    } */

}

@media screen and (max-width: 980px) {
    .section-4 {
        background-image: url("../images/section-4-background-mobile.webp") ;
        height: 500px;
    }

    .section-4 .content-3 {
        position: absolute;
        top: 20px;
    }
    
    .section-4 .content-3 h2 {
        position: absolute;
        max-width: 320px;
        font-size: 35px;
        left: calc(50% - 136px);
        right: 0;
        margin: auto;
    }

    .section-4 .content-4 {
        position: absolute;
        top: 357px;
    }

    .section-4 .content-4 p {
        position: relative;
        max-width: 280px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* section 5 stars here */

.section-5 {
    background-image: url("../images/section-5-background.webp");
    height: 1205px;
}

.section-5 .content-1 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 115px;
}

.section-5 .content-2 {
    position: absolute;
    left: calc(50% - 500px);
    right: 0px;
    top: 1005px;
}

.section-5 .content-2 p {
    max-width: 1000px;
}

/* 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: 645px;
        color: #49348f;
    }

    .section-5 .content-3 {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 200px;
    }

    .section-5 .content-4 {
        position: absolute;
        top: 516px;
        left: 0;
        right: 0;
        margin: auto;
        /* max-width: 289px; */
    }
}

/* section 6 starts here */

.section-6 {
    background-image: url("../images/section-6-background.webp");
    height: 1350px;
}

.section-6 .content-1 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 95px;
    color: #b23fb9;
}

.section-6 .content-1 p {
    max-width: 360px;
    left: calc(50% - 160px);
    right: 0;
    margin: auto;
}

.section-6 .content-2 {
    position: absolute;
    left: calc(50% - 480px);
    right: 0px;
    top: 1175px;
}

.section-6 .content-2 p {
    max-width: 1000px;
}

/* 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: 660px;
    }

    .section-6 .content-3 {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 289px;
    }

    .section-6 .content-3 hr {
        position: absolute;
        top: 155px;
        left: calc(50% - 295px);
        right: 0;
        margin: auto;
        transform: rotate(90deg);
        width: 232px;
    }

    .section-6 .content-3 h3 {
        position:absolute;
        left: calc(50% - 90px);
    }

    .section-6 .content-4 {
        position: absolute;
        top: 105px;
        left: calc(50% - 65px);
        right: 0;
        margin: auto;
        max-width: 289px;
    }


    .section-6 .content-4 hr {
        position: absolute;
        top: 175px;
        left: calc(50% - 290px);
        right: 0;
        margin: auto;
        transform: rotate(90deg);
        width: 265px;
    }

    .section-6 .content-5{
        position: absolute;
        top: 154px;
        left: calc(50% - 20px);
        right: 0;
        margin: auto;
        max-width: 289px;
    }

    .section-6 .content-5 hr {
        position: absolute;
        top: 135px;
        left: calc(50% - 235px);
        right: 0;
        margin: auto;
        transform: rotate(90deg);
        width: 195px;
    }
}
/* section 7 starts here */

.section-7 {
    background-image: url("../images/section-7-background.webp");
    height: 950px;
}

.section-7 .content-1 {
    position: absolute;
    left: calc(50% - 545px);
    right: 0px;
    margin: auto;
    top: 730px;
}

.section-7 .content-1 p {
    max-width: 1085px;
    font-size: 25px;
    line-height: 27px;
}
.section-7 .content-2 {
    position: absolute;
    left: calc(50% - 480px);
    right: 0px;
    top: 1175px;
}

.section-7 .content-2 p {
    max-width: 1000px;
}

/* 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: 662px;
    }

    .section-7 .content-2 {
        top: 25px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 145px;
    }

    .section-7 .content-3 {
        position: relative;
        top: 565px;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .section-7 .content-3 p {
        max-width: 315px;
    }

}

/* section 8 media queries */
@media screen and (max-width: 980px) {
    .section-8 {
        background-image: url('../images/section-8-background-mobile.webp');
        background-size: auto 100%;
        height: 455px;
        color: #b23fb9;
    }

    .section-8 .content-1 {
        position: relative;
        top: 30px;
        left: 0;
        right: 0;
        margin: auto;
        /* max-width: 145px; */
    }

    .section-8 .content-3 {
        position: absolute;
        top: 375px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 230px;
    }

    .section-8 .content-3 p {
        line-height: 25px;
    }
    
}

/* 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: 645px;
    }

    .section-9 .content-1 {
        position: relative;
        top: 430px;
        left: 0;
        right: 0;
        margin: auto;
        /* max-width: 145px; */
    }

    .section-9 .content-3 {
        position: absolute;
        top: 485px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 320px;
    }

     .section-9 .content-3 p {
        line-height: 25px;
    }
}

/* section gallery stars here */

.section-gallery {
    background: url('../images/section-gallery-background.webp') center / contain no-repeat;
    background-size: auto 100%;
    height: 700px;
    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: 1935px;
}


#specs-section {
    padding: 0 150px;
}

#specs-section .logo {
    width: 465px;
}

#specs-section .buy-now-btn {
    font-weight: bold;
    color: #fff;
    font-size: .8rem;
    padding: 5px 20px;
    border-radius: 35px;
    margin-right: 40px;
    border-radius: 25px;
    background: 
        linear-gradient(black, black) padding-box, /*this makes the inside black */
        linear-gradient(90deg, #f9aa00, #e83e8c, #9b59b6) border-box; /* this is the border gradient */
    border: 2px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#specs-section .sales-guide-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.2rem;
}

#specs-section .spec_subttl,
#specs-section .column li {
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

#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 #fff;
}

#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: 1805px;
    }

    .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: 200px;
        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;
    }
}