.main {
  border: 1px solid red;
  height: 100px;
}

.row1 {
  margin-top: 50px;
  justify-content: space-evenly;
}

.column {
  height: 360px !important;
  position: relative;
  background: linear-gradient(
    40deg,
    rgb(0, 0, 0) 50%,
    rgb(255, 250, 250) 100.99%
  );
  /* z-index: 2; */
}

.z {
  /* z-index: -1; */
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading {
  font-size: 55px !important;
  padding-left: 50px !important;
  top: 60px;
  color: rgb(255, 255, 255) !important;
  text-shadow: 0 0 10px rgb(126, 122, 122);
}

.heading span {
  display: block;
}

.bg {
  background: none;
}

.form {
  top: -120px;
  left: 0;
  background-color: white;
}
.start {
  left: 38%;
  padding: 16px 100px;
}
.accordion-header button {
  font-size: 20px;
}
.footer {
  background-color: #e1eefaa9;
  padding: 20px 0;
}
.footer ul {
  list-style: none;
  padding: 10px 0;
}
.footer ul li {
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
}
