
@font-face {
    font-family: 'Gilroy-Black';
    src: url(../fonts/gilroy/Gilroy-Black.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-BlackItalic';
    src: url(../fonts/gilroy/Gilroy-BlackItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url(../fonts/gilroy/Gilroy-Bold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-BoldItalic';
    src: url(../fonts/gilroy/Gilroy-BoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url(../fonts/gilroy/Gilroy-ExtraBold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ExtraBoldItalic';
    src: url(../fonts/gilroy/Gilroy-ExtraBoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Heavy';
    src: url(../fonts/gilroy/Gilroy-Heavy.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-HeavyItalic';
    src: url(../fonts/gilroy/Gilroy-HeavyItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url(../fonts/gilroy/Gilroy-Light.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-LightItalic';
    src: url(../fonts/gilroy/Gilroy-LightItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url(../fonts/gilroy/Gilroy-Medium.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-MediumItalic';
    src: url(../fonts/gilroy/Gilroy-MediumItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../fonts/gilroy/Gilroy-Regular.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-RegularItalic';
    src: url(../fonts/gilroy/Gilroy-RegularItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url(../fonts/gilroy/Gilroy-SemiBold.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-SemiBoldItalic';
    src: url(../fonts/gilroy/Gilroy-SemiBoldItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-UltraLightItalic';
    src: url(../fonts/gilroy/Gilroy-Thin.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ThinItalic';
    src: url(../fonts/gilroy/Gilroy-ThinItalic.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-UltraLight';
    src: url(../fonts/gilroy/Gilroy-UltraLight.ttf);
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-UltraLightItalic';
    src: url(../fonts/gilroy/Gilroy-UltraLightItalic.ttf);
    font-style: normal;
}

:root {
    --color-white: #ffffff;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

i {
    font-family: fontawesome;
    font-style: normal;
}

p {
    margin-bottom: 0;
}

.navigable {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 10px 0;
}

    .navigable .logo {
        height: 100px;
        z-index: 999;
        position: relative;
    }

    .navigable .nav-item a {
        font-family: Gilroy-Regular;
    }



.navbar-collapse {
    flex-grow: inherit;
}

.slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff !important;
    text-align: start;
    top: 36%;
    width: 100%;
}


.slider .social-slider {
    display: flex;
    margin-top: 10%;
}


    .slider .social-slider a {
        display: flex;
        margin-right: 20px;
        color: var(--color-white);
    }

.slider .carousel-inner a {
    color: var(--color-white);
}

.slider .carousel-inner p {
    margin-bottom: 30px;
    width: 40%;
}

.slider h6 {
    font-family: 'Gilroy-Light';
    font-size: 20px;
}

.slider h5 {
    font-family: 'Gilroy-Heavy';
    font-size: 30px;
}


.slider p {
    font-family: 'Gilroy-Light';
    font-size: 16px;
}

.slider .d {
    font-family: 'Gilroy-ExtraBold';
    font-size: 14px;
}


.navigable .ss a {
    color: var(--color-white);
    font-size: 20px;
}

.w-100 {
    width: 100%;
}

.linkedin {
    background-color: #e6e7e8;
    height: 570px;
    position: relative;
}

    .linkedin .yazi {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        font-size: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 7%;
        height: 100%;
    }

        .linkedin .yazi .yaz {
            writing-mode: tb-rl;
            transform: rotate(-180deg);
            letter-spacing: 21px;
            font-size: 50px;
            font-weight: bold;
            color: #8299c0;
            font-family: 'Gilroy-Light';
        }

    .linkedin .link1 {
        position: relative;
        width: 100%;
    }


    .linkedin .ds {
        position: absolute;
        width: 100%;
        top: -50px;
        z-index: 99;
    }

    .linkedin .linkedin-boxs {
        margin-top: 20px;
    }


        .linkedin .linkedin-boxs .bbox {
            background-color: var(--color-white);
            padding: 15px;
        }

            .linkedin .linkedin-boxs .bbox h1 {
                font-family: 'Gilroy-SemiBold';
                font-size: 18px;
                color: #295196;
            }

            .linkedin .linkedin-boxs .bbox p {
                font-family: 'Gilroy-Light';
                font-size: 15px;
            }

            .linkedin .linkedin-boxs .bbox .devam {
                text-align: center;
                color: white;
                margin-top: 30px;
            }

                .linkedin .linkedin-boxs .bbox .devam a {
                    background-color: #295196;
                    padding: 5px 20px;
                    font-family: 'Gilroy-ExtraBold';
                    font-size: 14px;
                    color: #fff;
                }


        .linkedin .linkedin-boxs .sinirla {
            overflow: hidden;
            display: -webkit-box;
            width: 100%;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
            height: 202px;
        }


    .linkedin .box img {
        height: 195px;
    }

.biz {
    background-color: #2a5298;
    position: relative;
}


    .biz .yazi {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        font-size: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 7%;
        height: 100%;
    }

        .biz .yazi .yaz {
            writing-mode: tb-rl;
            transform: rotate(-180deg);
            letter-spacing: 21px;
            font-size: 50px;
            font-weight: bold;
            color: #8299c0;
            font-family: 'Gilroy-Light';
        }

    .biz .carousel-inner {
        padding: 100px 0;
    }


    .biz .carousel-dark .carousel-caption {
        position: static;
    }

    .biz .neden h4 {
        font-family: 'Gilroy-ExtraBold';
        font-size: 26px;
        text-align: left;
        color: var(--color-white);
        margin-bottom: 20px;
    }

    .biz .neden p {
        text-align: left;
        color: var(--color-white);
        font-family: 'Gilroy-Light';
        font-size: 16px;
    }

    .biz .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: #fff;
    }



.iletisim-formu {
    padding: 100px 0 50px 0;
    background-color: #e6e7e8;
}

    .iletisim-formu .bslk {
        font-family: 'Gilroy-Heavy';
        text-align: center;
        color: #2a5298;
        font-size: 60px;
        margin-bottom: 40px;
    }

    .iletisim-formu input {
        height: 60px;
    }

    .iletisim-formu .btn-primary {
        background-color: #2a5298;
        font-family: 'Gilroy-Heavy';
        font-size: 16px;
        padding: 10px 40px;
    }

.footer {
    background-color: #2a5298;
    padding: 100px 0;
}

    .footer .logo {
    }

    .footer p {
        margin-top: 50px;
        color: var(--color-white);
        font-family: 'Gilroy-Light';
        font-size: 16px;
    }

.navbar-brand {
    position: relative;
}

.grpust .ss a {
    color: #2a5298;
    font-size: 20px;
}

.grp {
    width: 120%;
    height: 400px;
    position: absolute;
    background-color: #2a5298;
    z-index: 99;
    top: -18px;
    left: -10%;
    border: 1px solid #fff;
    border-top: none;
}

    .grp .por {
        width: 100%;
        height: 100%;
        position: relative;
    }

        .grp .por h6 {
            position: absolute;
            bottom: 31px;
            width: 100%;
            text-align-last: center;
            color: white;
            font-size: 30px;
            font-family: 'Gilroy-Heavy';
        }


.hakkimda {
    min-height: 60vh;
    padding: 15vh 0;
}

    .hakkimda .row {
        position: relative;
        height: 100%;
    }

    .hakkimda .social-hak {
        display: flex;
        margin-top: 10%;
        position: absolute;
        bottom: 0;
    }


        .hakkimda .social-hak a {
            display: flex;
            margin-right: 20px;
            color: #2a5298;
        }

.toptas {
    background-color: #2a5298;
}


    .toptas .d1 {
        margin-top: -68px;
    }

        .toptas .d1 img {
            height: 135px;
        }


    .toptas .d2 {
        margin-top: 10px;
    }

        .toptas .d2 img {
            height: 135px;
        }

    .toptas p {
        margin-top: 30px;
        color: var(--color-white);
        font-family: 'Gilroy-Light';
        font-size: 20px;
    }


.iletisim-page {
    background-image: url('../images/iletisim.png');
    height: 330px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.deneyim-formu {
    padding: 100px 0 50px 0;
    background-color: #e6e7e8;
}

    .deneyim-formu .d-flexim {
        display: flex;
    }

    .deneyim-formu .nav .nav-item button.active {
        background-color: transparent;
        color: #2a5298 !important;
    }

        .deneyim-formu .nav .nav-item button.active::after {
            content: "";
            border-right: 4px solid #2a5298;
            height: 100%;
            position: absolute;
            right: -1px;
            top: 0;
            border-radius: 5px 0 0 5px;
        }

    .deneyim-formu .nav-item button {
        color: #929292;
    }

    .deneyim-formu .tab-pane h2 {
        color: #2a5298;
        margin-bottom: 10px;
        font-family: 'Gilroy-Bold';
    }

    .deneyim-formu .tab-pane p {
        margin-bottom: 30px;
        font-family: 'Gilroy-Light';
    }



.galeri-formu {
    padding: 100px 0 50px 0;
    background-color: #e6e7e8;
}

    .galeri-formu .gal {
        background-color: #fff;
        padding: 20px;
        color: #2a5298;
        margin-bottom: 20px;
    }


        .galeri-formu .gal h4 {
            font-family: 'Gilroy-Bold';
            font-size: 20px;
        }

        .galeri-formu .gal p {
            font-family: 'Gilroy-Light';
            font-size: 14px;
        }


    .galeri-formu .hab {
        height: 100%;
    }

    .galeri-formu .sinirla {
        overflow: hidden;
        display: -webkit-box;
        width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 60px;
    }

.haber-formu {
    padding: 100px 0 50px 0;
    background-color: #e6e7e8;
}


@media (min-width: 1921px) {
}


@media screen and (min-device-width: 1367px) and (max-device-width: 1537px) {
}

@media screen and (max-width: 1367px) {
    .linkedin {
        height: 503px;
    }

        .linkedin .linkedin-boxs .bbox {
        }

            .linkedin .linkedin-boxs .bbox .devam {
                margin-top: 8px;
                margin-bottom: 10px;
            }
}

@media (max-width: 1200px) {

    .navigable {
        padding: 0;
    }

        .navigable .logo {
            height: 50px;
        }

    .navbar-toggler {
        background-color: white;
        border: var(--bs-border-width) solid rgb(255 255 255 / 15%);
    }

    .slider h6 {
        font-size: 14px;
    }

    .slider h5 {
        font-size: 19px;
        width: 60%;
    }

    .slider .carousel-inner p {
        display: none;
    }

    .linkedin {
        height: auto;
    }

        .linkedin .ds {
            position: static;
            top: 0px;
        }

        .linkedin .yazi .yaz {
            display: none;
        }

        .linkedin .linkedin-boxs .bbox {
            margin-bottom: 20px;
        }

    .biz .yazi {
        display: none;
    }

    .biz .neden p {
        margin-bottom: 20px;
    }

    .navigable .ss {
        background-color: #1e3d78;
        padding: 20px;
        z-index: 9999;
    }

    .grpust .ss a {
        color: #fff;
    }

    .grp {
        height: 180px;
        width: 230%;
    }

    .hakkimda .social-hak {
        bottom: -35px;
    }

    .sc {
        margin-top: 50px;
    }

    .toptas .d1 img {
        height: auto;
        width: 100%;
    }

    .deneyim-formu .d-flexim {
        display: grid;
    }

    .slider .social-slider {
        display: flex;
        margin-top: 1%;
    }
}
