@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');



.title {
  font-style: italic;
  font-weight: 100;
  text-align: center;
}
/* .title.mdc-typography--headline2 {
  font-size: 50px !important;
} */

/* 
Relevant to y spacing:
- .md-content
- .explore-btn
- .home-content
- .pricing-page
- .support-page
- .support-page-email
- .faq-page
- .home-bottom-btn
*/

.md-main {
  padding: 0px;
}

.md-content {
  /* margin-top: 64px;
  margin-bottom: 32px; */
  padding-top: 64px;
  /* width: 100%; */
}

.homepage-title, .home-bottom-msg-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #79827c;
}

.cool-bg {
  background:
    /* linear-gradient(130deg, rgba(167,170,168,1) 0%, rgba(182,255,212,1), transparent),  */
    /* Made with https://cssgradient.io/ */
    /* linear-gradient(196deg, rgba(249,251,231,1) 59%, rgba(0,77,64,1) 100%), */
    linear-gradient(196deg, rgba(249,251,231,0.5) 59%, rgba(0,77,64,0.5) 100%);
    /* linear-gradient(196deg, rgba(249,251,231,0.5) 59%, rgba(0,77,64,0.5) 100%),
    url(https://grainy-gradients.vercel.app/noise.svg); */
  /* filter: contrast(100%) brightness(100%); */
  /* filter:sepia(100%); */
  z-index: -1;
  background-size: 150% 150%;
  background-repeat: repeat-x repeat-y;
  /* background-position: 0% 0%; */
  animation: spin 15s ease-in-out infinite;
  -moz-animation: spin 15s ease infinite;
  -webkit-animation: spin 15s ease infinite;
  -ms-animation: spin 15s ease infinite;
}

.cool-bg-flipped {
  background:
    /* linear-gradient(130deg, rgba(167,170,168,1) 0%, rgba(182,255,212,1), transparent),  */
    /* Made with https://cssgradient.io/ */
    /* linear-gradient(196deg, rgba(249,251,231,1) 59%, rgba(0,77,64,1) 100%), */
    linear-gradient(16deg, rgba(249,251,231,0.5) 59%, rgba(0,77,64,0.5) 100%);
    /* linear-gradient(196deg, rgba(249,251,231,0.5) 59%, rgba(0,77,64,0.5) 100%),
    url(https://grainy-gradients.vercel.app/noise.svg); */
  /* filter: contrast(100%) brightness(100%); */
  /* filter:sepia(100%); */
  z-index: -1;
  background-size: 150% 150%;
  background-repeat: repeat-x repeat-y;
  /* background-position: 0% 0%; */
  animation-delay: 5s;
  animation: spin 15s ease-in-out infinite;
  -moz-animation: spin 15s ease infinite;
  -webkit-animation: spin 15s ease infinite;
  -ms-animation: spin 15s ease infinite;
}

@keyframes spin {
  0%{background-position:50% 0%}
  25%{background-position:0% 50%}
  50%{background-position:50% 100%}
  75%{background-position:100% 50%}
  100%{background-position:50% 0%}
}
@-moz-keyframes spin {
  0%{background-position:50% 0%}
  25%{background-position:0% 50%}
  50%{background-position:50% 100%}
  75%{background-position:100% 50%}
  100%{background-position:50% 0%}
}
@-webkit-keyframes spin {
  0%{background-position:50% 0%}
  25%{background-position:0% 50%}
  50%{background-position:50% 100%}
  75%{background-position:100% 50%}
  100%{background-position:50% 0%}
}
@-ms-keyframes spin {
  0%{background-position:50% 0%}
  25%{background-position:0% 50%}
  50%{background-position:50% 100%}
  75%{background-position:100% 50%}
  100%{background-position:50% 0%}
}

.explore-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 128px;
  /* margin-bottom: 96px; */
  /* padding: 4vw; */
  /* padding-bottom: 4vw !important; */
}

@media (max-width: 960px) {
  /* .explore-btn {
    display: block;
  } */
  .homepage-title-text {
    font-size: 5em;
    line-height: normal;
  }
  .home-bottom-msg {
    font-size: 4em;
    line-height: normal;
  }
}

.home-content-desktop {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 64px;
  display: none;
  padding: 0;
}

.home-content-mobile {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  margin-top: 64px;
  display: block;
}

.home-explainer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.home-explainer {
  margin-top: 72px;
}

.home-explainer:first-of-type {
  margin-top: 0;
}

