﻿/* Place Your Custom Styles Here */
.bg-main {
  background-image: linear-gradient(to bottom right, #0d1239, #4d022d);
}
.specialText {
  color: #5ed5e7;
}
.findOutMore .specialText {
  display: inline-block;
}
.findOutMore .arrow {
  display: inline-block;
  padding-bottom: 0.5rem;
}

.btn-orange {
  color: #fff;
  background-color: #08a8c0;
  border-color: #08a8c0;
  box-shadow: none;
}
.btn-orange:hover {
  color: #fff;
  background-color: #07b4ce;
  border-color: #07b4ce;
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #fff;
  background-color: #08a8c0;
  border-color: #08a8c0;
}
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #08a8c0;
  border-color: #08a8c0;
}
.key img {
  width: 100%;
  height: 100%;
}
.lock img {
  width: 100%;
  height: 100%;
}
.home-site-bar li {
  list-style-type: none;
  /* margin-bottom: 1rem; */
  position: relative;
  width: 80% !important;
  height: 6rem !important;
}

.home-site-bar li a {
}
.home-site-bar li a img,
.home-site-bar li a div {
  width: 100%;
  height: 100%;
  position: absolute;
}
.home-site-bar li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  line-height: 1;
  color: #ffffff;
  overflow: hidden;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  font-weight: 200;
}
.home-site-bar li a div::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(200%, 0);
  transform-origin: top left;
  transition: 1s transform ease-out;
  will-change: transform;
  z-index: -1;
  opacity: 0.8;
}

/* .home-site-bar li a:hover img {
  opacity: 0.9;
} */
.home-site-bar li a div p {
  margin: 0 !important;
  padding: 0 !important;
}
.home-site-bar li a:hover div {
  transform: scale(1);
  will-change: transform;
}
.home-site-bar li a:hover div::after {
  transform: translate(0, 0);
}
.home-site-bar li a:hover div p:nth-child(1) {
  color: #08a8c0;
  width: 28%;
}
.home-site-bar li a div p:nth-child(1) {
  font-size: 2.5rem;
  width: 25%;
  transition: width 1s ease-in-out;
}
.home-site-bar li a div span {
  font-size: 3rem;
  width: 10%;
  padding-bottom: 0.5rem;
}
.home-site-bar li a div p:nth-child(3) {
  font-size: 1rem;
  width: 38%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}

.navbar-nav .dropdown .dropdown-menu a:hover {
  color: white !important;
  background: #08a8c0;
}

.tab-content {
  border-top: 2px solid grey;
}

.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; /* This makes the container take up the full viewport height */
}

.globeText {
  /* font-size: 400%; */
  position: relative;
  font-size: 9vw;
  width: 53vw;
  margin: 0 auto;
  color: transparent;
  -webkit-text-stroke: 0.1vw #08a8c0;
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif;
}
.globeText::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  color: #08a8c0;
  -webkit-text-stroke: 0vw #08a8c0;
  border-right: 2px solid #08a8c0;
  overflow: hidden;
  animation: animate 6s linear infinite;
}

@keyframes animate {
  0%,
  10%,
  100% {
    width: 0;
  }
  70%,
  90% {
    width: 100%;
  }
}
.esgContainer img.abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_button_hotspotContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.home_button_hotspot_1,
.home_button_hotspot_2,
.home_button_hotspot_3,
.home_button_hotspot_4 {
  position: absolute;
  width: 50%;
  height: 50%;
  z-index: 999;
}
.home_button_hotspot_1 {
  top: 0;
  left: 0;
}
.home_button_hotspot_1:hover + img {
  opacity: 1;
}
.home_button_hotspot_2 {
  top: 0;
  left: 50%;
}
.home_button_hotspot_2:hover + img {
  opacity: 1;
}
.home_button_hotspot_3 {
  top: 50%;
  left: 0;
}
.home_button_hotspot_3:hover + img {
  opacity: 1;
}
.home_button_hotspot_4 {
  top: 50%;
  left: 50%;
}
.home_button_hotspot_4:hover + img {
  opacity: 1;
}

.home_button_hotspot_5 {
  position: absolute;
  top: 37%;
  left: 40%;
  width: 20%;
  height: 24%;
  z-index: 1000;
}
.home_button_hotspot_5:hover + img {
  opacity: 1;
}

@media (min-width: 1200px) {
  .home_button_hotspot_5 {
    position: absolute;
    top: 35%;
    left: 40%;
    width: 20%;
    height: 29%;
  }
}
.abshover {
  opacity: 0;
  transition: opacity 0.3s;
}
.home_button_hotspot_3:hover
  + span.icons:first-child:hover
  + span.popups
  span.one {
  opacity: 1;
}

.map img {
  width: 100%;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7) !important;
}

.bg-custom {
  background-color: #212b83 !important;
}
