@font-face {
    font-family: GothamPro;
    src: url(/style/fonts/GothamPro-Light.eot);
    src: url(/style/fonts/GothamPro-Light.woff2) format("woff2"),url(/style/fonts/GothamPro-Light.woff) format("woff"),url(/style/fonts/GothamPro-Light.ttf) format("truetype"),url(/style/fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype");
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: GothamPro;
    src: url(/style/fonts/GothamPro.eot);
    src: url(/style/fonts/GothamPro.woff2) format("woff2"),url(/style/fonts/GothamPro.woff) format("woff"),url(/style/fonts/GothamPro.ttf) format("truetype"),url(/style/fonts/GothamPro.eot?#iefix) format("embedded-opentype");
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: GothamPro;
    src: url(/style/fonts/GothamPro-Medium.eot);
    src: url(/style/fonts/GothamPro-Medium.woff2) format("woff2"),url(/style/fonts/GothamPro-Medium.woff) format("woff"),url(/style/fonts/GothamPro-Medium.ttf) format("truetype"),url(/style/fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: GothamPro;
    src: url(/style/fonts/GothamPro-Bold.eot);
    src: url(/style/fonts/GothamPro-Bold.woff2) format("woff2"),url(/style/fonts/GothamPro-Bold.woff) format("woff"),url(/style/fonts/GothamPro-Bold.ttf) format("truetype"),url(/style/fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: GothamPro;
    src: url(/style/fonts/GothamPro-Black.eot);
    src: url(/style/fonts/GothamPro-Black.woff2) format("woff2"),url(/style/fonts/GothamPro-Black.woff) format("woff"),url(/style/fonts/GothamPro-Black.ttf) format("truetype"),url(/style/fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype");
    font-weight: 800;
    font-style: normal
}
:root {
    --white: #FFFFFF;
    --black: #000000;
    --gray-light: #F5F5F5;
    --gray-mid: #E0E0E0;
    --gray: #999999;
    --gray-dark: #666666;
}
body {
    font-family: 'GothamPro', sans-serif !important;
    margin: 0;
    text-transform: capitalize;
}
h1 {
    font-family: 'GothamPro', sans-serif !important;
    font-weight: 600 !important;
}
a {
    color: #000000;
    text-decoration: none;
}
.find_footer {
    background: #000000;
    color: #ffffff;
}
#wrapper {
    min-height: 100%;
}
.homepage {
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
}
#find_image {
    display: none;
}
.find_image_label {
    width: 50%;
    height: 31rem;
    background: #dfdfe0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    margin: auto;
    color: gray;
    font-weight: 600;
}
.uploaded_image {
    max-width: 100%;
}
#find_image_submit {
    padding: .9rem 1.8rem;
    background: #000000;
    font-size: 1.25rem;
    color: #ffffff;
    border-radius: .75rem;
    font-weight: 600;
    margin-top: 2rem;
}
#find_image_submit.disabled {
    opacity: 0.5;
}
#find_response {
    font-size: 1.5rem;
}
.pll-switcher-select {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: .3rem;
    background: #000;
    color: #fff;
    cursor: pointer;
}
.pll-switcher-select option {
    cursor: pointer;
}
.logo-lf {
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    gap: 0;
    position: relative;
    width: max-content;
}
.logo-letter {
    position: relative;
}
.logo-letter:nth-child(1) {
    top: 0;
}
.logo-letter:nth-child(2) {
    top: -.6rem;
}
.logo-letter:nth-child(3) {
    top: 0;
    transform: scaleX(-1);
}
.footer_block {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    padding: 1rem;
    align-items: center;
}
.header {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 3rem;
}
#menu {
    list-style: none;
    padding: 0 1rem;
    position: absolute;
    background: #ffffff;
    z-index: 1;
}
.hidden {
    display: none;
}
#menu {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: white;
    top: 1.5rem;
    left: 0;
    box-shadow: 0 0 .6rem rgba(0,0,0,0.1);
    min-width: 12.5rem;
}
#menu.show {
    display: flex;
}
.hamburger-menu #menu li {
    margin: .6rem 0;
}
.hamburger-menu {
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#hamburger {
    font-size: 1.2rem;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0;
}
#hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: .313rem;
    width: 1.8rem;
    height: 1.25rem;
}
#hamburger .bar {
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
}
#hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(.313rem, .313rem);
}
#hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
#hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(.313rem, -.313rem);
}
.dropdown {
    list-style: none;
}
.lang_switcher {
    position: absolute;
    right: 0;
}
.dropdown-menu {
    right: 0;
    --bs-dropdown-min-width: 3rem;
}
#menu {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

