* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8fafc;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 105vh;
    /* background-color: #21384f; */
    padding-top: 100px;
    gap: 10em;
}
.kap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 40px;
}

.ust {
    z-index: 1;
    width: 100%;
    position: fixed;
    background: #131A22;
    top: 0;
}

.ust .kap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 20px;
    /* min-height: 80px; */
    max-height: 80px;
}

.logo img {
    height: 70px;
    width: 110px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.navigasyon-liste {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hamburger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.navigasyon-baglanti {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    /* transition: all 0.3s ease; */
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.navigasyon-baglanti:hover {
    background-color: rgba(220, 38, 38, 0.2);
    transform: translateY(-2px);
    /* color: #fef2f2; */
}

.navigasyon-baglanti::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #dc2626, #ef4444); /* Logo kırmızısı gradient */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navigasyon-baglanti:hover::after {
    width: 80%;
}

.sosyal-medya {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.sosyal-medya .baslik {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.kutu {
    width: 70%;
    
    background: linear-gradient(135deg, #e0e0e0 0%, #bab8b8 100%);
/*  */
background: linear-gradient(1352deg, #b8dfd9 0%, #b1b08f 100%); 
   margin: 50px 0;
    border-radius: 6px;
    padding: 30px 80px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 50px;
}

.kutu .icerik {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kutu .icerik .sag {
    width: 70%;
}
.kutu .icerik .sag .baslik {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1b3664;
}
.kutu .icerik .sag .input-kutusu {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}
.sag .input-kutusu input,
.sag .input-kutusu textarea {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #afafb6;
    padding: 0 15px;
    font-size: 15px;
    outline: none;
    border: none;
    /* resize: none; */
}
.sag .mesaj {
    min-height: 110px;
}
.sag .buton {
    margin-top: 8px;
    display: inline-block;
}
.sag .buton button {
    background: #1b3664;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.sag .buton button:hover {
    background: #344e7a;
}

.altbilgi {
    background: #1a1f3a;
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-top: auto;
    min-width: 100%;
}

.altbilgi p {
    font-size: 0.9rem;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.icerik-1 ul {
    
    position:relative;
    top:60%;
    left:50%;
    transform:translate(-19%,-50%);
    margin:0;
    padding:0;
    display:flex;
}
.icerik-1 ul li {
    list-style:none;
}
.icerik-1 ul li a {
    display:block;
    position:relative;
    width:100px;
    height:100px;
    line-height:100px;
    font-size:40px;
    text-align:center;
    text-decoration:none;
    color:#404040;
    margin: 0 30px;
    transition:.5s;
}
.icerik-1 ul li a span {
    position:absolute;
    transition: transform .5s;
}
.icerik-1 ul li a span:nth-child(1),
.icerik-1 ul li a span:nth-child(3) {
    width:100%;
  height:3px;
  background:#404040;
}

.icerik-1 ul li a span:nth-child(1) {
  top:0;
  left:0;
  transform-origin: right;
}

.icerik-1 ul li a:hover span:nth-child(1) {
  transform: scaleX(0);
  transform-origin: left;
  transition:transform .5s;
}

.icerik-1 ul li a span:nth-child(3) {
  bottom:0;
  left:0;
  transform-origin: left;
}

.icerik-1 ul li a:hover span:nth-child(3) {
  transform: scaleX(0);
  transform-origin: right;
  transition:transform .5s;
}

.icerik-1 ul li a span:nth-child(2),
.icerik-1 ul li a span:nth-child(4){
  width:3px;
  height:100%;
  background:#404040;
}

.icerik-1 ul li a span:nth-child(2) {
  top:0;
  left:0;
  transform:scale(0);
  transform-origin: bottom;
}

.icerik-1 ul li a:hover span:nth-child(2) {
  transform: scale(1);
  transform-origin: top;
  transition:transform .5s;
}
.icerik-1 ul li a span:nth-child(4) {
  top:0;
  right:0;
  transform:scale(0);
  transform-origin: top;
}

.icerik-1 ul li a:hover span:nth-child(4) {
  transform: scale(1);
  transform-origin: bottom;
  transition:transform .5s;
}

.icerik-1 .facebook:hover {
  color: #3b5998;
}
.icerik-1 .facebook:hover span { 
  background: #3b5998;
}
.icerik-1 .twitter:hover {
  color: #1da1f2;
}
.icerik-1 .twitter:hover span { 
  background: #1da1f2;
}

.icerik-1 .instagram:hover span { 
  background: #c32aa3;
}
.icerik-1 .google:hover {
  color: #dd4b39;
}
.icerik-1 .google:hover span { 
  background: #dd4b39;
}

.icerik-1 ul li a .twitter {
  color: #1da1f2;
}
.icerik-1 ul li a:hover:nth-child(3) {
  color: #c32aa3;
}
.icerik-1 ul li a:hover:nth-child(4) {
  color: #dd4b39;
}





.menuKapat {
    display: none;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    /* transition: all 0.3s ease; */
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.menuKapat:hover {
    background-color: rgba(220, 38, 38, 0.2);
    transform: translateY(-2px);
}



@media screen and (max-width: 1024px) {
    .navigasyon-liste {
        width: 50%;
    }
}

/* Desktop'ta hamburger menüyü gizle */
@media screen and (min-width: 768px) {
    .hamburger {
        display: none !important;
    }
}
/*responsive kodu*/
@media (max-width: 1030px) {
    .menuKapat {
        display: block;
        width: 100%;
        text-align: center;
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 1.1rem;
    }
    .ust .kap {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 20px;
    }
    
    .hamburger {
        display: flex !important;
        z-index: 1001;
    }
    
    .navigasyon-liste {
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: 100vh;
        background: #131A22;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
        z-index: 1000;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
        margin: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
    }
    
    .navigasyon-liste.aktif {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    
    .hamburger.aktif .hamburger-1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .hamburger.aktif .hamburger-2 {
        opacity: 0;
    }
    
    .hamburger.aktif .hamburger-3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .navigasyon-baglanti {
        font-size: 1rem;
        padding: 1rem 2rem;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (width < 1000px) {

    .kutu {
        width: 90%;
        padding: 20px 30px;
        /* margin: 120px 0;  */
        margin-bottom: 90px;
    }
    .kutu .icerik {
        flex-direction: column;
    }
    .kutu .icerik .sag p {
        font-size: 14px;
    }

    .kutu .icerik .sag {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .kutu .icerik .sag .baslik {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 6px;
        color: #1b3664;
    }

    .kutu .icerik .sag .input-kutusu {
        height: 40px;
        width: 100%;
        margin: 10px 0;
    }
    .sag .input-kutusu input,
    .sag .input-kutusu textarea {
        height: 100%;
        width: 100%;
        border-radius: 6px;
        border: 1px solid #afafb6;
        padding: 0 14px;
        font-size: 13px;
        outline: none;
        border: none;
    }
}

/*
a[href*="atenar.io"],
a[href*="atenar.io"]:link,
a[href*="atenar.io"]:visited,
a[href*="atenar.io"]:focus,
a[href*="atenar.io"]:hover,
a[href*="atenar.io"]:active {
    color: #ffffff;
    background-color: #dc2626;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: auto 5px;
}*/

a[href*="atenar.io"]:not(.fab),
a[href*="atenar.io"]:not(.fab):link,
a[href*="atenar.io"]:not(.fab):visited,
a[href*="atenar.io"]:not(.fab):focus,
a[href*="atenar.io"]:not(.fab):hover,
a[href*="atenar.io"]:not(.fab):active {
    color: #ffffff;
    background-color: #dc2626;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: auto 5px;
}
