*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.w-100-height{
    height: 90vh;
    width: 100%;
}

.carousel-item{
    height: 700px;
    min-height: 300px;
}

.carousel-caption{
    text-align: left;
    margin-bottom: 200px;
    z-index: 2;
}

.carousel-caption h5{
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 60px;
    text-align: left;
}

.carousel-caption p{
    width: 60%;
    font-size: 16px;
    text-align: left;
}

.carousel-inner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.collapse a{
    font-size: 18px;
    margin-left: 25px;
}

.bilgi{
    display: flex;
}

.bilgi li {
    list-style-type: none;
}

.full-height {
    display: flex;
    justify-content: center; /* Yatayda ortalamak için */
    align-items: center; /* Dikeyde ortalamak için */
}

.full-height button{
    background-color: gray;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
}

.full-height button:hover {
    background-color: gray;
    transform: scale(1.05);
}

.full-height button:focus {
    outline: none;
    box-shadow: 0 0 0 2px black(0, 123, 255, 0.5);
}

.list-unstyled li{
    margin-top: 12px;
}

a.hover-underline{
    text-decoration: none;
}

a.hover-underline:hover{
    text-decoration: underline;
}

@media (max-width: 991px) {
    .footer {
        display: flex;
        justify-content: center; /* Yatay ortalama */
        align-items: center; /* Dikey ortalama (footer yüksekliğinde) */
        text-align: center; /* Metin ortalama */
    }
}

@media (max-width: 991px) {
    .footer .list-unstyled li{
        display: flex;
        justify-content: center; /* Yatay ortalama */
        align-items: center; /* Dikey ortalama (footer yüksekliğinde) */
        text-align: center; /* Metin ortalama */
    }
}