#headercover-multi {
    background: #4D4E4F;
    width: 100%;
    height: 150px;
    position: absolute;
}

#header {
    height: 100vh;
}

    #header::after {
        display: none;
    }

    #header .headerbgvideo {
        margin-top: 150px;
        background: url("../img/bosnakwp.png") no-repeat;
        background-position: 0 0;
        background-size: 100vw calc(100vh - 150px);
    }

    #header .header-welcome-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 700px;
        color: #fff;
        margin-left: 250px;
        margin-top: 59px;
    }

        #header .header-welcome-text h1 {
            font-family: GothamLight, sans-serif;
            letter-spacing: 5px;
            font-size: 50px;
            text-align: center;
            background: #242526;
            padding: 40px 30px;
        }

        #header .header-welcome-text hr {
            margin: 20px 0;
        }

        #header .header-welcome-text p {
            width: 100%;
            text-align: center;
            line-height: 2rem;
        }

#kaydirbox {
    display: none;
}

#haberler {
    padding: 3vw 25vw 1vw;
    overflow: hidden;
}

    #haberler .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        #haberler .wrapper p {
            font-family: GothamBook, sans-serif;
            font-size: .94vw;
            letter-spacing: 0.02vw;
            line-height: 1.77em;
        }

            #haberler .wrapper p.kaydirtext {
                font-family: GothamLight, sans-serif;
                letter-spacing: .24vw;
                font-size: .7vw;
                margin-top: 1vw;
                margin-bottom: 75px;
            }

        #haberler .wrapper img {
            margin: 0 0 50px 0;
        }

#aile {
    width: 100%;
    height: auto;
    background: #FAFAFA;
}

    #aile .wrapper {
        padding-top: 2.4vw;
    }

        #aile .wrapper h2 {
            font-family: GothamLight, sans-serif;
            font-weight: lighter;
            font-size: 1.35vw;
            letter-spacing: 0.02vw;
            line-height: 1.4em;
            margin-bottom: 1.4vw;
        }

        #aile .wrapper .aile-container {
            overflow: hidden;
        }

            #aile .wrapper .aile-container .swiper-wrapper .swiper-slide h1 {
                font-family: Playfair, sans-serif;
                letter-spacing: .03vw;
                font-size: 3.65vw;
                line-height: 1.1em;
                padding-right: 11vw;
                font-weight: normal;
            }

            #aile .wrapper .aile-container .swiper-wrapper .swiper-slide p {
                font-family: GothamBook, sans-serif;
                margin-top: 2rem;
                font-size: 1.04vw;
                letter-spacing: 0.02vw;
                line-height: 1.6em;
                margin-top: 1.3vw;
                /*padding-right: 32vw;*/
                font-weight: normal;
            }

            #aile .wrapper .aile-container .aile-pagination {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 50px 0;
            }

                #aile .wrapper .aile-container .aile-pagination .swiper-pagination-bullet {
                    background: black;
                    opacity: 1;
                    margin-right: 1rem;
                }

                    #aile .wrapper .aile-container .aile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                        position: relative;
                        background: #FAFAFA;
                        border: 1px solid black;
                        padding: 8px;
                    }

                        #aile .wrapper .aile-container .aile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                            content: '';
                            position: absolute;
                            background: #000;
                            width: 8px;
                            height: 8px;
                            top: 4px;
                            left: 4px;
                            border-radius: 100%;
                        }

            #aile .wrapper .aile-container .swiper-buttons {
                float: right;
                margin-top: 50px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                #aile .wrapper .aile-container .swiper-buttons .swiper-button-next {
                    position: relative;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    color: #000;
                }

                #aile .wrapper .aile-container .swiper-buttons .swiper-button-prev {
                    position: relative;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    color: #000;
                    margin-right: 25px;
                }

