﻿body {
}


.menu a {
    color:white;
}

.menu a:hover {
    color:darkgray;
}

.anasayfa {
    color: rgb(255, 255, 255);
    background-color: rgb(5, 11, 43);
    background-image: url(../images/anasayfa.jpeg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    align-items: center;
    justify-content: center;
    min-height: calc(-207.208px + 100vh);
    text-align:center;
    vertical-align:middle;
    display:flex;
}


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #212020;
    background-clip: padding-box;
    border: 1px solid white;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    border-radius: 100%;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background: white;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: black;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: black;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 950px;
    }
}

.footer-top {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #edecec;
    color: rgb(96, 125, 139);
}

.footer-top a{
    color: rgb(96, 125, 139);
    text-decoration: none;
}

@media(max-width:750px){
    .footer-top {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #edecec;
        color: rgb(96, 125, 139);
        text-align:center;
    }
}

@media(max-width:1120px) {
    .footer-top {
        font-size:13px;
        padding:0px 20px;
    }
}
