header{
    position: static;
}
#blogtop {
    width:100%;
    height:220px;
    background-color: rgb(253, 250, 235);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    font-size: 52px;
    color: rgb(1, 159, 199);
    background-image: url("../images/blogbg.jpg") ;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    margin-bottom: 120px;
}
.blogtopcover{
     width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
}
#blogmain {
    width:100%;
    min-height:100%;
    background-color: rgb(253, 250, 235);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 100px;
    padding-right: 100px;   
}

.blogbox {
    width:300px;
    height:400px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
   flex-direction: column;
   color: black;
}
.blogboximgbox{
    width:300px;
    height:150px;
}
.blogboximgbox img{
    width:300px;
    height:150px;
    
}

.blogboxtextbox{
    width:300px;
    height:250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  
}
.blogboxtextbox ul {
     width:300px;
    height:250px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.blogboxtextbox ul a{
    width: 100%;
    font-size: 15px;
    color: teal;
    margin-top: 5px;
    text-align: right;
}
.blogboxtextbox ul a:hover{
    color: tomato;

}

.blogboxtextbox ul li:first-child{

font-weight: 600;
text-align: center;
text-transform: uppercase;
}

.blogboxtextbox ul li:nth-child(2){
    font-style: italic;
   color: rgb(230, 103, 81);
   margin-top: -20px;
}

.blogboxtextbox ul li:nth-child(3){
  text-align: justify;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Maksimum satır sayısı */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6em; /* Satır yüksekliğini ayarlayın */
  max-height: 4.8em; /* line-height x satır sayısı */

}
.blogboxtextbox ul li:nth-child(4){
    width: 100%;
   margin-top: -20px;
    text-align: left;
}

.blogboxtextbox span{
    letter-spacing: -1px;
    color: rgb(247, 109, 85);
}

.blogarticleimg{
    font-weight: 600;
  
}
.blogarticleimg img{
    width:100% !important;
    height: 220px !important;
} 

@media only screen and (max-width: 1024px) {

 
}

@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 640px) {
  
    #blogmain {
   
    padding-left: 30px;
    padding-right: 30px;   
}

}

@media only screen and (max-width: 480px) {
     #blogmain {
   
    padding-left: 20px;
    padding-right: 20px;   
}
}

@media only screen and (max-width: 320px) {
    
}