.bg-color {
    background-color: white;
}

.bg-color-footer {
    background-color: #101010;
}

.bg-color-primary-B {
    background-color: #F4F4F4;
}

.bg-color-primary-A {
    background-color: #FFFFFF;
}

.bg-color-secondary-A {
    background-color: inherit;
}

/*Experimental Section*/
.bg-picture-1{
    background-image: url('../images/LR.png');
    background-repeat: no-repeat;
    background-size:cover ;
    width:100vw;
}
.front-page-image-container{
    padding-top: 18vh;
    padding-bottom: 12vh;
    margin: auto;
}

.cert-text{
    padding: 1em;
}
/*Experimental Section*/

.background-div {
    /* Set the background image URL here */
    background-image: url('../images/lyra-gn630e_front_page.png');
    /* Choose how the image should repeat or be positioned */
    background-repeat: no-repeat;
    background-size: cover; /* You can also use 'contain' or '100% 100%' for different effects */
    /* Set the positioning of the background image */
    background-position: center bottom;
    /* Set the size of the div to maximum height of the viewport */
    height: 80vh;
    /* Add any other styling you want for the div */
}



@media (max-width: 767px){
    .background-div {
        /* Set the background image URL here */
        background-image: url('../images/lyra-gn630e-fp-mobile.png');
        /* Choose how the image should repeat or be positioned */
        background-repeat: no-repeat;
        background-size: cover; /* You can also use 'contain' or '100% 100%' for different effects */
        /* Set the positioning of the background image */
        background-position: center ; /* Change 'bottom' to 'top' */
        /* Set the size of the div to maximum height of the viewport */
        height: 100vh;
        /* Add any other styling you want for the div */
        display: flex;
        flex-direction: column-reverse; /* This will reverse the order of the content for mobile */
        justify-content: space-between; /* This will separate content from top and bottom */
        align-items: center; /* Center content horizontally */
        padding: 5vh 0; /* Add some vertical padding for spacing */
    }
    
    .front-page-image-container{
        padding-top: 1vh;
        padding-bottom: 10vh;
        margin-top: 0vh;
    }
    
}







.model-series-selected {
    background: linear-gradient(-45deg, #006FAD, #D9D9D9, #ffffff);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    color: black;
    background-origin: content-box;
}

.showcase-icon {
    padding: 10px;
}

.nogap {
    margin: 0;
    padding: 0;
}

.botnogap {
    margin-bottom: 0;
    border-radius: 0;
}

.p-overridemargin {
    margin-bottom: 0;
    padding-bottom: 20px;
}


.header-footer {
    color: white;
    padding: 0.6em;
    font-weight:normal;
    margin:auto;
}

.wrap {
    position: relative;
}

    .wrap a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }

.card-hoverable:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.center-flex {
    flex: 1 1 auto;
    height: 100%;
    margin: auto;
}

.image-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.animated-showcase-section {
    padding: 20px;
}

.thumbnail {
    position: relative;
}

    .thumbnail > .img-responsive {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 3px;
    }

.product-icons {
    display: none;
}

.animationObject {
    width: 60%;
}

.float-placement {
    float: none;
}

.product-icons-inverse {
    display: flex;
}

@media screen and (min-width: 992px) {
    .product-icons {
        display: flex;
    }

    .product-icons-inverse{
        display: none;
    }

    .mobile-text-center{
        text-align: left !important;
        width: 45%;
    }

    .animationObject {
        width: 100%;
        align-content: center;
    }

    .float-placement-right {
        float: right;
    }

    .float-placement-left {
        float: left;
    }
}

.card-padded {
    padding: 20px;
}

.sticky-navbar {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-navbar > .content {
        padding-top: 60px;
    }

.modelThumbnail {
    max-height: 10px;
}

.blackText {
    color: rgba(0,0,0, 1);
}

.product-page-maxSize {
    max-width: 400px;
    width: 100%;
}

.font-poppins {
    color: black !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.nav-link {
    color: black !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.product-page-selected-color {
    color: #006FAD;
    border-color: #006FAD;
}

.product-page-cards {
    border-width: 3px;
    border-radius: 0;
    padding-bottom: 8px;
    font-size:18px;

}

.model-series-cards {
    padding-top:5px;
    font-size: 15px;

}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.model-name-text {
    font-family: Poppins;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: left;
}

.model-subtext {
    font-family: Poppins;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0em;
    text-align: left;
}

.model-card-features-text {
    font-family: Poppins;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.model-card-features-subtext {
    font-family: Poppins;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.model-specifications-section{
    padding-left:80px;
    padding-right:80px;
    padding-top:96px;
    padding-bottom:96px;
}

.cc-div {
    padding-top:14px;
    background-color: #252525;
    color:white;
    font-size:12px;
}

.scroller {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.scroller section {
    scroll-snap-align: start;
}


.brand-slogan {
    font-family: Poppins;
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0em;
    
}

.brand-slogan-subtext {
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 3em;;
    font-family: Poppins;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0em;
    text-align: left;
}


@media (max-width:767px){
    .brand-slogan {
        font-family: Poppins;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.5em;
        letter-spacing: 0em;
        
    }
    
    .brand-slogan-subtext {
        padding-top: 1em;
        padding-bottom: 1em;
        margin-bottom: 3em;;
        font-family: Poppins;
        font-size: 1rem;
        font-weight: 450;
        line-height: 1.8em;
        letter-spacing: 0em;
        text-align: left;
    }
}
.mobile-text-center{
    text-align:center;
    width: 100%;
}

.landing-page-view-product {
    /* Group 13 */


    width: 140px;
    height: 34px;
    left: 98px;
    top: 686px;
    background: #D9D9D9;
    border-radius: 100px;
    /* View Product */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 10px;
    border-width:0px;
    padding:12px;
    /* identical to box height */

    color: #000000;
}

.landing-page-cards{
    border-radius:20px;
    border-width:0px;
    background-color: #F4F4F4;
    margin:15px;
}

.landing-page-thumbnail-split {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: center;
    padding-top:3vh;
    padding-bottom:3vh;
    margin-top:1vh;
    margin-bottom:1vh;
}

.landing-page-vision-mission {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: center;
}

.landing-page-vision-mission-subtext {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.landing-page-illustration-companion {
    font-family: Poppins;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
}

.landing-page-illustration-companion-subtext {
    font-family: Poppins;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}

.landing-page-illustration-subsubtext{
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
}

.product-page-image {
    max-height:24em;
}

.product-page-mini-icons{
    max-height:4em;
    padding: 0.3em;
}

.sticky-product-specs {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 50px;
    font-size: 20px;
}

.navbar-selected-color{
    color: #006FAD !important;
}