﻿/*.hero-section {
    background-image: url('images/bg-1.png');
    background-color: #0A0A0A;
    background-repeat: no-repeat;
    height: 328px;
}

.hero-content {
    margin: 0 auto;
}

    .hero-content h1 {
        color: #FFF;
        font-size: 72px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 1.44px;
        margin-top: 8px;
    }*/

.news-slider .swiper-slide img {
    height: 270px;
    border-radius: 20px;
}

.slide-content {
    justify-content: space-between;
    padding: 40px 32px 20px;
    align-items: start;
}

    .slide-content img {
        height: 40px !important;
        width: auto !important;
    }

.meet-us h3 {
    max-width: 650px;
    margin: 0 auto;
}

.meet-us p {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
}

.meet-us .image-card {
    height: 520px;
}

    .meet-us .image-card img {
        height: 520px;
    }

.chevron-item p {
    margin: 0;
    color: #2D313F;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
}

@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 46.8px */
        letter-spacing: 0.72px;
    }



    .hero-section {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .swiper-pagination {
        display: none;
    }
}




.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    position: relative;
    width: 600px;
    margin: 10% auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    padding: 0;
    overflow: hidden;
}

.modal-header {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f1f1f1;
    font-weight: bold;
}

.modal-body {
    padding: 1rem;
}

.modal-footer {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    text-align: right;
    background-color: #f9f9f9;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 1.25rem; /* fs-5 karşılığı */
}

.btn-close {
    float: right;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .btn-close:focus {
        outline: none;
    }