@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Exo', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    background-color: #F5F5F5;
    overflow-x: hidden !important;
}

header {
    background-color: #F5F5F5;
}

.navbar {
    padding: 1rem;
}

.navbar-brand img {
    max-height: 60px;
}

.navbar-nav .nav-link {
    color: #1E2D5A;
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 500;
    margin-right: 1rem;
    transition: font-size 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .navbar-nav .nav-link {
        font-size: 1.25rem;
        margin-right: 0.5rem;
    }
}

@media (max-width: 576px) {
    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .navbar-nav .nav-link {
        font-size: 1rem;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

.navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.navbar-nav .nav-link i {
    margin-right: 0.5rem;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
    color: #000;
}

.container-fluid {
    padding: 1% 5%;
}

.footer {
    background-color: #1E2D5A;
    color: #ffffff;
    padding: 2rem 0;
    text-align: left;
    font-size: 1rem;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer h5 {
    font-weight: 800;
}

.footer p {
    margin-bottom: 0;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.footer a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
    color: #ffffff;
    background-color: #1E2D5A;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.py-20 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.social-icons a i {
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.3s;
}


.pb-20 {
    padding-bottom: 100px !important;
}

.mb-20 {
    margin-bottom: 100px !important;
}

.section-title {
    font-family: 'Exo', sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 46.52px;
    letter-spacing: -0.01em;
    text-align: left;
    position: relative;
    display: inline-block;
    color: #1E2D5A !important;
    margin-bottom: 20px;

}

h1.section-title{
    font-size: 45px !important;
}

h2.section-title{
    font-size: 35px !important;
}

h3.section-title{
    font-size: 30px !important;
}

h4.section-title{
    font-size: 25px;
}

h5.section-title{
    font-size: 20px;
}

h6.section-title{
    font-size: 15px;
}

.section-title::after {
    content: '';
    border-bottom: 8px solid #E22028;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    /* Kısa çizginin uzunluğu */
    border-radius: 5px;
}

.section-desc {
    font-family: 'Exo', sans-serif;
    color: #1E2D5A !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;

}

.section-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #1E2D5A;
}

.card-custom {
    position: relative;
    overflow: hidden;
    border: none;
    color: white;
    border-radius: 0 !important;
    text-align: left !important;
}

.card-title{
    font-size: 25px !important;
    font-weight: 700 !important;
}

.card-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.card-custom img {
    width: 100%;
    height: auto;
}

.card-btn{
    font-size: 11px !important;
    font-weight: 500 !important;
}

.card-custom .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.z-9 {
    z-index: 9 !important;
}

.process-card{
    background: rgb(13,24,47);
    background: linear-gradient(265deg, rgba(13,24,47,1) 50%, rgba(27,44,86,1) 100%);
}

.process-card .card-title{
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 31px !important;
}

.process-card .card-text{
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

.page-title{
    font-family: 'Exo', sans-serif;
    font-size: 35px !important;
    font-weight: 700 !important;
    line-height: 46.52px !important;
    letter-spacing: -0.01em !important;
    color: #1E2D5A !important;
}

.page-description{
    font-family: 'Exo', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    color: #1E2D5A !important;
}


.alphabet a {
    font-family: 'Exo', sans-serif;
    text-decoration: none;
    font-weight: 600;
    line-height: 24px;
    color: #1E2D5A;
    font-size: 19px;

}

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

}

.alphabet a.active {
    font-weight: bold;
    text-decoration: underline;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.filter-section {
    font-family: 'Exo', sans-serif;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    color: #1E2D5A !important;
}


/* //change select box style in the filter section. It will be just border bottom and color will be #1E2D5A and chevron icon will be right side. */

.filter-section select {
    border: none;
    border-bottom: 1px solid #000   ;
    color: #000;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    font-size: 17px;
    font-weight: 500;
}

.filter-section select:focus {
    outline: none;
}

.filter-section select option {
    color: #1E2D5A;
}

.filter-section select option:checked {
    color: #1E2D5A;
}

.filter-section select option:hover {
    color: #1E2D5A;
}

.products-section .card{
    border: none;
    border-radius: 0;
    background-color: #ffffff;
}

.products-section .card img{
    max-width: 250px !important;
    height: auto;
}

.products-section .card .card-title{
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    color: #1E2D5A;
}

.products-section .card .card-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #1E2D5A;
}

.products-section .card .card-text .feature{
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #1E2D5A;
}

.btn-secondary{
    background: #1E2D5A !important;
    width: 140px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 23px;
}



.product-categories .card .card-image{
    max-width: 350px !important;
    height: auto;
}

.product-categories .card .card-title{
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    color: #1E2D5A;
    text-decoration: none !important;
}

.product-categories .card .card-btn{
    color: #010A54;
}

.category-products .card{
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    max-width: 560px;
}

.category-products .card .card-footer{
    background-color: transparent !important;
    border: none;
}

.category-products .card img{
    max-width: 400px !important;
    height: auto;
}

.category-products .card .card-title{
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    color: #1E2D5A;
}

.category-products .card .card-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #1E2D5A;
}

.category-products .card .card-text .feature{
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #1E2D5A;
}

.category-products .card .card-btn{
    color: #010A54;
}

    .product-container {
        width: 100%;
        max-width: 100%; /* Mobil cihazlarda tam genişlik */
        padding-right: 15px; /* Bootstrap padding */
        padding-left: 15px; /* Bootstrap padding */
        margin-right: auto;
        margin-left: auto;
    }

    @media (max-width: 576px) {
        .product-container {
            padding-right: 10px; /* Bootstrap padding */
            padding-left: 10px; /* Bootstrap padding */
        }
    }

    @media (min-width: 576px) {
        .product-container {
            max-width: 540px; /* Tabletlerde 540px genişlik */
        }
    }

    @media (min-width: 768px) {
        .product-container {
            max-width: 720px; /* Tabletlerde 720px genişlik */
        }
    }

    @media (min-width: 992px) {
        .product-container {
            max-width: 960px; /* Laptoplar ve büyük tabletlerde 960px genişlik */
        }
    }

    @media (min-width: 1200px) {
        .product-container {
            max-width: 1140px; /* Büyük ekranlar için 1140px genişlik */
        }
    }

    @media (min-width: 1400px) {
        .product-container {
                max-width: 1400px;
        }
    }

