@font-face {
    font-family: 'Futura Std Bold';
    src: url('https://stryker-assets.s3.us-west-2.amazonaws.com/Fonts/Primary+Fonts/FuturaStd-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

.futurabold {
    font-family: 'Futura Std Bold';
}

@font-face {
    font-family: 'Futura Std Book';
    src: url('https://stryker-assets.s3.us-west-2.amazonaws.com/Fonts/Primary+Fonts/FuturaStd-Book.ttf');
    font-weight: normal;
    font-style: normal;
}

.futurabook {
    font-family: 'Futura Std Book';
}

@font-face {
    font-family: 'HumstSlab712 BT';
    src: url('https://stryker-assets.s3.us-west-2.amazonaws.com/Fonts/Primary+Fonts/HumanistSlabserif712BT-Roman.ttf');
    font-weight: normal;
    font-style: normal;
}

.hmnst {
    font-family: 'HumstSlab712 BT';
}

@font-face {
    font-family: 'HumstSlab712 Blk BT';
    src: url('https://stryker-assets.s3.us-west-2.amazonaws.com/Fonts/Primary+Fonts/HumanistSlabserif712BT-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

.hmnstbold {
    font-family: 'HumstSlab712 Blk BT';
}

@font-face {
    font-family: 'EgyptienneURWLig';
    src: url('https://stryker-assets.s3.us-west-2.amazonaws.com/Fonts/Primary+Fonts/EgyptienneURW-Lig.ttf');
    font-weight: normal;
    font-style: normal;
}

.egyptienne {
    font-family: 'EgyptienneURWLig';
}

body,
h1,
h2,
p {
    margin: 0;
}

h2 {
    font-family: 'Futura Std Bold';
}

canvas {
    width: 100%;
    height: 100px;
    display: block;
    background: #EDEEEC;
}

.titleContainer h1 {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 17px;
}

.titleContainer p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 34px;
}

.modalSlide {
    display: none;
    flex-direction: column;
}

.modalSlide.selected {
    display: flex;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgb(0 0 0 / 50%);
    margin: 0 auto;
}

.annotation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
}

.hotspot {
    width: 30px;
    height: 30px;
    border: 2px solid #ffb500;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}

.hotspotCircle {
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    background: #ffb500;
    pointer-events: none;
}

.pulse {
    animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #ffb50080;
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

.annotation:hover .label {
    display: block;
}

.label {
    background: rgb(0 0 0 / 50%);
    padding: 12px 15px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
}

.close {
    position: absolute;
    top: -30px;
    left: 10px;
    color: #000;
    font-size: 21px;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close .indicatorContainer {
    border: 1px solid #707070;
    background: white;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.close .triangle.right {
    margin-right: 4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000000;
}

.number {
    position: absolute;
    z-index: -1;
}

#cameraPositionButton {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
}

.annotation:hover {
    z-index: 5;
}

.annotation:hover .popover {
    display: flex;
    opacity: 1;
    z-index: 5;
}

.annotation.active {
    z-index: 5;
}

/* .annotation.active .popover {
    display: flex;
    opacity: 1;
} */

.annotation.active .close {
    display: flex;
}

.annotation.active .productModal {
    display: block;
}

.popover {
    position: absolute;
    transition: opacity 0.5s;
    display: none;
    opacity: 0;
    flex-direction: column;
    align-items: center;
    top: -50px;
}

.productModal {
    display: none;
    position: absolute;
    top: 100%;
    left: 300%;
    z-index: 1;
    color: #000;
    max-width: 700px;
}

#humerusShort2 .productModal{
    top: -30%;
}

#humerusLong2 .productModal {
    left: 450%;
}

.productModal.alignTop {
    top: -100%;
}

.productModalContent {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
    min-width: 650px;
}

.productModalHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modalHeaderBorder {
    width: 100%;
    height: 8px;
    background: #ffb500;
}

.plateNames {
    font-size: 31px;
    line-height: 43px;
    font-weight: bold;
    color: #000;
    padding: 35px 15px;
    text-align: center;
}

.productModalHeaderTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    padding: 15px 15px;
    text-align: center;
}

.productModalHeaderTitlePadding {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 15px 15px;
    text-align: center;
}

.productModalBody {
    display: flex;
    flex-direction: column;
    padding: 25px 47px;
    max-height: 280px;
    overflow-x: hidden;
}

.productModalBodyContent {
    font-size: 16px;
    line-height: 20px;
    font-family: 'HumstSlab712 BT';
    padding: 0 10px;
    margin: 0 -10px;
    margin-bottom: 10px;
}

.productModalBodyContentImage {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.productModalBodyContentImage img {
    width: inherit;
    max-height: 100%;
}

.productModalBodyContentImage video {
    width: inherit;
    max-height: 100%;
}

.productModalBodyContentButton {
    font-size: 12px;
    color: #000;
    padding: 10px;
    background: #ffb500;
    text-align: center;
}

.modalSlideControls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.productModalBodyContentText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #b1b4b3;
    font-size: 14px;
}

.productModalBodyContentTextTitle {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.productModalBodyContentTextDescription {
    font-size: 14px;
    color: #000;
}

.loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.loadingBar {
    width: 300px;
    height: 5px;
    background: #00000030;
}

#loadingBarFill {
    width: 0%;
    height: 100%;
    background: #ffb500;
}

.text-highlight {
    color: #ffb500;
    font-family: 'Futura Std Bold';
    font-size: 90%;
}

#loadingBarText {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

.titleContainer {
    width: fit-content;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    text-align: center;
}

.titleCarousel {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.carouselIndicator {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    background: #B2B4AE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    cursor: pointer;
    border: .5px solid #707070;
}

.selectionContainer {
    max-width: 497px;
    width: 100%;
    margin: 0 35px;
}

.fs-42 {
    font-size: 42px;
}

.fs-50 {
    font-size: 50px;
}

.fs-16 {
    font-size: 16px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.selectionText {
    /* width: 100%; */
    height: 38px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 2px solid #ffb500;
    font-size: 15px;
    overflow: hidden;
    backdrop-filter: blur(20px);
    padding: 0 10px;
}

.selectionText.selected {
    display: flex;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-44 {
    margin-bottom: 44px;
}

.m-15 {
    margin: 15px 0;
}

.scene {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1350px;
    z-index: 2;
    display: none;
    overflow: hidden;
    /*	background: linear-gradient(0deg, #bbb, transparent); */
    background: #8d8d8c14;
}

.scene.selected {
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.chevron {
    max-width: 50%;
    max-height: 100%;
    filter: invert(1);
}

.chevron.left {
    transform: rotate(180deg);
}

.contentContainer {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    height: 900px;
}

/* triangle */

.triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #ffffff;
    margin: 0 auto;

}

.triangle.left {
    transform: rotate(90deg);
    margin-left: 10px;

}

.triangle.right {
    transform: rotate(-90deg);
    margin-right: 10px;
}

.triangle.rightC {
    transform: rotate(-90deg);
    margin-right: 4px;
}

.contentHeader {
    position: absolute;
    width: 100%;
    z-index: 5;
}

.contentFooter {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 12px;
    color: #474747;
}

.flex {
    display: flex;
    align-items: baseline;
}

.flex-ac {
    display: flex;
    align-items: center;
}

.flex-sa {
    display: flex;
    justify-content: space-around;
}

.ta-c {
    text-align: center;
}

.mr-5 {
    margin-right: 5px;
}

.popover.linebreak {
    top: -65px;
}

sup {
    line-height: 0;
    font-size: 70%;
}

/* media queries at 1050 and 500 */
@media screen and (max-width: 985px) {
    .productModal {
        top: 1500%;
        left: -900%;
        z-index: 1;
        color: #000;
        max-width: 400px;
    }

    .popover.linebreak {
        top: -35px;
    }

    .popover {
        margin-top: -25px;
    }

    .hotspot {
        width: 20px;
        height: 20px;
        border: 2px solid #ffb500;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        background: rgba(255, 255, 255, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        cursor: pointer;
    }

    .hotspotCircle {
        width: 5px;
        height: 5px;
        border: 2px solid transparent;
        border-radius: 50%;
        text-align: center;
        background: #ffb500;
        pointer-events: none;
    }
}

@media screen and (min-width: 985px) {}

@media screen and (max-width: 500px) {
    .productModal {
        top: 600%;
        left: -41vw;
        z-index: 1;
        color: #000;
    }

    .productModal.alignTop {
        top: 150%;
    }

    .selectionText {
        font-size: 14px;
    }

    .productModalContent {
        min-width: 90vw;
    }

    .plateNames {
        padding: 15px;
        font-size: 21px;
        line-height: 30px;
    }

    .productModalBody {
        padding: 15px 20px;
    }

    .popover {
        display: none !important;
    }

}

@media screen and (max-width: 500px) {
    .titleContainer h1 {
        font-size: 28px;
    }
}