@font-face {
    font-family: 'Barlow Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Regular'), url('../fonts/Barlow-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Barlow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Bold'), url('../fonts/Barlow-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Barlow Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Barlow Medium'), url('../fonts/Barlow-Medium.woff') format('woff');
}

.row {
    --bs-gutter-x: 0;
}

video.bg {
    position: fixed;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%);
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 108px;
    z-index: 2000;
}

.col-logo-plantpax div {
    padding-left: 65px;
    padding-top: 38px;
}

.col-logo {
    position:absolute;
    left:65px;
    bottom:24px;
    text-align: right;
    z-index:1;
}

.col-title-block {
    max-width: 850px;
    min-width: 200px;
    min-height: 125px;
    display: flex;
}

.col-title-block .col-left {
    background: url("../images/bg-title-left.png") no-repeat left top;
    width:120px;
    min-width: 120px;
    height: 100%;
}

.col-title-block .col-right {
    background: url("../images/bg-title-right.png") no-repeat left top;
    width:120px;
    min-width: 120px;
    height: 100%;
}

.col-title {
    background: url("../images/bg-title.png") repeat-x left top;
    height: 100%;
    flex-grow: 6;
    padding-top: 15px;
    text-align: center;
    vertical-align: middle;

}

#title {
    font-family: "Barlow Medium";
    font-size: 1.8rem;
    background: -webkit-linear-gradient(45deg, #ce163f, #fe7001);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-img img{
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.video {
    position:absolute;
    right: 12px;
    top: 17px;
    background: url("../images/bg-video.png") no-repeat;
    max-width:599px;
    max-height: 342px;
    padding:13px 13px;
    z-index: 20;
    width: 43%;
    height: 46.5%;
    background-size: contain;
}

.video video {
    width: 100%;
    height: 100%;
}

.hotspot {
    display: inline-block;
    border: 2px solid #ff5d05;
    border-radius: 5px;
    max-width: 239px;
    min-height: 38px;
    width:13%;
    position: absolute;
    padding: 2px;
    z-index: 1010;
    text-align: center;
    cursor: pointer;
    line-height: 0;
}

.hotspot:hover {
    border: 2px solid #ffffff;
}

.hotspot a {
    display: inline-block;
    max-width: 230px;
    min-height: 30px;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Barlow Bold';
    font-size: .9rem;
    line-height: 1.8rem;
    letter-spacing: .1rem;
    color: #e5dddd;
    /*position: relative;*/
    cursor: pointer;
}

.hotspot:hover a {
    background-color: rgba(0,0,0,0.9);
    color:#fff;
}

.hotspot.active, .hotspot:hover.active {
    /*border: 2px solid #ff8105;*/
    border: 2px solid #000000;
}

.hotspot.active a, .hotspot:hover.active a {
    /*background-color: #ffffff;*/
    /*-webkit-box-shadow: 0px 5px 20px 3px rgba(255, 255, 255, 0.7);*/
    /*-moz-box-shadow: 0px 5px 20px 3px rgba(255, 255, 255, 0.7);*/
    /*box-shadow: 0px 5px 20px 3px rgba(255, 255, 255, 0.7);*/
    /*color: #000000;*/
    background: #ff8105;
    /*-webkit-box-shadow: 0px 5px 20px 3px rgba(255, 255, 255, 0.7);*/
    /*-moz-box-shadow: 0px 5px 20px 3px rgba(255, 255, 255, 0.7);*/
    /*box-shadow: 0px 5px 20px 3px rgba(255, 255, 255, 0.7);*/
    color: #fff;
}
.modal-content {
    background-color: transparent;
}

#mineArchitectureModal .modal-body {
    background-color: rgba(0,0,0,0.9);
    text-align:center;
}

#mineArchitectureModal .modal-body .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#mineArchitectureModal .modal-body img {
    vertical-align: middle;
}

#mineArchitectureModal .modal-footer, #mineArchitectureModal .modal-header {
    background-color: rgba(0,0,0,0.9);
    display:block;
    border: none;
    text-align: center;
    padding-bottom: 75px;
}


#mineArchitectureModal .btn-close {
    background: transparent url("../images/i-close.png") no-repeat;
    opacity: 1;
    border-radius: 30px;
    width:59px;
    height: 59px;
    /*padding: 17px;*/
    /*box-shadow: 0 0 0 2px rgba(202, 21, 62, 1);*/
    font-size:20px;
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 3000;
}

#mineArchitectureModal .btn-close:focus {
    border:none;
}

#mineArchitectureModal .btn-close:hover {
    opacity:.8;
}

@media screen and (max-width: 1399px) {
    #title {
        /*font-size: 1.7rem;*/
        line-height: 1.6rem;
    }
}

@media screen and (max-width: 1199px) {
    .col-logo img, .col-logo-plantpax img {
        width: 95%;
    }
}

@media screen and (max-width: 768px) {
    .hotspot a {
        font-size: 0.6rem;
        letter-spacing: normal;
    }

    .col-logo-plantpax {
        padding-left: 34px;
    }

    .col-logo-plantpax {
        padding-right: 24px;
    }
}