@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Open+Sans:ital,wght@0,600;1,400;300&display=swap");

:root {
  --text-primary: #24292e;
  --text-secondary: #444d56;
  --text-tertiary: #586069;
  --action-primary: #056be1;
  --background-light: #fafbfc;
  --chapter-header: #0043a8;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background: var(--background-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:visited {
  color: #0071bc;
  text-decoration: none;
  cursor: pointer;
}

/* blog entry styles */

#header {
  margin: 0 auto;
  background-color: var(--background-light);
}

.header {
  position: relative;
}

.nav-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
}

.nav-wrapper img {
  width: 106px;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-wrapper div {
  display: flex;
  justify-content: flex-end;
  margin-right: 1rem;
}

.secondary-button-small a {
  background-color: #ffffff;
  border: none;
  color: var(--action-primary);
  border-radius: 24px;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.secondary-button-small {
  opacity: 0.6;
}

.secondary-button-small:hover {
  opacity: 1;
}

.primary-button-small a {
  background-color: var(--action-primary);
  border: none;
  color: #fff;
  border-radius: 24px;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.primary-button-small {
  opacity: 0.6;
}
.primary-button-small:hover {
  opacity: 1;
}

.video-container {
  position: relative;
}

.video-container video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.header-wrapper {
  background: rgb(3, 0, 42, 0.35);
  background: linear-gradient(
    0deg,
    rgba(3, 0, 32, 0.8) 0%,
    rgba(3, 0, 32, 0.1) 100%
  );
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-title-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  max-width: 896px;
  text-align: center;
  margin: 60px 0 0 0;
  color: white;
}

.blog-subtitle-text {
  padding-top: 0.5rem;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.02em;
  font-weight: 600;
  max-width: 896px;
  margin: 0;
  color: var(--background-light);
}

.content-wrapper {
  margin: 0 auto;
  max-width: 848px;
  padding: 4rem 0;
}

.content-wrapper h3 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: var(--text-primary);
}

.content-wrapper p {
  margin: 0;
  letter-spacing: -0.02em;
  padding: 0.5rem 0;
  font-size: 20px;
  line-height: 180%;
}

.content-wrapper a {
  text-decoration: none;
  color: var(--action-primary);
}

.content-wrapper img {
  margin: 0;
  padding: 1rem 0;
  width: 100%;
}

.content-wrapper ul {
  margin: 0;
}

.content-wrapper li {
  margin: 0;
  font-size: 20px;
  line-height: 180%;
}

.framework-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 992px;
  gap: 1rem;
  margin: 0 auto;
}

.framework-card {
  background: white;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  padding: 1.5rem 1rem;
}

.framework-card h4 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}

.framework-card p {
  margin: 0;
  padding-top: 0.5rem;
  font-size: 16px;
  line-height: 24px;
  color: #444d56;
}

.warning {
  max-width: 848px;
  margin: 0 auto;
  display: none;
}

#map {
  position: fixed;
  width: 70%;
  left: 30%;
  top: 0px;
  bottom: 0px;
  z-index: -5;
}

#footer {
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: var(--background-light);
}

#features {
  /* padding-top: 20vh; */
  padding-bottom: 20vh;
  z-index: 100;
}

.lefty {
  background-color: rgba(0, 0, 0, 0);
}

.section-break {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: url("../assets/topology.svg");
  object-fit: cover;
  background-color: var(--background-light);
  opacity: 1;
  display: flex;
  justify-content: center;
}

.light {
  background: pink;
  background: rgba(0, 0, 0, 0);
  margin: 0;
}

.section-display {
  scroll-snap-align: start;
  margin: 0 auto;
  max-width: 70%;
  text-align: center;
  align-self: center;
}

.section-display h3 {
  color: var(--chapter-header);
  scroll-snap-align: start;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  margin: 0;
}

.section-display p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 20px;
  line-height: 180%;
  margin: 0;
  color: var(--text-primary);
}

.step {
  opacity: 0.05;
  min-height: 100vh;
  width: 30vw;
  margin-left: 0;
}

.step.active {
  opacity: 1;
}

.step div {
  padding: 20vh 3rem;
}

.step h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  padding-top: 2rem;
  margin: 0;
  color: var(--chapter-header);
}

.step h6 {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 24px;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: var(--text-tertiary);
}

.step p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 180%;
  margin: 0;
  color: var(--text-primary);
}

