﻿body {
    font-family: "Livvic", serif;
    margin: 0;
    padding: 0;
    background: #000;
}
:root {
    --kirmizi: #FF4D4D;
}
.scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    width: 100vw;
    height: 100vh;
    background: #222;
    cursor: grab;
}

    .scroll-container::-webkit-scrollbar {
        display: none; /* Kaydırma çubuğunu gizle */
    }

.section {
    min-width: 75vw;
    height: 100vh;
    /*text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*font-size: 24px;*/
    color: white;
}
.bas1 {
    height: 100vh;
   min-width:20vw;
   background:#000;
}
.hak1 {
    background: #000;
}
    .hak1 img {
        border-radius: 24px;
    }
    .hak1 h1 {
        font-size: 70px;
        line-height: 80px;
        margin-top: 45px;
        margin-left: 40px;
        font-weight: 700;
        position: relative;
    }
   
    .hak2{
        display:grid;
        grid-template-columns:repeat(2,1fr)
    }
        .hak2 ul {
            margin: 45px 0 0 100px;
            white-space: nowrap;
        }
    .hak2 li{
        font-size:18px;
        line-height:44px;
    }
        .hak2 span {
            color: rgba(255, 255, 255, 0.7);
            margin-right: 7px;
        }
        .hak2 a {
            color: #fff;
        }
    .hak2 li::marker{
        color:var(--kirmizi);
    }
.yetenek1 {
    justify-content: flex-start;
    background:#000;
}
.yetenek2 {
    position: relative;
    display: flex;
    align-items: center;
}
.yetenek3 {
    margin-right: 150px;
    /*margin-left: 150px;*/
    text-align: center;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    height: 100vh;
}
.yetenek3 h1 {
    font-size: 70px;
    line-height: 80px;
    margin-top: 45px;
    margin-left: 40px;
    font-weight: 700;
    position: relative;
}
.yetenek4 ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4,1fr)
}
.yetenek4 li {
    padding-right: 75px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yetenek4 h4 {
    margin: 40px 0 0;
    font-size: 18px;
    font-weight: 500;
}
.yetenek5 {
    width: 100px;
    height: 100px;
    background-color: rgb(34, 34, 34);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    border-radius: 30px;
}
    .yetenek5 i {
        font-size: 34px;
        transform: rotate(-45deg);
        color:var(--kirmizi);
    }
    .yetenek5 img {
        font-size: 34px;
        transform: rotate(-45deg);
    }

.ozgecmis1 {
    justify-content: flex-start;
    background: #000;
}

.ozgecmis2 {
    position: relative;
    display: flex;
    align-items: center;
}

.ozgecmis3 {
    margin-right: 150px;
    /*margin-left: 150px;*/
    text-align: center;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    height: 100vh;
}

.ozgecmis3 h1 {
    font-size: 70px;
    line-height: 80px;
    margin-top: 45px;
    margin-left: 40px;
    font-weight: 700;
    position: relative;
}
.timeline {
    display: flex;
    align-items: center;
    position: relative;
}

.line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    z-index: 0;
}

.event {
    position: relative;
    /*text-align: center;*/
    width: 300px;
    margin: 20px;
}