#quotebox {
    width: 100%;
    height: auto;
    background: #1E1E1E;
    color: #FAFAFA;
}

    #quotebox .wrapper .quote-container {
        overflow: hidden;
    }

        #quotebox .wrapper .quote-container .swiper-wrapper {
            margin-top: 4rem;
        }

            #quotebox .wrapper .quote-container .swiper-wrapper .swiper-slide h1 {
                font-family: Playfair, sans-serif;
                font-weight: normal;
                letter-spacing: .03vw;
                font-size: 2.6vw;
                line-height: 1.2em;
                position: relative;
                margin-left: 45px;
            }

                #quotebox .wrapper .quote-container .swiper-wrapper .swiper-slide h1::before {
                    content: '';
                    z-index: -1;
                    background: url("../img/icons/tirnaknew.svg");
                    background-size: 100% 100%;
                    width: 125px;
                    height: 125px;
                    position: absolute;
                    top: -50px;
                    left: -60px;
                }

                #quotebox .wrapper .quote-container .swiper-wrapper .swiper-slide h1::after {
                    content: '';
                    z-index: -1;
                    background: url("../img/icons/tirnaknew.svg");
                    background-size: 100% 100%;
                    width: 125px;
                    height: 125px;
                    position: absolute;
                    bottom: -50px;
                    left: 270px;
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

            #quotebox .wrapper .quote-container .swiper-wrapper .swiper-slide p {
                font-family: GothamBook, sans-serif;
                margin-top: 2rem;
                font-size: 1.00vw;
                letter-spacing: 0.06vw;
                line-height: 1.47em;
            }

        #quotebox .wrapper .quote-container .quote-pagination {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 50px 0;
        }

            #quotebox .wrapper .quote-container .quote-pagination .swiper-pagination-bullet {
                background: #fff;
                opacity: 1;
            }

                #quotebox .wrapper .quote-container .quote-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    position: relative;
                    background: #1E1E1E;
                    border: 1px solid #fff;
                    padding: 8px;
                }

                    #quotebox .wrapper .quote-container .quote-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                        content: '';
                        position: absolute;
                        background: #fff;
                        width: 8px;
                        height: 8px;
                        top: 4px;
                        left: 4px;
                        border-radius: 100%;
                    }

        #quotebox .wrapper .quote-container .swiper-buttons {
            float: right;
            margin-top: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

            #quotebox .wrapper .quote-container .swiper-buttons .swiper-button-next {
                position: relative;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                color: #fff;
            }

            #quotebox .wrapper .quote-container .swiper-buttons .swiper-button-prev {
                position: relative;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                color: #fff;
                margin-right: 25px;
            }

#adim8 {
    background: #EDEDED;
    width: 100%;
}

    #adim8 .wrapper {
        font-family: GothamLight, sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #adim8 .wrapper > h2 {
            margin-top: 75px;
            font-family: GothamThin, sans-serif;
            font-weight: lighter;
            font-size: 3.91vw;
            color: #cc1420;
            text-align: center;
            letter-spacing: .8vw;
            line-height: 1.2em;
        }

        #adim8 .wrapper > h3 {
            font-family: GothamThin, sans-serif;
            font-weight: lighter;
            font-size: 2.53vw;
            text-align: center;
            letter-spacing: .3vw;
            color: #1E1E1E;
            margin-bottom: 4.5rem;
        }

        #adim8 .wrapper .adimlar {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
            margin-bottom: 10rem;
        }

            #adim8 .wrapper .adimlar .adim {
                position: relative;
                padding: 4rem 2rem;
                border: 1px solid #707070;
                border-top: none;
            }

                #adim8 .wrapper .adimlar .adim:nth-child(odd) {
                    border-right: none;
                }

                #adim8 .wrapper .adimlar .adim:nth-child(-n+2) {
                    border-top: 1px solid #707070;
                }

                #adim8 .wrapper .adimlar .adim h3 {
                    font-family: GothamBold, sans-serif;
                    font-weight: bolder;
                    font-size: 25px;
                    margin-bottom: 1.5rem;
                    letter-spacing: 2px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    #adim8 .wrapper .adimlar .adim h3 span {
                        margin-right: 10px;
                    }

                    #adim8 .wrapper .adimlar .adim h3 img.arrow {
                        position: unset;
                        display: none;
                    }

                #adim8 .wrapper .adimlar .adim p {
                    font-family: GothamLight, sans-serif;
                    letter-spacing: 2px;
                    font-weight: lighter;
                    line-height: 1.3rem;
                }

                #adim8 .wrapper .adimlar .adim img {
                    position: absolute;
                    left: -15px;
                    top: 40%;
                    z-index: 2;
                    background: #EDEDED;
                    padding: 30px 0;
                }

