
body{
    background-image: url(./asset/background.jpg);
    background-size: 1920px 1080px%;
    background-position: 20% 50%;
        background-attachment: fixed;
    }
.menubar{
    display:flex;
    justify-content: center;
    
}

nav{
    background: linear-gradient(to bottom,#bebebe 0,#777 3%,#232323 55%,#1d1d1d 55%,#202020 98%,#000 100%);
  box-shadow: rgba(0,0,0,.3) 0 3px 8px;
  border-left: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-bottom: 1px solid #000;
  padding: 2px 5px 4px 5px;
  font-weight: 2rem;
  font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  position: relative;  
  font-size: 16.3px;
  color: #dadada;
     list-style-type: none;
     margin-top: 4px;
}
.container4banner{
    display: flex;
    justify-content: center;

}
.banner {
    background-image: url(./asset/2.png);
    max-width: 1300px;
    width:100%;
    height: 300px;
    margin-bottom: 0%;
    background-size:cover;
    background-position: 30% 17%;
    display: grid;
    align-items: center;
    box-shadow: 20px 20px 20px black;

}
nav ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 30px;
    margin: 0;
    padding: 15px;


}
    nav ul a{
        color: #dadada;
        text-decoration: none;
    }
    input{
        padding: 8px 15px;
        border: none;
        border-radius: 4px;
        font-size: 14px;
        
    }
    nav ul .search {
        margin-left:auto
    }

h1 {
    color: #e9e9e9;
      font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
      
     font-size: 3rem;
      display: grid;
  justify-items:flex-end;

     padding:30px;

  text-shadow: 4px 5px 4px #000000;


}


.foreground{
background-color: #e0e0e0;
    padding: 30px 50px; /* Adjust padding as needed */
    margin: 0 auto;
    max-width: 1200px; /* Or whatever width you want */
   min-height: calc(100vh - 300px - 50px); 
       display: block;
         margin-left: auto;
         
         
     
 
        box-shadow: 20px 20px 20px black;
        

}


nav ul li a {
    padding: 13px 15px;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}


/*navbar ends here*/



.main-content{
    margin-left: auto;
    padding: 20px;
    display: block;
justify-content: center;
align-content: flex-start;

    font-family: 'Georgia', serif;
            min-height: 100vh;
            display: flex;
            padding: 20px;
            margin-top: 0px;
            

            

            

  ; /* Add this */
}
/* actual styling for the posts go here*/ 

.Hdivider{
   border: 1px solid #b5b5b5; /* Adds a thin bottom border */
  margin: 7px 0; /* Adds vertical spacing */

}
.post {
    
        padding-top: 0 !important;
        padding-right: 0!important;
        padding-left: 0% !important;

   border: 4px solid;
      border-top: 10px solid #174c6f;      /* Light on top */
    border-left: 10px solid #7ba4c0;     /* Light on left */
    border-right: 10px solid #022742;    /* Dark on right */
    border-bottom: 10px solid #0a4169;   /* Dark on bottom */
      box-shadow: 0 0 10px 0 black;
    padding: 0px;
    width: 1000px;
    min-height: 1000px;
  margin:0;
 background-image: url(./asset/animewallpaper10-1024x576.jpg);
background-position-y:300px;
background-size: cover;          
            border-radius: 6px;
            padding: 45px 55px;
            box-shadow: 
                0 10px 40px rgba(0, 0, 0, 0.8),
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                inset 0 -1px 0 rgba(0, 0, 0, 0.6);
             background-color: rgba(0, 0, 0, 0.6);
 
                position: relative;
    
}


.post .image img {
    
    width: 100%;
    height: 480px;
    padding: 0%;
   
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
 


    
   


.title{
     font-size: 4rem;
   
            font-style: italic;
            font-weight: thin;
            color: #ffffff;
            margin-bottom: 8px;
            text-shadow: 
                0 1px 0 rgba(255, 255, 255, 0.2),
                0 3px 8px rgba(0, 0, 0, 0.9);
            letter-spacing: 1px;
            position: relative;
}
    

.meta {
            font-size: 1rem;
            color: #b4b4b4;
            letter-spacing: 1.5px;
            padding-top: 25px;
            border-top: 1px solid rgba(80, 100, 120, 0.25);
            position: relative;

        }

.text {
  
    font-size: 0.1rem;
            line-height: 1.5;
            color: #b0c0d0;
            position: relative;
                        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);

        
}


.date{
    font-size: 21px;
            font-style: italic;
            color: #b4b4b4;
            letter-spacing: 0px;
            position: relative;
            margin-bottom: 0;
}

.text h2 {
    font-size: 52px;
    font-style: italic;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 1px;
}

.textf {
    padding: 45px 55px;
   
    
}


.posts {
    width: 500px;
    height: auto;
    color:white;
    padding-bottom: 30px;
     font-size: 1.3rem;

}
