:root {
    --h1-base-font-size: 35px;
    --hero-h3-base-font-size: 18px;
    --h2-base-font-size: 38px;
    --h2-tagline-font-size: calc(var(--h2-base-font-size) - 14px);
    --body-font-size: 16px;
}
.mh-260 {
    height: 370px;
    max-height: 370px;
}
#intro .column-with-gap,
#intro2 .column-with-gap,
#intro3 .column-with-gap,
#intro4 .column-with-gap,
#filmmakers .column-with-gap{
    gap: 10px;
}
.gold,
.bot{
    color: #bd9b68;
}
h1{
    margin-bottom: 5px;
    font-size: var(--h1-base-font-size);
}
.group-title{
    font-size: var(--h2-base-font-size);
}
.group-title .gold.smaller,
.group-title.smaller{
    font-size: calc(var(--h2-base-font-size) - 5px)!important;
}
.group-title .gold.smallest,
.group-title.smallest{
    font-size: calc(var(--h2-base-font-size) - 10px)!important;
}
.hero-section h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section{
    background-image: url('/images/lightscene/lightscene_hero-2_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
}
.hero-section .container{
    position: relative;
    top: auto;
}
.hero-section1 h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section1{
    background-image: url('/images/lightscene/lightscene_overview-sub-hero_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
}
.hero-section1 .container{
    position: relative;
    top: 350px;
}
.hero-section2 h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section2{
    background-image: url('/images/lightscene/lightscene_applications-subhero_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
}
.hero-section2 .container{
    position: relative;
    top: 350px;
}
.hero-section3 h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section3{
    background-image: url('/images/lightscene/lightscene_applications-retail-subhero_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
}
.hero-section3 .container{
    position: relative;
    top: 350px;
}
.hero-section4 h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section4{
    background-image: url('/images/lightscene/lightscene_applications-hospitality-hero_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
}
.hero-section4 .container{
    position: relative;
    top: 350px;
}
.hero-section5 h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section5{
    background-image: url('/images/lightscene/lightscene_applications-entertainment-hero_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
}
.hero-section5 .container{
    position: relative;
    top: 450px;
}
.hero-section6 h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section6{
    background-image: url('/images/lightscene/lightscene_videos-hero_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
}
.hero-section6 .container{
    position: relative;
    top: 400px;
}
#technology .row,
#home-theatre .row{
    gap: 30px;
}
.separator{
    border-bottom: 1px solid #bd9b68;
}
#pro-uhd{
    background-image: url('/images/ls12000b/bg_epson-tiger.jpg');
    min-height: 1050px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-on-image-container{
    position: relative;
}
.text-on-image-container img{
    min-height: 500px;
    object-fit: cover;
}
.text-on-image{
    position: absolute;
    bottom: 0;
    text-align: center;
}
/* .btn.btn-primary-inverse{
    color: #ffffff;
    margin: 0 auto;
}
.btn.btn-primary-inverse::after {
    border-left: 10px solid #ffffff;
} */
#filmmakers h2,
.mid{
    font-size: 30px;
}
.spec-grid,
.spec-item{
    display: grid;
}
.spec-item{
    grid-template-rows: repeat(3, minmax(20px, max-content));
    align-content: center;
    justify-items: center;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #6e6e6e;
    height: 260px;
}
#last img{
    min-height: 270px;
    object-fit: cover;
}
.footnotes{
    color: #afafaf;
}


@media screen and (min-width: 768px) {
    .blend,
    .blend-brown,
    .blend-bottom{
        position: relative;
    }
    .blend::before, 
    .blend::after,
    .blend-brown::before,
    .blend-brown::after,
    .blend-bottom::before,
    .blend-bottom::after{
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .blend-brown::before{
        background: rgb(28,28,28);
        background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
    }
    .blend-brown::after{
        background: rgb(28,28,28);
        background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
    }
    .blend::before,
    .blend-brown::before{
        top: -25px;
    }
    .blend::after,
    .blend-brown::after,
    .blend-bottom::after{
        bottom: -25px;
    }
    .mh-260 {
        height: 500px;
        max-height: 500px;
    }
}
#technology .eal-col{
    padding: 30px 50px 30px 10px;
    border-bottom: 1px solid #6e6e6e;
}

@media screen and (min-width: 992px) {
    .mh-260 {
        height: 750px;
        max-height: 750px;
    }
    #technology .eal-col{
        padding: 30px 50px 30px 10px;
        border: 1px solid #6e6e6e;
    }
    #technology .row-cols-xl-2>* {
        width: 50%;
    }
    #technology .row{
        gap: unset;
    }
    /* #pro-uhd .group-container{
        top: -80px;
        position: relative;
    } */
    #home-theatre .eal-col{
        border: 1px solid #6e6e6e;
    }
    .caption{
        padding: 30px;
    }
    .spec-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    #intro .half-content,
    #intro2 .half-content,
    #intro3 .half-content,
    #intro4 .half-content,
    #lens .half-content,
    #lens2 .half-content,
    #lens3 .half-content,
    #lens4 .half-content,
    #lens5 .half-content,
    #lens6 .half-content,
    #lens7 .half-content,
    #interpolation .half-content,
    #interpolation2 .half-content,
    #interpolation3 .half-content,
    #interpolation4 .half-content,
    #no-compromise .group-container,
    #screening-rooms .group-container{
        padding: 50px 0;
    }
    #screening-rooms .group-container{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1200px) {

    /* #pro-uhd .group-container {
        top: -55px;
    } */
    #pro-uhd .group-container{
        margin: auto;
        text-align: center;
    }
    .half-content .group-container{
        max-width: 400px;
    }
    .half-content.right .group-container{
        margin-left: auto;
    }
    #intro .half-content, #intro2 .half-content, #intro3 .half-content, #intro4 .half-content, #lens .half-content, #lens2 .half-content, #lens3 .half-content, #lens4 .half-content, #lens5 .half-content, #lens6 .half-content, #lens7 .half-content, #interpolation .half-content, #interpolation2 .half-content, #interpolation3 .half-content, #interpolation4 .half-content {
        padding: unset;
    }
    #intro{
        /* background-color: #040404; */
        background-image: url('/images/lightscene/lightscene_overview-sleek_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #intro2{
        /* background-color: #040404; */
        background-image: url('/images/lightscene/lightscene_applications-retail-health_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #intro3{
        /* background-color: #040404; */
        background-image: url('/images/lightscene/lightscene_videos-overview_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #intro4{
        /* background-color: #040404; */
        background-image: url('/images/lightscene/lightscene_videos-health_bg-full.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #processor{
        background-image: url('/images/lightscene/lightscene_overview-customizable_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #processor2{
        background-image: url('/images/lightscene/lightscene_applications-retail-water_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #processor3{
        background-image: url('/images/lightscene/lightscene_videos-water_bg-full.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #lens{
        background-image: url('/images/lightscene/lightscene_overview-image-quality_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #lens2{
        background-image: url('/images/lightscene/lightscene_overview-connectivity_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #lens3{
        background-image: url('/images/lightscene/lightscene_applications-hospitality-shadow_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #lens4{
        background-image: url('/images/lightscene/lightscene_applications-hospitality-wall_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #lens5{
        background-image: url('/images/lightscene/lightscene_applications-entertainment-cinema_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #lens6{
        background-image: url('/images/lightscene/lightscene_applications-entertainment-car_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #lens7{
        background-image: url('/images/lightscene/lightscene_videos-shadow_bg-full.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #interpolation{
        background-image: url('/images/lightscene/lightscene_overview-exceptional_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #interpolation2{
        background-image: url('/images/lightscene/lightscene_applications-retail-bespoke_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #interpolation3{
        background-image: url('/images/lightscene/lightscene_applications-hospitality-journey_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #interpolation4{
        background-image: url('/images/lightscene/lightscene_applications-entertainment-totem_bg.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #screening-rooms .text-on-image{
        bottom: -25px;
        left: 34%;
    }
}

@media screen and (min-width: 1900px) {
    h1{
        font-size: calc(var(--h1-base-font-size) + 70px);
    }
    /* p{
        font-size: 22px;
    } */
    /* .group-title,
    h2{
        font-size: calc(var(--h2-base-font-size) + 50px);
    } */
    .group-title .gold.smaller{
        font-size: calc(var(--h2-base-font-size) + 15px)!important;
    }
    .group-title.smaller{
        font-size: calc(var(--h2-base-font-size) + 25px)!important;
    }
    .group-title .gold.smallest{
        font-size: calc(var(--h2-base-font-size) + 5px)!important;
    }
    .group-title.smallest{
        font-size: calc(var(--h2-base-font-size) + 10px)!important;
    }
    .half-content .group-container{
        max-width: 600px;
    }
    .hero-section{
        min-height: 1300px;
    }
    .hero-section h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section .container {
        top: 50px;
    }
    .hero-section1{
        min-height: 750px;
    }
    .hero-section1 h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section1 .container {
        top: 450px;
    }
    .hero-section2{
        min-height: 750px;
    }
    .hero-section2 h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section2 .container {
        top: 450px;
    }
    .hero-section3{
        min-height: 750px;
    }
    .hero-section3 h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section3 .container {
        top: 350px;
    }
    .hero-section4{
        min-height: 750px;
    }
    .hero-section4 h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section4 .container {
        top: 350px;
    }
    .hero-section5{
        min-height: 750px;
    }
    .hero-section5 h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section5 .container {
        top: 450px;
    }
    .hero-section6{
        min-height: 750px;
    }
    .hero-section6 h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section6 .container {
        top: 500px;
    }
    #intro{
        /* background-size: 100%; */
        /* background-position-x: -175px; */
    }
    #intro .half-content{
        padding: unset;
    }
    #intro2 .half-content{
        padding: unset;
    }
    #intro3 .half-content{
        padding: unset;
    }
    #intro4 .half-content{
        padding: unset;
    }
    #technology .eal-col{
        padding: 50px 50px 50px 50px;
    }
    #pro-uhd {
        min-height: 1600px;
    }
    #processor{
        min-height: 775px;
    }
    #processor2{
        min-height: 775px;
    }
    #processor3{
        min-height: 775px;
    }
    #lens{
        min-height: 775px;
    }
    #lens2{
        min-height: 775px;
    }
    #lens3{
        min-height: 775px;
    }
    #lens4{
        min-height: 775px;
    }
    #lens5{
        min-height: 775px;
    }
    #lens6{
        min-height: 775px;
    }
    #lens7{
        min-height: 775px;
    }
    #interpolation{
        min-height: 775px;
    }
    #interpolation2{
        min-height: 775px;
    }
    #interpolation3{
        min-height: 775px;
    }
    #interpolation4{
        min-height: 775px;
    }
    #screening-rooms .group-container{
        padding: 50px 0;
    }
    #screening-rooms .text-on-image{
        bottom: 30px;
        left: 34%;
    }
    /* #filmmakers img{
        width: 50%;
        margin: auto;
    } */
    #filmmakers .column-with-gap {
        gap: 30px;
    }
    #filmmakers h2{
        font-size: 50px;
    }
    .caption{
        padding: 50px;
    }
    #specs h2{
        font-size: 50px;
    }
    .spec-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .mid{
        font-size: 40px;
        text-align: center;
    }
    .splide__pagination {
        bottom: 40px;
    }
    #last img{
        max-height: 500px;
        object-position: bottom;
    }

}
@media screen and (min-width: 768px) {
    #filmmakers img{
        width: 50%;
        margin: auto;
    }
    
}

