* {
  border-width: 2px;
}

.minimalisticText {
  padding: 10px;
  background-color: transparent;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;

}

ul{
  font-size: 120%;
}


.designText {
  text-align: left;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 2%;
  justify-content: center;
  font-size: 130%;

}

#parallax p {
  font-size: 120% !important;
}

.start {
  text-align: center;
  font-size: 130%;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 3%;

}

.mid2,
.mid1 {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 130%;
  padding: 2%;
  width: 100%;

  border-radius: 15px;

}


.mid1 {
  height: 50%;

}

.mid {
  text-align: left;
  font-size: 90% !important;
  height: 50%;
  padding: 3%;
  width: 100%;
  max-width: 830px;
  border-radius: 15px;

}
.mida {
text-align: center;
text-decoration: underline;
margin-bottom: 5%;
}

#WF-UI {
  display: flex;
  flex-direction: column;
}


h2 {
  color: black;
  padding-top: 5%;
  padding-bottom: 2%;
  text-decoration: underline;
  text-align: center;
  font-family: sans-serif;
}

.firstColum {
  background-color: white;
  padding: 5%;
  padding-top: 1%;

}

.innerColum1 {
  background-color: transparent;
  padding: 3%;
  margin: 20px;
  border-radius: 20px;
  padding-top: 1%;
}

.innerColum2 {
  padding: 3%;
  padding-top: 1%;
  background-color: white;
  z-index: 20;
  border-radius: 20px;
}

.secondMid {
  margin: 20px;
}

.firstMid {
  margin: 20px;
}

.list1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  border-style: solid;
  padding: 10%;
  font-size: 130%;
  border-radius: 10px;
}

.list2 {
  display: block;
  text-align: left;
  color: white;
  padding: 3%;
  font-size: 130%;
}

.list2 li {
  padding: 1%;
  list-style: decimal;
}

.list1 li {
  padding: 1%;
  list-style: decimal;
}

.marker:hover {
  color: rgba(0, 8, 255, 0.753);

}

.marker{
  transition: 400ms;
}

h1 {
  padding: 2%;
  text-align: center;
  color: black;
  font-size: 250%;
  font-family: sans-serif;
}

.headline {
  text-align: left;
  font-weight: 700;
}

.booking-section {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}

.booking-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.form-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 20px;
}

.form-column img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.booking-form label {
  font-weight: bold;
  margin-top: 10px;
}

.booking-form input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.booking-form button {
  padding: 10px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}

.booking-form button:hover {
  background-color: #555;
}

@media only screen and (max-width: 1000px) {
  p {
    font-size: 90%;
  }

  .minimalisticText2 {
    flex-direction: column;

  }


  .minimalisticText {
    display: block;
  }

  .designText {
    display: block;
  }


  .secondColum {
    width: 100% !important;
  }

  .firstColum {

    width: 100% !important;
  }

}

@media only screen and (max-width: 1400px) {

  .mid {
    height: auto;
  }



}

/*text img design*/



.codeImg {
  display: block;
  width: 100%;
  padding: 30%;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  justify-content: center;
  transition: 300ms;
}
.rumImg {
  display: block;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  justify-content: center;
  transition: 500ms;
}
.codeImg:hover{
  width: 101%;

}

img {
  max-width: 1550px;
}
.maps{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  padding: 20px;
}


