* {
    margin: 0px;
    padding: 0px;
    font-family: Century;
}

header {
    height: 15vh;
    background-image: url("Arkaplan.jpeg");
    background-size: cover;
    background-position: center;
    position: relative;
    /* gerekli */
    z-index: 1;
}

ul {
    float: right;
    list-style-type: none;
    margin-top: 30px;
    min-height: 400px;
    margin-right: 40px;
    font-size: 16px;
}


ul li {
    display: inline-block;
}

ul li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid transparent;
    transition: 0.5 ease;

}

ul li a:hover {
    background-color: #f1f907;
    color: #000986;
}

ul li.active a {
    background-color: #f1f907;
    color: #000986;
}

.main {
    max-width: 1200px;
    margin: auto;
}

.title {
    position: absolute;
    top: 85%;
    left: 100px;

}

.title h1 {
    color: #f1f907;
    font-size: 65px;
}

.title h2 {
    color: #000986;
    font-size: 40px;
}

/* Ortak buton stilleri */
.btn,
.btn2,
.btn3 {
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    background-color: rgba(0, 0, 139, 0.8);
    color: white;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.btn:hover,
.btn2:hover,
.btn3:hover {
    background-color: yellow;
    color: navy;
}

/* Buton konumlandırmaları */
.button {
    position: absolute;
    top: 75%;
    left: 100px;
}

.button2 {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
}

.button3 {
    position: absolute;
    top: 75%;
    right: 100px;
}

.combo-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 50px;
    right: -100;
}

/* Label stilleri */
.combo-container label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #0c088b;
    margin-bottom: 10px;
    text-align: center;
}

/* Select (ComboBox) stilleri */
select {
    width: 180px;
    padding: 12px;
    font-size: 12px;
    background-color: #f1f10f;
    /* Sarı renk */
    color: #0c088b;
    border: 2px solid #080474;
    border-radius: 8px;
    appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
    position: fixed;
    /* Fixed pozisyonla sayfanın alt kısmına sabitleme */
    bottom: 30px;
    /* Sayfanın altına 30px mesafe */
    left: 50%;
    /* Yatayda ortalamak için */
    right: 50px;
    transform: translateX(-50%);
    /* Tam olarak ortalamak için */
}

/* Seçeneklerin hover durumundaki rengi */
select option {
    background-color: #f1f10f;
    ;
    color: #080474;
    padding: 10px;
}

/* Hover ve focus durumları */
select:hover,
select:focus {
    border-color: #080474;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Ters çevrilmiş ok simgesi */
select::-ms-expand {
    display: none;
    /* IE için ok işaretini gizler */
}

/* Başlık stili */
h1 {
    color: #ffcc00;
    /* Başlık rengi */
    text-align: center;
    /* Başlığı ortala */
}

/* Bağlantı stili */
a {
    display: inline-block;
    /* Bağlantıyı blok olarak göster */
    padding: 10px 20px;
    /* İçerik alanına boşluk ekle */
    margin: 10px 0;
    /* Üst ve alt kenar boşluğu */
    background-color: #090a70;
    /* Arka plan rengi */
    color: white;
    /* Yazı rengi */
    text-decoration: none;
    /* Alt çizgiyi kaldırır */
    border-radius: 5px;
    /* Kenarları yuvarlar */
    transition: background-color 0.3s;
}

/* Bağlantı üzerine gelindiğinde stil */
a:hover {
    background-color: #090a70;
}

/* Genel stil ayarları */
body {
    font-family: Arial, sans-serif;
    /* Yazı tipi */
    background-color: #f4f4f461;
    /* Arka plan rengi */
    color: #333;
    /* Metin rengi */
    margin: 0;
    padding: 0;
}

header {
    background-color: #0044cc;
    /* Başlık arka plan rengi */
    color: white;
    /* Başlık metin rengi */
    text-align: center;
    padding: 20px;
}

main {
    padding: 20px;
    text-align: center;
}

h2 {
    color: #0044cc;
}

p {
    font-size: 18px;
    /* Paragraf yazı boyutu */
    line-height: 1.8;
    /* Satır aralığı */
}

/* H3 başlık stili */
h3 {
    font-size: 14px;
    /* Yazı boyutu */
    color: #0073e6;
    /* Yazı rengi */
    text-align: center;
    /* Metni ortala */
    margin: 10px 0;
    /*kenar boşluğu */
}

h4 {
    font-size: 14px;
    /* Yazı boyutu */
    color: #012444;
    /* Yazı rengi */
    text-align: center;
    /* Metni ortala */
    margin: 10px 0;
    /* kenar boşluğu */
}

h5 {
    font-size: 14px;
    /* Yazı boyutu */
    color: #0073e6;
    /* Yazı rengi */
    text-align: center;
    /* Metni ortala */
    margin: 10px 0;
    /*kenar boşluğu */

}

h6 {
    font-size: 18px;
    /* Yazı boyutu */
    color: #0073e6;
    /* Yazı rengi */
    text-align: left;
    /* Metni ortala */
    margin: 10px 0;
    /* kenar boşluğu */
}

/* Ses kontrolü stili */
audio {
    display: block;
    /* Ses kontrolünü blok olarak göster */
    margin: 20px auto;
    /* Ortala */
    width: 80%;
    /* Genişliği ayarla */
    background-color: #0044cc;
    /* Arka plan rengi */
    border: 2px solid #ffcc00;
    ;
    /* Kenar rengi */
    border-radius: 5px;
    /* Kenar yuvarlama */
    padding: 10px;
    /* İç boşluk */
}

h7 {
    font-size: 14px;
    /* Yazı boyutu */
    color: #0073e6;
    /* Yazı rengi */
    text-align: center;
    /* Metni ortala */
    margin: 10px 0;
    /* Üst ve alt kenar boşluğu */
}

.image-gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}

.image-gallery img {
    width: 150px;
    height: auto;
    /*yükseklik otomatik*/
    border-radius: 5px;
    box-shadow: 0.2px, 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
    margin: 0;
    padding: 0;
}

header {
    background-color: #002664;
    color: white;
    padding: 20px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
}

main {
    padding: 20px;
}

.forma-listesi {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}

.forma-listesi li {
    text-align: center;
}

.forma-listesi img {
    width: 150px;
    height: auto;
    border: 2px solid #002664;
    border-radius: 8px;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}

header {
    background-color: #002654;
    color: white;
    padding: 20px;
    text-align: center;
}

nav a {
    color: yellow;
    text-decoration: none;
    margin: 10px;
}

main {
    padding: 20px;
}

.intro-img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 8px;
}

.header a {
    background-color: yellow;
    color: navy;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.header a:hover {
    background-color: white;
    color: #002654;
}

.header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}