@media screen and (max-width: 1899px) {
    .container.APST{
        max-width: 700px;
        text-align: center;
    }
}

@media screen and (min-width: 992px) and (max-width: 1899px){

    #pro-uhd .group-container{
        top: -80px;
        position: relative;
    }
}


#andy {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
#andy iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.button-group,
#remote-print .downloads-link{
    margin-bottom: 25px;
}
.downloads-link .icon img{
    width: 60px;
}
.downloads-link{
    gap: 20px;
}
.downloads-link .links a{
    display: block;
}
.links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.blue{
    color: #10218b;
}
.epson-connect-cta{
    display: flex;
    gap: 20px;
}
.sub-title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.card-body ul{
    padding-left: 17px;
}
.hiw{
    margin-bottom: 20px;
}
.left-caption-right-image .caption-image {
    width: 50px;
}
.left-caption .group-container > div > *{
    margin-bottom: 0;
}
.left-caption .group-container .copy,
.left-caption .button-group{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.left-caption .group-container.d-flex.flex-column {
    gap: 20px;
}
.btn-play {
    background: #fff;
    border: 0;
    height: 70px;
    line-height: 40px;
    opacity: .8;
    width: 70px;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
}
.btn-play:before {
    color: #969696;
    content: "\e072";
    display: block;
    font-family: Glyphicons Halflings, sans-serif;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    width: 70px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 16px;
}
.btn-play:hover {
    background: #9ddfff;
}
.btn-play:hover::before {
    color: #07156c;
}
#intro .right-image{
    min-height: 400px;
}
#intro .left-caption-right-image .right-image {
    object-position: right;
}
#intro2 .right-image{
    min-height: 400px;
}
#intro2 .left-caption-right-image .right-image {
    object-position: right;
}
#intro3 .right-image{
    min-height: 400px;
}
#intro3 .left-caption-right-image .right-image {
    object-position: right;
}
#intro4 .right-image{
    min-height: 400px;
}
#intro4 .left-caption-right-image .right-image {
    object-position: right;
}
#app-video{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.video-image-container{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200% auto;
    position: relative;
    height: 100%;
}
.video-image-container::before{
    content: "";
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}
.inner-video-image-container{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
}
.video-image,
.inner-video-image-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-image{
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}
#mobile-app .button-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#key-features .row{
    justify-content: space-between;
}
.nav-pills[aria-orientation='vertical']{
    gap: 10px;
}
.nav-pills[aria-orientation='vertical'] .nav-link.active, 
.nav-pills[aria-orientation='vertical'] .show>.nav-link {
    color: #ffffff;
    background-color: #10218b;
}
.nav-pills[aria-orientation='vertical'] .nav-link{
    background-color: #dfdfdf;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .125s ease-in;
}
.nav-pills[aria-orientation='vertical'] .nav-link:not(.active){
    color: #10218b;
}
.nav-pills[aria-orientation='vertical'] .nav-link:not(.active):hover{
    background-color: #d6daf4;
}
.video-image-with-button{
    position: relative;
}
.steps{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content;
    column-gap: 20px;
    row-gap: 20px;
}
.screens.steps{
    grid-template-columns: 1fr;
}
.step{
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(16 33 139 / 15%);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}
.step-header{
    width: 100%;
    text-align: center;
    background-color: #10218b;
    border-radius: 10px 10px 0 0;
    color: white;
    padding: 15px 0;
    font-size: 20px;
}
.step-body,
.step-caption{
    padding-left: 15px;
    padding-right: 15px;
}
.step-body{
    min-height: 300px;
}
.step-caption{
    padding-bottom: 15px;
    padding-top: 15px;
}
.tab-pane-container:not(:last-of-type){
    margin-bottom: 50px;
}
.functions.steps .step-body img{
    height: 440px;
    object-fit: cover;
}
.functions .step-body{
    padding: 20px 0;
}
.feature-levels{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.feature-level .title{
    font-size: 20px;
    color: #ffffff;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background: #0B72B7;
    background: linear-gradient(to right, #0B72B7 0%, #0E76B9 13%, #1883C1 40%, #2292C9 67%, #2A9ED0 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-right: 30px;
    padding-left: 25px;
    grid-column-start: span 2;
}
.feature-level{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.feature-level .grid-item{
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-level .feature{
    align-items: center;
    border: 2px solid #10218b;
    color: #10218b;
    background-color: #c2c2c269;
    font-size: 18px;
    padding: 0 10px;
    text-align: center;
}
.tab-content{
    padding: 30px 20px 0 20px;
}

@media screen and (min-width: 570px) {

}
@media screen and (max-width: 600px) {
    /* .container-fluid.ILLP {
        margin-top: 40px;
    } */
}
@media screen and (max-width: 1199px) {
    .video-desc.group-container h2, p{
        margin-top: auto;
    }
    /* .video-desc.group-container{
       background-color: white;
    } */
}

@media screen and (min-width: 768px) {
    .btn-play {
        height: 90px;
        width: 90px;
    }
    .btn-play:before {
        font-size: 40px;
        height: 90px;
        width: 90px;
        top: 25px;
    }



}

@media screen and (min-width: 992px) {
    #scan-cloud-features .splide__list{
        gap: 40px;
    }
    #intro{
        padding-bottom: 20px;
    }
    #intro2{
        padding-bottom: 20px;
    }
    #intro3{
        padding-bottom: 20px;
    }
    #intro4{
        padding-bottom: 20px;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
    #app-video{
        padding-bottom: 30px;
    }
    #key-features > .container{
        border-top: 1px solid #dbdbdb;
        padding-top: 10px;
    }
    #key-features .left .nav-link{
        text-align: left;
    }
    #key-features .row > .left{
        padding-right: 10px;
    }
    #key-features .row > .right{
        padding-left: 10px;
        padding-top: 15px;
    }
    .step-body {
        min-height: 440px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tab-pane-container{
        gap: 30px;
    }
    .tab-pane-container .left{
        width: 60%;
    }
    .tab-pane-container:not(:last-of-type){
        margin-bottom: 70px;
    }
    #v-pills-monitor img{
        width: 50%;
    }
    
    .feature-level .grid-item{
        min-height: 100px;
    }
    
}

