.web-name{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  font-size: 40px; 
  font-style: italic;
}

.web-name{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  font-size: 40px; 
  font-style: italic;
}
.navbar a:hover{
  color: #B38E6A;
}
.web-name :hover{
  color: burlywood;
}
.title-section {
    height: 900px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ttBox {
    width: 250px;
    height: 150px;
    background-color: #f0cca4; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 625px;
    border-radius: 5px;
}
.title-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 1;
}
.title-content {
    position: relative;
    padding-top: 90px;
}
.title-content h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.title-content p {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.udl{
  text-decoration-color: #ff0000;
}
.btn-primary {
    font-size: 19px;
    padding: 10px 20px;
    border-radius: 5px;
}
.button{
    text-align: center;
}
.box1{
    width: 1300px;
    height: 500px;
    padding: 50px;
    margin: 20px;
    background-color: #D2B48C;
    border-radius: 15px;
    max-width: 70%;
}

.imgBox {
  display: block;
  margin-left: 700px;
  width: 400px;
  height: auto;
  border-radius: 50%;
  position: absolute;
}

@media (max-width: 768px) {
.imgBox {
      display: none;
  }
}

.box1 p{
    padding-right: 0;
    margin-right: 0;
    box-sizing: border-box;
}
.box1 h2{
    text-align: left;
    margin: 50px;
    box-sizing: border-box;
}
.box {
  display: block;
  background-color: #AD9B8F;
  padding: 40px 20px;
  margin: 20px 0;
  margin-left: 20px;
  border-radius: 20px;
  color: #ffffff;
  text-align: left;
  width: 80%;
  max-width: 800px;
  z-index: 1;
}

.box h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #ffffff;
}

.box p {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .box {
      padding: 30px 15px;
  }

  .box h3 {
      font-size: 1.5rem;
  }

  .box p {
      font-size: 0.95rem;
      text-align: justify;
  }
}

@media (max-width: 480px) {
  .box {
      padding: 20px 10px;
  }

  .box h3 {
      font-size: 1.25rem;
  }

  .box p {
      font-size: 0.9rem;
      text-align: justify;
  }
}

.navBarLock{
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.postTitle{
  text-align: center;
  margin-top: 50px;
}
.searchTitle{
  text-align: center;

}
.container a{
  text-align: center;
}
.here{
  color: #D2B48C;
  text-decoration: none;
  opacity: 1.2;
  transition: 0.3s;
}
.here:hover{
  opacity: 0.6
}
#review{
display: flex;
}

.review-content{
    padding: 140px 300px 140px 100px;
    box-sizing: border-box;
    background-color: #E5DCD2;
}

.review-content h1{
    padding-left: 150px;
    margin-bottom: 50px;
    font-size: 60px;
    box-sizing: border-box;
    color: #534931;
}

.review-content p{
    font-size: 20px;
}

#recent-post,#contact{
    width: 100%;
    padding: 100px 200px;
    box-sizing: border-box;
    text-align: center;
}

.recent-box{
    width: 100%;
    display: flex;
}

.recent-box1{
    width: 35%;
}
.recent-box2{
    width: 50%;
    margin-left: -50px;
    padding: 20px 100px 20px 0;
}

.recent-box2 img{
    margin-right: 30px;
}

.recent-info{
    padding-top: 60px;
}

.recent-detail{
    display: flex;
    padding: 35px 0;
}

#contact button{
    background-color: #B38E6A;
    color: white;
    border: none;
    padding: 15px 20px;
}
footer {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  justify-content: space-between; /* Ensure equal spacing */
  padding: 50px 20px; /* Reduce padding for smaller screens */
  box-sizing: border-box;
  width: 100%;
}




footer .info {
  width: 100%; /* Full width on smaller screens */
  padding: 10px;
  box-sizing: border-box;
  text-align: center; /* Center align content for smaller screens */
}

footer .info h3, 
footer .info h2 {
  font-size: 1.5em; /* Adjust heading sizes for smaller screens */
}

footer .info p, 
footer .info a {
  font-size: 1em;
}






footer {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
  justify-content: space-between; /* Distribute space evenly */
  align-items: flex-start; /* Align items at the top */
  padding: 50px 20px; /* General padding */
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto; /* Allow horizontal scrolling if content overflows */
}

footer .info {
  flex: 1 1 auto; /* Allow sections to shrink or grow equally */
  max-width: 25%; /* Ensure sections don't grow too large */
  padding: 10px;
  box-sizing: border-box;
  text-align: left; /* Align text to the left */
}

footer .info h3,
footer .info h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

footer .info p,
footer .info a {
  font-size: 0.95em;
  margin-bottom: 8px;
}

footer .info a {
  color: black;
  text-decoration: none;
}

.copyright {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #B38E6A;
  color: white;
  font-size: 0.9em;
  margin-top: 10px;
}

/* Media Queries for Smaller Screens */
@media (max-width: 768px) {
  footer .info {
    max-width: 30%; /* Slightly larger sections for tablets */
  }
}

@media (max-width: 480px) {
  footer {
    justify-content: flex-start; /* Align items to the left for scrolling */
  }

  footer .info {
    max-width: none; /* Allow flexible widths */
    flex: 0 0 auto; /* Prevent shrinking */
  }
}
