.background {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}

#blauw1 {
  background-color: rgb(39, 88, 208);
}
#blauw2 {
  background-color: rgb(29, 70, 173);
}
#blauw3 {
  background-color: rgb(22, 54, 135);
}
#blauw4 {
  background-color: rgb(17, 43, 108);
}
#blauw5 {
  background-color: rgb(11, 30, 78);
}
#black1 {
  background-color: rgb(30, 30, 30);
}
#black2 {
  color: rgb(0, 0, 0);
}
#white1 {
  color: rgb(255, 255, 255);
}
#gray1 {
  background-color: rgb(240, 240, 240);
}
#gray2 {
  color: rgb(200, 200, 200);
}
#gray3 {
  color: rgb(150, 150, 150);
}

/* grid containers */

.grid-content-100 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.grid-content-200 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 10px;
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.grid-content-300 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 25px;
}

.grid-content-400 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 25px;
}

.grid-content-500 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 25px;
}

.grid-content-600 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 25px;
  border: 1px solid rgb(230, 230, 230);
}

.grid-content-650 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 650px;
  border-radius: 25px;
  border: 1px solid rgb(230, 230, 230);
}

.grid-content-600-workflow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 25px;
}

.grid-content-600-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 25px;
}

.grid-content-70vh {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 70vh;
  border-radius: 25px;
}

.grid-content-headerVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  padding: 30px;
}

.grid-content-75vh {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 75vh;
  border-radius: 25px;
}

.grid-content-80vh {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 80vh;
  border-radius: 25px;
}

.grid-content-700 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 700px;
  border-radius: 25px;
  border: 1px solid rgb(220, 220, 220);
}

.grid-content-video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.grid-content-70vh {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

/* grid content */

.grid-content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px;
  gap: 10px;
}

.grid-content-category {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
}
.grid-content-title {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
}
.grid-content-subtitle {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
}
.grid-content-text {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(150, 150, 150);
  width: 100%;
  height: auto;
}
.grid-content-tag {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
}

.welcome-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
.welcome-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  width: 100%;
}

.platform-bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  gap: 20px;
  padding: 50px;
  width: 100%;
  height: 200px;
}
.platform-title {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: auto;
  text-align: center;
}
.platform-subtitle {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  text-align: center;
}
.platform-bottom-bar img {
  width: 300px;
  height: auto;
  object-fit: contain;
}

.platform-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: auto;
  height: 100px;
  gap: 10px;
  padding-top: 10px;
}

.platform-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 71px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 44px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(39 88 208 / 78%);
  cursor: pointer;
  user-select: none;
  gap: 5px;
}

.platform-button:hover {
  background-color: rgb(29, 70, 173);
}

.platform-button:active {
  background-color: rgb(22, 54, 135);
}
.platform-button img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 15px;
}

.platform2-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: auto;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 25px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(15, 126, 43);
  cursor: pointer;
  user-select: none;
  gap: 5px;
  margin-right: 60px;
}

.platform2-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.platform2-button:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.platform2-button img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.small-button {
  width: 140px;
}

.grid-video-top-bar {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 20px;
  width: 100%;
  height: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.grid-top-bar1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 40px;
  width: 100%;
  height: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.grid-bottom-bar1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  height: 120px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.grid-top-bar1-favorite {
  position: absolute;
  text-align: right;
  top: 0px;
  right: 0px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.grid-bottom-bar3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  height: 100px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.grid-bottom-thumbnail {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100%;
  width: 20%;
  padding-left: 5px;
}

.video-thumbnail-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.grid-bottom-bar {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60%;
  padding-left: 15px;
  gap: 3px;
}

.grid-bottom-bar-left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 60%;
  padding-left: 5px;
  gap: 3px;
}

.grid-bottom-bar-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  height: 100%;
  width: 20%;
}

.grid-bottom-bar-left-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60%;
  width: 100%;
  font-size: 1.8rem;
}

.grid-bottom-bar-left-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  width: 100%;
  font-size: 1rem;
}

.grid-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: rgb(39, 88, 208);
}
.grid-thumbnail img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.grid-play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.6);
}
.grid-play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.grid-play-button:active {
  background-color: rgba(0, 0, 0, 0.8);
}
.grid-play-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.main-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgb(150, 150, 150);
  width: 100%;
  height: auto;
  text-align: center;
}
.main-subtitle {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  width: 100%;
  height: auto;
  text-align: center;
}

.workflow-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.subscription-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.subscription-price {
  display: block;
  font-size: 5rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  text-align: left;
}
.subscription-price-description {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: auto;
  text-align: left;
}
.subscription-price-streaming {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 30px;
}
.subscription-price-streaming-description {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: auto;
  text-align: left;
}
.subscription-description {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 30px;
}

.subscription-category {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: auto;
}
.subscription-title {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
}
.subscription-subtitle {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  padding: 10px 0px;
}

.workflow-number {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
}

.workflow-title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  padding: 20px 0px;
  line-height: 45px;
}

.video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 25px;
  /*max-height: 600px;*/
}

.video-banner {
  width: 100%;
  height: 600px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 25px;
  max-height: 600px;
}

.video-portrait {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 25px;
}

/* Tools */
.tools-grid {
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-columns: unset;
  overflow: visible;
  scroll-snap-type: none;
  padding: 10px 30px 50px;
  gap: 1.2rem;
}

.tool-card {
  position: relative;
  isolation: isolate;
  min-height: 240px;
  padding: 24px;
  border-radius: 18px;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgb(39, 88, 208);
  overflow: hidden;
}

.tool-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgb(39, 88, 208);
  pointer-events: none;
}

.tool-card__body,
.tool-card__footer {
  position: relative;
  z-index: 1;
}

.tool-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.tool-card__footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.tool-card__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.tool-card__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
}

.tool-card__copy {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.tools-grid .tool-card .button {
  width: auto;
  height: auto;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.tools-grid .tool-card .button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.tools-grid .tool-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
}

@media screen and (max-width: 900px) {
  .grid-content-container {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
  }

  .grid-content-600 {
    height: 600px;
  }

  .grid-content-600-text {
    height: auto;
  }

  .grid-content-650 {
    height: 680px;
  }

  .platform-title {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .platform-subtitle {
    font-size: 1.2rem;
  }

  .subscription-subtitle {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .grid-content-title {
    font-size: 2rem;
  }

  .tools-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding: 20px 24px 40px;
    gap: 1rem;
  }

  .tool-card {
    min-height: 220px;
    padding: 20px;
  }

  .tool-card__title {
    font-size: 1.2rem;
  }

  .video {
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 16;
    max-height: 700px;
  }

  .video-banner {
    height: 700px;
    max-height: none;
  }
}
