/* Sosyal Medya İkon Renkleri */

/* Topbar Sosyal Medya İkonları */
.topbar-one__social a {
    transition: all 500ms ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 2px !important;
    width: 16px !important;
    height: 16px !important;
}

.topbar-one__social a img {
    width: 12px !important;
    height: 12px !important;
    object-fit: contain !important;
    transition: all 500ms ease !important;
}

.topbar-one__social a:hover img {
    transform: scale(1.1) !important;
    filter: brightness(1.2) !important;
}

/* Footer Sosyal Medya İkonları */
.main-footer-two__social a {
    background-color: transparent !important;
    border: none !important;
    width: 28px !important;
    height: 28px !important;
    padding: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.main-footer-two__social a img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain !important;
    transition: all 500ms ease !important;
}

.main-footer-two__social a:hover img {
    transform: scale(1.15) !important;
    filter: brightness(1.2) !important;
}

/* Header Mobil Sosyal Medya İkonları */
.main-header__social a {
    transition: all 500ms ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 3px !important;
    width: 24px !important;
    height: 24px !important;
}

.main-header__social a img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
    transition: all 500ms ease !important;
}

.main-header__social a:hover img {
    transform: scale(1.1) !important;
    filter: brightness(1.2) !important;
}

/* Mobil Menü Sosyal Medya İkonları */
.mobile-nav__social a {
    transition: all 500ms ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 3px !important;
    width: 26px !important;
    height: 26px !important;
}

.mobile-nav__social a img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    transition: all 500ms ease !important;
}

.mobile-nav__social a:hover img {
    transform: scale(1.1) !important;
    filter: brightness(1.2) !important;
}

/* Slider Sosyal Medya İkonları */
.main-slider-four__social a {
    transition: all 500ms ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    margin-bottom: 15px !important;
}

.main-slider-four__social a img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    transition: all 500ms ease !important;
}

.main-slider-four__social a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.main-slider-four__social a:hover img {
    transform: scale(1.15) !important;
    filter: brightness(1.3) !important;
}