.dot {
    width: 20px;
    height: 20px;
    background-color: var(--kirmizi);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.content {
    position: absolute;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
    .content h2 {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: 600;
        line-height: 20px;
        color:var(--kirmizi);
    }
    .content p {
        margin: 0 0 8px;
        color: #eee;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        word-wrap: break-word; 
        white-space: normal; 
        overflow-wrap: break-word;
    }
    .content span{
        word-break:break-all;
    }
.event:nth-child(odd) .content {
    bottom: 40px;
}

.event:nth-child(even) .content {
    top: 40px;
}
.iletisim4 {
    padding: 0 50px;
}

    .iletisim4 a {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 60px 0 30px 0;
        border-radius: 20px;
        position: relative;
        /* min-width: 320px;
                min-height: 164px;*/
        background-color: #222;
        margin-bottom: 70px;
    }

        .iletisim4 a > i {
            text-align: center;
            border-radius: 50%;
            font-size: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -37px;
            width: 74px;
            height: 74px;
            background: #222;
            border: 3px solid #0b0b0b;
            color: var(--kirmizi);
        }

        .iletisim4 a > p {
            margin: 0;
            font-weight: 500;
            font-size: 20px;
            color:#fff;
        }

.carousel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 250px;*/
    margin: auto;
    position: relative;
    padding-right: 150px;
}

.carousel-wrapper {
    height: 500px; /* Sadece 1 öğe görünecek */
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out; /* Yumuşak geçiş */
}

.carousel > .item {
    /*background: #3498db;*/
    color: white;
    font-size: 24px;
    /*text-align: center;*/
    /*padding: 50px 0;*/
    height: 500px; /* Öğelerin yüksekliği */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

#nextBtn {
    margin: 0px auto;
    position: absolute;
    top: 60%;
    right: 0;
    transform: translate(-50%, -50%);
}

#prevBtn {
    margin: 0px auto;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translate(-50%, -50%);
}

.portfoy1 {
    background: #000;
}

.portfoy2 img {
    max-height: 500px;
    border-radius: 20px;
}

.portfoy3 {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .portfoy3 a {
        box-shadow: none !important;
        border-radius: 40px;
        font-weight: 500;
        color: #fff;
        padding: 14px 36px;
        outline: none !important;
        overflow: hidden;
        display: inline-block;
        position: relative;
        border: 0;
        font-weight: 500;
        text-transform: capitalize;
        cursor: pointer;
        text-decoration: none;
        user-select: none;
        background-color: #222;
        margin-top: 20px;
        color: #fff;
        font-size: 18px;
        min-width: 150px;
    }

        .portfoy3 a > i {
            margin-left: 10px;
        }

    .portfoy3 ul {
        list-style: none;
    }

    .portfoy3 h2 {
        font-size: 38px;
        line-height: 38px;
        font-weight: 700;
        margin-bottom: 22px;
        white-space: nowrap;
    }

.first {
    color: rgba(255, 255, 255, 0.7);
    margin-right: 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
}

    .first i {
        margin-right: 10px;
    }

.second {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    line-height: 44px;
}

.portfoy1 button {
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    background: none;
    /* position: relative; */
    overflow: hidden;
    background: var(--kirmizi);
    border-radius: 50%;
    border: none;
    color: #fff;
}

.portfoy4 {
    margin-right: 150px;
    /*margin-left: 150px;*/
    text-align: center;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    height: 100vh;
}

    .portfoy4 h1 {
        font-size: 70px;
        line-height: 80px;
        margin-top: 45px;
        margin-left: 40px;
        font-weight: 700;
        position: relative;
    }

.iletisim1 {
    background: #000;
}

.iletisim2 {
    margin-right: 150px;
    /*margin-left: 150px;*/
    text-align: center;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    height: 100vh;
}

    .iletisim2 h1 {
        font-size: 70px;
        line-height: 80px;
        margin-top: 45px;
        margin-left: 40px;
        font-weight: 700;
        position: relative;
    }
/* Scrollbar */
#customScrollbar {
    width: 100%;
    height: 8px;
    background: #ccc;
    position: absolute;
    bottom: 5px;
    left: 0;
    cursor: pointer;
    border-radius: 4px;
}

#scrollThumb {
    width: 80px;
    height: 100%;
    background: #007bff;
    position: absolute;
    left: 0;
    cursor: grab;
    border-radius: 4px;
}

#customScrollbar {
    width: 100%;
    height: 8px;
    background: #ccc;
    position: absolute;
    bottom: 5px;
    left: 0;
    cursor: pointer;
    border-radius: 4px;
}

