
body 
{
    font-family: 'Rubik', sans-serif;
    border: 1px solid #ccc; 
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    background-color: #fff;
}
.title
{
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 600;
    flex-grow: 1;
    text-align: center;
    color: black;
    margin: 0;       
}
.news-divider 
{
    border-top: 1px solid #ccc;  /* Divider'ın rengi */
    margin: 20px 0; /* Divider arası boşluk */
}

.header 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0px;
    background-color: #fff; 
    box-sizing: border-box;
}

.menu-icon 
{
    margin-left: 20px;
    cursor: pointer;
}
.menu-divider 
{
    width: 2px; 
    height: 30px; 
    background-color: #C7C8CC; 
    margin: 0 15px; 
}
.menu 
{
    display: none; 
    position: absolute; 
    top: 50px; 
    left: 20px; 
    background-color: white; 
    border: 1px solid #ccc;
    border-radius: 5px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    z-index: 1000; 
}
.menu-button 
{
    padding: 10px; 
    cursor: pointer;
    text-align: left;
    display: block; 
    border-bottom: 1px solid #ccc;        
}
.menu-button:last-child 
{
    border-bottom: none; 
}
.menu-button:hover 
{
    background-color: #f0f0f0;
}
.icon-button 
{
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 10px; 
}
.login-button
{
    border: none;
    color: #fff;
    background: #000;

    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    margin: 0;
    width: 100px; 
    text-align: center; 
    height: 39px;
}
.follow-button 
{
    font-weight:500;
    color: black;                      
    border: 1px solid black;          
    background: #ffffff;               
    margin-left: 20px;               
    margin-right: 20px;              
    padding: 10px 20px;               
    align-self: center;               
    text-align: center;           
    cursor: pointer;                 
    border-radius: 5px;             
    height: 38px;
}
.icon-buttondown 
{
    margin-right: 20px;
    background-color: black;       
    border: none;                
    padding: 10px;               
    cursor: pointer;              
    display: flex;                 
    align-items: center;          
    justify-content: center;      
    height: 38px;
    width: 38px;
    border-radius: 4px;
              
}
.divider
{
    width: calc(100% - 40px); 
    height: 1.25px;
    background-color: #C7C8CC;
    margin: 20px auto; 
}
.container 
{
    border-radius: 10px;
    padding: 10px; 
    margin: 5px; 
}
.news-info 
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid grey;
    width: auto;
    gap: 10px; 
}
.news-type,
.news-date 
{
    flex: 1; 
}
.news-type 
{
    color: black;
    font-weight: bold;
}
.news-date 
{
    color: #888;
    font-style: italic;
    font-weight: normal;
}
.container 
{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.news-type-buttons 
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
}
.news-type-button-container 
{
    border: 1px solid #C7C8CC;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 1px 10px;
    flex: 0 0 auto;
}
.news-type-button 
{
    background-color: transparent;
    color: black;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 16px;
    line-height: 1.2;
}
.news-type-button:hover 
{
    background-color: #f0f0f0;
}
.icon-button-container 
{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999; 
}
.icon-buttontur 
{
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.more-menu 
{
    display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #C7C8CC;
    border-radius: 5px;
    width: max-content;
    z-index: 1000;
}
.more-menu.active 
{
    display: block; 
}
.more-menu .news-type-button-container 
{
    padding: 5px 10px; 
    cursor: pointer;
    margin: 3px 0; 
}
.more-menu .news-type-button 
{
    font-size: 14px;  
    padding: 4px 8px;
    border-radius: 5px; 
    transition: background-color 0.3s ease; 
}
.more-menu .news-type-button:hover 
{
    background-color: #f0f0f0; 
}
.more-menu .news-type-button-container 
{
    padding: 10px;
    cursor: pointer;
}
.more-menu .news-type-button-container:hover 
{
    background-color: #f0f0f0;
}
.news-section 
{
    display: flex;
    width: 100%;
    overflow: hidden; 
}
.left 
{
    flex: 1; 
    padding: 10px; 
    box-sizing: border-box; 
    border-right: 1px solid #C7C8CC; 
}
.middle, .right 
{
    flex: 1; 
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #C7C8CC; 
}
.right 
{
    border-right: none; 
}
.news-item 
{
    margin-bottom: 10px; 
}
.news-type 
{
    background-color: #f0f0f0; 
    padding: 5px; 
    border-radius: 3px; 
    margin-bottom: 5px;
}
.large-image 
{
    width: 100%; 
    height: 400px;
    object-fit: cover; 
    background-color: #000000;
    border-radius: 5px; 
}
.small-image {
    width: 200px;         
    height: 200px;        
    object-fit: cover;   
    background-color: #000000;
    border-radius: 5px;
    min-width: 200px; 
    min-height: 200px;
}


.read-more 
{
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
    color: #362AD2;
}
.small-news-item 
{
    display: flex;         
    align-items: flex-start; 
    margin-bottom: 10px; 
    padding: 10px;       
}
.small-news-item h3 
{
    margin-top: 0;        
    margin-bottom: 5px; 
}
.small-news-item img 
{
    margin-right: 10px;  
}
.section-title 
{
    font-size: 22px;           
    font-weight: 700;      
}
.section-title-container 
{
    border: 1px solid #C7C8CC; 
    border-radius: 5px;
    padding: 8px; 
    margin-bottom: 10px; 
    background-color: #fff;
    text-align: center; 
}
.modal 
{
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content 
{
    background-color: #fff;
    margin: 0;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    max-width: 400px; 
    border-radius: 10px; 
    text-align: center; 
}
.close 
{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content h3 
{
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.modal-content p 
{
    font-size: 12px;
    margin-bottom: 20px;
    color: #666;
}
.modal-btn-container 
{
    display: flex;
    justify-content: center; 
    gap: 10px; 
}
.modal-btn 
{
    background-color: #000000; 
    color: white;
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
.modal-btn:hover 
{
    background-color: #45a049; 
}
#cancelDownload 
{
    background-color: #f44336; 
}
#cancelDownload:hover {
    background-color: #e53935; 
}
.icon-buttontur 
{
    background-color: black;      
    border: none;                  
    padding: 10px;                
    cursor: pointer;             
    display: flex;              
    align-items: center;         
    justify-content: center;    
    border-radius: 4px;
}
.icon-buttontur img 
{
    width: 24px;                  
    height: 24px;                
}
.icon-button-container 
{
    margin-left: 20px;            
}
.news-item h3 
{
    font-family: 'PT Serif', serif;
    font-size: px;                   
    font-weight: 600;                
    margin: 0;                    
}
#login-icon 
{
    display: none; 
}
#dayName 
{
    font-weight: bold;
    color: black;
}

@media (max-width: 768px) {
#login-icon 
{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer;
    margin-left: auto; 
    margin-right: 10px; 
    border: 1px solid #C7C8CC; 
    width: 40px; 
    height: 40px; 
    border-radius: 5px; 
    background: none; 
}
.menu-icon 
{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer; 
    margin-left: 10px; 
    border: 1px solid #C7C8CC; 
    width: 40px;
    height: 40px; 
    border-radius: 5px; 
    background: none; 
}
.follow-button 
{
    display: none;
}
.login-button 
{
    display: none;
}
body 
{
    padding: 10px;
    margin: 10px; 
}

.title 
{
    font-size: 24px; 
    text-align: center; 
    flex-grow: 1; 
}
.header 
{
    flex-direction: row; 
    justify-content: space-between; 
}
.icon-button 
{
    display: none;
}
.menu 
{
    top: 10px;
    left: 10px;
}
.menu-button 
{
    padding: 8px; 
}
.icon-buttondown
{
    display: none;
}
.news-info 
{
    font-size: 12px; 
}
  .news-type-buttons 
{
    flex-wrap: nowrap; 
    overflow-x: auto; 
}
.news-type-button-container 
{
    margin: 5px; 
}
.news-type-button 
{
    font-size: 14px; 
    padding: 8px 12px;
}
.small-image 
{
    width: 100%; 
    height: 250px; 
}
.large-image 
{
    height: 250px;
}
.section-title 
{
    font-size: 20px; 
}
.divider 
{
    width: calc(100% - 20px);
}
.news-section 
{
    display: flex; 
    flex-direction: column;
    width: 100%; 
}
.left, .middle, .right 
{
    border-right: none;
    margin-bottom: 10px; 
}
.small-news-item 
{
    flex-direction: column;
}
.menu-divider 
{
    display: none;
}
}
@media (max-width: 1366px) 
{
.news-type-buttons 
{
    display: flex;
    flex-wrap: nowrap; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 20px; 
    padding: 0 15px; 
}
.news-type-button-container 
{
    flex: 0 0 auto; 
    margin: 0; 
}
.news-type-button 
{
    font-size: 14px; 
    padding: 5px 10px; 
    border-radius: 5px;
    transition: background-color 0.3s;
}
.news-type-button:hover 
{
    background-color: #f0f0f0; 
}
}

