.content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.content h1 {
  font-size: 70px;
  margin-top: 80px;
}
.content p {
  margin: 20px auto;
  font-weight: 100;
  line-height: 25px;
}
.home {
  display: flex;
  overflow: hidden;
}
.container-content {
  padding-left: 5%;
  color: #3b3b3a;
}
.container-content h1 {
  font-weight: 700;
}
.container-content #p2 {
  color: #555;
}
.container-image {
  padding-left: 1%;
}
.btn {
  width: 45%;
  padding-left: 5%;

  padding-right: 5%;
  background-color: var(--yellow);
  font-size: 20px;
  font-weight: 600;
}
#show-alert{
  margin-top: 5px;
}
.py-3 {
  /* padding-top: 185px !important;
  color: black; */
  padding-bottom: 0%;
  /* padding-bottom: 1rem!important; */
}
.mypage {
  overflow: hidden;
}

.img-property {
  height: 640px;
  width: 100%;
}
.main-content {
  min-height: calc(100vh - 98px) !important;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem;
}
.terms center-align {
  list-style-type: none;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
}
.terms li:first-child {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  color: #555;
  padding: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
.for {
  line-height: 1.5;
  font-weight: 500;
  font-size: 1rem;
  color: #0ba2c5;
}

.terms {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  color: #989898;
}
.breadcrumb {
  padding: 0;
  background: #f4f4f7;
  margin: 0;
}

.privacy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10.5pt;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 10em;
  padding-right: 10em;
  padding-top: 3em;
}
.privacy-container {
  line-height: 1.8;
}

.privacy p {
  color: #989898;
}
.privacy .privacy-container ul li {
  color: #989898;
}
.privacy .privacy-container ol li {
  color: #989898;
}
.breadcrumb {
  background: transparent;
  margin: 0%;
  padding-left: 1%;
  display: flex;
  flex-wrap: wrap;
}
.terms {
  margin-left: 18%;
  margin-right: 18%;
}
.container-description {
  background-color: #fff;
  border: 1px solid gray;
  padding: 2em;

  font-size: 13.5px;
}
.container-description h2 {
  color: gray;
  font-weight: bold;
  font-size: 1.75em;
}
.container-description #p1 b {
  color: #0ba2c5;
  padding-right: 2%;
  line-height: 2em;
}
.form-container #n1 {
  border-radius: 5px;
}
.form-container #n2 {
  border-radius: 5px;
}
.submit {
  border-radius: 5px;
}
#d-option {
  border-radius: 5px;
}
.form-box{
  background-color: aliceblue;
    width: 37% !important;
    margin: 10px auto 10px auto;
    padding: 30px !important;
    border-radius: 5%;
}
#improvement {
  border-radius: 5px;
}
.navbar {
  padding-right: 5%;
}
:root {
  --yellow: #ffbe0b;
}
footer {
  bottom: 0;
}
/* .container {
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  display: flex;
  
  background-color: #3c5077; 
} */
.popup {
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 400px;
  padding: 0 30px 30px;
  color: #333;
  border-radius: 6px;
  position: absolute;
  outline: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  background-color: #fff;
  visibility: hidden;
  transition: transform 0.4s, top 0.4s;
}
.open-popup {
  visibility: visible;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.btn {
  padding: 10px 60px;
  background: #ffbe0b;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  border-radius: 30px;
}
.popup img {
  width: 100px;
  margin-top: -50px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgb(0, 0, 0, 0.2);
}
.popup h2 {
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 10px;
}
.popup button {
  width: 100%;
  margin-top: 50px;
  padding: 10px 0;
  background: #6fd649;
  color: #fff;
  border: #fff;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.error-message {
  color: red;
  font-size: 14px;
  margin: 0px;
}
.success-message{
  color: green;
  font-size: 14px;
  margin: 0px;
}

.form-box {
  /*   max-width: 500px;
    margin: auto;
    padding: 50px;
    background: aliceblue;;
    border: 10px solid #f2f2f2; */
    background-color: aliceblue;
      width: 40%;
      margin: 7px auto 7px auto;
      padding: 50px;
      border-radius: 5%;
  }
  
  h1, p {
    text-align: center;
  }
  
  input, textarea {
    width: 100%;
  }
  .spinner-border,.spinner{
    margin: 0px !important;
    padding: 0px !important;
    --bs-spinner-width: 1.5rem !important;
    --bs-spinner-height:1.5rem !important;
  }
