﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');


body {
    font-family: 'Poppins' !important;
}

.main-content {
    background-color: #f2f2f2 !important;
    font-family: 'Poppins' !important;
}

.card {
    border: var(--bs-card-border-width) solid #9ACD66 !important;
    padding: 2rem !important;
    margin-top: 85px;
    margin-left: 10px;
    border-radius: 1.2rem;
}

.card-body h2 {
    font-size: 2rem !important;
    color: #0175C0 !important;
    padding: 1rem !important;
    font-weight: 700;
}

.card-header {
    background-color: transparent !important;
}

.bolge-alt-cizgi {
    max-width: 100% !important;
    height: 1px !important;
    background-color: #9ACD66 !important;
    margin: 0 auto 50px auto !important;
}
.divmrg {
    padding-right: 0px !important;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.iframe-container {
    width: 100%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 500px;
    border: none;
    display: block;
}

#timeline {
    position: relative;
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

    #timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background-color: #dcdcdc;
        transform: translateX(-50%);
    }

.timeline-block {
    position: relative;
    margin-bottom: 40px;
    clear: both;
}

    .timeline-block .timeline-bullet {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 18px;
        height: 18px;
        background: #fff;
        border: 3px solid #89868A;
        border-radius: 50%;
        z-index: 10;
    }

    .timeline-block .timeline-content {
        position: relative;
        width: 45%;
        padding: 15px 25px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.6;
        background-color: transparent;
    }

    .timeline-block:nth-child(odd) .timeline-content {
        float: left;
        text-align: right;
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right;
        text-align: left;
    }

.timeline-content .date {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    display: block;
    margin-bottom: 5px;
}
