* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
body {
/*    background-image: url('https://static.vecteezy.com/system/resources/previews/002/253/908/non_2x/modern-and-creative-white-geometric-background-or-banner-design-free-vector.jpg');
*/    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay;
}
.bg-dark {
    background-color: #014C6E !important;
}

.brand-span-one {
    font-size: 30px;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
}

.brand-span-two {
    color: #00ADEE;
    font-size: 30px;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
}

.offcanvas-title {
    color: #fff;
}

.card-rec {
    width: 350px;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
    line-height: 1.8;
}


    .card-rec.green {
        background-image: url('https://static.vecteezy.com/system/resources/previews/006/513/127/non_2x/abstract-white-and-gray-gradient-background-modern-technology-background-with-halftone-dotted-geometric-shapes-design-illustration-free-vector.jpg');
        background-size: cover;
        background-blend-mode: overlay;
        background-color: rgba(17, 89, 35, 0.9);
    }

    .card-rec.red {
        background-image: url('https://static.vecteezy.com/system/resources/previews/006/513/127/non_2x/abstract-white-and-gray-gradient-background-modern-technology-background-with-halftone-dotted-geometric-shapes-design-illustration-free-vector.jpg');
        background-size: cover;
        background-blend-mode: overlay;
        background-color: rgba(167, 41, 41, 0.9);
        
    }

    .card-rec.blue {
        background-image: url('https://static.vecteezy.com/system/resources/previews/006/513/127/non_2x/abstract-white-and-gray-gradient-background-modern-technology-background-with-halftone-dotted-geometric-shapes-design-illustration-free-vector.jpg');
        background-size: cover;
        background-blend-mode: overlay;
        background-color: rgba(2, 94, 115, 0.9);
       
    }

    .card-rec ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .card-rec ul li {
            font-size: 16px;
        }

.carousel-container {
    display: flex;
    align-items: center;
    gap: 20px;
}


.text-section {
    max-width: 50%;
}

.portal-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.portal-button {
    width: 150px;
    height: 100px;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
}

    .portal-button i {
        font-size: 30px;
        margin-bottom:10px;
    }

    .portal-button span {
        font-size: 13px;
    }

.green {
    background-color: #4CAF50;
}

.orange {
    background-color: #FF9800;
}

.purple {
    background-color: #9C27B0;
}

.blue {
    background-color: #2196F3;
}

.gray {
    background-color: #757575;
}

.yellow {
    background-color: #FFC107;
}

.pink {
    background-color: #D82AA6;
}

.section-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.section {
    padding: 20px;
    border-radius: 10px;
    color: white;
    text-align: center;
    min-width: 200px;
}

.green-section {
    background-color: #4CAF50;
}

.red-section {
    background-color: #f44336;
}

.turquoise-section {
    background-color: #00BCD4;
}

a:hover {
    color: #f2f2f2; /* Hover sırasında özel renk */
    font-weight: bold; /* Yazı kalınlığı */
}
.bg-ekol {
    background: radial-gradient(circle at center, #10396D 10%, #02203A 100%);
}


.navbar .text-white {
    color: white !important; /* Yazılar beyaz olacak */
}

.navbar a.navbar-brand {
    font-size: 1.5rem; /* Logo için yazı boyutu */
    font-weight: bold;
}

.collapse.show {
    background-color: #F0F0F0; /* Arka plan beyaz */
    position: absolute; /* Sadece menü alanını kaplar */
    top: 0;
    left: 0;
    width: 100%; /* Menü genişliği tam genişlik */
    z-index: 1050; /* Diğer içeriklerin üstünde */
    border-radius: 5px; /* Daha hoş görünüm için köşeleri yuvarlayabilirsiniz */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Hafif bir gölge */
}
.navbar.bg-light {
    padding: 2px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Hafif bir gölge */
    background-color: #F0F0F0 !important; /* Yeni arka plan rengi */
}
.navbar.bg-light .nav-link {
        font-size: 13px;
    }
    .form-control::placeholder {
        color: #888; /* Placeholder için gri renk */
    }

.btn-outline-light {
    border-color: white; /* Buton kenar rengi */
    color: white; /* Buton yazı rengi */
}

    .btn-outline-light:hover {
        background-color: white;
        color: #004a99; /* Hover durumunda renk değişikliği */
    }


   /*basliyor*/


   /*bitiyor*/







/* Daha önceki medya sorgularınız */
@media (max-width: 576px) {
    .navbar {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand {
        font-size: 1.2rem;
    }

    .nav-link {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .navbar {
        font-size: 1rem;
    }
}

/* Mobil ekranlar için yeni ekleme */
@media (max-width: 768px) {
    #navbarTopContent .nav-link {
        text-align: center;
        width: 100%;
    }
}