@media screen and (min-width: 1024px) {
    #intro .left-caption-right-image .right-image{
        object-position: center;
    }
    #intro2 .left-caption-right-image .right-image{
        object-position: center;
    }
    #intro3 .left-caption-right-image .right-image{
        object-position: center;
    }
    #intro4 .left-caption-right-image .right-image{
        object-position: center;
    }
    .left-caption .btn.btn-primary-inverse,
    .right-caption .btn.btn-primary-inverse{
        color: #ffffff;
    }
    
    .left-caption .btn.btn-primary-inverse::after,
    .right-caption .btn.btn-primary-inverse::after{
        border-left: 10px solid #ffffff;
    }
    .tab-content {
        padding: unset;
    }
}

@media screen and (min-width: 1200px) {
    .right-caption-left-image .left-image {
        object-position: center;
    }
    .left-caption-right-image .right-image {
        object-position: center;
    }
    .right-caption .group-container, .left-caption .group-container {
        max-width: 545px;
    }
    #intro {
        padding-bottom: 0;
    }
    #intro2 {
        padding-bottom: 0;
    }
    #intro3 {
        padding-bottom: 0;
    }
    #intro4 {
        padding-bottom: 0;
    }
    #app-video{
        min-height: 645px;
        padding-bottom: 0;
        justify-content: flex-end;
    }
    .video-image-container{
        background-size: cover;
        position: absolute;
        width: 100%;
    }
    .video-image-container::before{
        display: none;
    }
    .video-image img{
        object-fit: cover;
        height: 100%;
    }
    #app-video .copy-container{
        z-index: 99;
        color: #ffffff;
        padding-bottom: 40px;
    }
    .btn-play{
        top: 230px;
    }
    #intro .right-image {
        min-height: 600px;
    }
    #intro2 .right-image {
        min-height: 600px;
    }
    #intro3 .right-image {
        min-height: 600px;
    }
    #intro4 .right-image {
        min-height: 600px;
    }
    .screens.steps{
        grid-template-columns: repeat(3, 1fr);
    }
    .feature-level {
        grid-template-columns: repeat(5, 1fr);
    }
    .feature-level .title {
        grid-row-end: span 2;
    }
}

