
/* Tablet */
@media (max-width: 992px) {
    main {
        padding: 2rem;
    }
    .container {
        width: 95%;
        height: 94vh;
    }
    .hakkimda-image img {
        width: 70%;
    }
    .sidebar {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        padding: 0.5rem 1rem;
        border-radius: 1rem 1rem 0 0;
    }
    .social-media {
        position: static;
        transform: none;
        padding: 10px 0;
        margin-top: 10px;
    }
    .social-media a {
        font-size: 1.2rem;
        padding: 8px;
    }
    .container {
        width: 98vw !important;
        padding: 10px 0;
    }
    .timeline-title {
        font-size: 1.5rem;
        padding-left: 1.5rem;
        margin-bottom: 1.2rem;
    }
    .timeline-item {
        margin-left: 30px;
        margin-bottom: 25px;
    }
    .timeline-content {
        padding: 10px 10px;
        font-size: 0.95rem;
    }
    .dasal-logo {
        width: 2rem;
        height: 2rem;
        left: -2.2rem;
        padding: 0.3rem;
    }
    .skill-card {
        padding: 1.2rem;
    }
    .section-title {
        font-size: 1.2rem;
    }
    .skill-bar span {
        font-size: 0.95rem;
    }
    .progress {
        height: 10px;
    }
    .iletisim-main {
        flex-direction: column !important;
        gap: 1.5rem;
        padding: 0 !important;
    }
    .iletisim-bilgi, .contact-form, .login-box {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 auto 1rem auto !important;
        box-sizing: border-box;
    }
    .col-6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem !important;
        padding: 0 !important;
    }
    .login-box {
        padding: 1.2rem !important;
    }
    .contact-btn {
        width: 100%;
        font-size: 1rem;
    }
}

/* Telefon */

@media (max-width: 768px) {
    body {
        padding: 0.5rem;
        height: 100%;
    }
    .container-fluid {
        height: 100%;
        
    }
    main {
        padding: 1rem;
        height: auto !important;
        overflow-y: auto;
    }
    nav {
        padding: 10px 0;
        height: auto;
    }
    .logo {
        width:fit-content;
        position: absolute;
        height: 2rem;
        margin-bottom: 10px;
    }
    .logo img {
        width: 2rem;
    }
    .menu {
        position: static;
        margin-top: 10px;
    }
    .social-media {
        position: static;
        transform: none;
        padding: 10px 0;
        margin-top: 10px;
    }
    .social-media a {
        font-size: 1.2rem;
        padding: 8px;
    }
    .hakkimda {
        align-items: flex-start;
        padding: 0.5rem 0;
    }
    .hakkimda-image {
        display: none;
    }
    h1, h3, p {
        font-size: 1rem;
        word-break: break-word;
    }
    .cv-buton, .iletisim-buton {
        width: fit-content;
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 1rem;
        text-align: center;
    }
    .row {
        flex-direction: column !important;
        width: 100%;
        margin: 0;
    }
    .col-6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem;
    }
    .sidebar {
        top: auto;
        bottom: 0;
        left: 50% !important;
        transform: translateX(-50%);
        flex-direction: row;
        padding: 0.5rem 1rem;
        border-radius: 1rem 1rem 0 0;
    }
    .sidebar-btn {
        top: auto;
        bottom: 0;
        left: 50% !important;
        transform: translateX(-50%);
        flex-direction: row;
        padding: 0.5rem 1rem;
        border-radius: 1rem 1rem 0 0;
    }
    .proje{
        height: 70vh !important;
        display: block !important;

    }
    .proje-col{
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    .proje-card, .tasarim-card {
        width: 19rem;
        height: 12rem;
        margin: 0 auto 1rem auto;
    }
    .proje-card img, .tasarim-card img {
        width: 80%;
    }
    .proje-card-hover h5, .tasarim-card-hover h5 {
        font-size: 1rem;
    }
    .proje-card-hover p, .tasarim-card-hover p {
        font-size: 0.8rem;
    }
    .proje-card-hover a, .tasarim-card-hover a {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
    .alert{
        margin-bottom: 4rem !important;
        border: 2px solid #ccc !important;
        width: 21.8rem !important;
    }
    .tasarim-main{
        height: 78vh !important;
    }
    .tasarim{
        flex-direction: column !important;
        align-items: center;
        padding: 0 !important;
    }
    .tasarim-col {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    .tasarim-card{
        margin: 0 auto 1rem auto;
        width: 19rem;
        height: 12rem;
    }
    .tasarim-card-img{
        width: 100% !important;
    }
    .container {
        width: 80vw !important;
        height: 75vh !important;
        
        overflow-x: hidden;
        padding:0;
    }
    .timeline-title {
        font-size: 1.1rem;
        padding-left: 1rem;
        margin-left: 1.6rem;
        margin-bottom: 1.2rem;
        margin-top: 1.2rem;
        width: 100%;
    }
    .timeline-title mark{
        width: 100%;
    }
    .timeline-item::before {
        left: -1.6rem !important;
    }
    .timeline-item {
        margin-left: 2.5rem !important;
        margin-bottom: 15px;
    }
    .timeline-content {
        padding: 7px 6px;
        font-size: 0.85rem;
    }
    .dasal-logo {
        width: 2rem;
        height: 2rem;
        left: -2.2rem;
        padding: 0.3rem;
    }
    .dasal-logo img {
        border-radius: 50%;
    }
    .skill-card {
        padding: 0.5rem;
        height: auto !important;
    }
    .section-title {
        font-size: 1rem;
    }
    .skill-bar span {
        font-size: 0.8rem;
    }
    .progress {
        height: 8px;
    }
    .progress-bar {
        min-width: 0;
    }
    .cont{
        height: 87vh !important;
    }
    .iletisim-main {
        gap: 1rem;
        padding: 0 !important;
        height: auto !important;
        flex-wrap: nowrap !important;
    }
    .iletisim-bilgi{
        width: 20.5rem !important;
        min-width: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
        display: flex;
        
    }
    .col-6 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0.7rem !important;
        padding: 0 !important;
    }
    .login-box {
        width: 20.5rem !important;
        padding: 0.7rem !important;
    }
    .contact-btn {
        width: 100%;
        font-size: 0.95rem;
    }
    .user-box input, .user-box textarea {
        font-size: 0.95rem !important;
    }
}