#scrollThumb {
    width: 80px;
    height: 100%;
    background: #007bff;
    position: absolute;
    left: 0;
    cursor: grab;
    border-radius: 4px;
}
.menu1 {
    position: fixed;
    z-index: 333;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.menu2 {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    /*opacity: 0;*/
}
    .menu2 ul {
        display: flex;
        list-style:none;
    }
    .menu2 li {
        margin-right: 35px;
        font-size: 18px;
    }
    .menu2 a {
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        font-weight: 500;
        color:#fff;
    }
.menu2 ul>li a:before {
    position: absolute;
    width: 100%;
    height: 15px;
    content: "";
    top: -49px;
    border-radius: 0 0 4px 4px;
    transition: 0.3s;
    background: var(--kirmizi);
    
    transition: top 0.3s ease;
}
.menu2 ul>li>a.active:before {
    top: -34px;
}
.menu3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
    .menu3 a{
        color:var(--kirmizi)
    }


.blog1 {
    background: #000;
    overflow: hidden; 
}

.blog2 {
    margin-right: 150px;
    /*margin-left: 150px;*/
    text-align: center;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    height: 100vh;
}

    .blog2 h1 {
        font-size: 70px;
        line-height: 80px;
        margin-top: 45px;
        margin-left: 40px;
        font-weight: 700;
        position: relative;
    }
.blog4 {
    overflow: hidden;
    display: block;
    border-radius: 20px 20px 0 0;
}
    .blog4 img {
        object-fit: cover;
        object-position: center;
        transition: 0.5s;
        border-radius: 20px 20px 0 0;
    }
.blog5 {
    padding: 35px 30px 30px;
    position: relative;
    background-color: #222;
    border-radius: 0 0 20px 20px; 
}
    .blog5 h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        display: block;
        text-transform:capitalize;
    }
    .blog5 p {
        font-size: 16px;
        margin: 15px 0 0;
        line-height: 30px;
        opacity: 0.8;
        word-wrap: break-word;
        white-space: normal; /* Bu satır özellikle önemli */
        overflow: hidden;
        text-overflow: ellipsis;
    }
.blog6 {
    position: absolute;
    top: -14px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 20px;
    border-radius: 20px;
    left: 30px;
    height: 28px;
    line-height: 23px;
    font-weight: 500;
    background: var(--kirmizi);
}
.blog7 a{
    color:#fff;
}
.blogdetay1{
    padding:75px 0;
    color:#fff;
    position:relative;
}
.blogdetay2 h2 {
    font-size: 70px;
    line-height: 80px;
    margin-top: 45px;
    margin-bottom:75px;
    margin-left: 40px;
    font-weight: 700;
    position: relative;
    color: #fff;
    text-align:center;
}
.blogdetay2 h1 {
    margin: 15px 0 30px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
}
.blogdetay2 img {
    border-radius: 10px;
    margin-bottom: 30px;
}
.blogdetay3 {
    z-index: 11111;
    margin-left: 0;
    position: fixed;
    right: 0;
    top: 220px;
    background: #444;
    border-left: 0;
    font-size: 18px;
    display: block;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 4px;
    padding: 10px 16px;
    cursor: pointer;
    left: 0;
    right: auto;
    border-right: 0;
    border-radius: 0 4px 4px 0;
}
    .blogdetay3 i {
        font-size: 25px;
        color: #fff;
    }
#scrollContainer.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

#scrollContainer {
    cursor: grab;
    cursor: -webkit-grab;
}
.cop1 {
    background: #000;
    min-width: 10vh;
}
.cop2 {
    margin-right: 150px;
    /* margin-left: 150px; */
    text-align: center;
    writing-mode: vertical-rl;
    transform: scale(-1, -1);
    height: 100vh;

}
    .cop2 p {
        font-size: 21px;
        /*line-height: 80px;*/
        margin-top: 45px;
        margin-left: 40px;
        font-weight: 400;
        position: relative;
        margin-bottom:0;
    }