/* Youtube div styling */
.yt iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 75vh;
  z-index: 10;
}

/* ----- CSS Overwrites of other files ------ */
.get-started-footer-text {
  max-width: 700px;
}
/* Overwrite accordian hover */
.header:hover {
  box-shadow: none;
}
.info-card h4 {
  position: inherit;
}

/* Scroll to learn more */
.tertiary-normal-scg {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  border: 0;
  margin: 0;
  background: 0 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* General CSS items */
.padding-bot-16 {
  padding-bottom: 16px;
}
.padding-bot-30 {
  padding-bottom: 30px;
}

.padding-bot-60 {
  padding-bottom: 30px;
}

.line_ht32 {
  line-height: 32px;
}

.font-36 {
  font-size: 36px;
  line-height: 36px;
}

.black-text {
  color: black;
}

.row-product-padding-small > *,
.row-product-padding > *,
.row-product-padding2 > div {
  text-align: center;
}

.item-text {
  line-height: 30px;
  font-size: 22px;
}

.border-gray-all {
  border: 1px solid var(--gray-divider);
}

.border-gray-top {
  border-top: 1px solid var(--gray-divider);
}
.border-gray-left {
  border-left: 1px solid var(--gray-divider);
}
.border-gray-right {
  border-right: 1px solid var(--gray-divider);
}
.border-gray-bot {
  border-bottom: 1px solid var(--gray-divider);
}

.appliance-image {
  height: 200px;
  width: 200px;
}

.centered > div,
img {
  display: flex;
  justify-content: center;
}

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

.column-aid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
}

/* Featured in images */
.sponsor-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor-images > a {
  min-height: 150px;
  min-width: 165px;
  max-width: 16%;
  padding: 15px;
}

/* Featured in images */
.city-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.city-logo {
  max-height: 160px;
  padding: 15px;
  width: auto;
}

/* Slideshow */
.slick-track {
  display: flex;
  align-items: center;
}

.white-bar {
  width: 50%;
  height: 2px;
  color: white;
  background-color: white;
  border-width: 0;
}

.row-product-padding {
  display: flex;
  flex-direction: column;
  padding: 100px max(120px, calc(50% - 600px));
}

.row-product-padding-small {
  display: flex;
  flex-direction: column;
  padding: 40px max(120px, calc(50% - 600px));
  text-align: center;
}

.row-product-padding2 {
  display: flex;
  flex-direction: column;
  padding: 60px max(120px, calc(50% - 600px));
  text-align: center;
}

.scg-banner {
  position: relative;
  height: max(760px, 85vh);
}

.scg-scroll {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.banner-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media (max-width: 540px) and (max-height: 1000px), (max-height: 600px) {
  .mobile-gap {
    padding-top: 50px;
  }

  .scg-banner {
    padding-top: 80px;
    height: max(640px, 80vh);
  }

  .banner-center {
    justify-content: start;
  }

  .scg-scroll {
    position: inherit;
    padding-top: 20px;
  }

  .row-product-padding {
    display: flex;
    flex-direction: column;
    padding: 100px 24px;
  }

  .row-product-padding-small {
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
    text-align: center;
  }

  .row-product-padding2 {
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
    text-align: center;
  }
}

/* For SB379 landing page */
.gs-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding: 12px 0px;
  border-bottom: 0.1px solid white;
}

.bubble {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  background-color: white;
  color: purple;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 12px;
}

.gs-col {
  flex: 1;
  text-align: left;
}

.gap-3x {
  padding-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .gs-row {
    flex-direction: column;
  }

  .gs-desc {
    padding-left: 42px;
  }

  .sm-text {
      font-size: 14px;
      letter-spacing: -.0005em;
      line-height: 24px
  }

  .md-text {
      font-size: 18px;
      letter-spacing: -.0005em;
      line-height: 24px
  }
}