#konsept .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7rem;
}

    #konsept .wrapper h2 {
        font-family: GothamBold, sans-serif;
        font-size: 1.56vw;
        color: #cc1420;
        letter-spacing: 0.28vw;
        margin: 7rem 0 2vw;
        line-height: 1.6em;
        text-align: center;
    }

    #konsept .wrapper .accordion {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-transform: uppercase;
        font-family: GothamBook, sans-serif;
        background-color: #fff;
        color: #444;
        cursor: pointer;
        padding: 30px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border: 1px solid #918E87;
        padding-left: 100px;
        font-size: 1vw;
        letter-spacing: .01vw;
        font-weight: lighter;
    }

        #konsept .wrapper .accordion:hover::before {
            width: 100px;
        }

        #konsept .wrapper .accordion::before {
            -webkit-transition: all 300ms;
            transition: all 300ms;
            z-index: 3;
            content: '';
            display: block;
            position: absolute;
            width: 150px;
            background: #918E87;
            height: 1px;
            left: -75px;
            top: 45px;
        }

        #konsept .wrapper .active,
        #konsept .wrapper .accordion:hover {
            background-color: #F6F5F2;
        }

        #konsept .wrapper .accordion:after {
            content: '\002B';
            color: #918E87;
            font-weight: bold;
            font-size: 25px;
            float: right;
            margin-left: 5px;
        }

    #konsept .wrapper .active:after {
        content: "\2212";
    }

    #konsept .wrapper .panel {
        width: 100%;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.2s ease-out;
        transition: max-height 0.2s ease-out;
        border-left: 1px solid #918E87;
        border-right: 1px solid #918E87;
    }

        #konsept .wrapper .panel:last-child {
            border-bottom: 1px solid #918E87;
        }

        #konsept .wrapper .panel .inner {
            padding: 3rem 5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
        }

            #konsept .wrapper .panel .inner p {
                font-family: GothamLight, sans-serif;
                font-weight: lighter;
                line-height: 1.5rem;
                letter-spacing: 1.5px;
                margin-bottom: 2rem;
            }

            #konsept .wrapper .panel .inner .swiper-container {
                overflow: hidden;
                width: 100%;
            }

                #konsept .wrapper .panel .inner .swiper-container .swiper-wrapper {
                    padding-bottom: 50px;
                }

                    #konsept .wrapper .panel .inner .swiper-container .swiper-wrapper .swiper-slide {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        width: 100%;
                    }

                #konsept .wrapper .panel .inner .swiper-container .swiper-pagination {
                    z-index: 9;
                    cursor: pointer;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                    #konsept .wrapper .panel .inner .swiper-container .swiper-pagination .swiper-pagination-bullet {
                        background: #000;
                        opacity: 1;
                    }

                        #konsept .wrapper .panel .inner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                            position: relative;
                            background: #fff;
                            border: 1px solid #000;
                            padding: 8px;
                        }

                            #konsept .wrapper .panel .inner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                                content: '';
                                position: absolute;
                                background: #000;
                                width: 8px;
                                height: 8px;
                                top: 4px;
                                left: 4px;
                                border-radius: 100%;
                            }

.wrapper {
    max-width: 1300px;
}

