/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* /* background-image: url(https://thetravellertrails.in/wp-content/uploads/2023/01/Best-Places-To-Visit-In-Pondicherry_Promenade-Beach.jpg); */
    background-repeat: no-repeat; 
    background-size: cover;
    background-image: url(images/beach.jpg);
    
}

header {
    background-color: #332f2f;
    color: white;
    padding: 1px;
    text-align: center;
    
}

#home{
    text-align: center;
    border: 2px solid rgb(243, 237, 237);
    background-color: #e8d7d7;
    margin-left:500px;
    margin-right:500px;
    border-radius:20px;
}
.nav{
    margin: 30px 00px 00px 700px;
    list-style-type: none;
    text-align:center;
    display:flex;
    font-size: 20px;
    font-weight: 700;   
}
.nav li a{
    padding-left: 80px;
    text-decoration: none;
    color:white;
}
z

#home {
  width: 700px;
  padding: 20px;
  margin: 20px auto; 
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center;
  flex-direction: column;
  background-color: rgb(224, 218, 210);
  height: auto;
  background-color:white; 
}

.main{
  display: flex;
  justify-content: space-around;
}

#packages{
  width: 400px;
  padding: 20px;
    margin: 20px 0;
    background-color: white;
    border-radius: 8px;
}

#destinations{
  width: 400px;
  padding: 20px;
  margin: 20px 0;
  background-color: white;
  border-radius: 8px;
}



h2 {
    color: #333;
}

.package, .destination {
    margin-bottom: 20px;
}

.package h3, .destination h3 {
    color: #7a0d0d;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin: 10px 0 5px;
}

form input, form textarea {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form button {
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form button:hover {
    background-color: #0056b3;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

#contact {
    padding: 50px 20px;
    background-color: #fceaea;
    border-radius: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    box-sizing:content-box;
    /* background-image: url(photo.jpg); */
  }

  #contact h2 {
    text-align: center;
    font-family: 'Arial', sans-serif;
    /* margin-bottom: 30px; */
    /* margin-top: 30px; */
    font-size: 2rem;
    font-weight: bold;
  }

  .form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:5000px;
    height: auto;
  }

  form {
    width: 100%;
    max-width: 500px;
    background-color: #fdfafa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height:fit-content;
    width: 300px;
  }

  label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
  }

  .input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom:10px;
    border: 1px solid #e9e0e0;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    height: 10px;
  }

  textarea {
    resize: vertical;
    min-height: 150px;
  }

  button#btn {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  button#btn:hover {
    background-color: #8d8d6c;
  }

  @media (max-width: 600px) {
    .input {
      width: calc(100% - 20px);
    }
  }