html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.header {
  height: 80px;
  display: flex;
  cursor: pointer;
  align-items: center;
  cursor: pointer;
  padding-right: 5px;
}
.title {
  color: rgb(114, 114, 227);
  padding: 0 0 0 140px;
  font-family: arial, sans-serif;
}
.r {
  font-size: 10px;
  margin-top: -10px;
}
.nav-list {
  margin-left: 250px;
  list-style: none;
  display: flex;
  align-items: center;
}
.download-app {
  padding: 7px;
  border: 1px solid grey;
  border-radius: 20px;
  color: black;
  font-weight: 600;
  cursor: pointer;
}
.download-app i {
  color: blue;
  font-size: 14px;
  opacity: 0.7;
}
.nav-list li a {
  justify-content: center;
  text-decoration: none;
  padding-left: 25px;
  color: rgb(27, 25, 25);
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.nav-list li a:hover {
  color: rgb(27, 31, 228);
}

.section-one {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column; /* so heading and inputs stack vertically */
  justify-content: center;
  background-image: url("./assets/images/section1_background_image.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* NEW: wrap heading and line */
.hero-heading {
  display: flex;
  align-items: center;
  margin: 20px auto;
  margin-bottom: 20px;
  gap: 20px;
  width: 80%;
}

.hero-title {
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  margin: 0;
  white-space: nowrap;
}

.hero-inputs {
  display: flex;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background-color: aliceblue;
  margin: 20px auto;
  width: 80%;
  position: sticky;
  top: 0;
  z-index: 1;
}

.inputbox {
  padding: 12px;
  border: 1px solid gray;
  border-radius: 10px;
  background-color: aliceblue;
  margin-right: 10px;
  flex: 1;
}

.inputbox i {
  color: gray;
}

.inputbox input {
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.inputbox input::placeholder {
  color: gray;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

.seek {
  color: white;
  background-color: blue;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

/* Section 3*/
.section-two {
  margin-top: 30px;
  width: 100%;
  height: 70vh;
}
.section-two-notification {
  width: 70%;
  height: auto;
  background-color: rgb(27, 35, 59);
  display: flex;
  align-items: center;
  margin: 0% auto;
  border-radius: 12px;
  padding: 10px;
}
.section-two-notification p {
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.message-icon i {
  background-color: rgb(102, 102, 202);
  border: none;
  padding: 10px;
  border-radius: 50%;
  align-items: center;
  color: white;
}
.section-two-notification button {
  background-color: rgb(37, 37, 231);
  border: none;
  padding: 10px 15px;
  float: right;
  margin-left: 400px;
  border-radius: 15px;
  color: white;
  font-weight: bold;
}
.section-two-heading {
  margin: 30px 13%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.section-two-features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 150px;
}
.section-two-image {
  display: flex;
  height: 300px;
  width: 260px;
  margin-left: 20px;
}
.section-two-image {
  border: none;
  border-radius: 15px;
}

/* section three */
.section-three {
  margin-top: 30px;
  width: auto;
  height: 80vh;
}
.section-three-title {
  margin: 30px 13% 0 13%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.section-three-stitle {
  margin-left: 13%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(27, 35, 59);
}
.section-three-features {
  margin-left: 150px;
  display: flex;
}
.section-three-image {
  height: 300px;
  width: 330px;
  margin-left: 20px;
}
.section-three-image {
  border: none;
  border-radius: 15px;
}
.section-three-rate {
  display: flex;
  margin: 10px 20px;
}
.section-three-rate button {
  background-color: rgb(12, 47, 10);
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  border-radius: 5px;
  padding: 3px 7px;
}
.section-three-features p {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 20px;
}
.feature-location,
.feature-description {
  font-size: 14px;
  margin: 10px 20px;
}
.feature-price {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 20px;
  color: rgb(27, 35, 59);
}
/* Section Four */
.section-four .features {
  display: flex;
  margin: 10px 13%;
}
.section-four .features div img {
  border: none;
  border-radius: 20px;
  margin-right: 20px;
  height: auto;
  width: 650px;
}
.section-four-title {
  margin: 10px;
  color: black;
  font-size: 14px;
}
.feature-four-description {
  margin: 10px;
  color: rgb(49, 44, 44);
  font-weight: bold;
  font-family: arial, serif;
}

/* Section 5*/
.section5-title,
.section5-description,
.section5-description2 {
  margin: 10px 13%;
}
.section5-title {
  font-weight: bold;
  margin-top: 30px;
  font-family: arial, sans-serif;
}
.section-three {
  margin-top: 30px;
  width: auto;
  height: 80vh;
}
.section-three-title {
  margin: 30px 13% 0 13%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.section-three-stitle {
  margin-left: 13%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(27, 35, 59);
}
.section-five-features {
  margin-left: 150px;
  display: flex;
}
.section-five-image {
  height: auto;
  width: 300px;
  margin-left: 20px;
}
.section-five-image {
  border: none;
  border-radius: 15px;
}
.section-five-rate {
  display: flex;
  margin: 10px 20px;
}
.section-five-rate button {
  background-color: rgb(12, 47, 10);
  color: white;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  border-radius: 5px;
  padding: 3px 7px;
}
.section-five-features p {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 20px;
}
.feature-location,
.feature-description {
  font-size: 14px;
  margin: 10px 20px;
}
.feature-price {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 20px;
  color: rgb(27, 35, 59);
}

/* section 6 */
.section-six {
  min-width: 800px;
  max-height: min-content;
  margin: 30px 13%;
  padding: 10px;
  border: 1px solid gray;

  border-radius: 15px;
}
.section-six .features-item {
  display: flex;
}
.section-six-image {
  height: 250px;
  width: 200px;
  flex: 1;
  border: none;
  border-radius: 10px;
  margin-left: 15px;
}
.section-six-caption {
  margin-top: -25px;
  margin-left: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}

/* SEVEN SECTION */
.features-seven {
  display: flex;
  padding: 20px;
  margin: 30px 13%;
}
.section_seven_feature-title {
  font-weight: 700;
  font-size: 18px;
  font-family: arial, sans-serif;
}
.feature-seven-title {
  font-family: arial, sans-serif;
  font-size: 14px;
}
.fa.fa-money-bill-wave,
.fa.fa-mug-hot,
.fa.fa-lock {
  font-size: 40px;
  color: rgb(70, 68, 68);
}

.rent-accomodation {
  background-image: url("./assets/images/section7_imageB1.png");
  background-position: center;
  background-size: cover;
  margin: 10px 13%;
  width: auto;
  height: auto;
  border: none;
  border-radius: 10px;
  padding: 20px;
}
.rent-accomodation-div {
  margin: 30px 20px;
  background-color: white;
  color: black;
  width: 25%;
  height: auto;
  padding: 20px 10px 30px 20px;
  border: none;
  border-radius: 15px;
}
.rent-accomodation-div h1 {
  margin: 0 auto;
  font-size: 32px;
  padding: 10px;
  font-weight: bold;
}
.rent-accomodation-div article {
  padding: 10px;
}
.rent-accomodation-div button {
  color: white;
  background-color: rgb(69, 69, 255);
  padding: 15px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
}

.whatFeWo-direkt {
  margin: 30px 13%;
}
.whatFeWo-direkt h2 {
  font-weight: bold;
  font-size: 26px;
  color: rgb(47, 47, 47);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.whatFeWo-direkt p {
  font-family: "arial", serif;
  font-size: 16px;
  word-spacing: 0.1em;
  color: rgb(52, 51, 51);
}
.discription-link {
  text-decoration: none;
}

/* Drop down menu */
details {
  margin-bottom: 35px;
}

summary {
  font-weight: 600;
  font-size: 16px;
  color: rgb(62, 61, 61);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::after {
  content: "▾";
  font-size: 14px;
}

details[open] summary::after {
  content: "▴";
}

.links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.links a {
  width: 45%;
  margin: 4px 0;
  color: #0070f3;
  text-decoration: none;
  font-size: 14px;
}

.links a:hover {
  text-decoration: underline;
}
/* FOOTER */
.footer {
  margin: 30px 13%;
}

.footer-title {
  color: rgb(114, 114, 227);
}

.footer-content {
  display: flex;
  gap: 80px;
  color: rgb(32, 32, 32);
}

.footer-content > div {
  flex: 1;
}

.footer-section-title {
  font-size: 16px;
  margin: 0 0 10px 0;
  text-align: left;
}

.footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-content ul li {
  margin-bottom: 8px;
}

.footer-content ul li a {
  text-decoration: none;
  color: blue;
}

hr {
  color: grey;
  opacity: 0.4;
}

.copyright {
  color: rgb(62, 62, 62);
}
