.signature {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.signature a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #0cb9d8;
    text-decoration: none;
}

.box-area {
    width: 100%;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    width: 70px;
    height: 75vh;
    margin-right: 20px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    transition: all linear 0.6s;
    cursor: pointer;
}

.box:last-child{
    margin-right: 0;
}

    .box::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 10%);
    }

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 20px;
}

.box:nth-child(1) i{
    color: #ff5200;
}
.box:nth-child(2) i{
    color: #ca470a;
}
.box:nth-child(3) i{
    color: #00d9ff;
}
.box:nth-child(4) i{
    color: #0077ff;
}

.box h2 {
    position: absolute;
    bottom: 90px;
    left: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #f6f6f6;
    font-weight: 600;
    opacity: 0;
    transition: all linear 0.3s;
}

.box p {
    position: absolute;
    bottom: 60px;
    left: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #f6f6f6;
    opacity: 0;
    transition: all linear 0.3s;
}
    .box a {
        position: absolute;
        bottom: 30px;
        left: 60px;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #f6f6f6;
        opacity: 0;
        transition: all linear 0.3s;
    }
.box.active h2{
    opacity: 1;
}

.box.active p{
    opacity: 1;
}
    .box.active a {
        opacity: 1;
    }
.active{
    width: 100%;
    transition: all linear 0.6s;
}
.sec_{
    padding-bottom: 0;
}
.logo {
    width: 75px;
    height: 45px;
    object-fit: cover;
}
.colorful-text {
    /*    background-image: -webkit-linear-gradient(left, #3498db, #f47920 10%, #d71345 20%, #f7acbc 30%, #ffd400 40%, #3498db 50%, #f47920 60%, #d71345 70%, #f7acbc 80%, #ffd400 90%, #3498db);
*/ background-image: -webkit-linear-gradient(left, #ff6a00, #ff874d 10%, #ffd177 20%, #ffdc80 30%, #ff9555 40%, #ff6a00 50%, #ff874d 60%, #ffd177 70%, #ffdc80 80%, #ff9555 90%, #ff6a00);
    color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    animation: slide 5s infinite linear;
}
@keyframes slide {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}

.colorful-text-white {
    background-image: -webkit-linear-gradient(left, #dbecf7, #ffffff 10%, #ffffff 20%, #ffffff 30%, #ffffff 40%, #ffffff 50%, #ffffff 60%, #ffffff 70%, #ffffff 80%, #E91E63 90%, #03A9F4);
    color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    animation: slide 5s infinite linear;
}
@keyframes slide {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}
.banner_img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    margin-bottom: 2rem;
    border-radius: 1rem;
    box-shadow: 0 1rem 2rem rgba(132, 139, 200, 0.18);
    transition: all ease .3s;
}

    .banner_img:hover {
        box-shadow: none;
    }
/* IMAGE */
.image-container {
    overflow-x: hidden;
}

.image-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (1.5rem * (var(--per-view) - 1))) / var(--per-view));
    grid-gap: 1.5rem;
    position: relative;
    left: 0;
    transition: .3s;
}

    .image-wrapper > * {
        aspect-ratio: 4/ 3;
    }

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: .5rem;
}
/* IMAGE */

.image-container2 {
    overflow-x: hidden;
}

.image-wrapper2 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (1.5rem * (var(--per-view) - 1))) / var(--per-view));
    grid-gap: 1.5rem;
    position: relative;
    left: 0;
    transition: .3s;
}

    .image-wrapper2 > * {
        aspect-ratio: 4/ 3;
    }

    .image-wrapper2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: .5rem;
    }

.services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 1rem;
}
.service-item {
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    width: 250px;
    height: 230px;
    border-radius: .5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    box-shadow: 0 1rem 2rem rgba(132, 139, 200, 0.18);
    transition: all ease .3s;
}
    .service-item:hover {
        box-shadow: none;
    }
    .service-item a {
    }
    .service-item .service_img {
        width: 250px;
        height: 180px;
        object-fit: cover;
        display: block;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem;
        box-shadow: 0 1rem 1rem rgba(132, 139, 200, 0.18);
        transition: all ease .3s;
    }
    .service-item:hover .service_img {
        width: 260px;
        height: 190px;
        object-fit: cover;
        border-radius: .5rem;
        transition: all ease .3s;
    }
.service-item h3{
   display:flex;
   font-size:1rem;
}

.card_ {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 260px;
    height: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all ease .3s;
}
    .card_:hover {
        box-shadow: none
    }
.logo-container_ img {
    width: 260px;
    height: 170px;
    object-fit: cover;
}

.info_ {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}



.details_ p {
    font-size: 1rem;
}

.details_ h3 {
    font-weight: bold;
    font-size:1.1rem
}




.pack_ {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
li{
        text-decoration:none;
}
.rezz {
    opacity: 0;
    display:none;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}
        /* Başlangıçta gizli */
        .rezz.hidden {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }

        /* Göründüğünde uygulanacak animasyon */
        .rezz.visible {
            opacity: 1;
        }

        @media (max-width: 821px) {
            .box {
                width: 35px;
                height: 35vh;
                margin-right: 8px;
                margin-top: 1rem;
            }

            .active {
                width: 100%;
                transition: all linear 0.6s;
            }

            .box.active p {
                opacity: 1;
            }
        }

        @media (max-width: 584px) {
            .box {
                width: 35px;
                height: 20vh;
                margin-right: 8px;
                margin-top: 1rem;
            }

            .active {
                width: 100%;
                transition: all linear 0.6s;
            }

            .box.active p {
                opacity: 0;
            }

            .service-item {
                width: 150px;
                height: 150px;
            }

                .service-item h3 {
                    font-size: 1rem;
                }

                .service-item .service_img {
                    width: 150px;
                    height: 115px;
                }
                .service-item:hover .service_img {
                    width: 160px;
                    height: 125px;
                    object-fit: cover;
                    border-radius: .5rem;
                    transition: all ease .3s;
                }

            .banner_img {
                height: 30vh;
            }

            .rezz {
                opacity: 0;
                display: flex;
                position: fixed;
                bottom: 1rem;
                width: max-content;
                left: 50%;
                transform: translateX(-50%);
            }
            .card_ {
                width: 160px;
                
            }

            .logo-container_ img {
                width: 160px;
                height: 105px;
            }
            .details_ h3 {
                font-weight: bold;
                font-size: .8rem
            }
            .info_ {
                padding: 0;
            }
        }
