@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+NSW:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: PT Sans, sans-serif;
}

h1 {
  color: #3B2353;
  font-size: 20px;
  font-weight: bold;
  text-align: center;

}

.navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../images/pwbc.jpg');
  background-size: cover;
  background-position: center;
  padding: 15px 0;
  list-style: none;
}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.navbar>ul>li>a {
  text-decoration: none;
  color: #3B2353;
  font-weight: bold;
}

.navbar li {
  margin: 0 15px;
}

.navbar li img {
  width: auto;
  height: 30px;
}

.navbar-logo {
  margin-bottom: 20px;
  /* Adjust as needed */
}

.navbar-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #3B2353;
}

.navbar-links li {
  margin: 0 15px;
}

.navbar-links li a {
  color: #3B2353;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}

.navbar-links li a:hover {
  color: #1e0c30;
}

.main-container {
  display: flex;
  /* Enable flexbox for the container */
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}

.content-container {
  max-width: 400px;
  /* Adjust as needed (e.g., 70% or a fixed pixel value) */
  margin: 0;
  /* Center the container horizontally */
  padding: 40px 60px;
  /* Add some padding for content spacing */
  flex: 2;
  justify-content: center;
  align-items: center;
}

.content-container img {
  width: 350px;
  height: auto;
}

.image-container {
  width: 300px;
  /* Adjust as needed */
  /* Flexbox properties for positioning */
  display: flex;
  justify-content: center;
  align-items: center;
  float: center;
  /* Alternative: use flexbox for better layout control */
  padding: 20px 50px;
}

.image-container img {
  width: 100%;
  /* Stretch image to container width */
  height: auto;
}

.img-foi-container {
  display: flex;
  /* Enable flexbox for the container */
  align-items: center;
  justify-content: center;
  /* Center horizontally */
}

.img-foi-container img {
  width: auto;
  /* Adjust as needed */
  height: 80px;
  /* Flexbox properties for positioning */
  display: flex;
  justify-content: center;
  align-items: center;
  float: center;
  /* Alternative: use flexbox for better layout control */
  padding: 30px 120px;
}

.overview {
  display: flex;
  /* Enable flexbox for the container */
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
}

.latestwork {
  background-image: url('../images/purpleWave40.png');
  background-size: cover;
}

.latestwork-container {
  display: flex;
  /* Enable flexbox for the container */
  flex-wrap: wrap;
  /* Wrap items onto multiple lines if needed */
  justify-content: space-between;
  /* Distribute items evenly */
}

.latestwork-item img {
  width: 300px;
  /* Adjust as needed (e.g., 32% or based on image dimensions) */
  height: 300px;
  padding: 10px;
}

.button-container {
  display: flex;
  justify-content: center;
}

.buttoncolor {
  background-color: #3B2353;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buttoncolor-aboutme {
  background-color: white;
  color: #3B2353;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 60px;
  margin-left: 50px;
}

.buttoncolor-aboutme:hover {
  background-color: #E1D5FB;
  transition-duration: 0.5s;
}

.artgallery-items {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: center;
  margin: 20px auto;
}

.special-text {
  font-family: Playwrite AU NSW;
  font-size: 20px;
}

.about-information {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  justify-content: center;
  margin: 50px auto;
}

.about-information-inverted {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  justify-content: center;
  margin: 0px auto;
}

.personal-text {
  padding: 40px;
}

.personal-photo img {
  width: auto;
  height: 600px;
}

.cursive {
  color: #3B2353;
  font-style: italic;
  font-weight: bold;
}

.instruction-photo img {
  width: 400px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 40px;
}

.with-background-picture {
  background-image: url('../images/purpleWave40.png');
  background-size: cover;
}

.artgallery-advertisement {
  display: flex;
  flex-direction: row;
  max-height: 500px;
  justify-content: center;
  background-image: url('../images/BackgroundAboutMe.png');
  background-size: cover;

}

.white-advertisement-text {
  color: white;
  text-align: left;
  font-size: 50px;
  margin-right: 60px;
  margin-left: 50px;
}

.white-advertisement-small-text {
  color: white;
  text-align: left;
  font-size: 20px;
  margin-right: 160px;
  margin-left: 50px;

}

.advertisement-photo img {
  width: 500px;
  height: auto;
  margin-right: 0px;
  margin-right: 30px;
}

.contact-header-text {
  font-size: 50px;
}

.contact-information {
  background-image: url('../images/pwbc.jpg');
  background-size: cover;
  height: 100vh;
}

.contact-information {
  display: flex;
  /* Make the section a flex container */
  align-items: center;
  /* Center content vertically */
  justify-content: center;
  /* Center content horizontally */
  background-image: url('../images/pwbc.jpg');
  background-size: cover;
  height: 100vh;
}

.image-container-contact {
  width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: center;
  padding: 20px 50px;
  margin-left: 150px;
  text-align: center;
  /* Center the image */
  ;
}

.image-container-contact img {
  width: 100%;
  height: auto;
}

.contact-form {
  flex: 0 0 300px;
  /* Set a fixed width */
  padding: 15px;
  /* Add padding for spacing */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  height: 400px;
  /* Set a fixed height for the form */
}

h2 {
  color: #3B2353;
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
}

/* Add styles for your form elements (optional) */
label {
  display: block;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
}

input[type="text"],
input[type="email"] {
  width: 300px;
  padding: 10px;
  border: 3px solid #3B2353;
  border-radius: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 3px solid #3B2353;
  border-radius: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-family: PT Sans, sans-serif;
  min-height: 150px;
  max-height: 500px;
  resize: vertical;
}

input[type="submit"] {
  background-color: white;
  color: 0d0d0d;
  padding: 10px 20px;
  border: 3px solid #3B2353;
  border-radius: 15px;
  cursor: pointer;
  font-family: PT Sans, sans-serif;
}

/* Add a hover effect to buttons */
input[type="submit"]:hover {
  background-color: #E1D5FB;
  color: white;
  font-family: PT Sans, sans-serif;
}

.sendMessageButton {
  background-color: white;
  color: 0d0d0d;
  padding: 10px 20px;
  border: 3px solid #3B2353;
  border-radius: 15px;
  cursor: pointer;
  font-family: PT Sans, sans-serif;
}

.sendMessageButton:hover {
  background-color: #E1D5FB;
  color: white;
  font-family: PT Sans, sans-serif;
}

.price-table {
  border-collapse: collapse;
  width: 70%;
  margin: 20px 0;
  background-color: #fff;
  color: #3B2353;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
}

.price-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.price-table .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  /* Adjust height as needed */
}

