@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    letter-spacing: .03rem;
}

h4 {
    font-weight: 100;
}

.anabaslik {
    width: 100%;
    min-height: 25px;
    background-color: #137ec2;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    margin-top: 1rem;
}

    .anabaslik h4 {
        margin: 0;
    }

.icerik {
    padding-top: 30px;
    min-height: 400px;
}


.row-fluid {
    padding: 3px 0;
}

.navbar, .dropdown-item, .dropdown-menu {
    background-color: #00386f;
}

.navbar-dark, .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
    background: #0468AB;
}

#masternavbar .nav-link.active {
    color: orange !important;
    font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link {
    background-color: #00386f;
    color: #fff;
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:visited {
        color: #fff;
    }

.dropdown-item {
    color: #fff;
    font-weight: 100;
}

.nav-link {
    font-size: 15px;
}

.navbar-expand-lg {
    width: 100%;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2a8dcc;
}

.yanbuton i {
    font-size: 1.5em;
    float: left;
    margin: 3px;
    color: #137ec2;
}

.reklam {
    height: 75%;
}

.baslik {
    background: #0468ab;
    color: #fff;
    margin: 20px 0;
    padding: 10px;
    border-radius: 5px;
}

.sayfabaslik {
    background: #00386f;
    color: #fff;
    padding: 5px;
    margin-top: 25px;
}

.img-fluid {
    min-width: 50% !important;
    height: auto;
}

.footersc img {
    width: 22px;
    margin: 0 3px;
}

.navbar {
    float: right;
    border-radius: 5px;
}

.card {
    border: 1px solid #86a8bd !important;
}

.card-body a {
    font-size: 14px;
    color: #000;
}

.anabaslik {
    width: 100%;
    min-height: 25px;
    background-color: #137ec2;
    color: #fff;
    padding: 7px 10px;
}

.logo {
    max-width: 100%;
}

footer {
    background-color: #137ec2;
    color: #ffffff;
    padding: 9px 10px;
}

.icerik {
    padding: 20px 0 0 20px;
    min-height: 386px;
}

    .icerik ul li {
        padding: 5px 0;
    }

.yk-img {
    /*width: 30% !important;*/
    min-width: 30% !important;
}

.dernekuye tr th, .dernekuye tr td {
    font-weight: 100;
    padding: 5px;
}

.dernekuye tr {
    border: 1px solid #fff;
    background: rgb(209,230,243);
    background: linear-gradient(90deg, rgba(209,230,243,1) 50%, rgba(255,255,255,1) 100%);
}

    .dernekuye tr td {
        background: rgb(209,230,243);
        background: linear-gradient(90deg, rgba(209,230,243,1) 0%, rgba(233,243,249,1) 50%, rgba(255,255,255,1) 100%);
    }

.pahimg {
    padding: 0 20%;
    width: 100%;
}

.kongreler {
    font-weight: 100;
}

.sidebar1 {
    border: 1px solid #cf9fb4;
    border-radius: 10px;
    padding: 5px 10px;
}

    .sidebar1 hr {
        margin-top: 4px;
        margin-bottom: 3px;
    }

    .sidebar1 .btn {
        padding: 0.175rem 0.75rem;
    }

    .sidebar1:nth-child(1), .sidebar1:nth-child(2) {
        margin-bottom: 12px;
    }

    .sidebar1 img {
        width: 100%;
    }

.place-left {
    background-color: #d4e7f380;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.place-right {
    background-color: #d4e7f380;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-1:hover,
.btn-2:hover,
.btn-3:hover,
.btn-4:hover,
.btn-5:hover {
    box-shadow: 0 0 4px #888;
}

.btn-1, .btn-1:hover {
    background: #C7CEEA;
    border-color: #7d93e6 !important;
}

.btn-2, .btn-2:hover {
    background: #B5EAD7;
    border-color: #47ca9a !important;
}

.btn-3, .btn-3:hover {
    background: #E2F0CB;
    border-color: #b1e85a !important;
}

.btn-4, .btn-4:hover {
    background: #FFDAC1;
    border-color: #f69c61 !important;
}

.btn-5, .btn-5:hover {
    background: #FFB7B2;
    border-color: #fb7e74 !important;
}

@media (min-width: 768px) {
    .btn-block {
        height: 11%;
        font-size: 14px;
        font-weight: lighter;
    }
}

@media (max-width: 992px) {
    .reklam {
        display: none;
    }

    .bayrak {
        width: auto;
    }
}

@media (min-width: 992px) {
    .bayrak {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .btn-block {
        height: 90px;
    }

    .card .btn-block {
        height: auto !important;
    }
}


.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    .AlseinTable td:first-child {
        color: #ff0000;
        width: 8px;
    }

    .AlseinTable td:nth-child(2) {
        background-color: #137ec2;
        color: white;
        border-radius: 3px;
        padding: 0 3px;
        width: 100px;
        text-align: center;
    }

.ortalikapsayici {
    display: flex;
}



.sidebar {
    width: 100%;
    z-index: 1;
    top: 3rem;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    margin-top: 2rem !important;
    margin: auto;
    margin-right: 0 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
}

/*
    .sidebar a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidebar a:nth-child(2n+1) {
            border-left: 5px solid #8675a9;
        }

        .sidebar a:nth-child(2n) {
            border-left: 5px solid #c3aed6;
        }



        .sidebar a:hover {
            color: #f1f1f1;
        }*/

/* Style page content */
.main {
    margin-left: 160px; /* Same as the width of the sidebar */
    padding: 0px 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


#myTab {
    font-weight: 700;
    border-radius: 5px;
    margin-bottom: 1rem;
}
#myTab a.active{
    background: #137ec2;
    color: #f8f8f8;
    border-bottom: 0!important
}

    #myTab a {
        color: black;
        font-weight: 700;
        letter-spacing: 1px;
    }

    #myTab .nav-item {
        background: #fff;
    }

.staticContent {
    min-height: 700px;
}

    .staticContent img {
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0, .4);
    }


.romelist {
    text-indent: 1rem;
    list-style-type: none;
    letter-spacing: 2px;
}

#accordionToplantilar button {
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-decoration: none;
    user-select: text!important
}

#accordionToplantilar button::selection {
    background: orange !important;
    color: #f8f8f8 !important;
}

.navbar .form-group {
    margin-bottom: 0!important
}

.ust-sosyal i {
    margin-right: 5px;
}

.ust-sosyal a {
    text-decoration: none!important;
    color: #FFF
}

.ust-sosyal a:hover {
    color:lightskyblue
}



/*EN TARAFI CSSLERÝ*/

.en-navbar {
    background-color: #bed8f1;
    width: 100%;
    text-align: center !important;
    border-radius: 0px 0px 100% 100%;
    box-shadow: 11px 10px 48px -15px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    transition: height 0.5s, border-radius 1s;
}

    .en-navbar img {
        width: 260px;
        margin-top: 10px;
        transition: width 1s, margin-top 1s;
    }
.scrolled {
    border-radius: 0;
    background-color: #bed8f1;
    box-shadow: none;
    position: fixed;
    height: 120px;
    max-height: 120px;
    top: 0;
    z-index: 99;
    transition: height 0.5s, border-radius 1s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}



    .scrolled img {
        width: 165px;
        height: 130px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: width 0.6s, margin-top 0.6s;
    }
