body {
  width: 100%;
  margin: 0 auto;
  background-image: url(https://brilliant-kleicha-4fa21a.netlify.app/coverimg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #5c3a21;
  background-position: center;
  font-family: "Comorant Garmond", serif;
}
.img1{
  width: 6rem;
}

.logo-img {
  position: absolute;
  top: 0%;
  height: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}


.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 auto;
  width:100%;
  height:100vh;
}

.sect-all{
  display:flex;
  flex-direction: column;
  background-color: #d9a441;
  border-radius: 50%;
  box-shadow:#c0c0c0 0px 0px 10px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


p {
  color:#5c3a21;
  max-width: 7rem;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  font-weight: 800;
}

.inner-content {
  display: flex;
  justify-content: space-around; /* Changed to space-around for balanced spacing */
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.fill-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Removed large margin as parent now uses space-around */
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
}
.fill-form button{
  background-color: #d9a441;
  border:5px solid #5c3a21;
  color:#5c3a21;
  padding:0.8rem 1.8rem;
}

.sect-all hr{ 
  width: 0.5rem;
  height: 16rem;
  z-index: 27;
  border: none;
  background-color: #5c3a21;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-usdir {
  padding:1rem;
  
}

/* New button styles */
.button {
  font-weight: 700;

  padding: 1rem 2rem;
  border-radius: 9999px; /* This makes the button fully rounded */
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button-primary {
  background-color: #5c3a21;
  color: #edece9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button-primary:hover {
  background-color: #ffffff;
  color: #5c3a21;
}

.button-back {
  background-color: #a0a0a0;
  color: #edece9;
}

.button-back:hover {
  background-color: #c0c0c0;
}
.sub-header{
  position: absolute;
  left:0%;
  right:0%;
  font-size: 1.5rem;
  color: #5c3a21;
  margin:0 auto;
  top:17%;
  text-align: center;
  font-weight: 600;
  padding:20px;
  max-width: 35rem;
}
@media (min-width: 1024px) {
  
  s
}