#menu.show {
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 1;
    visibility: visible;
}
#clear_and_new_search {
    cursor: pointer;
}
#search_status {
    min-width: 18.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    max-width: 18.75rem;
    margin: auto;
    margin-top: .6rem;
    display: none;
}
.dots::after {
    content: '';
    display: inline-block;
    width: 1ch;
    text-align: left;
    animation: dotPulse 1.5s steps(3,end) infinite;
}
.pls_read_home {
    font-size: 0.8rem;
    padding: 0.5rem;
    cursor: pointer;
}
.short_instruction_home {
    font-size: 0.8rem;
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s;
    position: absolute;
}
.short_instruction_home.is-visible {
    opacity: 1;
    visibility: visible;
    position: relative;
}
.download_app {
    text-align: center;
    font-weight: bold;
    max-width: 18.75rem;
    padding: 0.5rem;
    margin: auto;
    margin-bottom: 2rem;
}
@keyframes dotPulse {
    0%   { content: ''; }
    33%  { content: '.'; }
    66%  { content: '..'; }
    100% { content: '...'; }
}
@media (max-width: 767px) {
    .find_image_label {
        width: 90%;
        height: 18.75rem;
    }
    #menu.show {
        width: 100%;
    }
    .container, .container-md, .container-sm {
        max-width: unset;
    }
}
.movie-list_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.movie-list_ li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
}
.actors-list_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.actors-list_ li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
}
.movie_poster_ {
    height: 11.5rem;
}
.actor_image_ {
    height: 11.5rem;
}
@media (max-width: 768px) {
    .movie-list_ {
        grid-template-columns: repeat(2, 1fr);
    }
    .actors-list_ {
        grid-template-columns: repeat(2, 1fr);
    }
}
.pagination {
    display: block;
}
.team-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.member{
    flex: 1 1 15.625rem;
    margin: 1.25rem;
    text-align: center;
    padding: 1.25rem .6rem;
    cursor: pointer;
    max-width: 18.75rem;
    transition: all 0.3s;
}

.member:hover{
    box-shadow: 0 .6rem 1.25rem rgba(0,0,0,0.1);
    transform: translateY(-1.25rem);
}

.member img{
    display: block;
    width: 12.5rem; height: 12.5rem;
    object-fit: cover;
    border:4px solid #8c8c8c;
    border-radius: 50%;
    margin: 0 auto;
}

.member h2{
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000000;
    margin: .9rem 0;
}

.member p{
    font-size: .9rem;
    color: #494949;
    line-height: 1.6;
}

.video_app {
    text-align: center;
}
.video_app video {
    max-height: 550px;
    border-radius: 10px;
}
.app-controller-localized-homecontroller-index .video_search {
    clip-path: inset(5% 0% 5% 0%);
}
.video_search video {
    max-width: 100%;
}

@media (max-width: 480px) {
    .video_app {

    }
    .video_app video{
        width: 100%;
    }
    .video_search {
        clip-path: inset(5% 0% 5% 0%);
        width: 100%;
        max-width: 37.5rem;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        margin: 0 auto;
    }
    .video_search video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}
