.HeaderText {
    background: linear-gradient(to top
    ,#000000, #93291E,#ED213A  );
    font-weight:bold;
    text-align: center;
    padding-top: -5em!important;          
    font-size:x-large;            

}

.text-left,.text-right{
    color: rgb(101, 243, 101);
    text-align: center;
}

td, th {
    color: black;
    font-weight: bold;
    font-size: x-large;
}

.table-bordered {
    border: 2px solid white;
}

.uyari {
  color: red;
  font-size: smaller;
  margin-top: 5px;
  font-weight: bold;  /* Metni kalın yapmak için */
}

.table {
    border-collapse: collapse;
}

@keyframes waveAnimation {
0%, 100% {
background-position: -100% 0%;
}
50% {
background-position: 0% 0%;
}
}

.backgroundall {
animation: waveAnimation 10s infinite;
background: linear-gradient(to right, darkblue, #8e211d,#8e211d, darkblue);
background-size: 200% 100%; 
height: 100vh;
margin: 0;
}

.circle-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
}

thead {
    background-color: rgb(168, 0, 0);
}

.info {
    float: left;
    margin-right: 20px; 
    color: white;
}

.button-link {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid darkblue;
    background-color: darkblue;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s; 
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -0%); 
    z-index: 1; 
    border-radius: 30%;
    font-size: large;
}

.button-link:hover {
    background-color: white;
    color: darkblue;
}

.image-container {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
    
    
}

.image {
    margin: 15px; 
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
    position: relative;  
    width: 420px;
    height: 220px;
}

.rounded-image {
    width: 250px;        
    border-radius: 30%;  
    overflow: hidden;    
}
.parent-container {
display: flex;
flex-direction: column;
}   

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.site-logo img {
      height: 112px;
      width: 180px;
    }

.follow-us {
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: top; 
    color: white;
    width: 150px;
    height: 110px;
    font-size: 20px;
}

.follow-us img {
    width: 60px;
}

.follow-us-img-insta {
    padding-right: 20px;
    
}

.follow-us-img-tiktok {
    padding-left: 20px;
}

.date {
    color: white;
    text-align: left;
    padding-left: 20px;
    justify-content: top;
    height: 200px;
    width: 150px;
    font-size: x-large;
}

.yellowCarat{
    text-align: center; 
    color: yellow;
    font-size:x-large;      
}

.branchText{
    font-size: large;
}