.slidebottomarrow {
    height: 40px;
    -webkit-animation-name: slidedownanim;
    animation-name: slidedownanim;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slidedownanim {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    10% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    90% {
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
    }

    91% {
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: hidden;
    }
}

@keyframes slidedownanim {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    10% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    90% {
        -webkit-transform: translateY(160px);
        transform: translateY(160px);
    }

    91% {
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: hidden;
    }
}

@media only screen and (max-width: 600px) {
    #headercover-multi {
        display: none;
    }

    #headercover {
        display: none;
    }

    #kaydirbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 80vh;
        z-index: 9;
        color: #fff;
        letter-spacing: 1px;
        min-width: 100%;
    }

        #kaydirbox .wrapper {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 13px;
            margin-top: 38px;
        }

            #kaydirbox .wrapper p {
                text-align: center;
            }

                #kaydirbox .wrapper p.kaydirtext {
                    letter-spacing: 2px;
                }

            #kaydirbox .wrapper img {
                content: url("../img/icons/whitearrowbottom.svg");
            }

    #header {
        max-width: 100%;
        padding-bottom: 62px;
    }

        #header .headerbgvideo {
            padding: 0;
            max-width: 100%;
            margin: 0;
            background-size: cover;
            background-position: right;
        }

            #header .headerbgvideo::after {
                content: '';
                background: url("../img/mobilefilter.png") no-repeat;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                position: absolute;
            }

        #header .header-welcome-text {
            max-width: 100%;
            margin: 0;
        }

            #header .header-welcome-text h1 {
                font-size: 20px;
                margin: 0px 20px 0 20px;
            }

            #header .header-welcome-text hr {
                width: 90%;
                margin: 2rem auto;
                border: 0;
                border-bottom: 1px solid #fff;
            }

            #header .header-welcome-text p {
                font-size: 14px;
                line-height: 1.3rem;
            }

    #haberler {
        margin-top: 0;
        margin: 2rem 0;
        height: 500px;
    }

        #haberler .wrapper p {
            font-size: 3.91vw;
            letter-spacing: .1vw;
            line-height: 1.6em;
            padding: 10px;
        }

            #haberler .wrapper p.kaydirtext {
                margin: 0;
                letter-spacing: .7vw;
                font-size: 2.6vw;
                line-height: 2em;
                padding: 0 4vw;
            }

    #aile .wrapper {
        padding: 10vw 8vw;
    }

        #aile .wrapper h2 {
            font-family: GothamLight, sans-serif;
            font-size: 4.7vw;
            letter-spacing: 0.02vw;
            line-height: 1.4em;
            font-family: 'gothamlight', sans-serif;
        }

        #aile .wrapper .aile-container {
            overflow: hidden;
        }

            #aile .wrapper .aile-container .swiper-wrapper .swiper-slide h1 {
                font-size: 8.5vw;
                padding-right: 0;
                line-height: 1.3em;
            }

            #aile .wrapper .aile-container .swiper-wrapper .swiper-slide p {
                font-size: 3.91vw;
                padding-right: 12vw;
                margin-top: 3.3vw;
                letter-spacing: .1vw;
                line-height: 1.6em;
            }

            #aile .wrapper .aile-container .aile-pagination {
                margin: 50px 10px;
            }

                #aile .wrapper .aile-container .aile-pagination .swiper-pagination-bullet {
                    margin-right: 1rem;
                    width: 3px;
                    height: 3px;
                }

                    #aile .wrapper .aile-container .aile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                        top: 7px;
                        left: 6.4px;
                        width: 3px;
                        height: 3px;
                    }

            #aile .wrapper .aile-container .swiper-buttons {
                position: relative;
                top: 30px;
                right: 20px;
            }

                #aile .wrapper .aile-container .swiper-buttons .swiper-button-next::after {
                    font-size: 25px;
                }

                #aile .wrapper .aile-container .swiper-buttons .swiper-button-prev::after {
                    font-size: 25px;
                }

    #quotebox .wrapper {
        padding: 10vw 8vw;
    }

        #quotebox .wrapper .quote-container .swiper-wrapper .swiper-slide h1 {
            font-size: 30px;
            line-height: 2rem;
            margin-left: 0;
            font-size: 6.5vw;
            letter-spacing: .1vw;
        }

            #quotebox .wrapper .quote-container .swiper-wrapper .swiper-slide h1::before {
                width: 50px;
                height: 50px;
                left: -20px;
                top: -30px;
            }

            #quotebox .wrapper .quote-container .swiper-wrapper .swiper-slide h1::after {
                width: 50px;
                height: 50px;
                left: 120px;
                bottom: -30px;
            }

        #quotebox .wrapper .quote-container .swiper-wrapper .swiper-slide p {
            font-size: 12px;
            font-size: 3.91vw;
            margin-top: 5.3vw;
            letter-spacing: .1vw;
            line-height: 1.6em;
        }

        #quotebox .wrapper .quote-container .quote-pagination {
            margin: 50px 10px;
        }

            #quotebox .wrapper .quote-container .quote-pagination .swiper-pagination-bullet {
                margin-right: 1rem;
                width: 3px;
                height: 3px;
            }

                #quotebox .wrapper .quote-container .quote-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
                    top: 7px;
                    left: 6.4px;
                    width: 3px;
                    height: 3px;
                }

        #quotebox .wrapper .quote-container .swiper-buttons {
            position: relative;
            top: 30px;
            right: 20px;
        }

            #quotebox .wrapper .quote-container .swiper-buttons .swiper-button-next::after {
                font-size: 25px;
            }

            #quotebox .wrapper .quote-container .swiper-buttons .swiper-button-prev::after {
                font-size: 25px;
            }

    #konsept .wrapper {
        padding: 1rem;
    }

        #konsept .wrapper h2 {
            font-size: 5.3vw;
            letter-spacing: 1vw;
            margin-bottom: 5vw;
        }

        #konsept .wrapper .accordion {
            font-size: 3.91vw;
            letter-spacing: .1vw;
            padding-left: 75px;
        }

            #konsept .wrapper .accordion::before {
                width: 125px;
            }

        #konsept .wrapper .panel {
            font-size: 3.91vw;
            line-height: 1.67em;
            letter-spacing: .1vw;
        }

            #konsept .wrapper .panel .inner {
                padding: 3rem 1rem;
            }

    #adim8 .wrapper h2 {
        font-size: 12.06vw;
        line-height: 1.2em;
        letter-spacing: 1vw;
    }

    #adim8 .wrapper h3 {
        font-size: 7.2vw;
        letter-spacing: 1vw;
    }

    #adim8 .wrapper .adimlar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
    }

        #adim8 .wrapper .adimlar .adim {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0;
            border: none;
            border-top: 1px solid #D0CECE;
        }

            #adim8 .wrapper .adimlar .adim:nth-child(-n+2) {
                border-top: 1px solid #D0CECE;
            }

            #adim8 .wrapper .adimlar .adim:last-child {
                border-bottom: 1px solid #D0CECE;
            }

            #adim8 .wrapper .adimlar .adim h3 {
                padding-top: 10px;
                padding-bottom: 10px;
                padding-left: 40px;
                padding-right: 10px;
                margin: 0;
                font-size: 14px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
            }

                #adim8 .wrapper .adimlar .adim h3 img.arrow {
                    display: inline-block;
                    margin-left: auto;
                }

                    #adim8 .wrapper .adimlar .adim h3 img.arrow.pointer {
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

            #adim8 .wrapper .adimlar .adim img {
                width: 25px;
                height: 22px;
                padding: 0;
                position: absolute;
                top: 10px;
                left: 5px;
            }

            #adim8 .wrapper .adimlar .adim:nth-child(1) > img {
                content: url("../img/icons/sekiz/redsekiz.svg");
            }

            #adim8 .wrapper .adimlar .adim:nth-child(2) > img {
                content: url("../img/icons/sekiz/redpage.svg");
            }

            #adim8 .wrapper .adimlar .adim:nth-child(3) > img {
                content: url("../img/icons/sekiz/redlocation.svg");
            }

            #adim8 .wrapper .adimlar .adim:nth-child(4) > img {
                content: url("../img/icons/sekiz/redhand.svg");
            }

            #adim8 .wrapper .adimlar .adim:nth-child(5) > img {
                content: url("../img/icons/sekiz/red3d.svg");
            }

            #adim8 .wrapper .adimlar .adim:nth-child(6) > img {
                content: url("../img/icons/sekiz/redkey.svg");
            }

            #adim8 .wrapper .adimlar .adim:nth-child(7) > img {
                content: url("../img/icons/sekiz/redwrite.svg");
            }

            #adim8 .wrapper .adimlar .adim:nth-child(8) > img {
                content: url("../img/icons/sekiz/redorganization.svg");
            }

            #adim8 .wrapper .adimlar .adim p {
                display: none;
                font-size: 13px;
                padding: 1rem;
                line-height: 17px;
            }

                #adim8 .wrapper .adimlar .adim p.show {
                    display: block;
                }
}


@media only screen and (max-width:1600px) {
    #header .header-welcome-text {
        margin-left: 85px;
        margin-top: 60px;
    }

        #header .header-welcome-text h1 {
            font-size: 2vw;
            padding: 40px 30px;
        }

        #header .header-welcome-text p {
            font-size: 16px;
            line-height: initial;
        }

}
@media only screen and (min-width:320px) and (max-width:992px) {
    #header .header-welcome-text {
        margin-left: 0;
        margin-top: 0;
    }

        #header .header-welcome-text h1 {
            font-size: 17px;
            padding: 40px 30px;
        }

        #header .header-welcome-text p {
            font-size: 11px;
            padding: 0px 10px;
        }
    #haberler {
        padding: 0;
        overflow: hidden;
    }
}
/*# sourceMappingURL=franchise.css.map */
