﻿@font-face {
    font-family: 'ivystyle-tw';
    src: url('../pq2/font/IvyStyleTW-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'futura';
    src: url('../pq2/font/FuturaLT.ttf') format('truetype');
}

:root {
    color-scheme: dark;
}

body {
    font-family: 'futura';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: url('../pq2/img/bg/black-dots-4960feae77d3fb5a4703718e9a51bf265e167b4580f595352ae7a3fde798705d.png');
}

.font-title {
    font-family: 'ivystyle-tw';
    text-shadow: 3px 3px #000, -3px 3px #000, 3px -3px #000, -3px -3px #000, 7px 7px #000;
    text-transform: uppercase;
    font-size: 2.625rem;
    line-height: 1;
    margin-bottom: 5rem;
    transform: rotate(-4deg);
    color: #fff;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.navbar .logo {
    height: 50px;
    margin-right: 20px;
    width: 118.25px;
}

.navbar .nav-links {
    list-style-type: none;
    display: flex;
    gap: 20px;
}

.navbar .nav-links li {
    display: inline;
}

.navbar .nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    width: 200%;
    height: 200%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    filter: brightness(0.5);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* pointer-events: none; */
    flex-direction: column;
}

.video-overlay .logo {
    width: 450px;
    height: auto;
}

@media (max-width: 400px) {
    .video-overlay .logo {
        max-width: 100%;
    }
}

.section1 {
    margin-left: 10%;
    margin-right: 10%;
}

.bg_section1 {
    background-image: url('../pq2/img/bg/black-dots-4960feae77d3fb5a4703718e9a51bf265e167b4580f595352ae7a3fde798705d.png');
}

.bg_section2 {
    background-image: url('../pq2/img/bg/red-dots-9e284c584a7753441467692aec1a9ab5f2527110826c68149e26002a44087d5d.png');
}

.section2 {
    margin-left: 10%;
    margin-right: 10%;
}

.nav-link:hover {
    color: #f04e29 !important;
}

.nav-link.active {
    color: #f04e29 !important;
}

.dropdown-item:hover {
    background-color: #000 !important;
    color: #f04e29 !important;
}

.dropdown-menu {
    margin-top: 0px !important;
}

@media (min-width: 990px) {
    .carousel-item img {
        border-radius: 0;
        margin: 0 10px;
        box-shadow: 10px 5px 0 #0000007a;
        position: relative;
        z-index: 1;
        border: 2px solid black;
        width: 40%;
        max-width: 600px;
        object-fit: contain;
    }
}

@media (max-width: 990px) {
    .carousel-item img {
        border-radius: 0;
        margin: 0 10px;
        box-shadow: 10px 5px 0 #0000007a;
        position: relative;
        z-index: 1;
        border: 2px solid black;
        width: 80%;
        object-fit: contain;
    }
}

.carousel-item img {
    background-color: #000000;
}

.trailer-video iframe {
    box-shadow: 10px 5px 0 #f04e2977;
    border-radius: 0;
    border: 2px solid black;
}

@media (max-width: 330px) {
    .trailer-video iframe {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 990px) {
    .font-title {
        margin-top: 20px;
    }
}

.dropdown-item {
    color: white !important;
}

@media (max-width: 354px) {
    .dropdown-item {
        font-size: 14px !important;
    }
}

@media (max-width: 310px) {
    .dropdown-item {
        font-size: 12px !important;
    }
}

.nav-link {
    color: white !important;
}

.navtitle-mobile:hover {
    color: #ffffff !important;
}

.navtitle-mobile.active {
    color: #ffffff !important;
}

.navbar-toggler.active {
    background-color: #f04e29 !important;
}

.navbar-toggler:hover {
    background-color: #f04e29 !important;
}

.navbar-toggler {
    background-color: #f04e29 !important;
    border-radius: 0%;
}

.btn-primary {
    background-color: #f04e29 !important;
    border-color: #f04e29 !important;
    border-radius: 0%;
}

.btn-primary:hover {
    background-color: #9e341c !important;
    border-color: #9e341c !important;
}

.modal-content {
    background-color: #000000b9;
}

.modal-header {
    border: none;
}

.modal-header .btn-close {
    width: 1rem;
    height: 1rem;
    border-radius: 0%;
}

.pe-cursor {
    cursor: pointer;
}

@media (max-width: 990px) {
    #imageModal .modal-header.hide-desktop {
        justify-content: center;
    }

    #imageModal .btn-close {
        margin-left: 50%;
        margin-bottom: 5%;
        transform: translateX(-50%);
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 0%;
    }

    .arrow-modal {
        bottom: 5% !important;
    }

    #modalImage {
        transform: translateY(20%);
    }
}

@media (max-width: 990px) and (max-height: 650px) {
    #modalImage {
        transform: translateY(0%);
    }
}

@media (min-width: 990px) {
    #modalImage {
        width: 100%;
        height: 100%;
    }
}

.btn-light {
    background-color: #ffffff00 !important;
    border: none;
    color: #ffffff8a;
}

.btn-light:hover {
    background-color: #ffffff00 !important;
    border: none;
    color: #ffffffbe;
}

#nextImage {
    touch-action: manipulation;
}

#prevImage {
    touch-action: manipulation;
}

.nav-hr {
    margin-bottom: 2px !important;
    margin-top: 2px !important;
    width: 100%;
}

@media (max-width: 990px) {
    .nav-hr {
        margin-top: 8px !important;
    }
}

.hide-desktop-contact {
    margin-left: 20px;
}

@media (max-width: 301px) {
    .hide-desktop-contact {
        display: none !important;
    }
}

@media (min-width: 990px) {
    .hide-desktop-contact {
        display: none !important;
    }
}

.desktop-contact {
    margin-top: -2px;
}

.fallback-image {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.9));
}

.h1-cust {
    color: transparent;
    user-select: none;
    font-size: 14px;
}