.movie_filter_form {
    padding: 1rem;
    margin: auto;
}
.actor_filter_form {
    padding: 1rem;
    margin: auto;
}
@media (max-width: 768px) {
    .movie_filter_form {
        padding: 1rem;
        text-align: center;
        margin: auto;
        display: block;
    }
    .actor_filter_form {
        padding: 1rem;
        text-align: center;
        margin: auto;
        display: block;
    }
}
.error-403 h1 {
    text-align: center;
    padding: 5rem;
    background: #03183d;
    color: #fff;
    font-size: 5rem;
    max-width: 50%;
    margin: auto;
}
.error-404 {
    background: url('/img/404-3.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
}
.error-500 {
    background: url('/img/500-1.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
}
@media (max-width: 768px) {
    .error-403 h1 {
        font-size: 3rem;
        max-width: 100%;
        padding: 2rem;
    }
    .error-404 {
        background-position: 61% center;
    }
    .poster_movie_page_, .description_movie_page {
        text-align: center;
    }
    .image_actor_page_, .description_actor_page {
        text-align: center;
    }
}
.error-404 .fs-4, .error-404 .text-body-secondary, .error-500 .fs-4, .error-500 .text-body-secondary {
    color: #ffffff !important;
}
.error-404 #hamburger .bar, .error-500 #hamburger .bar {
    color: #ffffff;
    background-color: #ffffff;
}

body.error-404, body.error-500 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}
body.error-404 .container, body.error-500 .container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

body.error-404 main, body.error-500 main {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
body.error-404 main h1, body.error-500 main h1 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-size: 3rem;
}
body.error-404 footer, body.error-500 footer {
    margin-top: auto;
}
.poster_movie_page_ img {
    max-width: 17.5rem;
    width: 100%;
    background: #0a0a0a;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 .6rem 1.8rem rgba(0, 0, 0, 0.5);
}
.image_actor_page_ img {
    max-width: 17.5rem;
    width: 100%;
    background: #0a0a0a;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 .6rem 1.8rem rgba(0, 0, 0, 0.5);
}
.movie_poster_ img {
    background: #0a0a0a;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 .313rem .9rem rgba(0, 0, 0, 0.5);
}
.bi-star-fill {
    color: gold;
}
.api_for_business_menu {
    font-weight: 300;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 15.625rem;
    margin-bottom: 1.2rem;
    background: #0a0a0a;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 .313rem .9rem rgba(0, 0, 0, 0.5);
}
.swiper-pagination-bullet-active {
    background: #000000 !important;
}
.swiper-pagination {
    position: unset !important;
}
.swiper-slide {
    font-size: 1rem;
    line-height: 80%;
}
.moviesByDirector_, .moviesByGenre_, .moviesByActor_ {
    padding: 1rem 0 1rem 0;
}

.ytmVideoInfoVideoDetailsContainer, .player-controls-top {
    display: none !important;
}

#player-control-overlay.fadein .player-controls-content {
    visibility: hidden !important;
}
.app-controller-localized-movieslistcontroller-index h2, .app-controller-localized-movieslistcontroller-index h3 {
    font-size: 0.8rem;
    margin: 0;
}
.app-controller-localized-actorscontroller-index h2, .app-controller-localized-actorscontroller-index h3 {
    font-size: 0.8rem;
    margin: 0;
}
.current_page_number {
    border: 2px solid #000;
    border-radius: 50%;
    padding: .313rem;
}

.whoweare {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 4rem 5rem;
}
.whoweare-content {
    max-width: 50rem;
    text-align: center;
}
.whoweare-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
}
.whoweare-second-title {
    font-size: clamp(2rem, 4.8vw, 2.8rem);
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
}
.whoweare-description {
    font-size: 1.25rem;
    max-width: 37.5rem;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
}
#products, #about {
    padding: 5rem 0;
    border-top: 1px solid var(--gray-mid);
}
.section-header {
    margin-bottom: 5rem;
}
.section-label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gray);
    font-weight: 500;
    margin-bottom: 1rem;
}
.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.5rem;
    max-width: 43.75rem;
}
.section-description {
    font-size: 1.125rem;
    max-width: 37.5rem;
    line-height: 1.7;
}
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;
    margin-bottom: 5rem;
}
.stat {
    text-align: center;
}
.stat-number {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
    letter-spacing: -0.02em;
}
.stat-label {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
}
.feature {
    max-width: 22.5rem;
}
.feature-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .75rem;
}
.feature-text {
    font-size: .9rem;
    line-height: 1.6;
}
.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    padding: 5rem 0;
}
.product:first-child {
    padding-top: 0;
}
.product-info {
    max-width: 32.5rem;
}
.product-label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gray);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.product-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    font-weight: 600;
}
.product-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: 400;
}
.product-description {
    font-size: .9rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}
