/* Hardward Compatibility Table */
#hardware table {
    table-layout: fixed;
    overflow-x: auto;
}
#hardware table>:not(:first-child) {
    border-top: 1.5px solid gray;
}
#hardware td {
    max-width: 50px;
}
/* #hardware th {
    max-width: 50px;
} */
#hardware td i{
    font-size: 24px;
}
#hardware tr{
    text-align: center
}
#hardware .device{
    text-align:right;
    min-width: 140px;
    max-width: 240px;
}
.yes {
    color: green;
}
.no {
    color: #cd5c5c;
}


.competition-logos{
    text-align:center;
}
.competition-logos img{
    margin: .5em;
    width: 150px;
}

/* Testimonials */

.testimonials-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 26px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.testimonial-image {
    border-radius: 100%;
    width: 5em;
    height: 5em;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eee;
    margin-bottom: 1em;
    justify-content: center;
    display: flex;
}
.testimonial-image img {
    height: 100%;
}

.testimonials-card .outlet img {
    max-width: 10em;
    /* width: 50%; */
    min-width: 3em;
}

.testimonials-card hr {
    border: 1px solid #ccc;
    margin: 1.25em 0;
}

.testimonials-card .quote {
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: italic;
}

.testimonials-card .author {
    font-family: Satoshi-Bold;
    margin-bottom: 0;
    font-size: 15px;
}

.testimonials-card .role {
    font-size: 14px;
    color: #777;
}

/* Solutions  */

.decoder {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    background: linear-gradient(45deg, white, transparent);
    border-radius: 2em;
    padding: 2em;
    margin-bottom: 2em;
}

.decoder .description {
    transition: 0.5s;
}

.decoder-demo {
    transition: 0.5s;
}

/* .decoder-demo:hover {
    width: 100%;
} */

/* Patents List */

.patent-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    margin-bottom: 2em;
  }

  .patent-card:hover {
    margin-top: -.5em;
    margin-bottom: 2.5em;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }

  .patent-card h3 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 10px;
  }

  .patent-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
  }

  .issuing-offices ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
  }

  .issuing-offices li {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;
  }

  .issuing-offices li span {
    font-weight: bold;
  }

.patent-card .label {
  border-radius: 3px;
  color: white;
  font-size: .7rem;
  padding: .2rem;
}

.pending {
    background-color: gray;
}

.granted {
    background-color: green;
}

.patent-card a:hover{
    color: #5684bd
}

/* Publications List */

#publications a {
    color: #5684bd;
    font-family: Satoshi-Bold;
    text-decoration: none;
}

#publications a:hover {
    text-decoration: underline;
}

.subtitle {
    font-family: Satoshi-Light;
    text-align: center;
    margin-top: 0;
}
#publications ul {
    list-style-type: none;
}
#publications li {
    padding: 1em;
    transition: 0.5s;
    border-radius: 5px;
    margin-top: 1em;
    border-bottom: 1px solid #ccc;
    /* box-shadow: 0.25rem 0.25rem 0.6rem rgba(0,0,0,0.05), 0 0.5rem 1.125rem rgba(75,0,0,0.1); */
}

#publications li:hover {
    /* background-color: #e9ecef; */
    margin-left: 1em;
    margin-right: -1em;
}

/* Demo Video  */

#vid-container {
    max-height: 40em;
    overflow: hidden;
    display: flex;
    transition: all 0.5s;
}

#demoVideo {
    right: 0;
    bottom: 0;
    /* width: 100%; */
    max-height: 40em;
    max-width: 100%;
    margin: auto;
  }
  
  .content {
    position: relative;
    margin-top: -180px;
    z-index: 100;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    transition: all 0.5s;
  }
  
#vid-content-lg {
    display:block;
}

.vid-button {
    margin: 0 1em;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    border: none;
    color: black;
    cursor: pointer;
    vertical-align: middle;
    height: 47px;
}

.vid-button:hover {
    background-color: #ddd;
  }

.vid-button.play {
    width: 200px;
    background: #ff66c4;
}

.vid-button.play:hover{
    background: #e059ac;
}

.vid-button.cc {
    color: white;
    background-color: transparent;
    border: 1px solid white;
    width: 50px;
}

.vid-button.cc:hover {
    background-color: rgb(60,60,60);
}

.vid-button.cc.active {
    color: black;
    background-color: white;
    border: none;
}
.vid-button.cc.active:hover {
    background-color: rgb(220,220,220);
}

.vid-button.mute {
    font-size: 32px;
    width: 50px;
    padding: 0;
}

.desc {
    font-size: 1.2em;
    font-family: Satoshi-Light;
}

.align-text-center {
    text-align: center;
}

.cog-btn-light {
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 1.2em;
    border: 2px solid gray;
    transition: 0.3s;
  }
  .cog-btn-light:hover {
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 1.2em;
    border: 3px solid gray;
    color: black;
    background-color:#e1e1e1;
  }

