* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.baslik {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.tarih {
    color: rgb(238, 198, 20);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.5rem;
    border-bottom: 0.3rem solid rgb(238, 198, 20);
}

.sigortaAlani .baslikAlani .baslikKutusu h2 {
    color: rgb(238, 198, 20);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 0.3rem solid rgb(238, 198, 20);
}

.sigortaAlani .tarihAlani {
    /* background: linear-gradient(to bottom, #0a8888, lightblue); */
    height: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
}

.sigortaAlani {
    margin-top: -1.3em;
    /* Kenar boşluklarını sıfırladık */
    width: 112%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100px;
    max-height: 400px;
    /* Sayfa yüksekliğini viewport yüksekliğine ayarla */
    margin-bottom: -1%;
}

.sigortaAlani .baslikAlani {
    background-image: url("resim/giris.jpg");
    /* Resmin yolunu buraya ekleyin */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    /* Kenar boşluklarını sıfırladık */
    background-size: cover;
    /* Görseli ekranın tamamını kapsayacak şekilde ayarlayın */
    background-position: center;
    /* Görseli ortalayın */
    background-repeat: no-repeat;
    /* Görselin tekrarlanmasını engelleyin */
    min-height: 100px;
    max-height: 400px;
}

.sigortaAlani .baslikAlani .baslikKutusu {
    height: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sigortaAlani .baslikAlani .baslikKutusu h1 {
    font-size: 1.1rem;
    color: #ffffff;
    font-family: "Dancing Script", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}


.almina {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 2.3% 0;
    padding: 0.2rem;
    border-radius: 20rem;
}

.umay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
}

.umay a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 0.3rem;
    color: rgb(8, 7, 4);
}

.umay button {
    margin: 0;
    padding: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #0a8888;
    background-color: transparent;
    border-radius: 10rem;
}

.umay button:hover {
    background-color: #0a8888;
    color: #fefefe;
}

.reklamBölümü img {
    width: 100%;
    height: 100%;
}

.reklamAlani {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 10% auto;
    margin-top: 4%;
    margin-bottom: 8%;
}

.reklamKutusu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 23%;
    height: 100%;
    margin: 0 0.1rem 0 0.1rem;
    border: 0.2rem solid #0a8888;
}

h1 {
    display: flex;
    justify-content: center;
    border-radius: 3rem;
    padding: 1rem;
    font-size: 0.7rem;
}






.error {
    color: red;
    font-weight: bold;
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    text-align: center;
}

.hidden {
    display: none;
}

body {
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    padding: 20px;
}

.container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 110%;
    max-width: 600px;
}

.tablo {
    padding: 15px;
}

p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.sol {
    width: 100%;
    font-weight: bold;
}

#ortala {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.sag {
    width: 80%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0.5em 0 0 0;
}

.aciklama {
    margin: 0 0 0 0.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

label {
    font-size: 0.85em;
    margin-bottom: 0.5em;
}

input,
select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    text-align: center;
}

.nzf {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    margin-bottom: 0.5em;
}

input:focus,
select:focus {
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

button {
    padding: 8px 15px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

button:hover {
    background-color: #0056b3;
}

hr {
    border: solid 0.1em #068bf8;
    height: 1px;
    margin: 0.5em 0;
}


.svg-button {
    width: 1.3em;
    height: 1.5em;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.svg-button:hover {
    transform: scale(1.1);
}


/* Modal */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.hidden {
    display: none;
}

/* Hata mesajları */
.error {
    color: red;
    font-weight: bold;
    font-size: 14px;
    display: none;
    margin-top: 5px;
}


@media only screen and (min-width: 650px) {
    .sigortaAlani {
        height: 200px;
        background-size: cover;
    }

    .sigortaAlani .baslikAlani {
        height: 200px;
    }

    .sigortaAlani .baslikAlani .baslikKutusu .baslik h1{
        font-size: 2rem;
    } 
    .sigortaAlani .baslikAlani .baslikKutusu .baslik h2{
        font-size: 0.9rem;
    }

    .sigortaAlani .baslikAlani .baslikKutusu .baslik .tarih{
        font-size: 0.8rem;
    }

    .container{
        margin-top: -2em;
    }
}

@media only screen and (min-width: 821px) {
    .sigortaAlani {
        height: 300px;
    }

    .sigortaAlani .baslikAlani {
        height: 300px;
    }

    .sigortaAlani .baslikAlani .baslikKutusu .baslik h1{
        font-size: 3.5rem;
    } 
    .sigortaAlani .baslikAlani .baslikKutusu .baslik h2{
        font-size: 0.9rem;
    }

    .sigortaAlani .baslikAlani .baslikKutusu .baslik .tarih{
        font-size: 1rem;
    }

    .umay button {
        font-size: 2em;
    }
}