﻿svg {
    width: 25px;
}



.slider .container {
    position: relative;
    z-index: 2;
}

.slider .list .item {
    position: absolute;
    inset: 0 0 0 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
    padding: 0rem;
    background-image: url("/images/basic_back.jpg");
    background-size: cover;
}

    .slider .list .item::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(to top, #00000014 10%, transparent);
    }



    .slider .list .item .content p:nth-child(1) {
        text-transform: uppercase;
        letter-spacing: 5px;
        margin-bottom: 1rem;
    }



    .slider .list .item.active {
        opacity: 1;
        z-index: 10;
    }

@keyframes showContent {
    to {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}



.slider .list .item.active h2 {
    animation-delay: 1s;
}

.slider .list .item.active p:nth-child(3) {
    animation-duration: 1.3s;
}

.arrows {
    position: absolute;
    top: 30%;
    right: 50px;
    z-index: 100;
}

    .arrows button {
        background-color: #eee5;
        border: none;
        font-family: monospace;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        font-size: x-large;
        color: #eee;
        transition: 0.5s;
    }

        .arrows button:hover {
            background-color: #eee;
            color: black;
        }

.thumbnail {
    position: relative;
    z-index: 15;
    display: flex;
    top: 33rem;
    width: 100%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(0deg, #24316f 10%, #215d76 100%);
    border-radius: 10px;
    box-shadow: 0px 17px 10px -11px #0000007d;
}

    .thumbnail::-webkit-scrollbar {
        width: 0;
    }

    .thumbnail .item {
        transition: 0.5s;
        text-align: center;
        padding: 1rem 1rem;
        z-index: 2;
        width: -webkit-fill-available;
        vertical-align: middle;
        color: #cdcdcd;
        border-bottom: 6px solid #4da4af;
        box-shadow: inset 0px 0px 42px #24326f80;
    }

        .thumbnail .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .thumbnail .item.active {
            background-image: linear-gradient(0deg, #111d52 10%, #215d76 100%);
            color: inherit;
            color: #fff;
            background: rgb(51, 25, 112);
            background: linear-gradient( 331deg, rgba(51, 25, 112, 1) 0%, rgba(49, 149, 177, 1) 100% );
            transform: scale(1.15, 1.15);
            transform-origin: center;
            border-bottom: 6px solid #af6b4d;
            z-index: 999;
            border-radius: 10px;
        }

        .thumbnail .item .content {
            padding: 0rem;
            width: 100%;
            text-align: center;
            color: #cdcdcd;
            font-weight: 500;
            font-size: 1.2rem;
            letter-spacing: 0px;
        }

@media screen and (max-width: 678px) {

    .slider {
        position: relative;
        color: inherit;
        min-height: 31rem;
        margin-bottom: 3rem;
    }

        .slider .list .item .content h2 {
            font-size: 3rem;
            margin: 0;
            margin-bottom: 2rem;
        }

    .btn_slider {
        border-radius: 0;
        width: -webkit-fill-available;
        padding: 1rem;
    }

    .thumbnail {
        width: 80%;
        justify-content: center;
        margin-top: -4rem;
        margin-bottom: 0rem;
    }

    .slider .list .content {
        width: 100%;
        padding: 4rem 2rem;
    }

    .slider h2,
    .slider p {
        color: inherit;
        width: 100%;
    }

    .slide_r_img {
        display: none;
    }

    .thumbnail .item {
        width: min-content;
        font-size: 1rem;
        display: none;
    }

        .thumbnail .item .content i {
            font-size: 1rem;
        }

    .slider .list .item .content h2 {
        font-size: 2rem;
    }

    .arrows {
        top: 10%;
    }
}



.slider .list {
    display: flex;
}



.btn_slider {
    border: 0;
    padding: 0rem 3rem;
    color: #cdcdcd;
    font-size: 3rem;
    background: transparent;
}

    .btn_slider:first-child {
        border-radius: 10px 0 0 10px;
    }

    .btn_slider:last-child {
        border-radius: 0 10px 10px 0;
    }

    .btn_slider:focus {
        border: 0;
        box-shadow: none;
        outline: none;
        background-image: linear-gradient(0deg, #24316f 10%, #215d76 100%);
    }

    .btn_slider:hover {
        border: 0;
        box-shadow: none;
        outline: none;
        background-image: linear-gradient(0deg, #21424b 10%, #215d76 100%);
    }

.thumbnail .item .content i {
    font-size: 20pt;
    display: block;
    background: #ffffff9e;
    width: min-content;
    margin: auto;
    margin-bottom: 1rem;
    padding: 19px 7px;
    width: 4rem;
    height: 4rem;
    color: #212e6d;
    border-radius: 79px;
}

.thumbnail .item:nth-child(even) {
}

.item.active .content i {
    color: #212e6d;
    background: #ffffff;
}

@media (min-width: 576px) {
    .slider .thumbnail {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .slider {
        position: relative;
        color: inherit;
        min-height: 44rem;
        margin-bottom: 3rem;
    }

        .slider .list .item .content h2 {
            font-size: 3.5rem;
            margin: 0;
            margin-bottom: 1rem;
            line-height: 60px;
            letter-spacing: -1px;
        }

        .slider .list .item.active p:nth-child(1),
        .slider .list .item.active h2,
        .slider .list .item.active p:nth-child(3),
        .slider .list .item.active img {
            transform: translateY(30px);
            filter: blur(20px);
            opacity: 0;
            animation: showContent 0.5s 0.7s ease-in-out 1 forwards;
        }

        .slider .thumbnail {
            max-width: 720px;
        }

        .slider h2,
        .slider p {
            width: 50%;
            color: var(--renk4);
        }

    .slide_r_img {
        height: 40rem;
        width: 40rem;
        position: absolute;
        z-index: 2;
        float: right;
        right: 0rem;
        top: 2rem;
        object-fit: contain;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .slider .thumbnail {
        max-width: 960px;
    }

    .slider .list .item .content {
        position: relative;
        padding: 7rem 1rem;
    }
}

@media (min-width: 1200px) {
    .slider .thumbnail {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .slider .thumbnail {
        max-width: 1320px;
    }
}
