﻿::-webkit-scrollbar {
    background-color: rgba(0,0,0,0);
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(108, 117, 125, 0.7);
    border-radius: 3px;
}

@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width: 800px) {
    html {
        overflow: hidden;
    }
}

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    overflow: hidden;
    font-family: system-ui;
    color: #212529;
    margin: 0;
    padding: 0;
    background-color: #000;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

div#container {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

div#tourDIV {
    height: 100%;
    position: relative;
    overflow: hidden;
}

div#panoDIV {
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    div#panoDIV.cursorMoveMode {
        cursor: move;
        cursor: url(../img/cursors_move_html5.cur), move;
    }

    div#panoDIV.cursorDragMode {
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        cursor: url(../img/cursors_drag_html5.cur), default;
    }

#logo_top {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: url(../img/top_left.png);
    width: 291px;
    height: 67px;
}

    #logo_top a {
        display: inline-block;
    }

    #logo_top #menu_top {
        display: none;
        float: right;
        margin-top: 18px;
        margin-right: 15px;
        cursor: pointer;
        font-size: 20px;
        transition: 300ms ease all;
    }

        #logo_top #menu_top:hover {
            color: #0165ba;
            text-shadow: 5px 6px 3px #bfbfbf;
        }

#background_bar_top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 11px;
    background: #fff;
    z-index: 99;
}

#background_bar_bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 11px;
    background: #fff;
    z-index: 99;
}


#sharing_topright {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: url(../img/top_right.png);
    width: 369px;
    height: 66px;
    line-height: 25px;
    cursor: default;
}

    #sharing_topright .fab, #sharing_topright .fas, #sharing_topright .fal {
        font-size: 25px;
        vertical-align: middle;
        cursor: pointer;
        padding-left: 10px;
        transition: 300ms ease all;
    }

        #sharing_topright .fab:hover {
            color: #0165ba;
            text-shadow: 5px 6px 3px #bfbfbf;
        }


#control_bottom {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    background: url(../img/bottom_right_bg.png);
    height: 67px;
    width: 720px;
    margin-top: 10px;
}

    #control_bottom:after {
        content: "";
        width: 110px;
        height: 67px;
        background: url(../img/bottom_corner.png) no-repeat;
        position: absolute;
        display: inline-block;
        top: 0px;
        right: -110px;
    }

    #control_bottom span {
        font-size: 40px;
        width: 62px;
        cursor: pointer;
        padding-top: 6px;
        float: right;
        position: relative;
        color: #111;
        transition: 300ms ease all;
    }

        #control_bottom span:hover {
            color: #0165ba;
            text-shadow: 5px 6px 3px #bfbfbf;
        }

#menu_bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 90;
    background: url(../img/bottom_left.png);
    width: 247px;
    height: 67px;
}

    #menu_bottom span {
        transition: 300ms ease all;
    }

        #menu_bottom span:hover {
            color: #0165ba;
            text-shadow: 5px 6px 3px #bfbfbf;
        }

#menu_div {
    position: fixed;
    bottom: 85px;
    left: 20px;
    z-index: 150;
    background: #fff;
    border-radius: 20px;
    width: 315px;
    height: 310px;
    box-shadow: 9px 9px 16px 0px #0000008a;
    display: none;
}

    #menu_div ul {
        margin-top: 30px;
        margin-left: 30px;
    }

        #menu_div ul li {
            height: 70px;
            list-style-type: none;
            font-size: 18px;
            cursor: pointer;
            font-weight: 500;
            transition: 300ms ease all;
        }

            #menu_div ul li:hover {
                color: #0165ba;
                text-shadow: 5px 6px 3px #bfbfbf;
            }

            #menu_div ul li .fas {
                font-size: 25px;
                vertical-align: middle;
                padding-right: 40px;
            }

    #menu_div.top {
        bottom: inherit;
        left: inherit;
        top: 68px;
        right: 5px;
    }

#popup_container, #startup_container {
    display: none;
}

.overlay_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 500ms;
    z-index: 4000;
    background: #000000ad;
}

