*{
    padding: 0;
    margin: 0;
    margin-left: 1px;
    padding-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
}
body{
    font-family: Helvetica;
     font-size: large;
     
    
}

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

.content{
justify-content:center;
text-align:center;
align-items:center;
border-top:solid 2px black; 
margin-top:3%;
}  
.top{
    font-family: cambria;
    font
    filter: drop-shadow(5px 5px 5px gray);
}
.top_name{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
    filter: drop-shadow(5px 5px 5px gray);
    font-size: 71px;
    padding-top: 20px;
    margin-top: 20px;
    
}
.top_nameLogo{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-right: 300px;
  filter: drop-shadow(5px 5px 5px gray);
  font-size: 71px;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/*this part is search container css*/
.highlight {
    background-color: yellow;
  }

  #content {
   
    overflow-y: auto;
    
    padding: 10px;
  }

  #searchBox {
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
    
  }
  #searchInput{
    width: 225px;
    height: 43px;
    border-radius: 25px;

  }
  #searchbtn{
    width: 85px;
    height: 43px;
    border-radius: 25px;
    background-color: #007BFF;
    margin-top: 9px;
    padding-top: 9px;
  }

  button {
    margin-left: 5px;
  }
  .footer-container {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content div {
  flex: 1 1 250px;
}

.aboutus h3,
.links h3,
.contactus h3 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.aboutus p,
.contactus p {
  line-height: 1.6;
}

.links ul {
  list-style: none;
  padding: 0;
}

.links li {
  margin-bottom: 10px;
}

.links a,
.contactus a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.links a:hover,
.contactus a:hover {
  color: #1e90ff; /* Dodger blue */
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}




  /*this section for news articles*/
  #articles-list {
    align-items: center;
    text-align: center;
}


img{
    width: 300px;
    height: 300px;
}
.article{
    background-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    padding-bottom: 12px;
}
  


.full-article {
    display: none;
    margin-top: 10px;
}

.read-more {
    background-color: #007BFF;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.read-more:hover {
    background-color: #0056b3;
}

  /*here is footer section*/

.title{
    font-family: 'Times New Roman', Times, serif;
}
@media screen and (max-height:1024px){
    .top_name{
        
       
    }
    img{
       
    }
    
}
@media screen and (max-height:820px){
    .top_name{
        
        
    }
}
@media screen and (max-height:768px){
    .top_name{
        
       
    }
}

@media screen and (max-height:630px){
    .top_name{
        
        
    }
}
@media screen and (max-height:430px){
    .top_name{
        
       
    }
    
    
}
@media screen and (max-height:360px){
    .top_name{
        
       
    }
}
@media screen and (max-height:290px){
    .top_name{
        
       
    }
}
@media screen and (max-height:480px){
    .top_name{
        
        
    }
}


@media (min-width: 1024px) {
    img {
     
      
    }
   
  }

  @media (min-width: 630px) {
    img {
     
      
    }
    #searchInput{
      width: 281px;
      height: 49px;
      border-radius: 25px;
  
    }
    #searchbtn{
      width: 85px;
      height: 49px;
      border-radius: 25px;
      background-color: #007BFF;
      margin-top: 9px;
      padding-top: 9px;
    }
  }