.price-table .content p {
  margin: 5px 0;
}

.sold-text {
  font-weight: bold;
}

.main-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.content-container {
  flex: 1;
}

.side-content {
  flex: 1;
  max-width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-text {
  text-align: center;
  margin-bottom: 20px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.credits {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-style: italic;
  margin-left: 50px;
  margin-top: 140px;
}

.linked-fix {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  /* Adjust this value as needed */
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url('../images/pwbc.jpg');
  background-size: cover;
  background-position: center;
  padding: 15px;
  color: #3B2353;
  font-weight: bold;
  bottom: 0;
  position: relative;
  width: 100%;
}

.footer {
  background-color: black;
  color: #3B2353;
  text-align: center;
  padding: 20px 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer p {
  margin: 0;
}

.footer a {
  position: absolute;
  right: 20px;
}

.footer {
  align-items: center;
}

.text-fix {
  margin-right: 100px;
}

.copyright {
  align-items: center;
}

@media (max-width: 1200px) {
  .main-container {
    flex-direction: column;
    align-items: center;
  }

  .content-container,
  .side-content {
    max-width: 100%;
    padding: 20px;
  }

  .overview,
  .about-information,
  .about-information-inverted {
    flex-direction: column;
  }

  .personal-photo img,
  .instruction-photo img {
    width: 100%;
    height: auto;
  }

  .contact-information {
    flex-direction: column;
    height: auto;
  }

  .image-container-contact {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .advertisement-photo img {
    width: 100%;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }

  .footer a {
    position: static;
    margin-top: 10px;
  }

  .white-advertisement-text,
  .white-advertisement-small-text {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar ul {
    flex-direction: column;
  }

  .navbar li {
    margin: 10px 0;
  }

  .content-container {
    padding: 20px;
  }

  .buttoncolor-aboutme {
    margin: 20px 0;
  }

  .latestwork-item img {
    width: 100%;
  }

  .price-table th,
  .price-table td {
    padding: 10px;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  input[type="text"],
  input[type="email"] {
    width: 100%;
  }

  .img-foi-container img {
    padding: 10px;
  }

  .advertisement-photo img {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 24px;
  }

  .buttoncolor {
    padding: 10px;
    font-size: 14px;
  }

  .buttoncolor-aboutme {
    padding: 10px;
    font-size: 14px;
  }

  .white-advertisement-text {
    font-size: 36px;
  }

  .white-advertisement-small-text {
    font-size: 18px;
  }

  .personal-text {
    padding: 20px;
  }
}