@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Englebert&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Comfortaa", sans-serif;
}

body {
  background-color: #FFF8F1;
  align-items: center;
  justify-content: center;
}

#wordmark {
  letter-spacing: 10px;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  background-color: #ef7ac1;
  color: black;
  padding: 30px;
}

#logo {
  height: 70px;
  width: auto;
  margin: 15px;
}


header h1 {
  font-size: 20px;
  color: White;
}

nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 660px;
  background-color: #ffcde8;
  border-radius: 50px;
  margin: 20px auto;
  
  position: sticky;
  top: 0;
  z-index: 100;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 10px;
}

nav ul li {
  list-style: none;
}


nav a {
  display: flex;
  float: left;
  justify-content: center;
  color: black;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  padding: 20px 10px;
}


nav a:hover {
  background-color: #ef7ac1;
  color: black;
}

.text-header {
  font-size: 80px;
  font-weight: bold;
  color: #a45d83;
  font-family: "Englebert", cursive;
  letter-spacing: 4px;
  margin-right: 10px;
}

.text-header:not(:last-child) {
  color: #bb3e81;
}

.s-container {
  padding: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: 80px;
}

.header-text {
  margin-top: 10px;
  font-size: 40px;
}

.header-text h1 {
  font-size: 50px;
  margin-top: 60px;
}

.header-text h1 span {
  color: #ef7ac1;
}

.header-text h3 span {
  color: #ef7ac1;
}

.header-text h2 {
  font-size: 50px;
  display: flex;
  color: #a45d83;
  align-items: center;
  justify-content: center;
  font-family: "Englebert", cursive;
}

.header-text h3 {
  font-size: 25px;
}

.welcome-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-social-container {
  display: flex;
  align-items: center;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.social-icons img {
  max-width: 100%;
  height: auto;
}

.text-container {
  text-align: right;
}

.text-containerhead {
  max-width: 500px;
}

.btn {
  background-color: pink;
  color: Black;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 30px;
  font-family: 'MaryKate', sans-serif;
}

#home {
  display: flex;
  justify-content: flex-end;
  margin: 20px;
  padding: 10px;
  flex-direction: column;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-right: 60px;
}

#btn1 {
  background-color: #ffcde8;
  padding: 15px;
  color: black;
  font-weight: 700;
  font-family: "Comfortaa", sans-serif;
  font-size: 25px;
  border-radius: 32px;
  max-width: max-content;
  max-height: max-content;
  border: none;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 10px;
  flex-direction: column;
}

.image-container {
  display: flex;
  justify-content: center;
  padding: 0 1rem 0;
}

#sb {
  max-width: 100%;
  border-radius: 30px;
  height: auto;
  margin-bottom: 30px;
}

.about-section {
  text-align: left;
  padding: 24px;
}

/* Container Styling */
.content-container {
  max-width: 1200px;
  margin: 20px;
  text-align: left;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
  text-align: left;
}

.grid-item {
  background-color: #ffcde8;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
}

.grid-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.grid-item p {
  margin-top: 10px;
  font-size: 16px;
}

.grid-item .details h2 {
  text-align: center;
}

.grid-item .details p {
  text-align: left;
}

.image-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.image-details img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 30px;
}

.details {
  margin-top: 10px;
}

h2,
p {
  margin: 0;
  font-family: "Comfortaa", sans-serif;
  font-size: 20px;
}

.row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 24px;
  margin-bottom: 3rem;
}

.col {
  width: 30%;
  min-width: 250px;
  max-width: 400px;
}

.row-4 .col {
  width: 45%;
  min-width: 250px;
  max-width: 400px;
}

.col .box {
  background-color: #ffcde8;
  border-radius: 10px;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;

  transition: all 0.3s ease;
}

.col .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.col .box .texts {
  padding: 1rem;
}

.col img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center top;
}

.row-4 .col img {
  aspect-ratio: 4/3;
  object-position: center top;
}

.col h3 {
  font-weight: 700;
  font-style: bold;
  margin-bottom: .8rem;
  font-size: 1.2rem;
  text-align: center;
}

.col p {
  font-size: 1rem;
  margin-bottom: .6rem;
}

.col p.details {
  margin-bottom: .8rem;
  font-size: .9rem;
  font-style: italic;
}


footer {
  font-weight: 300;
  font-size: 10px;
  display: flex;
  justify-content: space-evenly;
  background: #ffffff;
  border-top: 4px solid #bb3e81;
  padding: 2rem;
}

footer p {
  margin: 10px;
  font-size: 14px;
}