body {
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url('https://trvltypstr.com/wp-content/uploads/tt-images/app-parts/tt_background_gray.png');
  background-size: cover;
  background-repeat: no-repeat;
}

section {
}

form {
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.form-group {
  text-align: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.grid-container-intro {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  max-width: 100%;
  max-height: 100%;
}

.grid-container-2pic {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr 1fr auto;
  gap: 10px;
  max-width: 100%;
  max-height: 100%;
}

.grid-container-3pic {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr 1fr 1fr auto;
  gap: 5px;
  max-width: 100%;
  max-height: 100%;
}

.grid-item {
  overflow: hidden;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 10px;
  position: relative;
}

.grid-item.empty {
  /* Styles for the empty grid item */
  /* background-color: #555; */
  /* You can customize the background color */
  border: none; /* Remove the border for the empty items */
}

.grid-item.paragraph {
  /* Styles for the paragraph grid item */
  color: #fff;
  text-align: center;
  padding: 20px;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.overlay-image {
  position: absolute;
  top: 20%;
  left: 33%;
  z-index: 1;
  width: 34%;
  height: auto;
  visibility: hidden;
}