.cog-btn-dark {
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 1.2em;
    border: 2px solid white;
    transition: 0.3s;
}
.cog-btn-dark:hover {
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 5px;
    font-size: 1.2em;
    color: white;
    background-color: rgba(255,255,255,.1);
}
  
.cog-mini-section {
text-align: center; 
padding-top:2em; 
margin-bottom:5em;
}  

/* Navbar */

.socials {
    display: inline-block;
    height: 1.5em;
}

.socials a {
    display:inline-block;
    padding-left: 0.2rem !important ;
    padding-right: 0.2rem !important;
}

.socials img {
    height: 1.5em;
}

.socials p {
    display: inline;
    padding-right: .5em;
    padding-left: .6em;
}

.nav-link.px-2 {
    font-family: Satoshi-Black, serif;
    color: #727272;
}

nav {
    background: white;
}

.show.nav-item.dropdown a:hover{
    color: rgba(0,0,0,0.7);
}

#waves {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-height: 3500px;
}

#content {
    position: relative;
}

h1 {
    font-family: Satoshi-Black, serif;
}

.soft {
    font-family: Satoshi-Light, serif;

}

.lead {
    font-family: Satoshi-Light, serif;
}

.badge {
    font-family: Satoshi-Black, serif;
    font-size: 1.25rem;
}

.badge h4{
    font-family: Satoshi-Regular;
    color: #1d1d1b;
}

body {
    background: #F2F2F2;
    font-family: Satoshi-Medium, serif;
    overflow-x: hidden;
}

header {
    margin-bottom: 8em;
}

.anchor {
    scroll-margin-top: 83px; 
}

.rounded-pill {
    padding: 0.7em 1.3em;
    margin-left: -0.7em
}

.subwinner {
    font-family: Satoshi-Italic, Satoshi-Medium, serif;
    font-size: 1rem;
    padding-left: 1rem;
}

.dark {
    background: #1D1D1B;
    color: white;
}

.light {
    background: #F2F2F2;
    color: black;
}

.hardware {
    font-family: Satoshi-Medium, serif;
    font-size: 1.5rem;
}

h2 {
    font-family: Satoshi-Medium, serif;
    font-size: 1.5rem;
}

.italics {
    font-family: Satoshi-Italic, Satoshi-Medium, serif;
}

.team-photo {
    border-radius: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    object-fit: cover;
    width: 180px;
    height: 180px;
    background-color: white;

}


footer {
    font-family: Satoshi-Light, serif;
    /*font-size: 1.25rem;*/
}

footer a:hover {
    color: #56c4f1
}

#footer a:hover {
    color: #56c4f1;
}

a {
    color: inherit;
}

#waves {
    position: absolute;
    top: -850px;
    right: -15%;
    /* width: 62vw; */
    /* margin: auto; */
    z-index: -11;
}

.badge img {
    width: 100%;
    min-width: 75px;
    max-width: 200px;
}

@media only screen and (max-width: 991px) {

    #waves {
        display:none;
    }

}

@media only screen and (min-width: 991px) and (max-width: 1400px) {

#waves {
    right: -55vw;
}

}
@media only screen and (min-width: 1400px) and (max-width: 1830px) {

#waves {
    right: -30vw;
}

}

.round-image {
    border-radius: 100%;
    object-fit: cover;
    width: 100%;
    /* height:25vw; */
}

#waves_m {
    min-height: 500px;
    width: 100%;
    background-image: url(../images/qwaves.png);
    background-size: contain;
    /* position: absolute; */
    /* right: -70%; */
    margin-top: -200px;
    background-position-x: right;
    background-repeat: no-repeat;
}

header {
    z-index: 10;
}

.feature-icon > img {
    height: 120px;
}

@media only screen and (max-width: 768px) {

    #vid-content-lg{
        display:none;

    }

    #as-seen a {
        font-size: 1em;
    }

    #hardware table {
        display: block;
    }

}

@media only screen and (min-width: 1040px) {

    .feature-title {
        min-height: 5rem;
        margin-top: 3rem;
    }
    .feature-icon{
        text-align: left;
    }

    .decoder .description {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}

#waves_vid{
    z-index: -1;
    position: absolute;
    right: 0;
    max-width: 50%;
    /*top: 0;*/
}

video, video:focus { outline:none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
.video-wrapper {
    overflow: hidden;
    width: 160px;
    height:84px;
}
.video-wrapper video {
    left: -1px;
    top:-1px;
    position: relative;
    height:86px;
    width:162px;
    opacity:1;
    display: block;
}

.featured-title {
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 1.2em;
    color: #2e6ca4;
    margin-top: 4em;
    margin-bottom: 0;
}
.news-logo {
    padding:2%;
}
#all-news-logos img{
    width:100%;
}

@media only screen and (max-width: 576px) {

    .news-logo{
        display:none;

    }
}
    
@media only screen and (min-width: 576px) {

    #all-news-logos{
        display:none;

    }

}

.news-col {
    width: 200px;
    overflow: hidden;
}