* {
    font-family: "Armata", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Tomorrow", sans-serif !important;
    font-weight: bold !important;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

#panorama {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    z-index: 10;
    display: none;
    background-color: #fff;
    text-align: center;
    padding: 2%;
    border-radius: 5px;
}

.popup h1 {
    color: #086500;
    font-weight: bold;
}

.popup p {
    color: #086500;
    color: #3d3d39;
    text-align: left;
    line-height: 1.2rem;
    margin-bottom: 6%;
    margin-top: 4%;
}

.popup .redirPage {
    background-color: #0ca300;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    border: none;
    padding: 2% 5% 2% 5%;
    text-decoration: none;
}

.sticky-popup {
    position: absolute;
    bottom: 10px;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 20%;
    z-index: 10;
    display: none;
    background-color: rgba(40, 40, 40, 0.8);
    color: white;
    text-align: center;
}

.btn-1 {
    background-color: rgba(180, 60, 80, 0.8);
    width: 150px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50px;
    box-shadow: 2px 2px 2px rgba(40, 40, 40, 0.7);
    cursor: pointer;
}

.popupcontainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.absolute-button {
    right: -20px;
    top: -32px;
    position: absolute;
    border: navajowhite;
    background: transparent;
    color: green;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
}

.full-width a {
    width: 100%;
    font-size: 22px;
    background: none;
    border: 2px solid rgba(40, 40, 40, 0.6);
    padding: 10px 15px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    color: #fff;
}

.popup-click {
    background-color: rgba(180, 60, 80, 0.8);
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50px;
    box-shadow: 2px 2px 2px rgba(40, 40, 40, 0.7);
    cursor: pointer;
}

.popup-click:hover {
    background-color: rgb(209, 43, 71);
    transform: scale(1.2);
}

.door-1 {
    background-image: url(../img/index/01.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5%;
    height: 10%;
    cursor: pointer;
    z-index: 1;
}

.pnlm-load-box {
    z-index: -999;
    opacity: 0;
}

.pnlm-about-msg,
.pnlm-panorama-info,
.pnlm-controls-container {
    visibility: hidden;
}

.pnlm-about-msg a {
    visibility: hidden;
}

.container-section {
    z-index: 10;
    position: absolute;
    margin: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.menu {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    background-size: cover;
}

.pnlm-container {
    background: #fff !important;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    margin-top: -50px;
}

.content #inside-menu {
    margin-top: -30px;
}

.content h1 {
    font-weight: 800;
    font-size: 64px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.red-bar {
    position: relative;
    height: 5px;
    width: 100%;
    border-radius: 5px;
    background: rgb(245, 60, 60);
    margin: auto;
    margin-bottom: 30px;
}

.content p {
    font-size: 32px;
}

.content .full-width {
    width: 100%;
}

.content .logos {
    width: 460px;
}

.content .wolf-gif {
    width: auto;
}

.content button {
    font-size: 22px;
    background: #0ca300;
    border: 2px solid rgba(40, 40, 40, 0.6);
    padding: 10px 15px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    color: #fff;
}

.content button:before {
    content: "";
    background: none;
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.content button:hover:before {
    width: 100%;
}

.content button:hover {
    background: none;
    color: #fff;
}

@media (max-width:768px) {
    .popup {
        width: 90%;
    }
    .absolute-button {
        right: -10px;
        top: -9px;
        font-size: 1.3rem;
    }
    .popupcontainer h1 {
        font-size: 1.5rem;
        padding: 3% 3% 0% 3%;
    }
    .popupcontainer p {
        font-size: 0.8rem;
        padding: 0% 3% 0% 3%;
    }
    .content .wolf-gif {
        width: 75%;
    }
}