.product-visual {

}
.btn {
    display: inline-block;
    background: var(--black);
    color: var(--white);
    font-weight: 500;
    text-decoration: none;
    border: 1px solid var(--black);
    cursor: pointer;
    transition: all 0.2s ease;
}
.btn:hover {
    background: var(--white);
    color: var(--black);
    border-color: var(--black);
}
.btn-secondary {
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--gray-mid);
}
.btn-secondary:hover {
    background: var(--gray-light);
    border-color: var(--gray);
}
.moviesByActor_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.movieByActor_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
    padding: .5rem 0;
}
.movieByActorImage_ {
    height: 20rem;
}
.movieByActorImage_ img {
    background: #0a0a0a;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 .313rem .9rem rgba(0, 0, 0, 0.5);
    max-width: 200px;
}
#read_full_copyright_lf:hover {
    cursor: pointer;
    color: #9a9a9a;
}
#copyright_lf, #copyright_lf_full {
    font-size: .6rem;
    text-align: center;
    width: 100%;
}
#read_full_copyright_lf {
    color: #3f3f3f;
}
@media (max-width: 1024px) {
    .whoweare {
        padding: 3.75rem 2.5rem 3.75rem;
    }
    .features {
        grid-template-columns: repeat(2, 1fr);
    }
    .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.75rem;
    }
    .product {
        grid-template-columns: 1fr;
        gap: 3.75rem;
    }
}
@media (max-width: 768px) {
    .moviesByActor_ {
        grid-template-columns: repeat(2, 1fr);
    }
    .movieByActorImage_ {
        height: 15rem;
    }
    .movieByActorImage_ img {
        background: #0a0a0a;
        border-radius: .5rem;
        overflow: hidden;
        box-shadow: 0 .313rem .9rem rgba(0, 0, 0, 0.5);
        max-width: 150px;
    }
    .whoweare {
        padding: 2.5rem 0 2.5rem;
    }
    section {
        padding: 5rem 0;
    }
    .features {
        grid-template-columns: 1fr;
    }
    .feature {
        max-width: 100%;
    }
    .stats {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .product {
        padding: 5rem 0;
    }
    .product-api {
        display: flex;
        flex-direction: column-reverse;
    }
}
.app-controller-localized-webfindercontroller-index h2, .app-controller-localized-webfindercontroller-index h3 {
    font-size: 1.5rem;
}
.similar_movies_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .similar_movies_list {
        grid-template-columns: repeat(2, 1fr);
    }
}
.similar_movies_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
}
.similar_movies_poster_ {
    height: 21rem;
}
.similar_movies_poster_ img {
    background: #0a0a0a;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 .313rem .9rem rgba(0, 0, 0, 0.5);
}
.similar_movies_list h2, .similar_movies_list h3 {
    font-size: 0.8rem;
    margin: 0;
}
.top_movie_title_original {
    font-size: 1rem;
    margin: 0;
}
.top_movie {
    margin-bottom: 1rem;
}
#backed_by {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: .8rem;
}
#backed_by img {
    max-height: 15px;
    margin-left: .5rem;
}
#backed_by_nvidia {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: .55rem;
}
#backed_by_nvidia img {
    max-height: 50px;
    margin-left: .5rem;
}
#backed_by_nvidia #barclays, #backed_by_nvidia #eagle_labs {
    max-height: 15px;
    /*margin-left: .5rem;*/
}
.match_found, .similar_found {
    font-size: 2rem;
}
.page_description_finder {
    font-size: 1rem !important;
}
.beta_testing_message {
    font-size: 1.3rem !important;
    font-weight: bold !important;
}
.try_now_link {
    
}
.beta_version {
    display: grid;
    gap: 5rem;
    margin-bottom: 5rem;
    grid-template-columns: 1fr;
    max-width: 250px;
}
#try_beta img {
    max-height: 250px;
}
#try_beta .section-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    /*padding: 5rem 0;*/
}
@media (max-width: 768px) {
    #try_beta .section-header {
        display: block;
    }
}
.top_movie_poster_ img {
    max-height: 500px;
}