@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa; /* Hafif gri arka plan */
}

.atc-content {
  padding-top: 2rem;
}

.atc-section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  margin-bottom: 2rem;
}

.atc-section p {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}


.atc-section2 .diller {

display: flex;

position: absolute;

top: 30px;

right: 30px;
}

.atc-section2 .diller a{
    font-size: .70em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .0278em;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.atc-section2 .diller a img{
        height: 25px;
}

.atc-section2 .logo{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.atc-section2 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  margin-bottom: 2rem;
  position: relative;
}



.atc-section2 p {
  margin-bottom: 20px;
  display: block;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
}

.atc-section2 p a{
    text-decoration: none;
    color: black;
}


.atc-section2 h2 {
  color: #d5101c; /* Ana renk */
  margin-bottom: 1rem;
  display: block;
  font-weight: 300;
  font-size: 35px;
  text-transform: uppercase;
}


.atc-section2 p i{
background: #d5101c;
line-height: 40px;
width: 40px;
display: inline-block;
text-align: center;
margin-right: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: white;
font-size: 14px;
}


.atc-section h2 {
  color: #d5101c; 
  margin-bottom: 1rem;
  display: block;
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
}


.atc-section p i {
        background: #eee;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.atc-section ul {
  list-style: disc;
  padding-left: 0;
}

.atc-section ul li {display: block;margin-bottom: 5px;font-weight: 300;font-size: 19px;}


.galeri .res {
    background-color: #fff;
    min-height: auto;
    display: flex;
    justify-content: center;
}

.galeri .res img {
    width: 100%;
    height: 195px;
    object-fit: contain;
}

.btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #0056b3;
}

hr {
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

.bi {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .atc-section {
    padding: 2rem;
  }
}


@media(max-width:1024px){
  .atc-section2{
    padding: 3rem 20px;
  }
  .atc-section2 .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    margin-top: 30px;
  }

  .atc-section2 p i{
    display: none;
  }
  
  .atc-section h2 {
      color: #d5101c;
      margin-bottom: 1rem;
      display: block;
      font-weight: 300;
      font-size: 35px;
  }
  .galeri {
    margin-top: 40px;
  }
  .galeri .res img{
    height: auto;
  }



}