.producs_detail p {
    text-align: justify;
}

.button_more {
    margin-top: 10px;
    padding: 6px 12px;
    background: linear-gradient(90deg, rgb(4 95 230) 35%, rgb(74 188 255) 100%);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: 300ms ease all;
    text-decoration: none;
}

    .button_more:hover {
        color: #fff;
        text-decoration: none;
    }

.button_product {
    margin-bottom: 10px;
    padding: 9px 12px;
    background: linear-gradient(180deg, rgb(239 239 239) 35%, rgb(255 255 255) 100%);
    border-radius: 5px;
    /* color: #fff; */
    cursor: pointer;
    transition: 300ms ease all;
    float: left;
    border: 1px solid #979798;
    width: 160px;
    font-weight: 600;
    transition: 300ms ease all;
}

    .button_product:hover {
        color: #fff;
        background: linear-gradient(180deg, rgb(11 108 228) 35%, rgb(52 179 255) 100%);
        border: 1px solid #0b6ce4;
    }


._close {
    background-image: url(../img/close.png);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0.2;
    z-index: 999;
    transition: 300ms ease all;
}

    ._close:hover {
        opacity: 1;
        transform: rotate(90deg);
    }

._popup_effect {
    border-radius: 10px;
    box-shadow: 9px 9px 16px 0px #0000008a;
}

/* SCROLL BAR STYLE */
.sroll_customize_style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.sroll_customize_style::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.sroll_customize_style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(51 178 255)), color-stop(0.86, rgb(11 108 228)));
}

.products_modal .button_more {
    margin-bottom: 30px;
}

#logo_top img {
    width: 150px;
    height: 40px;
    margin-top: 15px;
    margin-left: 15px;
}

#sharing_topright span {
    right: 30px;
    top: 20px;
    position: absolute;
}

#menu_bottom > span {
    margin-top: 15px;
    margin-left: 25px;
    position: absolute;
    cursor: pointer;
    font-size: 20px;
}

    #menu_bottom > span span {
        margin-left: 10px;
    }

#menu_bottom span i {
}

#videomodal video {
    width: 100%;
}

.video-js {
    width: 100%;
}

.vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translateY(-50%);
    transform: translate(-50%, -50%);
}

.products_detail img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.products_detail ul {
    margin-left: 40px;
}

.modal {
    z-index: 4647;
}


#fullscreen_carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 75%;
    display: flex;
    align-items: stretch;
    margin: 0 25%;
}

    #fullscreen_carousel * {
        color: #fff;
    }

    #fullscreen_carousel .hb {
        position: relative;
        width: 25%;
        z-index: 1;
        display: flex;
        align-items: center;
        z-index: 2;
        trasnform: scale(.97);
    }

    #fullscreen_carousel .c {
        position: relative;
        display: block;
        max-width: 90%;
    }

        #fullscreen_carousel .c img {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            z-index: 2;
        }

    #fullscreen_carousel .txt {
        position: absolute;
        top: 100%;
        left: 10%;
        width: 80%;
        opacity: 0;
        padding: 1em 0 0 1em;
        border-left: 1px solid;
        z-index: 1;
        transform: scaleY(1) translateY(-50px);
        transition: transform .2s, opacity .5s;
    }

    #fullscreen_carousel h1 {
        font-size: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
    }

    #fullscreen_carousel .hb:hover .txt {
        opacity: 1;
        transform: scaleY(1) translateY(0);
    }

    #fullscreen_carousel .fullBg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: transform .5s, opacity .5s;
        transform: scale(1);
        z-index: 1;
    }

        #fullscreen_carousel .fullBg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            opacity: .3;
        }

    #fullscreen_carousel .hb:hover + .fullBg {
        opacity: 1;
        transform: scale(1.02);
    }

#close_fullscreen_carousel {
    position: absolute;
    color: #fff;
    top: 40px;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #ed0000;
    z-index: 100;
    cursor: pointer;
}