@media (min-width: 960px) {
  .home-content-desktop {
    display: block;
  }
  .home-content-mobile {
    display: none;
  }
  .home-explainer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-explainer-headline {
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  /* .explore-btn {
    display: none;
  }

  .home-content {
    width: 80%;
    padding: 0;
  } */

  body {
    /* background-color: #f9fbe7; */
    /* background-color: #fefefb; */
  }

  .pricing-page {
    width: 80%;
    padding: 0;
    margin: auto;
    /* margin-bottom: 0px; */
    margin-top: 32px;
  }

  .faq-page {
    margin-top: 32px;
  }
}

.home-panel {
  /* box-shadow: 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12), 0 7px 8px -4px rgba(0,0,0,0.20); */
  /* padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px; */
  padding: 30px;
  /* background: rgba(0, 0, 0, 0.02); */
  /* background: #fdffeb; */
  /* background-color: #f3ffe3; */
  /* border-top: #d5eec0 wavy 1px; */
  /* border: #d5eec0 outset 4px; */
  /* border: #fdffeb outset 4px; */
  animation: all 0.1s smooth;
  /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20); */
  margin-bottom: 32px;
}

.home-panel-big {
  /* margin-bottom: 64px; */
  background: #fdffeb;
}

.home-panel-icon {
  /* width: 30%; */
  height: 100px;
  /* height: 30vw; */
  /* hsl(165, 49%, 20%) */
  /* filter: hue-rotate(165deg) saturate(49%) brightness(20%); */
}

.home-panel-icon-span-2-left {
  width: 15%;
  height: 100px;
}

.home-panel-icon-span-2-right {
  width: 13%;
  height: 100px;
}

.home-panel:hover {
  /* box-shadow: 0 12px 17px 2px rgba(0,0,0,0.14), 0 5px 22px 4px rgba(0,0,0,0.12), 0 7px 8px -4px rgba(0,0,0,0.20); */
  /* background: #fdffeb; */
}

/* code {
    font-size: var(--mdc-typography-headline1-font-size) !important;
} */

.home-bottom {
  text-align: center;
  margin-bottom: 96px;
}

.home-action-btns-top, .home-action-btns-middle {
  text-align: center;
  margin-top: 32px;
  padding: 0;
  height: fit-content;
  margin-bottom: 0px;
}

.home-action-btns-middle {
  margin-top: 32px;
  margin-bottom: 96px;
}

.home-bottom-msg {
  margin-top: 0px;
  /* margin-bottom: 64px; */
  padding: 0px;
  /* margin-top: 4vw; */
}

.home-bottom-msg-title {
  margin-bottom: 0;
  margin-top: 32px;
}

.home-bottom-btn {
  /* padding-left: 2vw; */
  /* padding-bottom: 2vw;
  padding-top: 2vw; */
  /* padding: 2vw; */
  /* width: 100%; */
  /* padding: 5px; */
  /* margin-top: 2vw; */
  /* margin: 4vw; */
  margin: 0px;
  /* margin-bottom: 64px
  ; */
}

.contact-us-btn {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 48px;
  margin-right: 32px;
}

.home-bottom-btn {
  margin-top: 0px;
  /* margin-bottom: 48px; */
  margin-right: 32px;
}

.home-bottom-btn:last-child {
  margin-right: 0px;
}

.get-started-btn,
.go-to-dashboard-btn {
  margin-right: 10px;
}

.price {
  line-height: 1.1;
  text-align: right;
  padding-right: 10%;
}

.price-right {
  line-height: 1.1;
  text-align: left;
  padding-left: 10%;
}

.support-page {
  /* Re-enable the below line for vertical alignment */
  /* vertical-align: middle; */

  /* text-align: center; */
  /* margin-top: 5vw; */
  /* height: 100%; */
  /* margin: auto; */
  /* width: 100%; */
  margin: 0;
  padding-bottom: 0;
  width: 90%;
  margin-left: 5%;
}

.support-page-inner {
  padding: 0;
}

.support-page-email {
  text-align: center;
  margin-top: 64px;
  padding: 0;
  margin-bottom: 16px;
}

.support-page-email h4 {
  margin: 0;
  padding: 0;
}

.support-page-info {
  /* text-align: center; */
  margin-top: 0;
  padding: 0;
  margin-bottom: 48px;
}

.support-page-info-line1 {
  padding-bottom: 16px;
}

.support-page-info-line2 {
  padding-bottom: 16px;
}

.support-page-info p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
}

.previous-price {
  opacity: 20%;
  text-decoration: line-through;
}

.home-page-message {
  /* margin-top: auto;
	margin-bottom: auto;
	height: 100%; */
}
@import url("https://fonts.googleapis.com/css2?family=Fira+Code&display=swap");
.home-page-code {
  font-family: "Fira Code", monospace;
  font-size: medium;
  padding: 0;
  text-align: 0;
}

.home-page-code-container {
  width: fit-content;
}

.home-page-code-header {
  width: fit-content;
}

.home-code-example {
  padding: 0;
  width: fit-content;
  /* display: flex;
  flex-direction: column;
  align-self: center; */
}

.home-code-example-container {
  display: flex;
  justify-content: center; /* For horizontal alignment */
  align-items: center;     /* For vertical alignment   */
}

