@import url("./fonts/fonts.css");

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-family: Inter;
}

body,
h1,
h2,
h3 {
  margin: 0;
}

.container {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 744px) {
  .container {
    max-width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .works-with-dbt-subtext {
    display: none;
  }
}

@media (max-width: 425px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

body {
  overflow-x: hidden;
}

.full-container {
  width: 100%;
}

.button {
  color: white;
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 12px;

  border-radius: 12px;
  background: linear-gradient(45deg, #1e30ce 0%, #388bff 100%);
  box-shadow: 9.967105865478516px 12.458883285522461px 19.93421173095703px 0px
    #0000000d;
}

nav {
  align-items: center;
}

ul {
  list-style-type: none;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.flex {
  display: flex;
}

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

.sharp {
  font-family: "Sharp Grotesk";
}

.cursor {
  cursor: pointer;
}

.top-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(45deg, #08090c 0%, #283649 100%);
  border-radius: 0 0 50px 50px;

  position: relative;
  overflow-x: hidden;
}

@media (max-width: 744px) {
  .top-bg {
    border-radius: 0 0 15px 15px;
  }
}

.header-container {
  padding: 28px 32px;
  border-bottom: 1px solid #ffffff33;
}

.header-button {
  flex-grow: 1;
  justify-content: end;
  display: flex;
}

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

.pill {
  display: flex;
  justify-content: center;
  height: 44px;
  padding: 11px 18px;
  align-items: center;
  gap: 10px;
  border-radius: 43px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 425px) {
  .pill {
    font-size: 10px;
    height: 36px;
    padding: 9px 15px;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.center-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-logo {
  display: flex;
  margin-right: 100px;
}

@media (max-width: 425px) {
  .header-logo {
    margin-right: 0px;
  }
}

.header-links {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.header-links li {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.header-links li:not(:first-child) {
  margin-left: 56px;
}

.header-links a {
  color: white;
}

.navburger {
  display: none;
}

#burger-toggle {
  display: none;
}

.icon-button {
  background: transparent none;
  padding: 0;
  border: none;
  cursor: pointer;
}

.side-menu {
  background: #4677ff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -250px;
  width: 250px;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}

.side-menu.open {
  transform: translateX(-100%);
}

.side-menu .top {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 24px;
}

.side-menu label {
  display: flex;
  padding-right: 24px;
}

.side-menu ul {
  border-top: solid 1px #eaecf0;
  border-bottom: solid 1px #eaecf0;
  padding: 12px 0;
}

.side-menu ul li {
  text-align: right;
  padding: 12px 24px 12px 0;
}

.side-menu li a {
  color: #101828;
  font-size: 14px;
  font-weight: 600;
}

.side-menu li a:hover {
  color: white;
}

.side-menu-button {
  padding: 20px 24px;
}

@media (max-width: 967px) {
  .get-started.button {
    display: none;
  }
}

@media (max-width: 800px) {
  .header-links {
    display: none;
  }

  .header-button .get-started {
    display: none;
  }

  .header-button .navburger {
    display: flex;
  }
}

.pillbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 48px;
}

.pillbox .pill {
  font-weight: 600;
}

.pillbox .flex-row .pill:not(:first-child) {
  margin-left: 18px;
}

@media (max-width: 744px) {
  .pillbox {
    margin-top: 82px;
    margin-bottom: 16px;
  }
}

@media (max-width: 550px) {
  .pill-text {
    display: none;
  }
}

@media (max-width: 425px) {
  .pillbox {
    margin-top: 64px;
    margin-bottom: 12px;
  }

  .pillbox .flex-row .pill:not(:first-child) {
    margin-left: 12px;
  }
}

.heading {
  font-size: 72px;
  line-height: 90px;
}

@media (max-width: 744px) {
  .heading {
    font-size: 48px;
    line-height: 65px;
  }
}

@media (max-width: 425px) {
  .heading {
    font-size: 30px;
    line-height: 44px;
  }
}

.main-heading {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  background: -webkit-radial-gradient(#98b4ff, #4576ff);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-heading:first-child {
  margin-top: 4rem;
}

.subheading {
  font-family: arboria, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 8px;
}

.white {
  color: white;
}

.blue {
  color: #4c93ff;
}

.bold {
  font-weight: 700;
}

.subtext {
  margin: 48px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  padding: 0 180px;
}

@media (max-width: 744px) {
  .subtext {
    font-size: 18px;
    margin: 16px 0 48px;
    padding: 0;
  }
}

@media (max-width: 425px) {
  .subtext {
    font-size: 16px;
    margin: 16px 0 32px;
  }
}

.heading-buttons {
  font-weight: 600;

  margin-bottom: 48px;
}

.heading-buttons .button2 {
  display: none;
}

.button2 {
  color: #344054;
  background: white;
}

@media (max-width: 744px) {
  .heading-buttons {
    margin-bottom: 60px;
  }

  .heading-buttons .button {
    max-width: 212px;
    height: 70px;
    font-size: 18px;
    text-align: center;
  }

  .heading-buttons .button2 {
    margin-left: 14px;
    display: flex;
  }
}

@media (max-width: 425px) {
  .heading-buttons {
    flex-direction: column;
    width: 100%;
  }

  .heading-buttons .button {
    width: 100%;
    height: 56px;
    max-width: revert;
  }

  .heading-buttons .button2 {
    margin-left: 0;
    margin-top: 12px;
  }
}

.interaction-centerer {
  width: 100%;
  display: flex;
  justify-content: center;

  margin-bottom: 128px;
}

.interaction-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.side-pills {
  justify-content: space-around;
}

.side-pills .pill {
  text-align: center;
}

.side-pills-ipad {
  display: none;
}

.side-pills-ipad .pill,
.fake-pill {
  width: 33%;
}

.side-pills-mobile {
  display: none;
}

.side-pills-mobile .pill {
  width: 50%;
}

.interaction-container {
  width: 542px;
  height: 542px;
  padding: 24px;

  background: linear-gradient(133deg, #283649 0%, #0a0b0e 99.18%);

  border-radius: 20px;
  border-style: solid;
  border-color: #b6b6b6;

  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
}

.dotted-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rotated {
  transform: rotate(180deg);
}

.ipad-dotted-lines {
  display: flex;
  justify-content: space-evenly;
}

.mobile-dotted-lines {
  display: flex;
  justify-content: space-evenly;
}

.flip-card {
  width: 220px;
  height: 220px;

  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0em;
  color: white;
  text-align: center;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;

  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: 1px solid;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-back .flip-body {
  font-size: 12px;
}

.flip-card-front {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flip-card-back {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flip-button-box {
  flex-grow: 1;
  display: flex;
  align-items: end;
}

.flip-header {
  margin: 12px 0 8px;
}

.flip-body {
  padding: 0 12px;
  line-height: 18px;
}

.flip-button {
  color: white;
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);

  font-size: 12px;

  border-radius: 16px;
  border: 1px solid white;

  margin: 12px;
}

@media (max-width: 744px) {
  .interaction-container {
  }
}

@media (max-width: 1346px) {
  .interaction-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .side-pills {
    display: none;
  }

  .dotted-lines {
    display: none;
  }

  .side-pills-ipad {
    display: flex;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .side-pills-ipad {
    display: none;
  }

  .side-pills-mobile {
    display: flex;
    width: 100%;
  }

  .interaction-container {
    width: calc(100vw - 70px);
    height: calc(100vw - 70px);
    max-width: 380px;
    max-height: 380px;

    padding: 0px;
  }

  .flip-card {
    width: calc(50% - 24px);
    height: calc(50% - 24px);

    font-size: 11px;
  }

  .flip-body {
    display: none;
  }
}

.flip1 {
  background: linear-gradient(180deg, #ec6464 0%, #ff8282 100%),
    linear-gradient(110.65deg, #ffffff 1.16%, rgba(255, 255, 255, 0.2) 100%);
}

.flip2 {
  background: linear-gradient(180deg, #9c7dff 0%, #baa5ff 100%),
    linear-gradient(110.65deg, #ffffff 1.16%, rgba(255, 255, 255, 0.2) 100%);
}

.flip3 {
  background: linear-gradient(180deg, #31c985 0%, #5ee3a8 100%),
    linear-gradient(110.65deg, #ffffff 1.16%, rgba(255, 255, 255, 0.2) 100%);
}

.flip4 {
  background: linear-gradient(180deg, #4576ff 0%, #4e94ff 100%),
    linear-gradient(110.65deg, #ffffff 1.16%, rgba(255, 255, 255, 0.2) 100%);
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
  height: 0;
  overflow: hidden;
  max-width: 100%;

  border: solid 10px #314056;
  border-radius: 24px;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#one {
  margin-top: 100px;
}

.card {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.red-left {
  border-left: 5px solid #ec6464;
  padding-right: 64px;
}

.purple-right {
  border-right: 5px solid #9c7dff;
  padding-left: 64px;
}

.green-left {
  border-left: 5px solid #31c985;
  padding-right: 64px;
}

.blue-right {
  border-right: 5px solid #4576ff;
  padding-left: 64px;
}

@media (max-width: 425px) {
  .purple-right {
    border-right: none;
    border-left: 5px solid #9c7dff;
    padding-left: 64px;
  }

  .blue-right {
    border-right: none;
    border-left: 5px solid #4576ff;
    padding-left: 64px;
  }
}

.card-inside {
  width: 50%;
}

.card-inside img {
  width: 100%;
}

.screenshot img {
  width: 100%;
}

.card-text {
  padding: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.card-text h3 {
  margin-bottom: 12px;
}

@media (max-width: 744px) {
  .card {
    margin: 35px 0;
  }

  .card-text {
    padding: 14px 18px;
  }
}

@media (max-width: 575px) {
  #one {
    margin-top: 80px;
  }

  .card {
    flex-direction: column;
    margin: 0;
  }

  .card-inside {
    width: 100%;
  }

  .card-text {
    padding: 0 18px;
  }

  .card-inside {
    margin-bottom: 40px;
  }

  .odd-card {
    flex-direction: column-reverse;
  }
}

.light-gray {
  color: #b6b6b6;
}

.dark-gray {
  color: #475467;
}

.sql-mesh-ui {
  background: linear-gradient(48deg, #08090c 0%, #283649 94.29%);
  padding: 100px 0;
}

.sqlmesh-ui-header {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
}

.sqlmesh-ui-subtext {
  font-size: 20px;
  line-height: 30px;
}

.sql-mesh-ui .card {
  margin-top: 0;
  margin-bottom: 0;
}

.sql-mesh-ui .card-inside:nth-child(1) {
  margin: 26px 0;
}

.works-with-header {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
  margin-top: 96px;
}

.works-with-subtext {
  font-size: 20px;
  line-height: 30px;
  padding: 0 200px;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width: 744px) {
  .works-with-subtext {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }

  .sql-mesh-ui {
    padding: 0;
  }
}

@media (max-width: 425px) {
  .works-with-header {
    font-size: 26px;
    line-height: 34px;
    margin-top: 64px;
  }

  .sql-mesh-ui {
    text-align: center;
  }

  .sql-mesh-ui .card {
    margin: 0;
  }

  .sql-mesh-ui .card-inside:nth-child(1) {
    margin: 40px 0 24px;
  }

  .sql-mesh-ui .works-with-subtext {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .works-with-subtext {
    font-size: 14px;
    line-height: 20px;
  }
}

.works-with-card-container {
  justify-content: center;
  width: 100%;
  padding: 0 100px;
}

.works-with-img {
  width: 214px;
  height: 194px;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 56px;
}

.works-with-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;

  background: #f9fafb;
  text-align: center;
  width: 100%;
  height: 342px;
}

.works-with-logo:not(:first-child) {
  margin-left: 32px;
}

.works-with-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media (max-width: 820px) {
  .works-with-card-container {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .works-with-logo:not(:first-child) {
    margin-left: 0;
    margin-top: 64px;
  }

  .works-with-dbt-subtext {
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .works-with-logo:not(:first-child) {
    margin-top: 48px;
  }
}

.trusted-by {
  margin-bottom: 64px;
}

.trusted-bg {
  background: linear-gradient(48deg, #08090c 0%, #283649 94.29%);
  padding: 42px 0;
}

.trusted-header {
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  color: #f9fafb;
  margin-top: 12px;
}

.trusted-logo {
  padding: 4px 30px;
  align-items: center;
  justify-items: center;
}

.trusted-logo a,
.trusted-logo img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trusted-logo img {
  height: 30px;
}

/* we make this smaller than the others to normalize the text size appearance */
.zitcha-logo img {
  height: 25px;
}

@media (max-width: 744px) {
  .trusted-logo img {
    height: 30px;
  }
  .zitcha-logo img {
    height: 24px;
  }
}

@media (max-width: 425px) {
  .trusted-logo {
    padding: 16px;
  }
}

.built-bg {
  background: #f9fafb;
  padding: 64px 0;
}

.trusted-by-logo-container {
  margin: 32px 0;
  display: grid;
  gap: 0.75em;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media (min-width: 621px) {
  .trusted-by-logo-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 745px) {
  .trusted-by-logo-container {
    gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .trusted-by-logo-container {
    display: flex;
    gap: 0.5em;
  }
  .trusted-logo img {
    height: 20px;
  }
  .zitcha-logo img {
    height: 15px;
  }
}

@media (min-width: 1440px) {
  .trusted-by-logo-container {
    display: flex;
    gap: 0.5em;
  }
  .trusted-logo img {
    height: 30px;
  }
  .zitcha-logo img {
    height: 25px;
  }
}

.built-logo-container {
  margin: 32px 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.built-logo {
  padding: 4px 10px;
}

.built-logo img {
  width: 241px;
}

@media (max-width: 744px) {
  .built-logo img {
    width: 142px;
  }
}

@media (max-width: 425px) {
  .built-logo {
    padding: 16px;
  }
}

.learn-more {
  display: flex;
  align-items: center;
}

.learn-more a {
  display: flex;
  align-items: center;
}

.learn-more__img {
  max-width: 150px;
  margin-left: 1em;
}

.resources-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(251deg, #283649 0%, #0a0b0e 99.18%);
  border-radius: 0px 0px 50px 50px;
  padding: 96px 0;
}

@media (max-width: 744px) {
  .resources-bg {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}

.resources-card-container {
  margin-top: 14px;
}

.resources-card {
  width: 33%;
  max-width: 384px;
  height: 440px;
  padding: 34px 28px;
  border-radius: 20px;
  border: 1px;
  margin: 0 16px;

  border: 1px solid #b6b6b6;
  background: linear-gradient(133deg, #283649 0%, #0a0b0e 99.18%);
}

.resources-header {
  color: white;
  margin: 30px 0 8px;
  font-size: 20px;
}

.resources-subtext {
  color: #b6b6b6;
  text-align: center;
  font-size: 16px;
}

.resources-button {
  flex-grow: 1;
  align-items: end;
  display: flex;
}

.res-button {
  width: 180px;
  height: 55px;
  border-radius: 12px;
  border: 1px white solid;

  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 820px) {
  .resources-card-container {
    flex-direction: column;
    align-items: center;
  }

  .resources-card {
    width: 100%;
  }

  .resources-card:not(:first-child) {
    margin-top: 32px;
  }
}

@media (max-width: 425px) {
  .resources-card:not(:first-child) {
    margin-top: 26px;
  }
}

@media (max-width: 425px) {
  .resources-subtext {
    font-size: 12px;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer {
  display: flex;

  margin-top: 64px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecf0;
}

.footer > * {
  margin-right: auto;
}

.grouped-footer {
  display: none;
}

@media (max-width: 744px) {
  .footer {
    flex-direction: column;
  }

  .grouped-footer {
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer > .footer-sections {
    display: none;
  }

  .footer-contact {
    margin-bottom: 16px;
  }
}

.footer-titles {
  color: #667085;

  font-weight: 600;
  size: 14px;
  line-height: 20px;

  margin-bottom: 16px;
}

.footer-links {
  font-weight: 600;
  size: 16px;
  line-height: 24px;

  margin-bottom: 12px;
}

.footer-links a {
  color: #475467;
}

.community-footer {
  display: flex;
}

.community-footer img {
  margin-right: 14px;
}

.copyright {
  color: #667085;
  margin-top: 32px;
  margin-bottom: 48px;
}

.works-with {
  padding: 120px 0;
}

.works-with-container {
  gap: 32px;
}

.works-with-dbt-subtext {
  padding: 0 100px;
  font-size: 20px;
  line-height: 30px;
}

.works-with-img-dbt {
  height: 140px;
  margin-bottom: 0 !important;
}

.resources-container {
  padding-bottom: 76px;
}

#four {
  margin-bottom: 126px;
}

.built-subtext {
  font-size: 20px;
  line-height: 30px;
}

.resources-main-header {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 744px) {
  .works-with {
    padding: 64px 0;
  }

  .resources-bg {
    padding: 64px 0;
  }

  .interaction-centerer,
  .trusted-by {
    margin-bottom: 32px;
  }
}
