footer {
    width: 100%;
    height: 50vh;
    background-color: rgb(25, 225, 250);
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footerDiv {
    display: inline-flex;
    height: 100%;
    width: 100%;
}
.footerDiv > iframe {
    width: 50%;
    height: 100%;
}
.footerEndDiv {
    line-height: 2rem;
    text-align: center;
    color: rgb(16, 16, 16);
    /* margin: 10px 0 0 0; */
    width: 100%;
    height: 2rem;
    background-color: rgb(240, 245, 250);
}
.footerEndDiv > * {
    font-size: 1.25rem;
}
.footersiteMap {
    color: #000000;
    display: flex;
    width: 60%;
    height: 100%;
    padding: 0px 10px;
    /* background-color: #747474; */
}
.siteLinks {
    width: 100%;
    /* background-color: #747474; */
    font-size: large;
}
.footerLinksheader {
    color: #000000;
    width: 100%;
    height: 50px;
    margin: 20px 0px;
    text-align: center;
    /* font-size: 1.5rem; */
}
.footerSiteList {
    margin-top: 10px;
    display: grid;
    /* flex-direction: column; */
    grid-template-columns: auto auto;
    /* justify-content: center; */
    align-items: center;
}

.footerSiteListItem {
    margin-top: 10px;
    list-style: none;
    height: 40px;
    width: 100%;
    transition: 1000ms;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.footerSiteListItem:first-child {
    margin-top: 0px;
}
.footerSiteListItem:hover {
    background-color: rgb(128, 255, 224);
    border-radius: 20px;
    width: 60%;
    margin-left: 20%;
}
.footerEndSiteName {
    color: #000000 !important;
}
.footerSiteLink {
    color: #000000 !important;
    text-decoration: none !important;
    font-size: 1.25rem;
}
.toYear {
    color: #000000;
}
/**********************/
#scrollToTopBtn {
    display: none; /* Başlangıçta görünmez */
    position: fixed; /* Sayfayı kaydırırken sabit kalır */
    bottom: 20px; /* Sayfanın sağ alt köşesine yerleştirilir */
    right: 20px;
    z-index: 100; /* Üstte kalması için yüksek bir z-index */
    background-color: rgb(25, 225, 200); /* Sitenizin ana rengi */
    color: white;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    border-radius: 50%; /* Daire şekli */
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Hafif gölge */
    transition: opacity 0.3s;
}
#scrollToTopBtn > i {
    line-height: 100%;
}
#scrollToTopBtn > i::before {
    font-size: xx-large;
}
#scrollToTopBtn:hover {
    background-color: rgb(16, 16, 16); /* Hover efekti için koyu renk */
}
/*############################################################################*/

@media screen and (max-width: 1024px) {
    /* footer {} */
    /* .footerDiv {} */
    /* .footerDiv > iframe {} */
    /* .footerEndDiv {} */
    /* .footersiteMap {} */
    /* .siteLinks {} */
    /* .footerLinksheader {} */
    /* .footerSiteList {} */
    /* .footerSiteListItem {} */
    /* .footerSiteListItem:first-child {} */
    /* .footerSiteListItem:hover {} */
    /* .footerSiteLink {} */
    /* .toYear {} */
}
@media screen and (max-width: 768px) {
    footer {
        min-height: 100vh;
        height: auto;
    }
    .footerDiv {
        flex-direction: column;
        height: 80%;
    }
    .footerDiv > iframe {
        width: 100%;
        height: 50vh;
    }
    .footerEndDiv {
        font-size: 1.5rem;
        height: 5vh;
        line-height: 100%;
    }
    .footerEndDiv > * {
        font-size: 0.6rem;
    }
    .footersiteMap {
        width: 100%;
        height: 50%;
        flex-direction: column;
    }
    .siteLinks {
        width: 100%;
        border-bottom: 0.4vh solid #000000a2;
    }
    .siteLinks:last-child {
        border-bottom: 0px;
    }
    /* .footerLinksheader {} */
    /* .footerSiteList {} */
    /* .footerSiteListItem {} */
    /* .footerSiteListItem:first-child {} */
    /* .footerSiteListItem:hover {} */
    /* .footerSiteLink {} */
    /* .toYear {} */
}
@media screen and (max-width: 480px) {
    /* footer {} */
    /* .footerDiv {} */
    /* .footerDiv > iframe {} */
    /* .footerEndDiv {} */
    /* .footersiteMap {} */
    /* .siteLinks {} */
    /* .siteLinks:last-child {} */
    /* .footerLinksheader {} */
    /* .footerSiteList {} */
    /* .footerSiteListItem {} */
    /* .footerSiteListItem:first-child {} */
    /* .footerSiteListItem:hover {} */
    /* .footerSiteLink {} */
    /* .toYear {} */
}