.home-code-example-container-img {
  padding: 0;
  width: 100%;
}

.homepage-title {
  text-align: center;
  padding: 0px;
  margin: 0px;
  align-items: center;
  /* margin-top: 96px; */
  width: 90%;
  margin-left: 5%;
}

.homepage-subtitle {
  text-align: center;
  padding: 0px;
  margin: 0px;
  align-items: center;
  /* margin-top: 96px; */
  width: 90%;;
  margin-left: 5%;
}

@media (min-width: 960px) {
  .homepage-subtitle {
    width: 40%;
    margin-left: 30%;
  }
}

.homepage-title-text {
  margin-top: 128px;
  padding: 0px;
  /* margin-top: 192px; */
}

.homepage-subtitle-text {
  margin-top: 32px;
  /* margin-bottom: 128px; */
  padding: 0px;
  margin-bottom: 0px;
}

.question {
  color: var(--mdc-theme-primary);
  font-style: italic;
}

.answer {
  padding-left: 50px;
  clip: rect(0px 112px 175px 0px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-in;
}

.question:hover {
  cursor: pointer;
}

.md-header__button {
  display: none;
}

/* Signup box */

.mdc-text-field-subscribe {
  width: 100%;
}

.clear {
  --mdc-theme-primary: #f9fbe7;
}

#mdc-text-field-subscribe,
#mc-embedded-subscribe {
  width: 100% !important;
  background-color: #f9fbe7;
}

.clear,
.mc-field-group {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.subscribe-btn-text {
  color: var(--mdc-theme-on-surface);
}

.video-container {
  /* margin: 5%; */
  width: 95%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slack-button {
  position: fixed;
  bottom: 10px;
  right: 10px; 
  z-index: 2000;
}

.md-sidebar__scrollwrap {
  visibility: hidden;
}

.md-content__inner {
  visibility: hidden;
}

.red-diff {
  background-color: #ffebe9
}

.green-diff {
  background-color: #e6ffcc
}

.pricing-panel {
  height: 100%;
  vertical-align: middle;
}

.md-typeset .admonition.note,
.md-typeset details.note {
  border-color: #004D40;
}
.md-typeset .note > .admonition-title,
.md-typeset .note > summary {
  background-color: #f9fbe7;
}
.md-typeset .note > .admonition-title::before,
.md-typeset .note > summary::before {
  background-color: #004D40;
  /* -webkit-mask-image: var(--md-admonition-icon--pied-piper);
          mask-image: var(--md-admonition-icon--pied-piper); */
}

.home-screen-hero {
  max-width: 50%; 
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  top: -5%;
  padding: 0px;
  z-index: -100;
  /* position: relative; */
  margin-bottom: 0px;
  margin-top: 32px;
  /* margin-bottom: 128px; */
  padding: 0px;
}

.homepage-title, .homepage-subtitle {
  z-index: -50;
  /* position: relative; */
}

.home-diagram {
  left: 5%;
  width: 90%;
  position: sticky;
  /* top: 100px */
  padding: 0;
}

.home-diagram-object {
  width: 100%;
  z-index: 1;
}

.home-explainer-top {
  text-align: center;
  /* width: 60%;
  margin-left: 20%; */
}

.home-diagram-object-top {
  margin-left: 20%;
  width: 60%;
  z-index: 1;
  margin-top: 16px;
}

#banyanArchitecture {
  height: 100%;
  /* display: flex; */
  position: relative;
  /* align-items: center;
  text-align: center; */
  padding: 0;
}

.fixed {
  position: fixed !important;
}

.home-explainer {
  /* padding-top: 500px;
  padding-right: 500px; */
  width: 90%;
}

.home-explainer:last-of-type {
  padding-bottom: 0;
}

.home-content-inner {
  /* display: flex;
  justify-content: space-around;
  align-items: flex-start; */
  position: relative;
  /* align-items: center;
  text-align: center; */
  left: 5%;
  width: 90%;
  padding: 0;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* img, object {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
   -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
       animation: fadein 2s;
} */

.indicator {
  width: 100px; 
  height: 150px;
  border: 2px solid #fff;
  border-radius: 50px; 
  position: relative;
}
.indicator:before {
  content: ""; 
  position: absolute;
  width: 20px; 
  height: 20px;
  background: #fff; 
  margin: auto;
  left: 0; 
  right: 0;
  top: 30px; 
  border-radius: 50%;
  animation: animate 1s linear infinite; 
}
@keyframes animate {
  0% {
      opacity: 1; top: 30px;
  }
  100% {
      opacity: 0; top: 100px;
      transform: scale(0.8);
  }
}

/* #banyanArchitectureCycler{position:relative;} */
#banyanArchitectureCycler object{position:absolute; z-index:1;}
/* #banyanArchitectureCycler object.active{z-index:3} */
#banyanArchitectureCycler object {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}

.green {
  color: #004d40
}