@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 Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Barlow Medium'), url('../fonts/Barlow-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Barlow SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local('Barlow SemiBold'), url('../fonts/Barlow-SemiBold.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: 'Avenir Next LT Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Regular'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
}

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

@font-face {
  font-family: 'Avenir Next LT Pro Demi';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Demi'), url('../fonts/AvenirNextLTPro-Demi.woff') format('woff');
}

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

@font-face {
  font-family: 'Avenir Next LT Pro Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Medium Italic'), url('../fonts/AvenirNextLTPro-MediumIt.woff') format('woff');
}

body {
  font-family: 'Avenir Next LT Pro Regular' !important;
  /*cursor: url('../images/cursor.png'), auto;*/
  font-size: 1vw;
  background-color: #dcdadc;
}

header {
  position: absolute;
  display: inline-block;
  bottom: 21px;
  right: 27px;
  width: 175px;
  height: 41px;
  z-index: 100;
}

header img:first-child {
  margin-right: 23px;
}

video:not(.video-content) {
  position: fixed;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.hotspot {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  direction: row;
}

.hotspot a.icon {
  display: inline-block;
  width: 48px;
  height: 49px;
  position: relative;
  cursor: pointer;
  z-index: 999;
}

/* should rework */
.hotspot a.icon:hover {
  width: 48px;
  height: 49px;
}

.hotspot a.icon-red {
  background: transparent url('../images/btn-plus.png') no-repeat 0px 0;
}

.hotspot a.icon-red:hover {
  background: transparent url('../images/btn-plus.png') no-repeat -48px 0;
}

.hotspot.hotspot-book a.icon-red {
  background: transparent url('../images/btn-book.png') no-repeat 0px 0;
}

.hotspot.hotspot-book a.icon-red:hover {
  background: transparent url('../images/btn-book.png') no-repeat -48px 0;
}

.hotspot-red-popover div {
  font-family: 'Avenir Next LT Pro Regular';
  height: 49px;
  width: 200px;
  padding-left: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: rgb(205, 22, 63, 1);
  color: white;
  border: none;
  border-radius: 3px;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.2rem
}

.hotspot-popover-left {
  margin-left: -20px;
}

.hotspot-popover-right {
  position: absolute;
  right: 28px;
}

.hotspot-popover-right div {
  padding-left: 0;
  padding-right: 20px;
}

.hotspot-category {
  display: flex;
  justify-content: center;
  z-index: 1001;
}

/*.hotspot-blue:active .hotspot-blue-popover div {*/
/*  background-color: white;*/
/*  color: rgb(11, 60, 110);*/
/*  box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 1);*/
/*}*/

/*.hotspot-red:active .hotspot-red-popover div {*/
/*  background-color: white;*/
/*  color: rgb(173, 26, 58);*/
/*  box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 1);*/
/*}*/

/*.hotspot-green:active .hotspot-green-popover div {*/
/*  background-color: white;*/
/*  color: rgb(18, 66, 9, 0.8);*/
/*  box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 1);*/
/*}*/

.mine div {
  width: 120px;
}

.people-safety-and-efficiency div {
  width: 330px;
}

.renewable div {
  width: 200px;
}

.utilities div {
  width: 160px;
}

.loading-unloading-facilities div {
  width: 300px;
}

.conveyors div {
  width: 220px;
}

/* .hotspot-blue-popover div::after {
  content: url('../images/btn-plus-blue.png');
  position: absolute;
  top: 0;
  left: -30px;
}

.hotspot-blue-popover div:hover {
  background-color: white;
  color: rgb(11, 60, 110);
  box-shadow: 0px 5px 15px -1px rgba(0, 0, 0, 1);
} */

#main-menu {
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: rgb(11, 19, 20, 0.6);
  width: 25%;
  height: 24%;
  clip-path: polygon(90% 0, 100% 16%, 100% 100%, 0 100%, 0 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.menu-item {
  font-family: 'Barlow Medium';
  width: 94%;
  height: 22%;
  clip-path: polygon(95% 0, 100% 26%, 100% 100%, 0 100%, 0 0);
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.menu-item-blue {
  background: linear-gradient(90deg, rgb(0, 62, 126, 0.4) 42%, rgb(0, 174, 239, 0.4) 100%);
  letter-spacing: 4px;
}

.menu-item-red {
  background: linear-gradient(90deg, rgb(205, 22, 63, 0.4) 42%, rgb(225, 75, 50, 0.4) 80%, rgb(245, 128, 37, 0.4) 100%);
  letter-spacing: 3px;
}

.menu-item-green {
  background: linear-gradient(90deg, rgb(6, 69, 0, 0.4) 0%, rgb(21, 107, 1, 0.4) 55%);
  letter-spacing: 2px;
}

.menu-item-blue:hover,
.menu-item-active-blue {
  background: linear-gradient(90deg, rgb(0, 62, 126, 1) 42%, rgb(0, 174, 239, 1) 100%);
}

.menu-item-red:hover,
.menu-item-active-red {
  background: linear-gradient(90deg, rgb(205, 22, 63, 1) 42%, rgb(225, 75, 50, 1) 80%, rgb(245, 128, 37, 1) 100%);
}

.menu-item-green:hover,
.menu-item-active-green {
  background: linear-gradient(90deg, rgb(6, 69, 0, 1) 0%, rgb(21, 107, 1, 1) 55%);
}

.page-title {
  position: fixed;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  width: 680px;
  height: 73px;
  z-index: 10;
}

.page-title .col-left {
  background: url('../images/title-l.png') no-repeat left top;
  width: 81px;
  height: 100%;
}

.page-title .col-right {
  background: url('../images/title-r.png') no-repeat left top;
  width: 81px;
  min-width: 81px;
  height: 100%;
}

.col-title {
  background: url('../images/title-bg.png') repeat-x left top;
  height: 100%;
  flex-grow: 6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#title {
  font-family: 'Barlow Medium';
  font-size: 1.6rem;
  background: -webkit-linear-gradient(45deg, #ce163f, #fe7001);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
}

.btn-home {
  position: absolute;
  left: 0;
  top: 68px;
  background: transparent url('../images/i-home.png') no-repeat 12px center;
  height: 46px;
  width: 55px;
  display: flex;
  align-items: center;
  font-family: 'Avenir Next LT Pro Bold';
  z-index: 1001;
  cursor: pointer;
}

.btn-back {
  position: absolute;
  left: 0;
  top: 120px;
  background: transparent url('../images/btn-back.png') no-repeat 12px center;
  height: 46px;
  width: 55px;
  display: flex;
  align-items: center;
  font-family: 'Avenir Next LT Pro Bold';
  z-index: 1001;
  cursor: pointer;
}

.btn-home span,
.btn-back span {
  display: none;
}

.btn-home:hover,
.btn-back:hover {
  background-color: #ce1c3f;
  width: 55px;
  border-radius: 0 5px 5px 0;
}

.btn-home:hover span,
.btn-back:hover span {
  display: none !important;
  padding-left: 0;
  display: inline;
  color: #ffffff;
}

.inner-col-docs ul {
  list-style-image: url('../images/i-marker-triangle.png');
  padding-top: 20px;
  margin-left: 10px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.inner-col-docs ul li {
  padding-left: 10px;
}



.col-content {
  font-size: 18px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.discoveries.modal {
  /*top: 85px;*/
  z-index: 5000;
}

.discoveries.modal .btn-close, #pdfModal .btn-close, #videoModal .btn-close {
  width: 48px;
  height: 39px;
  padding:0;
  opacity:1;
  top: 0;
  position: absolute;
  right: -54px;
  background: transparent url('../images/btn-close.png') no-repeat;
  border-radius: 0 0 0 0;
}

.discoveries.modal .btn-close:hover,
.discoveries.modal .btn-close:focus,
#pdfModal .btn-close:hover,
#pdfModal .btn-close:focus,
#videoModal .btn-close:hover,
#videoModal .btn-close:focus{
  background-position: -48px 0;
  box-shadow: none;
}

.discoveries .modal-content {
  background-color: rgba(255,255,255, 0.4);
  padding: 22px 25px;
  border-radius: 25px 0 25px 25px;
  font-family: 'Barlow Regular';
}

.discoveries .modal-body {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 1.1rem;
}

.discoveries .col-cnt {
  background: rgb(235,107,48);
  background: linear-gradient(150deg, rgba(235,107,48,1) 0%, rgba(206,21,63,1) 45%);
  padding: 20px;
  color: #ffffff;
  border-radius: 25px 0 0 25px;
  margin-right:13px;
  position: relative;
  min-height: 500px;
  flex:none;
  width: 40%;
}
.discoveries .col-info {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.discoveries .inner-col-media {
  margin-bottom: 13px;
  position: relative;
}

.discoveries .inner-col-media img {
  width:100%;
  height: 293px;
}

.discoveries .inner-col-docs {
  background: #ededed;
  display: flex;
  border-radius: 0 25px 25px 0;
  flex-direction: column;
  height: 100%
}

@media (min-width: 576px) {
  .discoveries .modal-dialog {
    max-width: 940px;
  }
}

/*#videoModal .modal-dialog {*/
/*  max-width: 80%;*/
/*  margin: 30px auto;*/
/*}*/

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

/*#videoModal .btn-close {*/
/*  z-index: 1000;*/
/*  border: 2px solid #ffffff;*/
/*  position: absolute;*/
/*  right: -35px;*/
/*  top: 0;*/
/*  color: #ffffff;*/
/*  border-radius: 30px;*/
/*  background-color: #ffffff;*/
/*}*/

.col-content .row {
  width: 100%;
  height: 100%;
}

.col-content .col:first-child {
  text-align: left !important;
}

.col-content .col:last-child {
  text-align: right !important;
}

.col-content {
  background-color: rgba(38, 79, 29, 0.9);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-right: 25px;
  letter-spacing: 0.1rem;
  color: #fff;
  position: relative;
}
.col-content div {
  padding: 30px 20px 30px 10px;
}
.col-content h4 {
  /* text-transform: uppercase; */
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-family: 'Barlow SemiBold';
}

.col-content h5 {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 25px;
  font-family: 'Barlow SemiBold';
}

/* .col-content h6 {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.col-content h4 span {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
}

.col-content li {
  padding-left: 10px;
}


.inner-col-docs li a {
  color: #000;
  text-decoration: none;
}

.inner-col-docs li a:hover {
  color: #000;
  text-decoration: underline;
}

.btn-discover {

  display: flex;
  justify-content: right;
  gap: 20px;
  position: absolute;
  bottom: 23px;
  margin-right: 23px;
  left: 0;
  right: 0;
}

.btn-discover button {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
  font-family: 'Barlow Medium';
  color: #d0264c;
}

.btn-discover button:hover {
  background-color: #cd163f;
  border: 1px solid #fff;
  color: #fff;
}

.pdf-to-show, .video-to-show {
  height: 293px;
  width: 100%;
  position: absolute;
  z-index:10001;
  top: 0;
  background: rgba(0,0,0, 0.2) url('../images/i-pdf.png') no-repeat center center;
  cursor: pointer;
}

.video-to-show {
  background: none;
}

.inner-col-media embed {
  position:relative
}

#pdfModal, #videoModal {
  z-index: 10060;
}

#pdfModal .modal-body, #videoModal .modal-body {
  padding: 0;
}
.modal-xl {
  max-width: 1095px;
}

@media all and (max-height: 768px) {
  body {
    background-color: #000000;
  }

  video,
  .video-trans {
    min-height: auto;
  }
}
