﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    background-color: #FFF;
    line-height: 25px;
}

header {
    background-color: #fdfdfd;
    border-bottom: 1px solid #bababa;
}

.navbar {
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
    width: 100% !important; 
    padding: 0 !important;
    display: flex; 
    justify-content: center; 
}

.navbar-nav {
    width: 100%; 
    display: flex;
    justify-content: space-around; 
}

.nav-item {
    flex: 1; 
    text-align: center;
}

.nav-link {
    font-size: 14px;
    padding: 1rem 0 !important; 
    font-weight: bold;
    border-right: 0px solid #adadad;
    white-space: nowrap; 
}

.dropdown-menu {
    min-width: 200px; 
    text-align: left;
}

.nav-son {
    padding: 1rem !important; 
}


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.bg-light {
    background: rgb(243, 243, 243);
    background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f07f1b;
    text-shadow: 1px 1px #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(58 50 133);
}

.navbar-light .navbar-toggler {
    border: transparent !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ed1b24;
}

.btn-alani {
    border-bottom: 1px solid #9f9f9f;
    background-color: #fff;
    padding: 20px 0;
}

    .btn-alani a {
        text-decoration: none !important;
    }

.nav-btn {
    border-right: 1px dotted #000;
}

.nav-btn-son {
    border-right: none !important;
}

a .btn-wrapper {
    flex: 1 1 31%;
}

.btn-wrapper {
    display: flex;
    padding: 5px 13px;
    color: white;
    align-items: center;
}

.btn-KodDernegi {
    color: rgba(0, 0, 0, 0.7);
}

    .btn-KodDernegi:hover {
        color: #fff;
    }

.btn-wrapper.btn-KodDernegi .btn-icon {
    flex: 2;
    font-size: 1.7rem;
    margin-right: 40px;
}

.btn-wrapper.btn-KodDernegi .btn-text {
    flex: 6;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}

.btn-wrapper.btn-KodDernegi:hover .btn-icon {
    transform: rotate(720deg);
    color: #ed1b24;
    transition-duration: 0.8s;
    text-shadow: 1px 1px #fff;
}

.btn-wrapper.btn-KodDernegi:hover .btn-text {
    color: #ed1b24;
    transition-duration: 0.8s;
    text-shadow: 1px 1px #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

footer {
    background-color: #d9d9d9;
}

.f-ust {
    background-color: #d9d9d9;
    padding: 15px;
}

    .f-ust h5 {
        color: #ed1b24;
        font-size: 20px;
        font-weight: 400;
    }

    .f-ust span {
        font-size: 13px;
    }

.f-alt {
    background-color: #11869f;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.aracizgi {
    padding: 0 10px;
}

.anasayfa {
    background-color: #e7e7e7
}

.ic-sayfa {
    background-color: #FFF;
    padding: 20px 0;
    min-height: 500px
}

.baslik {
    font-size: 36px;
    font-weight: 500;
    color: #3a3285;
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 30px
}

.default-baslik {
    font-size: 30px;
    font-weight: 500;
    color: #3a3285;
    text-underline-offset: 10px;
    margin: 20px 0px;
}

.altbaslik {
    font-size: 20px;
    font-weight: 700;
    color: #f07f1b;
    margin-bottom: 5px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.altbaslik2 {
    font-size: 16px;
    font-weight: 700;
    color: #3a3285;
    margin-bottom: 2px;
}

.footer-logo-container {
    display: flex;
    text-align: center;
    margin-top: -30px;
    margin-left: 64px;
}

.logo-alt-yazi {
    margin-top: 62px;
    font-size: 13px;
    margin-left: 16px;
}

    .logo-alt-yazi a {
        color: black;
        text-decoration: none;
    }

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.bl {
    border-left: 1px solid #adadad;
}

.br {
    border-right: 1px solid #adadad;
}

.fa {
    padding: 15px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

    .fa:hover {
        text-decoration: none;
        color: #ffff;
        opacity: 0.7;
    }

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}


.header {
    display: flex;
    align-items: end !important;
    justify-content: space-between
}

.social {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .header {
        display: block;
        text-align: center;
    }

    .social {
        text-align: center;
    }
}