/*start_up_custom*/
#start_up_custom {
    /*background-image: url(../startup.png);
    background-size: cover;
    background-position: center center;*/
    overflow: hidden;
}

    #start_up_custom .modal-dialog {
        padding-top: 30px;
        margin-top: -20px;
    }

    #start_up_custom .modal-content {
        /*border: none;
        border-radius: 0;
        box-shadow: none;*/
        max-height: 100vh;
        background-color: transparent;
        border: none;
    }

        #start_up_custom .modal-content .modal-body {
            background-color: rgba(255,255,255,.75);
            overflow: auto;
        }

            #start_up_custom .modal-content .modal-body img {
                max-width: 100%;
                display: block;
                margin: auto;
            }

        #start_up_custom .modal-content .modal-footer {
            justify-content: center;
            border-top: none;
        }

/*#start_up_custom .close_start_up {
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }*/

/*responsive*/

@media screen and (max-width: 900px) {
    #control_bottom {
        background-position-x: -68px;
        width: 608px;
    }

    #menu_bottom {
        background-position-x: -19px;
    }
}

@media screen and (max-width: 991px) {
    #start_up .modal-dialog {
        max-width: 700px;
    }

    .about_us_modal .modal-dialog {
        max-width: 800px;
    }

    .products_modal .sroll_customize_style {
        height: auto !important;
    }

    .products_modal .button_more {
        margin-bottom: 30px;
    }

    .products_details_modal .modal-dialog {
        max-width: 800px;
    }

    .video-js {
        height: 320px;
    }

    #close_fullscreen_carousel {
        top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .products_details_modal .producs_detail {
        max-width: 100%;
    }

        .products_details_modal .producs_detail .sroll_customize_style {
            height: auto !important;
        }

    .products_details_modal .button_product {
        margin-right: 10px;
    }
}

@media screen and (max-width: 698px) {
    #start_up .modal-dialog h2 {
        font-size: 1.8rem;
    }

    #start_up .modal-dialog .modal-content .row {
        padding: 50px 100px !important;
    }
}

@media screen and (max-width: 646px) {
    #start_up .modal-dialog h2 {
        font-size: 1.7rem;
    }

    #start_up .modal-dialog .modal-content .row {
        padding: 50px 50px !important;
    }
}

@media screen and (max-width: 535px) {
    #start_up .modal-dialog h2 {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 456px) {
    #start_up .modal-dialog h2 {
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 820px) {
    #move_left_control,
    #move_right_control,
    #move_up_control,
    #move_down_control,
    #zoom_out_control,
    #zoom_in_control {
        display: none;
    }

    #control_bottom {
        width: 290px;
    }

    #menu_bottom {
        background-position-x: 0px;
    }
}

@media screen and (max-width: 600px) {
    #control_bottom {
        background-position-x: -68px;
        width: 310px;
    }

    #menu_bottom {
        background-position-x: -36px;
    }
}

@media screen and (max-width: 520px) {
    #help_control {
        display: none;
    }

    #control_bottom {
        background-position-x: -61px;
        width: 220px;
    }

    #menu_bottom {
        background-position-x: -36px;
    }
}

@media screen and (max-width: 480px) {
    #control_bottom {
        display: none;
    }

    #menu_bottom {
        background-position-x: 0px;
    }

    #sharing_topright {
        width: 250px;
    }

        #sharing_topright b {
            display: none;
        }

    /*max-width: 320px*/
    #sharing_topright {
        display: none;
    }

    #menu_bottom {
        display: none;
    }

    #background_bar_bottom {
        display: none;
    }

    #logo_top {
        width: 100%;
        background-color: #fff;
    }

        #logo_top #menu_top {
            display: inline-block;
        }
}

@media screen and (max-width: 320px) {
    #sharing_topright {
        display: none;
    }

    #menu_bottom {
        display: none;
    }

    #background_bar_bottom {
        display: none;
    }

    #logo_top {
        width: 100%;
        background-color: #fff;
    }

        #logo_top #menu_top {
            display: inline-block;
        }
}

