﻿@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%;
    padding: 0 !important;
}

.nav-link {
    text-align: center;
    font-weight: 600;
    padding: 1rem 4.1rem !important;
    border-right: 1px solid #adadad;
}

.nav-son {
    border-right: none !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: #6b4292;
    text-shadow: 1px 1px #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-toggler {
    border: transparent !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: crimson;
}

.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-dekad {
    color: rgba(0, 0, 0, 0.7);
}

    .btn-dekad:hover {
        color: #fff;
    }

.btn-wrapper.btn-dekad .btn-icon {
    flex: 2;
    font-size: 1.7rem;
    margin-right: 40px;
}

.btn-wrapper.btn-dekad .btn-text {
    flex: 6;
    font-size: 1rem;
    text-align: center;
    font-weight: 600;
}

.btn-wrapper.btn-dekad:hover .btn-icon {
    transform: rotate(720deg);
    color: #674897;
    transition-duration: 0.8s;
    text-shadow: 1px 1px #fff;
}

.btn-wrapper.btn-dekad:hover .btn-text {
    color: #674897;
    transition-duration: 0.8s;
    text-shadow: 1px 1px #fff;
}

footer {
    background-color: #cfcfcf;
}

.f-ust {
    background-color: #cfcfcf;
    padding: 15px;
}

    .f-ust h5 {
        color: #674897;
        font-size: 20px;
        font-weight: 400;
    }

    .f-ust span {
        font-size: 14px;
    }

.f-alt {
    background-color: #4e4e4e;
    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: 300;
    color: #6b4292;
    text-decoration: underline;
    text-underline-offset: 10px;
    margin-bottom: 30px
}

.altbaslik {
    font-size: 20px;
    font-weight: 400;
    color: #1fa079;
    text-decoration: underline;
    text-underline-offset: 6px;
    margin-bottom: 15px;
}
