@import url("https://fonts.googleapis.com/css2?family=Lexend+Zetta:wght@100&family=Ubuntu:wght@300&display=swap");
form {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f6f1f1;
  padding: 20px;
  border-radius: 8px;
}
form label {
  display: block;
  margin-bottom: 8px;
}
form input,
form textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}
form button {
  text-decoration: none;
  padding: 2px;
  cursor: pointer;
  color: #0b0a0a;
  background-color: #2980b9;
  border-radius: 10px;
}
form button:hover {
  background-color: rgb(122, 97, 171);
}

.comment-container {
  margin-top: 60px;
  padding: 20px;
  border: 1px solid #ccc;
}
.comment-container .comment {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.image-wrapper1 {
  flex-basis: calc(50% - 20px);
  border-radius: 10px;
  border: 1px solid #aca3a3;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.image-wrapper1 img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.image-wrapper1 h3,
.image-wrapper1 p {
  padding: 5% 5% 5% 5%;
  margin: 0;
}

#hideButton {
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: #2980b9;
  border-radius: 10px;
  margin-left: 100px;
}

#mainTitle,
#favoritePlacesTitle {
  display: none;
}

.dropdown-content {
  display: none;
  background-color: transparent;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown {
  margin-bottom: 10px;
}

.image-wrapper img {
  transition: transform 0.1s ease-in-out;
}

.image-wrapper:hover img {
  transform: scale(1.1); /* Adjust the scale factor as needed */
}

.like-section {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.like-section .like-btn {
  background-color: #afd6f1;
  color: #0b0b0b;
  padding: 5px 10px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.like-section .like-btn:hover {
  background-color: #2980b9;
}
.like-section .like-count {
  color: black;
  margin-left: 5px;
  font-weight: bold;
}

#mainTitle {
  display: none;
}

.contact-form {
  border: 2px solid #000;
  padding: 20px;
  width: 300px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 20px;
}

#mainTitle {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: "Ubuntu", sans-serif;
  color: rgb(124, 123, 123);
}

.main-header {
  background-image: url(../Images/stars.png);
  background-size: cover;
  padding-bottom: 20px;
}

.button-link {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: rgb(122, 97, 171);
  border-radius: 5px;
}

html {
  background-color: white;
}
html body {
  margin: 0;
  padding: 0;
}

.main-nav {
  text-align: center;
  font-size: 1.4em;
  font-weight: lighter;
  border-bottom: 1px solid rgb(96, 94, 94);
}
.main-nav li {
  padding: 0 5%;
}

.nav a {
  display: inline-block;
  padding: 1em;
  color: white;
  text-decoration: none;
}

.nav a:hover {
  background-color: rgba(73, 72, 72, 0.5);
}

.main-title {
  text-align: center;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  color: rgb(186, 184, 184);
}
.main-title.top {
  font-size: 4em;
}

.content-section {
  margin: 1em auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-section .image-wrapper {
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  border: 1px solid #aca3a3;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
}
.content-section .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.content-section .image-wrapper h3,
.content-section .image-wrapper p {
  padding: 5% 5% 20% 5%;
  margin: 0;
  color: rgb(116, 112, 112);
}

.nav ul {
  margin: 0;
}

.nav li {
  display: inline;
}

h3 {
  color: rgb(116, 112, 112);
  padding: 1em 2em;
  text-align: center;
}

h2 {
  color: rgb(116, 112, 112);
  text-align: center;
}

.main-footer {
  background-color: black;
  color: white;
  padding: 2em 0;
  padding-top: 0.5em;
  text-align: center;
}

.btn-link {
  text-decoration: none;
  display: inline-block;
  padding: 0.8em;
  cursor: pointer;
  color: #fff;
  background-color: rgb(122, 97, 171);
  border-radius: 5px;
  position: relative;
  bottom: 0;
}

.btn-link:hover {
  background-color: #2980b9;
}

.walking-buttons {
  color: rgb(122, 97, 171);
  text-decoration: none;
  cursor: pointer;
}

.table-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.table-container .custom-table {
  border-collapse: collapse;
  text-align: center;
}
.table-container .custom-table th {
  font-weight: bold;
  padding: 10px;
  font-size: 1.2em;
  width: 25%;
}
.table-container .custom-table td {
  padding: 10px;
  border: 1px solid #ccc;
  font-style: italic;
}

.save-btn {
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  cursor: pointer;
  color: #fff;
  background-color: #2980b9;
  border-radius: 10px;
}

.save-btn:hover {
  background-color: rgb(122, 97, 171);
}/*# sourceMappingURL=stylesheet.css.map */