@media screen and (min-width: 1400px) {
    .right-caption-left-image .left-image {
        object-position: right;
    }
    .left-caption-right-image .right-image {
        object-position: left;
    }
    .right-caption .group-container, .left-caption .group-container {
        max-width: 540px;
    }
    .steps{
        grid-template-columns: repeat(4, 1fr);
        column-gap: 40px;
    }
    .feature-level{
        grid-template-columns: 1.5fr repeat(5, 1fr);
    }
}

@media screen and (min-width: 1920px) {

}

/*nav bar*/

@media screen and (max-width: 1023px) {
    .nav-bar {
        flex-direction: column;
        align-items: center;
    }
    .nav-block {
        width: 100%;
    }
    .nav-block {
        padding: 25px !important;
    }
    
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {

}

#navBar {
    background-color: black;
}

nav {
    background-color: #f0f0f0;
    padding: 10px 0;
}
#navBar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    box-shadow: 0 4px 2px -2px gray;
    z-index: 1000;
    display: flex;
}
#navBar.fixed .nav-block{
    /* flex: 1;
    text-align: center; */
    padding: 10px 100px;
    width: 100%;
}

.nav-bar {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    /* gap: 10px; */
}

.nav-block {
    padding: 10px 150px;
    background-color: #90949c;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    border-radius: 0;
    /* transition: background 0.3s, color 0.3s; */
    text-align: center;
}

.nav-block:not(.active):hover {
    background-color: #003399 !important;
    color: white;
}

.nav-block.active {
    background-color: #00aaad;
    color: white;
}

/* .nav-item:hover,
.nav-item:active {
    background-color: #555;
} */

/* .page-container {
    padding: 20px;
    text-align: center;
} */

.content {
    display: none;
}

.content.active {
    display: block;
}

.request-img {
    text-align: center;
}

.request-img img {
    width: 40%;
}

@media screen and (max-width: 991px) {
    .request-img img {
        width: 70%;
    }
}


@media screen and (min-width: 1900px) {
    #news p {
        font-size: 16px;
    }
}

@media screen and (min-width: 1900px) {
    #news h2 {
        font-size: 32px;
    }
}

@media screen and (min-width: 1900px) {
    #support h2 {
        font-size: 32px;
    }
}

@media screen and (min-width: 1900px) {
    #support p {
        font-size: 16px;
    }
}