: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,
#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/ls12000b/hero.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}
.hero-section .container{
    position: relative;
    top: -70px;
}
#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: 930px;
    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;
    }
}

@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,
    #engage .half-content,
    #detail .half-content,
    #lessons .half-content,
    #interpolation .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, #engage .half-content, #detail .half-content, #lessons .half-content, #interpolation .half-content {
        padding: unset;
    }
    #intro{
        background-color: white;
        background-image: url('/images/document-cameras/Banner-1.jpg');
        background-repeat: no-repeat;
        background-position: center;
        /* background-size: contain; */
        object-fit: cover;
    }
    #discover{
        min-height: 500px;
        background-image: url('/images/document-cameras/Banner-3.jpg');
        background-size: cover;
    }
    #versatility{
        min-height: 900px;
        background-image: url('/images/document-cameras/Banner-5.jpg');
        background-size: cover;
    }
    #education{
        min-height: 700px;
        background-image: url('/images/document-cameras/Banner-7.jpg');
        background-size: cover;
    }
    #engage{
        min-height: 900px;
        background-image: url('/images/document-cameras/Banner-2.jpg');
        background-size: cover;
    }
    #detail{
        min-height: 900px;
        background-image: url('/images/document-cameras/Banner-4.jpg');
        background-size: cover;
    }
    #lessons{
        min-height: 800px;
        background-image: url('/images/document-cameras/Banner-6.jpg');
        background-size: cover;
    }
    #interpolation{
        min-height: 500px;
        background-image: url('/images/ls12000b/4k-frame.jpg');
        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: 715px;
    }
    .hero-section h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section .container {
        top: -170px;
    }
    #intro{
        background-size: 109%;
        background-position-x: -175px;
    }
    #intro .half-content{
        padding: unset;
    }
    #technology .eal-col{
        padding: 50px 50px 50px 50px;
    }
    #pro-uhd {
        min-height: 1600px;
    }
    #discover{
        min-height: 775px;
    }
    #versatility {
        min-height: 900px;
    }
    #education {
        min-height: 700px;
    }
    #engage{
        min-height: 900px;
    }
    #detail{
        min-height: 775px;
    }
    #lessons{
        min-height: 770px;
    }
    #interpolation{
        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: 70px;
    }
    .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;
    }

}
.table-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    position: relative;
    border: 1px solid #ccc;
}
table {
    width: 100%;
    border-collapse: collapse; 
}
th, td {
    border-right: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    /* min-width: 150px; */
}
.fixed-col {
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
}

/* button {
    position: absolute;
    top: 50%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
    margin: 0 5px;
}
#prevBtn {
    left: 5px;
}
#nextBtn {
    right: 5px;
} */

tbody tr:nth-child(odd) {
    background-color: rgb(241, 243, 245);
}
tbody tr:nth-child(even) {
    background-color: rgb(247, 250, 253);
}
tbody tr:nth-child(odd) .fixed-col {
    background-color: rgb(241, 243, 245);
}
tbody tr:nth-child(even) .fixed-col {
    background-color: rgb(247, 250, 253);
}

/* th {
    background-color: #f4f4f4;
    font-weight: bold;
} */
/* tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
} */
/* tbody tr:hover {
    background-color: #6e6e6e;
} */
/* tbody tr:last-child td:first-child {
    visibility: hidden;
} */

@media screen and (min-width: 768px) {
    th, td {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {


    th:nth-child(1), td:nth-child(1) {
        width: 20%;
    }
    th:nth-child(n+2), td:nth-child(n+2) {
        width: 10%;
    }
}