@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Open+Sans&display=swap');
@font-face {
  font-family: HendersonModThin;
  src: url('henderson_mod/thin.otf');
}

@font-face {
  font-family: HendersonModBold;
  src: url('henderson_mod/bold.otf');
}

@font-face {
  font-family: HendersonModRegular;
  src: url('henderson_mod/regular.otf');
}

* {
  font-family: 'Montserrat', sans-serif !important;
}

:root {
  --bs-body-color: #ffffff; /* red color */
}

body {
  background-color: #020202;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: inherit !important;
  /* any additional styles you want to apply to your links */
}

.atlas-navbar {
  display: flex;
  justify-content: center;
  min-height: 60px;
  /* border-bottom: 2px solid #8e8e8e; */
  background: rgba(0, 0, 0, 0.31) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.nav-subcontainer {
  display: flex;
  justify-content: center;
  width: 1200px;
  align-items: center;
}

.navbarelement {
  transition: opacity 0.5s;
}

#atlas-headline {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: white;
}

#atlas-hero {
  display: flex;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
}

.bg-video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
  box-sizing: border-box;
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#atlas-tiles-container {
  background-color: #ffffff;
  min-height: 250px;
}

#atlas-hero-logo {
  max-height: 240px;
  position: relative;
  left: 5px;
}

#bcgx-hero-logo {
  max-height: 50px;
  position: relative;
  left: 5px;
  margin-top: 28px;

}

#atlas-tiles {
  top: -70px;
}

.atlas-tile:hover{
  background-color: rgba(132, 255, 212, 0.45);
  cursor: pointer;
}

#atlas-hero-text {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 10px #5d5d5d;
  margin-top: 10px;
}

#atlas-hero-sub-text {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  max-width: 500px;
  text-transform: uppercase;
}

.hero-scrolldown {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  width: 24px;
  height: 42px;
  border: 1px solid #ffffff;
  border-radius: 12px;
}

.scrolldown-animation {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(8px);
  animation: scrollanimation 3s infinite;
  animation-timing-function: linear;
}

#bcgx-top {
  max-height: 40px;
  margin-right: 1rem;
}

#atlas-top {
  max-height: 40px;
  margin-left: 0.5rem;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-body, .card-text, .card-title {
  min-height: 0px !important;
}

p.card-text {
  font-family: 'Montserrat', sans-serif;

  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  width: 75%;
}

h5.card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

button.btn {
  font-family: 'Montserrat', sans-serif;

}

button.btn-primary {
  font-weight: 600;
  font-size: 0.9rem;
  color: #00cfa6;
  background-color: #ffffff00;
  border: #00FFCC;
  letter-spacing: 1px;
}

button.btn-primary:hover {
  color: #ffffff;
  background-color: #ffffff00;

}

.button-custom {
  background: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 1rem;
  border-radius: 0 !important;
}

.dropdown-menu {
  margin: 1rem !important;
  border-radius: 0;
}

.dropdown-menu > li > button {
  border-radius: 0;
  margin: 0;
}

/* .dropdown-menu > li > button:hover {
  background-color: #008e99;
} */

.arrow-icon {
  width: 68%;
  margin: auto;
  display: flex !important;
  justify-content: space-between;
  padding: 1rem 0;
}

.arrow-icon-second {
  width: 68%;
  margin: auto;
  display: flex !important;
  justify-content: center;
  padding: 1rem 0;
}



#atlas-content {
  position: relative;
  display: flex;
  justify-content: center;
 /* background-image: url('../img/alternativebackground11.png'); */
  background-size: cover;
  padding-top: 4rem;
  /* background: rgb(0,0,0); */
}

#atlas-content-subcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  width: 95vw;
  align-items: center;

}

.description-atlas {
  color: white;
  font-weight: 600;
}

#atlas-content > h1 {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;

}

#atlas-content > p {
  font-family: 'Montserrat', sans-serif;

  font-size: 1.3rem;
}

#atlas-content > span {
  position: relative;
  top: -100px;
}

#atlas-stack-container {
  margin-bottom: 80px;
}

.atlas-stack-element {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 1rem;
}

.atlas-stack-explanation>ol {
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.fourelementscontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* padding-top: 2rem; */
}

.fourelements {
  width: 100%;
  padding: 1rem;
}

