.header{
  background-color: #ffffff;
  display: flex;
  align-items: center;       /* dikey ortalama */
  justify-content: center;   /* ortalama */
  position: relative;
  height: 120px;
  border-radius: 10px;
}
.hero {
  display: flex;
 align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(to right, #d4d2cd, #63a39d);
  color: #fff;
  padding: 70px 4%;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;

}

.buttonlarım{
   background: none;       /* Arka planı kaldır */
   border: none;           /* Kenarlığı kaldır */
   padding: 0;             /* Varsayılan boşlukları kaldır */
   font: inherit;          /* Yazı tipini miras al */
    cursor: pointer;
    font-size: 18px;
    color: black;
    border-bottom: 2px solid black;
    padding-bottom: 4px;
}



.logo{
  position: absolute;
  right: 30px;
  height: 70px;
  border-radius: 36px;
}

.contact-form input,
.contact-form textarea {
  width: 50%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  background: #fff;
  box-shadow: none;
  font-family: inherit;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  background: none;
  box-shadow: none;
  border: none;
}

.div99{
  padding: 37px;
  border-radius: 22px;
  border: 6px solid #1015a7;
  width: 450px;
}

.heyo{
     display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(to right, #3445b6, #b166a6);
  color: #fff;
  padding: 29px 5%;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
}


.wtsb{
  background-color: green;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%; 
    overflow-x: hidden; 
}

.cmbaz{
 color: #919aff !important; /* Diğer renk stillerini de kesinleştirir */
 text-decoration: none !important; /* Bu, çizgiyi kesin olarak kaldırır! */
  font-weight: 500;
  transition: 0.3s;
  margin: 10px;
  font-size: 20px; /* Yazı boyutunu büyütür */

}
.cmbaz:hover {
  color: #000000;
}

.services { text-align: center; padding: 40px 20px; }
.service-cards { display: flex; justify-content: center; gap: 18px; }
.card { background: white; padding: 20px; width: 300px; border-radius: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: 0.3s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.2); }
.card h3 { margin-bottom: 15px; color: #333; }
.card p { color: #555; line-height: 1.5; }
.card a { font-size: x-large; color: #6557eb;}
.card button {background: none; border: none; color: #6577eb; font-size: x-large;}
.ortala {
  justify-content: center;
}

.contact-form,
.contact-info {
  flex: 1;
  min-width: 300px;
  background: none;
  box-shadow: none;
  border: none;
}


.contact-form button {
  background: #85d3da;
  border: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.contact {
  background: #fffbf0;
  padding: 60px 5%;
  color: #111;
}
header a {
  text-decoration: none;          /* Varsayılan çizgiyi kapat */
  border-bottom: 2px solid black; /* Her linke ayrı çizgi */
  padding-bottom: 5px;            /* Yazı ile çizgi arasını aç */
  margin: 0 12px;                 /* Linkler arası boşluk */
  display: inline-block;          /* Çizgilerin birleşmesini engeller */
}
header, header * {
  border-bottom: none !important;
}