.swiper {
  width: 1000px;
  height: 600px;
  margin-bottom: 20vh;
  border: 5px dashed #d2b068;
  margin-top: 15vh;
}

.step1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  font-size: 32px;
}

h2 {
  font-size: 48px;
  font-family: 'yekan';
  background-color: #d2b068;
  color: white;
  padding: 10px;
  display: inline-block;
  letter-spacing: 8px;
  border-radius: 5px;
}

.side-by-side {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.side-by-side div {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 10px;
}

.turnkey ul li:nth-child(1) {
  font-weight: 500;
  text-decoration: underline;
}

.side-by-side div:hover {
  color: white;
  background-color: #d2b068;
  border: #d2b068;
  border-radius: 10px;
  box-shadow: 10px 10px 30px #d2b068;
  transform: translateY(-2%);
}

.side-by-side div h3 {
  font-weight: 800;
  display: inline-block;
  font-family: 'yekan';
}

.side-by-side div:hover h3 {
  border-bottom: 1px solid white;
}

.side-by-side div ul li {
  margin-left: 2vw;
  text-align: right;
}

.side-by-side div ul {
  margin-top: 2vh;
  font-size: 24px;
}

.turnkey ul li:nth-child(2) {
  text-align: center;
}

.step2 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}

.step2 h2 {
  margin-top: -155px;
  font-size: 40px;
}

.area-get {
  margin-top: -50px;
}

.area-get span {
  font-size: 32px;
  font-weight: 300;
}

.area-get input {
  width: 100px;
  height: 50px;
  border: none;
  font-family: 'yekan';
  font-size: 32px;
  border-bottom: 4px dotted #d2b068;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.area-get input::-webkit-outer-spin-button,
.area-get input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.area-get input[type='number'] {
  -moz-appearance: textfield;
}

.nextback {
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 10%;
  display: flex;
  justify-content: space-between;
}

.ebtn {
  display: inline-block;

  line-height: 40px;
  font-size: 24px;

  text-decoration: none;
  color: rgb(29, 29, 29);
  border: 1px solid rgb(29, 29, 29);
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all 0.35s;
  padding: 5px 10px;
  font-weight: 400;
}

.ebtn span {
  position: relative;
  z-index: 2;
}

.ebtn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #d2b068;
  transition: all 0.35s;
}

.ebtn:hover {
  color: #fff;
  background-color: #d2b068;
  border: 1px solid white;
  letter-spacing: 0.5vw;
}

#message {
  color: white;
  background-color: rgb(255, 86, 86);
  font-size: 24px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  position: absolute;
  bottom: 20%;
  right: 5%;
  display: none;
}

#message-email {
  color: white;
  background-color: rgb(255, 86, 86);
  font-size: 24px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  position: absolute;
  bottom: 37%;
  right: 29%;
  display: none;
}

.step3 {
  position: relative;
}

.step3 h2 {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
}

.room-div {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  font-size: 32px;
}

.room-div span {
  border: 1px solid black;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.5s;
  cursor: pointer;
}

.room-div span:hover {
  color: white;
  background-color: #d2b068;
  border: #d2b068;
  border-radius: 10px;
  box-shadow: 10px 10px 30px #d2b068;
  padding: 10px;
  transform: translateY(-10%);
}

.top-row {
  display: flex;
  justify-content: space-between;
}

.bottom-row {
  text-align: center;
}

.active-room {
  color: white;
  background-color: #d2b068;
  border: #d2b068;
  border-radius: 10px;
  box-shadow: 10px 10px 30px #d2b068;
  padding: 10px;
  transform: translateY(-5%);
}

.nextback3 {
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 5%;
  display: flex;
  justify-content: space-between;
}

.next3 {
  display: none;
}

.step4 {
  position: relative;
}

.step4 h2 {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
}

#email-input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 50px;
  border: none;
  font-family: 'yekan';
  font-size: 32px;
  border-bottom: 5px solid #d2b068;
  border-right: 5px solid #d2b068;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.submit {
  position: absolute;
  bottom: 18%;
  left: 30%;
  text-align: center;
  font-size: 24px;
  border: 1px solid black;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  width: 400px;
  transition: all 0.3s;
  cursor: pointer;
  font-family: 'yekan';
  background-color: white;
}

.submit:hover {
  color: white;
  border: 3px solid #fff;
  background-color: #d2b068;
  transform: scale(1.1);
  box-shadow: 10px 10px 10px #d2b068;
  border-radius: 0;
}

.step5 {
  position: relative;
}

.step5 h2 {
  text-align: center;
  font-size: 32px;
  position: absolute;
  top: 40%;
  left: 10%;
  width: 800px;
}

.swiper-pagination-bullet-active {
  background-color: #d2b068 !important;
  transform: scale(1.5);
}

@media screen and (max-width: 1060px) {
  .swiper {
    width: 375px;
    height: 800px;
    margin-top: -5vh;
    margin-bottom: 5vh;
  }

  .step1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    font-size: 24px;
  }

  .step1 h2 {
    font-size: 32px;
    text-align: center;
    width: 300px;
  }

  .side-by-side {
    flex-direction: column;
    align-items: flex-start;
  }

  .side-by-side div ul {
    font-size: 18px;
  }

  .step2 h2 {
    font-size: 24px;
    text-align: center;
    width: 300px;
    margin-top: -235px;
  }

  .area-get {
    text-align: center;
    width: 300px;
    margin-top: -130px;
  }

  .area-get span {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
  }

  .area-get input {
    width: 80px;
    height: 30px;
    border: none;
    font-family: 'yekan';
    font-size: 24px;
    border-bottom: 4px dotted #d2b068;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }

  .step3 h2 {
    font-size: 32px;
    width: 300px;
  }

  .room-div {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    font-size: 28px;
  }

  .step4 h2 {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    font-size: 32px;
  }

  #email-input {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 50px;
    border: none;
    font-family: 'yekan';
    font-size: 24px;
    border-bottom: 5px solid #d2b068;
    border-right: 5px solid #d2b068;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }

  .submit {
    position: absolute;
    bottom: 13%;
    left: 15%;
    text-align: center;
    font-size: 22px;
    border: 1px solid black;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    width: 250px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .step5 h2 {
    text-align: center;
    font-size: 32px;
    position: absolute;
    top: 40%;
    left: 10%;
    width: 300px;
  }

  #message {
    font-size: 18px;
  }

  #message-email {
    font-size: 18px;
    text-align: center;
    right: 21%;
    width: 200px;
  }
  .turnkey {
    width: 94%;
    margin-bottom: 15px;
  }
  .design {
    width: 94%;
  }
}