.fourelements .row {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.fourelements .row .col-2{
  margin-bottom: 8px;
}
.fourelements .row .col-8 p {
display: flex;
align-items: left !important;
text-align: left !important;
}

.minisectionheader {
  margin-left: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
}


.accordion-button > img {
  max-height: 34px;
  margin-right: 10px;
}

.atlas-stack-element-active {
  background-color: #84ffd457;
}

.atlas-stack-element:hover {
  background-color: #84ffd487;
  cursor: pointer;
}

.atlas-stack-element-highlighted {
  font-size: 0.9rem !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold !important;
  padding-bottom: 0;
  margin-bottom: 0;
  color: white;
}

.atlas-stack-element-text {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
  color: rgb(210, 210, 210);
}

.atlas-stack-explanation {
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  min-height: 350px;
  text-align: justify;
  color: white;

}

.atlas-stack-expl-header {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  text-align: right;
  color: white;

}

.atlas-stack-explainer-img {
  max-width: 100%;
  border:2px solid #00ffd9;
  border-radius: 4px;
}

.col-2 {
  display: flex;
  justify-content: center;
  align-items: center
;}

.atlas-stack-element-img {
  max-height: 50px;
}

.atlas-stack-element-highlighted {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
}
.cloud-elements-container {
  position: relative;
  justify-content: space-evenly;
  top: -2px;
  margin-top: 0;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.cloud-element {
  max-width: 28%;
  padding: 0.75rem 1rem;
  color: #00e595;
  font-size: 0.8rem;
  letter-spacing: 2px;
  font-weight: 500;
}

.terraform-deployment {
  font-size: 5rem;
  position: relative;
  top: -20px;
  color: #00FFCC;
  max-height: 60px;
}

.px-08 {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.col-49pct {
  flex: 0 0 auto;
  width: 49%;
}

.col-60pct {
  flex: 0 0 auto;
  width: 60%;
}

.col-32pct {
  flex: 0 0 auto;
  width: 32%;
}

.helm-deploy-icon {
  font-size: 3rem;
  position: relative;
  color: #00FFCC;
  top: -1rem;
  max-height: 30px;
  transform: rotate(180deg);
}

.atlas-inner-stack-element {
  display: flex;
  margin: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 80px;
  justify-content: center;
  align-items: center;
}

.atlas-inner-stack-element > img {
  max-width: 40px;
  max-height: 40px;
}

.atlas-inner-stack-element > span {
  margin-top: 10px;
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
}

.appstack-wrapper {
  width: 100%;
}

.ai-logo {
  max-height: 55px;
}

.card-icon {
  margin-right: 1.2rem;
}

.anchor-text {
  color: red;
}

.card-header {
  height: 2rem;
  border-radius: 0 !important;
  border: none;
}

.card-header-green {
  background-color: #00FFCC;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
}

.card-header-soon {
  background-color: #839892;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.card-header:first-child {
  border-radius: 0 !important;
}

.card-img-wrapper {
  max-height: 130px;
}

.card-img-wrapper > img {
  height: 100%;
  border-radius: 30%;
}

.card-img-top {
  max-height: 120px;
  object-fit: scale-down;
}

.filter-badge {
  cursor: pointer;
}

#filter-pill-pane {
  min-height: 30px;
}

.accordion-body>img{
  max-width: 400px;
  margin:1.5rem;
  border:1px solid #008e99;
}

.bootcamp-container {
  background-size: cover;
  max-width: 1200px;
  width: 100vw;
  display: flex;
  justify-content: left;
}

.bootcamp-subcontainer {
  /*width: 90vw; */
  display: flex;
  flex-direction: column;
  align-items: left;
}

.bootcamp-header {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem !important;
}
.button-box {
  border-radius: 8px;
  font-size: 0.9rem;
  padding: 10px 14px;
  margin: 0 1rem;
}

.button-box::after {
  margin-left: 4rem;
}

.search-box {
  width: 30%;
  border-radius: 0 !important;
}

.search-custom {
  border-radius: 0 !important;
}

.search-custom::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: black;
  letter-spacing: 1px;
}

.card {
  max-width: 250px;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 0rem;
}

.cards-wrapper {
  display: flex;
  justify-content: center;
}

.text-muted {
  color: rgba(255, 255, 255, 0.728) !important;
}

.modeswitch {
  position: relative;
  width: 4rem;
  height: 4rem;
  transform: scale(0.8);
}

.modeswitch:hover {
  cursor: pointer;
}

.moonsun {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  transition: 0.5s;
}

.moonsun-night {
  background-color: rgb(255, 255, 255);
}

.satellite {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 2.8rem;
  height: 2.8rem;
  background-color: rgb(0, 0, 0);
  border-radius: 100%;
  transition: 0.5s;
}

.satellite-mini {
  top: 5%;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
}

.contact-container {
  display: flex;
  justify-content: center;
  background-size: cover;
}

/* TEAM CONTAINER */

.team-container {
 /* width: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-subcontainer {
 /* width: 100%; */
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.group-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(0, 0, 0, 0.31) !important;
  background-image: url("../img/teambackground4.png"), linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.15)) !important;
  background-size: cover !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 0rem;
  margin-bottom: 2rem;
}

.containertwo {
  background-image: url("../img/teambackground5.png"), linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1)) !important; /* W3C */
}

.role-container {
  /* width: 400px; */
  display: flex;
  flex-direction: column;
  margin: 2rem 4rem;
}

.role-title {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  opacity: 0.6;
  border-top: 1px solid rgba(255, 255, 255, 0.554);
}

.persons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.person-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0rem 1rem;
}

.person-image {
  width: 100px;
  height: 100px;
  padding: 0.2rem;
}

.person-name {
  text-align: center;
}

.atlas-subheader {
  margin: 1rem auto 0rem auto !important;
  padding: 0.2rem 2rem;
  /* background: rgba(255, 255, 255, 0.31) !important; */
  /* box-shadow: 0 4px 30px rgba(255, 255, 255, 0.31); */
  /* backdrop-filter: blur(5px); */
  /* -webkit-backdrop-filter: blur(5px); */
}

.background-container {
  background: rgba(0, 0, 0, 0.31) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin-top: 4rem;
}

.background-container-2 {
  background: rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.background-container-3 {
  background: rgba(0, 0, 0, 1) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@keyframes scrollanimation {
  0% {
    transform: translateY(8px);
    opacity: 0;
  }
  10% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(16px);
    opacity: 1;
  }
  60% {
    transform: translateY(24px);
    opacity: 0;
  }
  100% {
    transform: translateY(24px);
    opacity: 0;
  }
}/*# sourceMappingURL=Home.css.map */

#preview-banner{
  position: absolute;
  top: 10px;
  text-align: center;
  width: 100%;
  z-index: 100000;
}

.atlas-launcher-component{
  border: 1px solid #297E72;
  width: 8rem;
  height: 7rem;
  background: #000;
  border-radius: 0.2rem;
}

.atlas-launcher-component:hover {
  color: black;
  background-color: #14E6E6;
  cursor: pointer;
  border: 0.1rem solid white;
}