#big-padding {
  padding-bottom: 0rem;
}

.step img {
  width: 100%;
}

#primary-button {
  display: block;
  background-color: var(--action-primary);
  border: none;
  color: #ffffff;
  border-radius: 40px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 2rem;
}

.secondary-button {
  display: block;
  background-color: #ffffff; /* Green */
  border: none;
  color: var(--action-primary);
  border: 1px solid var(--action-primary);
  border-radius: 40px;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 2rem;
  margin-right: 1rem;
  max-width: 200px;
}

.button-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  #map {
    width: 100%;
    left: 0;
  }

  .lefty {
    background-color: rgba(0, 0, 0, 0);
  }

  .step {
    width: 40vw;
    margin: 10rem 0;
    margin-left: 2rem;
    min-height: 10vh;
    background-color: var(--background-light);
  }

  .step.active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    opacity: 0.85;
  }

  .step div {
    padding: 3rem 2rem;
  }

  .step h3 {
    padding-top: 0;
    font-size: 28px;
    line-height: 120%;
  }
  .step p {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 180%;
  }

  .section-break {
    height: 40vh;
    margin-top: 28rem;
    min-height: 44rem;
  }

  #section-one {
    margin-top: -1px;
  }

  .section-display {
    max-width: 90%;
  }

  .section-display h3 {
    font-size: 36px;
    line-height: 120%;
  }

  .section-display p {
    font-size: 16px;
  }

  .framework-container {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 1.5rem;
  }
  .content-wrapper {
    padding: 4rem 1.5rem;
  }
  .spacer {
    padding: 0;
    background: white;
  }
}

@media (max-width: 768px) {
  #map {
    width: 125%;
    left: -25%;
  }
  .framework-container {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1.5rem;
  }
}

@media (max-width: 425px) {
  #map {
    width: 100%;
    left: 0;
  }
  #section-one {
    margin-top: 0;
  }

  .framework-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 1.5rem;
  }

  .blog-title-text {
    font-size: 32px;
    line-height: 120%;
    max-width: 96%;
  }

  .blog-subtitle-text {
    font-size: 14px;
    letter-spacing: -0.02em;
    font-weight: 400;
    max-width: 96%;
  }

  .content-wrapper h3 {
    letter-spacing: -0.02em;
    font-size: 32px;
  }

  .content-wrapper p {
    padding: 0.5rem 0;
    font-size: 1rem;
  }

  .content-wrapper li {
    margin: 0;
    font-size: 16px;
    line-height: 180%;
  }

  .section-break {
    height: 100vh;
    margin-top: 28rem;
  }

  .section-display h3 {
    font-size: 32px;
    text-align: left;
  }

  .section-display p {
    font-size: 16px;
    text-align: left;
  }

  .step {
    width: 80vw;
    margin: 10rem 0;
    margin-left: 2rem;
    min-height: 10vh;
    background-color: var(--background-light);
  }

  .step.active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    opacity: 0.85;
  }

  .step div {
    padding: 2rem 2rem;
  }

  .step h3 {
    font-size: 24px;
  }

  .step p {
    font-size: 14px;
  }

  .warning {
    border: 1px solid #ffea7f;
    color: tomato;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 4px;
    margin: 0 0.5rem;
    display: block;
    padding: 0.75rem;
    background: #fffbdd;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(2rem);
  }
}

#scrollImg {
  -moz-animation: bounce 5s infinite;
  -webkit-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}

.z-100 {
  z-index: 100;
}

.x-overflow-0 {
  overflow-x: hidden;
}

.c-btn-padding {
  padding: 18px 24px 12px 24px !important;
}

#mobileNav {
  display: flex;
  background-color: black;
  justify-content: space-between;
  height: 30px;
  padding: 12px 20px;
  z-index: 100;
}

@media (min-width: 320px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */
}
@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}
@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
  .hidden-mobile {
    display: flex;
  }

  .hidden-desktop {
    display: none !important;
  }

  .header-wrapper {
    top: 0px;
  }
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}

.container {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

#mobileMenu {
  background-color: black;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
  padding-bottom: 20px;
  top: 54px;
}

#mobileMenu > a {
  display: block;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1rem;
}

#hamburger {
  cursor: pointer;
}

.hide {
  display: hidden !important;
}

#mobileLogo {
  height: 28px;
}