/*artwork*/
.artwork {
    background: rgba(0,0,0,0.7);
}

    .artwork .modal-header {
        /*background-color: #9e9e9e;
        color: #fff;*/
    }

    .artwork .art-caption {
        margin-top: 20px;
    }

        .artwork .art-caption h4 {
            display: none;
        }

        .artwork .art-caption p {
        }

.art_detail {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.artwork .modal-body {
    /*background: #ccc;*/
}

    .artwork .modal-body img {
        margin: auto;
        display: inherit;
    }

.art_detail .toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    position: absolute;
}

    .art_detail .toggle + label {
        display: inline-block;
        background-color: #fc0;
        color: #fff;
        width: 40px;
        height: 40px;
    }

        .art_detail .toggle + label::before {
            content: attr(data-more-text);
        }

        .art_detail .toggle + label ~ .detail {
            display: none;
        }

    .art_detail .toggle:checked + label::before {
        content: attr(data-less-text);
    }

    .art_detail .toggle:checked ~ .detail {
        display: block;
    }

    .art_detail .toggle.anim-fade ~ .detail {
        display: block;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .art_detail .toggle.anim-fade:checked ~ .detail {
        opacity: 1;
        background-color: rgba(255,255,255,.6);
        padding: 10px;
    }

.art_detail label {
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding: 0.5em 1em;
    margin-bottom: 0;
}

.modal.menu-link .modal-body {
    overflow: hidden;
    padding: 0;
}

.modal.menu-link.menu-link-fs .modal-body {
    height: 75vh;
}

/*modal-fullscreen*/
.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}

/*masonry*/
.masonry {
    column-count: 1;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

    .masonry .item {
        display: inline-block;
        background: #fff;
        padding: 1em;
        margin: 0 0 1.5em;
        width: 100%;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-shadow: 2px 2px 4px 0 #ccc;
    }

        .masonry .item a {
            display: inline-block;
            cursor: pointer;
            text-decoration: none;
        }

        .masonry .item img {
            max-width: 100%;
        }

        .masonry .item h3 {
            font-size: 16px;
            font-weight: 400;
            color: #000;
            margin: 10px 0 0 0;
            padding: 0;
            text-align: center;
        }

@media only screen and (min-width: 400px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

.sroll_customize_style {
    padding-right: 20px;
    text-align: justify;
}

/*modal-fs*/
.modal-fs {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    max-width: initial;
    margin: 1.5rem auto;
}

    .modal-fs .modal-content {
        height: 100%;
    }

    .modal-fs .modal-body {
        overflow: auto;
    }

/*modal-xxl*/
.modal-xxl {
    width: calc(100% - 3rem);
    max-width: initial;
    margin: 1.5rem auto;
}

/*art-frame*/
.art-frame {
    background-color: #fff;
    border: 2px solid #9E9E9E;
    border-radius: 2px;
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px) contrast(50%) saturate(200%) hue-rotate(350deg);*/
    display: flex;
    justify-content: center; /* align child elements horizontally */
    align-items: center; /* align child elements vertically */
    margin-bottom: 5px;
}

.ratio-16-9 {
    width: 100%;
    height: calc((100vw - 4rem) * (9 / 16));
    max-height: calc(500px * 9 / 16);
}

.ratio-4-3 {
    width: 100%;
    height: calc((100vw - 4rem) * (3 / 4));
    max-height: calc(500px * 3 / 4);
}

.ratio-21-9 {
    width: 100%;
    height: calc((100vw - 4rem) * (9 / 21));
    max-height: calc(500px * 9 / 21);
}

.art-frame img {
    max-width: 90% !important;
    max-height: 90% !important;
    width: auto !important;
    height: auto !important;
    border: solid 3px #fff;
}

#imagemodal .modal-content {
    background-color: transparent;
}

#imagemodal .modal-body {
    background-color: #000000cc;
    display: flex;
}

#imagemodal .image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

#imagemodal .image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 50px 15px 15px;
    background-image: linear-gradient(180deg, transparent, #000);
}

    #imagemodal .image-caption:empty {
        display: none;
    }

#imagemodal ._close {
    background-color: #ffffff;
    border-radius: 3px;
}
