   body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   background-color: #7cba80;
   color: #07376a;
   text-align:justify;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  font-size: 25px bold !important;
  text-rendering: optimizelegibility;
   overflow-wrap: break-word;
  font-family:'Open Sans', sans-serif !important;
  margin: 0;
  padding: 0;
}
  .blog-header {
    background-image: url('11white11.gif'); 
    background-size: cover; 
    background-position: center;  
    color: #093c9f;  
    text-align: center;
    padding: 20px 50px; 
    line-height: 1.4;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    width: 100%;
    height: 130px;
}
.blog-header h1{
  text-align: center;
  font-size: 39px;
font-family: "PlusJakarta SemiBold",sans-serif;
  font-weight: 600;
  margin-top: 0rem;
}
  .search-container input {
    padding: 10px;
    width: 230%;
    margin: 0;  
    margin-right: 50px;
    position: relative;
  }   
  nav {
    background-color: #a9a4f1;
    position: relative;
   padding:8px 0px 8px 0px;
   list-style: none;
   margin: 0;
   padding: 10;
   display: flex;
   flex-wrap: wrap;
gap: 118px;
  }
  nav ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    padding: 8px 0px 8px 20px;
  }
    nav ul li {
    display: inline;
    margin: 0 15px;
  }  
  nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: flex;
  }  
  nav ul li a:hover {
    text-decoration: underline;
    color: #007bff;
  }
  .buttons {
    text-align: center;
    margin: 20px 0 0px 28px;
  }  
  .buttons button {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border: none;
    background-color: #a9a4f1;
    color: white;
  }  
  .buttons button:hover {
    background-color: #555;
  }  
  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;    
  }  
  .gallery-item {
    width: 200px;
    margin: 10px;
    text-align: center;
    padding: 15px;
    text-align: center;
   float: left;
   }
    .gallery-item img {
    width: 100%;
    height: auto; 
    }
  .gallery-item p{
    padding: 15px;
    text-align: center;
       } 
  footer {
    text-align: center;
    background-color: #333;
    color: white;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 500px;
  }  
  footer p {
    margin: 0;
  }
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #e61c1c;
}
.borders{
  width: 180px;
  position: relative;
  top: -2px;
  height: 79px;
}
@media (max-width: 768px) {
  .blog-header{
    height: 270px;
  } 
  .search-container input {
    width: 70%;
  }
  nav ul li {
    display: block;
    margin: 10px 0;
  }
  .gallery {
    flex-direction: column;
    align-items: center;
  }
  body {
  margin: -25px;
}
nav{
  list-style: none;
 margin-right: -25px;  
  gap: 26px;
  margin-top: 2px;
}
 .search-container input {
    width: 180%;
  }
.borders {
    top: 11px;
  left: -24px;
  }
}
@media (max-width: 480px) {
  header {
    padding: 62px;
    padding-bottom: 62px;
    width: 50px;
    height: 63px;
    padding-bottom: 130px;  
  }
  .search-container input {
      width: 150%;
    margin-top: 191px;
    margin-right: 18px;
    margin-left: -155px;
  }
  nav ul li {
    display: block;
    margin: 8px 0;
  }
  .buttons button {
    width: 100%;
    padding: 15px;
  }
 .borderDesigns {
  width: 340px;
    height: 243px;
    margin-right: 150px;
    margin-left: -15px;
    margin-top: -65px;
  }
  .gallery-item {
    width: 100%;
  }
}
/*.search-container {*/
/*  position: relative; */
/*}*/
#search {
  width: 100%;
  padding: 8px 40px 8px 12px; 
  border: 1px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;  
}
.search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  left:32pc;
}
.search-btn i {
  font-size: 18px;
  color: #333;
}
.search-btn:hover i {
  color: #007bff;
}
