﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700;800;900&display=swap');


body {
    background-color: #fff;
    color: #333;
    font-family: "Poppins", sans-serif;
    padding-top: 80px;
}

.bg-gray {
    background-color: #F7F8FC;
}

.fs-7 {
    font-size: 0.875rem;
}
.fs-8 {
    font-size: 0.75rem;
}

.py-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-7 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-9 {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}
.py-10 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.py-11 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
}
.py-12 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pt-6 {
    padding-top: 3.5rem;
}
.pt-7 {
    padding-top: 3.75rem;
}
.pt-8 {
    padding-top: 4rem;
}
.pt-9 {
    padding-top: 4.25rem;
}
.pt-10 {
    padding-top: 4.5rem;
}
.pt-11 {
    padding-top: 4.75rem;
}
.pt-12 {
    padding-top: 5rem;
}


.container {
    max-width: 1440px;
    width: 100%;
    padding: 16px;
    margin: 0 auto;
}

header.sc-header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: .02em solid rgba(5, 5, 10, 0.1);
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
}

header.sc-header .container {
    justify-content: space-between;
    align-items: center;
}

.nav ul li {
    list-style: none;
    margin:0 16px;
}

.button-nav {
    color: #151521;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    border: .02em solid rgba(5, 5, 10, 0);
}

.button-nav:hover {
    border: .02em solid rgba(5, 5, 10, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.sc-welcome {
    width: 100%;
    padding: 150px 0;
    background-image: url(./img/bg-welcome.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.sc-welcome .container {
    padding-right: 740px;
}

@media screen and (max-width: 992px) {

    .sc-welcome {
        padding: 80px 0 50px 0;
    }

        .sc-welcome .container {
            padding-right: 350px;
        }
}

@media screen and (min-width: 993px) and (max-width: 1366px) {

    .sc-welcome {
        padding: 100px 0;
    }

        .sc-welcome .container {
            padding-right: 550px;
        }
}

.sc-container-header {
    width: 100%;
    text-align: center;
}

.sc-container-header h5 {
    color:#0D7BFF
}

/* Program Section*/
.box-cirlce {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(#4068ff 0%, #5b7efe 100%);
    box-shadow: 0px 4px 6px #2b4fdb87;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Calendar Section*/
.sc-calendar {
    width: 100%;
    background-image: url(./img/bg-calendar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.event-calendar-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 0 0 50px 0;
}


.event-calendar-timeline>.event-line:first-child,
.event-calendar-timeline>.event-line:last-child {
    width: 10%;
    background-color: transparent;
}

.event-calendar-timeline>.event-line:first-child,
.event-calendar-timeline>.event-line:last-child {
    width: 10%;
}

.event-calendar-timeline>.event-line {
    width: 20%;
    background: #f8f8f8;
    height: 5px;
}

.event-calendar-timeline>.event {
    position: relative;
}

.event-calendar-timeline>.event>.timeline-point {
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50%;
    background: grey;
    background: linear-gradient(#20f04d 0%, #0eba2b 100%);
    box-shadow: 0px 6px 6px #117b2d;
}

.event-calendar-timeline>.event>.timeline-message {
    position: absolute;
    text-align: center;
    width: 150px;
    left: -60px;
    top: 40px;
}

.event-calendar-timeline>.event>.timeline-message>h4 {
    color: #242A32;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
}

.event-calendar-timeline>.event>.timeline-message>small {
    line-height: 15px !important;
    color: #777777;
    display: inline-block;
}

.nav ul {
    margin: 0;
}

    .nav ul li {
        list-style: none;
        margin: 0 16px;
        display: flex;
        align-items: center;
    }

@media screen and (max-width: 992px) {

    .sc-welcome {
        padding: 80px 0 50px 0;
    }

        .sc-welcome .container {
            padding-right: 350px;
        }

    .nav ul li {
        margin: 0;
    }

        .nav ul li a {
            font-size: 14px;
        }

        .nav ul li:last-child img {
            width: 140px;
        }
}

/* Jüri Sistemı İyileştirmeleri */
.card {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.evaluation-item {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.evaluation-item h6 {
    color: #495057;
}

.form-floating > label {
    opacity: 0.8;
}

.badge {
    font-weight: 500;
}

.btn {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.btn-lg {
    padding: 0.75rem 1.5rem;
}

.text-truncate {
    max-width: 100%;
}

/* Responsive İyileştirmeler */
@media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
    }
    
    .sc-welcome .container {
        padding-right: 16px;
    }
    
    .col-md-4, .col-md-6, .col-md-8 {
        margin-bottom: 1rem;
    }
}

/* Dosya Kartları Stili */
.file-card {
    transition: all 0.2s ease;
    border: 1px solid #e9ecef !important;
}

.file-card:hover {
    border-color: #0d6efd !important;
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.1);
}

/* Dosya İcon'ları */
.file-icon {
    font-size: 2.5rem !important;
    opacity: 0.8;
}

/* Download Button Hover */
.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
}

