﻿
.ic1 {
    /*padding: 50px;*/
    /*background: linear-gradient(45deg, var(--kirmizi), #000000, transparent);*/
    background: url(/upload/resimler/icjpg_58.jpg);
    background-position: center;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: center;
    padding-top: 90px;
    position: relative;
    border-bottom-right-radius: var(--radius);
    overflow: hidden;
}

    .ic1 h1 {
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 600;
        color: #fff;
    }

.ic3 {
    margin-bottom: 10px;
}

    .ic3 ul {
        list-style: none;
        display: flex;
        gap: 15px;
    }

    .ic3 a {
        opacity: .5;
        color: #fff !important;
        font-weight: 400;
        font-size: 16px;
    }

        .ic3 a.active {
            opacity: 1;
        }

    .ic3 span {
        padding-left: 15px;
    }

    .ic3 i {
        padding-right: 10px;
    }
.ic4 {
    background: #eaeaea;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ic5 {
    padding: 10px;
    background: var(--renk);
    width: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: end;
    padding-right: 50px;
    clip-path: polygon(0% 0%,97% 0%,100% 50%,97% 100%,0% 100%);
}
@media only screen and (max-width: 768px) {

    .ic1 {
        padding-top: 0;
        /*background-position: right;*/
        min-height: 200px;
    }

        .ic1 h1 {
            font-size: 18px;
        }

    .ic3 ul {
        gap: 5px;
        display: block;
    }

    .ic3 li {
        display: inline-block;
    }

    .ic3 span {
        padding-left: 5px;
    }

    .ic3 a {
        font-size: 14px;
    }

        .ic3 a.active {
            text-shadow: 0 0 3px #000;
        }
    .ic5{
        width:100%;
        clip-path:none;
        font-size:14px;
    }
}