﻿html,
body {
    position: relative;
    width: 100%;
    min-height: -webkit-fill-available;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-stretch: normal;
    background-color: #000000;
    background-image: url('../../../images/page/bg.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat:repeat-y;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    /*    overflow-x: hidden;*/
    scroll-behavior: smooth;
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
}

/** {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}*/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50rem;
}

a {
    color: #222222;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }



:root {
}


iframe {
    float: left;
}

.btn-12 {
    font-size: 12px;
    --bs-btn-padding-y: 14px;
}




.btn-gold {
    color: #eae8da;
    background-color: #c1a165;
    border-color: #c1a165;
    font-weight: 700;
}

    .btn-gold:hover {
        color: #eae8da;
        background-color: #b4904c;
        border-color: #b4904c;
    }

    .btn-check:checked + .btn-gold, :not(.btn-check) + .btn-gold:active, .btn-gold:first-child:active, .btn-gold.active, .btn-gold.show, .btn-gold:focus-visible {
        color: #eae8da;
        background-color: #b4904c;
        border-color: #b4904c;
    }








/*-------------------------------------------------*/
header {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.navbar {
    /*    background-color: rgb(255 255 255 / 0.70);*/
}






    .navbar .nav-item {
        /*   margin-left: 32px;*/
    }

        .navbar .nav-item .nav-link {
            position: relative;
            font-size: 14px;
            font-weight: 400;
            color: #eae8da;
            padding: 8px 16px;
        }

        .navbar .nav-item:first-child {
            margin-left: 0px;
        }

    .navbar .active .nav-link {
        color: #eae8da;
    }

        .navbar .active .nav-link:hover {
            color: #c1a165;
        }

    .navbar .nav-link:hover {
        color: #c1a165;
    }

    .navbar .active .nav-link:before {
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        bottom: -4px;
        border-radius: 50%;
        background-color: #c1a165;
    }

    .navbar .nav-item:last-child .nav-link {
        margin-left: 130px;
        border: 1px solid #c1a165;
        padding-left: 24px;
        padding-right: 24px;
    }

        .navbar .nav-item:last-child .nav-link:hover {
            color: #c1a165;
            border: 1px solid #eae8da;
        }

    .navbar .nav-item:last-child.active .nav-link:before {
        display: none;
    }

    .navbar .nav-item:last-child.active .nav-link {
        color: #c1a165;
        border: 1px solid #eae8da;
    }




.footer .footer-brand img {
    width: 132px;
    filter: brightness(0) invert(1);
}

.footer .footer-brand p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.footer-social li {
    position: relative;
    /* float: left;*/
    display: inline-block;
    color: #ffffff !important;
    margin-left: 14px;
    font-size: 15px;
}

    .footer-social li:first-child {
        margin-left: 0px;
    }

    .footer-social li a {
        display: block;
        color: #ffffff;
    }


        .footer-social li a:hover {
            color: #d5d5d5;
        }




.footer h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer .footer-list li, .footer .footer-list li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}


    .footer .footer-list li a:hover {
        color: #d5d5d5;
    }


.footer-bottom {
    border-top: 1px solid #2e313b;
}

    .footer-bottom .copyright {
        font-size: 10px;
        font-weight: 300;
        color: #ffffff;
    }

        .footer-bottom .copyright a {
            color: #ffffff;
        }

            .footer-bottom .copyright a:hover {
                color: #d5d5d5;
            }





/*------------------------------*/
.slider-1 {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background-color: transparent;
}

    .slider-1 .swiper-slide {
        width: 100%;
    }

    .slider-1 .slider-bg::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 2;
        background-image: url('../../../images/page/slider-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .slider-1 .swiper-slide .slider-bg img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: .5;
            filter: blur(3.5px);
        }

   


    .slider-1 .slider-content-gen {
        position: absolute;
        height: auto;
        width: 100%;
        top: 53%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 3;
    }




    .slider-1 .slider-content h2 {
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        font-size: 70px;
        font-weight: 700;
        color: #eae8da;
        text-align: center;
    }


    .slider-1 .default-pag-nav {
        position: absolute;
        width: 100%;
        bottom: 30px;
        left: 0px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        z-index: 3;
    }

    .slider-1 .swiper-pagination {
        text-align: center;
        padding: 0 10px;
    }

    .slider-1 .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin-right: 10px;
        opacity: 1;
        background-color: #eae8da;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .slider-1 .swiper-pagination-bullet:hover {
            background-color: #c1a165;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }


    .slider-1 .swiper-pagination-bullet-active {
        background-color: #c1a165;
    }

        .slider-1 .swiper-pagination-bullet-active:hover {
            background-color: #c1a165;
        }


.header-social-gen {
    position: absolute;
    left: 5%;
    z-index: 5;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.header-social {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .header-social li {
        text-align: center;
        margin-bottom: 40px;
    }

        .header-social li:first-child {
            margin-top: 40px;
        }

            .header-social li:first-child a {
                color: #c1a165;
            }

                .header-social li:first-child a:hover {
                    color: #eae8da;
                }

        .header-social li a {
            color: #eae8da;
        }

            .header-social li a:hover {
                color: #c1a165;
            }

    .header-social:before {
        position: absolute;
        width: 1px;
        height: 100px;
        left: 9px;
        top: -100px;
        content: "";
        background-color: #c1a165;
    }

    .header-social:after {
        position: absolute;
        width: 1px;
        height: 100px;
        left: 9px;
        bottom: -100px;
        content: "";
        background-color: #c1a165;
    }







.page-title h2 {
    font-size: 36px;
    font-weight: 300;
    color: #eae8da;
}

.page-title h3 {
    font-size: 20px;
    font-weight: 400;
    color: #c1a165;
}
.page-title-1 h1 {
    font-size: 36px;
    font-weight: 300;
    color: #eae8da;
}

.content-1 p {
    color: #eae8da;
    font-size: 16px;
    font-weight: 400;
}



.content-2 p, .content-2 a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #eae8da;
}

.content-2 h6 {
    font-size: 14px;
    font-weight: 500;
    color: #c1a165;
}

.content-2 a:hover {
    color: #c1a165;
}
.content-3 h2 {
    font-size: 36px;
    font-weight: 300;
    color: #eae8da;
}
.content-3 h2 b{

    color: #c1a165;
}
.content-3 p {
    color: #eae8da;
    font-size: 16px;
    font-weight: 400;
}




.form-control {
    background-color: transparent;
    border-color: #eae8da;
    border-radius: 0px;
    color: #eae8da;
    resize: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

::placeholder {
    font-size: 12px;
    color: #eae8da !important;
}



.form-control:focus {
    color: #c1a165;
    background-color: transparent;
    border-color: #c1a165;
    outline: 0;
    box-shadow: none;
}




.hakkimizda {
    position: relative;
}

.hakkimizda-img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

    .hakkimizda-img::after {
        position: absolute;
        width: 100%;
        right: -30px;
        bottom: -15px;
        height: 100%;
        content: "";
        background-image: url('../../../images/page/bg-dot.png');
        background-repeat: no-repeat;
        background-position: bottom right;
    }

.hakkimizda img {
    position: relative;
    z-index: 3;
}





.slider-2 {
    /*   padding-top: 24px;
    padding-bottom: 70px;*/
    padding-left: 13px;
    padding-right: 13px;
    /*margin: -24px;*/
}

    .slider-2 .swiper-slide {
        width: auto;
    }



    .slider-2 .default-pag-nav {
        position: absolute;
        width: 100%;
        height: 0px;
        top: calc(50% - 40px);
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 1;
    }

    .slider-2 .swiper-button-next,
    .slider-2 .swiper-button-prev {
        top: 0 !important;
        position: absolute;
        margin: 0px;
        z-index: 1;
        width: 26px;
        opacity: 1;
        height: 40px;
        border-radius: 0px;
        background-color: #c1a165;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        font-size: 20px;
        line-height: 40px;
        vertical-align: middle;
        color: #eae8da;
        background-image: none;
        text-align: center;
        border: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .slider-2 .swiper-button-next {
        right: 0px;
        left: auto;
    }

        .slider-2 .swiper-button-next:after, .slider-2 .swiper-button-prev:after {
            display: none;
        }

    .slider-2 .swiper-button-prev {
        right: auto;
        left: 0px;
    }

        .slider-2 .swiper-button-next:hover,
        .slider-2 .swiper-button-prev:hover {
            opacity: 0.6;
            color: #eae8da;
            background-color: #c1a165;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }


.card-1 .card {
    border: none;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card-1 .card:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .card-1 .card .card-body h5 {
        color: #eae8da;
        font-size: 22px;
        font-weight: 400;
    }

        .card-1 .card .card-body h5 b {
            color: #c1a165;
        }







.card-2 .card {
    border: none;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
    .card-2 .card:hover {
        opacity: 0.7;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .card-2 .card img {
        border: none;
        border-radius: 0px;
    }

    .card-2 .card .card-body h5 {
        color: #eae8da;
        font-size: 22px;
        font-weight: 400;
    }

        .card-2 .card .card-body h5 b {
            color: #c1a165;
        }

.proje-logo {
    position: absolute;
    width: 300px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: 12px !important;
}


.footer-brand {
    filter: brightness(0) invert(1);
}


.footer-menu li {
    position: relative;
    display: inline-block;
    line-height: 36px;
    color: #eae8da !important;
    font-size: 16px;
    font-weight: 300;
    transition: 0.3s ease-in-out;
    margin-left: 24px;
}

    .footer-menu li:first-child {
        margin-left: 0px;
    }


    .footer-menu li a {
        display: block;
        border-radius: 50%;
        color: #eae8da;
    }

        .footer-menu li a:hover {
            color: #c1a165;
        }


.footer-social li {
    position: relative;
    display: inline-block;
    height: 30px;
    min-width: 36px;
    line-height: 36px;
    color: #eae8da !important;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

    .footer-social li:first-child {
        margin-left: 0px;
        color: #c1a165;
    }

        .footer-social li:first-child a {
            color: #c1a165;
        }

            .footer-social li:first-child a:hover {
                color: #eae8da;
            }

    .footer-social li a {
        display: block;
        border-radius: 50%;
        color: #eae8da;
    }

    .footer-social li:hover {
        color: #c1a165;
        transition: 0.3s ease-in-out;
    }

        .footer-social li:hover a {
            color: #c1a165;
        }

.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #eae8da;
}

    .footer .copyright a {
        color: #c1a165;
    }

        .footer .copyright a:hover {
            color: #b4904c;
        }



.bg-img-1 {
    background-image: url("../../../images/page/slider-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-color: rgb(255 255 255 / 0.15);
}

.header-bg {
    padding-top: 200px;
    padding-bottom: 60px;
}







/*

.page-title p {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
}

.card-1 .card {
    border: none;
    border-radius: 0px;
}

    .card-1 .card img {
        border-radius: 0px !important;
    }

    .card-1 .card .card-body {
    }

        .card-1 .card .card-body h5 {
            color: #222222;
            font-size: 20px;
            font-weight: 500;
        }

        .card-1 .card .card-body p {
            color: #222222;
            font-size: 16px;
            font-weight: 500;
        }


    .card-1 .card .size-16-9 {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        overflow: hidden;
        transition: all 0.4s;
    }

        .card-1 .card .size-16-9 img {
            width: 105%;
            position: absolute;
            top: 0;
            left: -5%;
            transition: all 0.3s;
        }

    .card-1 .card:hover img {
        left: 0;
        transition: all 0.3s;
    }

    .card-1 .card .hover-overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transition: all 0.4s;
        background: rgba(0, 0, 0, 0.2);
    }

    .card-1 .card:hover .hover-overlay {
        opacity: 0;
    }



.index-hakkimizda-2 {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

    .index-hakkimizda-2:before {
        content: "";
        position: relative;
        padding-top: 100%;
    }

    .index-hakkimizda-2 img {
        position: absolute;
        top: 0;
        left: 0px;
        object-fit: cover;
        width: 100%;
        height: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

.index-hakkimizda-content p {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
}





.card-2 .card {
    border: none;
    border-radius: 0px;
}

    .card-2 .card img {
        border-radius: 0px !important;
    }

    .card-2 .card .card-body {
    }

        .card-2 .card .card-body h5 {
            color: #222222;
            font-size: 20px;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }


    .card-2 .card .size-16-9 {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        overflow: hidden;
        transition: all 0.4s;
    }

        .card-2 .card .size-16-9 img {
            width: 105%;
            position: absolute;
            top: 0;
            left: -5%;
            transition: all 0.3s;
        }

    .card-2 .card:hover img {
        left: 0;
        transition: all 0.3s;
    }





    .card-2 .card .card-date {
        position: absolute;
        top: 0;
        left: 0;
        width: 56px;
        height: 56px;
        background-color: #eef1f2;
        text-align: center;
        padding: 6px 4px
    }



        .card-2 .card .card-date h5 {
            font-size: 20px;
            font-weight: 500;
            color: #222222;
        }

        .card-2 .card .card-date h6 {
            font-size: 11px;
            font-weight: 400;
            color: #222222;
        }






.iletisim-form .form-control {
    background-color: #ffffff;
    border-radius: 0px;
    resize: none;
    border: none;
    padding: 1.2rem 1rem;
    color: #222222;
    font-weight: 700;
}

    .iletisim-form .form-control:focus {
        color: #000000;
        background-color: #fafafa;
        border-color: none;
        outline: 0;
        box-shadow: none;
        font-weight: 500;
    }

.iletisim-form ::placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.iletisim-form p {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
}

    .iletisim-form p b {
        font-weight: 500;
    }


.breadcrumb-1 .breadcrumb {
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    flex-wrap: inherit;
}

    .breadcrumb-1 .breadcrumb .swiper {
        width: 100%;
        height: 100%;
    }

    .breadcrumb-1 .breadcrumb .swiper-slide {
        width: auto;
    }



.breadcrumb-1 .breadcrumb-item a {
    color: #222222;
}

    .breadcrumb-1 .breadcrumb-item a:hover {
        color: #000000;
    }

.breadcrumb-1 .breadcrumb-item.active {
    color: #000000;
}

.breadcrumb-1 .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    width: 20px;
    text-align: center;
    color: #000000;
}


.blog-list-2 .blog-date {
    width: 56px;
    height: 56px;
    background-color: #2e313b;
    text-align: center;
    padding: 6px 4px
}

.blog-list-2 .row:hover .blog-date {
    background-color: #383d4e;
}

.blog-list-2 h5 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.blog-list-2 h6 {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
}

.blog-list-2 p {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.content-1 h1 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 24px;
}
.content-1 h2 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 24px;
}

.content-1 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.content-1 h4 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 24px;
}
.content-1 p {
    font-size: 18px;
    font-weight: 400;
}




.card-3 .card {
    background-color: none;
    border-radius: 0px;
    border: none;
}



.filter-button.active {
    color: #ffffff;
    background-color: #2e313b;
    border-color: #2e313b;
}


.content-2 h1 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 16px;
}

.content-2 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.content-2 ul li {
    position: relative;
    padding: 16px 24px;
    padding-left: 120px;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #eef1f2;
}


    .content-2 ul li b {
        position: absolute;
        width: 120px;
        left: 0;
        font-weight: 500;
        color: #222222;
    }

.content-2 p {
    font-size: 18px;
    font-weight: 400;
}

.card-4 .card {
    border-radius: 0px;
    border: none;
    transition: all 0.4s;
}

    .card-4 .card img {
        border-radius: 0px;
    }

    .card-4 .card .card-body {
        position: absolute;
        background-color: #ffffff;
        bottom: -16px;
        width: 80%;
        left: 10%;
        box-shadow: 0 0 30px rgba(30,30,30,.10);
        transition: all 0.3s;
    }


        .card-4 .card .card-body h5 {
            font-size: 18px;
            font-weight: 400;
            transition: all 0.3s;
            margin-bottom: 0px;
            text-align: center;
        }

    .card-4 .card:hover .card-body h5 {
        display: none;
        transition: all 0.3s;
    }

    .card-4 .card:hover .card-body {
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

    .card-4 .card .content-3 {
        opacity: 0;
        transition: all 0.3s;
        overflow-y: auto;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        padding: 24px;
    }

    .card-4 .card:hover .content-3 {
        opacity: 1;
        transition: all 0.3s;
    }

    .card-4 .card .content-3 h3 {
        font-size: 18px;
        font-weight: 400;
    }

    .card-4 .card .content-3 p {
        font-size: 15px;
        font-weight: 400;
    }

        .card-4 .card .content-3 p:last-child {
            margin-bottom: 0px;
        }
.card-5 .card{
    border-radius: 0px;
    border:none;
}
    .card-5 .card .card-body {
        box-shadow: 0 0 30px rgba(30,30,30,.10);
    }
.card-5 h5 {
    font-size: 20px;
    font-weight: 300;
}
.card-5 h6{
    font-size: 16px;
    font-weight: 500;
}
.card-5 p {
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  
}*/
/*.card-5 .card-body{
    overflow: hidden;
    position :absolute;
}
.card-5 .content-4 {
    overflow-y: auto;
    height: 78%;
    padding-right: 24px;
    margin-bottom: 24px;
  
}*/
/*.modal-ekibimiz .modal-content {
    background: #ffffff;
    box-shadow: 0 0 30px rgba(30,30,30,.10);
    border-radius: 0px;
    border: none;
    padding: 30px;
}


.modal-backdrop.show{
    background-color: #ffffff;
    opacity: 1;
    z-index: 17;
}

.modal-ekibimiz .modal-header {
    border-bottom: 0px;
}

.modal-ekibimiz .modal-body h5 {
    font-size: 20px;
    font-weight: 300;
}

.modal-ekibimiz .modal-body h6 {
    font-size: 16px;
    font-weight: 500;
}

.modal-ekibimiz .modal-body p {
    font-size: 16px;
    font-weight: 300;
  
}
.modal-ekibimiz .modal-body p:last-child {
    margin-bottom: 0px;
}

.motto-1 h2{
    font-size: 36px;
    font-weight: 300;
}

.motto-2 h2 {
    font-size: 28px;
    font-weight: 300;
}*/
* {
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1499.98px) {
    /*   .index-hakkimizda-content p {
        -webkit-line-clamp: 9;
    }*/
}

@media (max-width: 1399.98px) {
    /* .card-5 p {
    
        -webkit-line-clamp: 2;
    }*/
}

@media (max-width: 1199.98px) {
    .menu-open {
        overflow-y: hidden;
    }

    .hakkimizda img {
        position: relative ;
        z-index: 1 ;
    }

    .navbar-collapse.show {
        z-index: 9999 ;
    }

    .navbar-toggler.navbar-menu-button {
        z-index: 5;
        border-radius: 0;
        margin-right: 0px;
    }

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler, .navbar-toggler {
        outline: none;
        box-shadow: none;
        border: none;
    }

    .navbar-toggler {
        padding: 0px;
    }

    .animated-icon {
        width: 30px;
        height: 21px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 10;
    }

        .animated-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 50rem;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .4s ease-in-out;
            -moz-transition: .4s ease-in-out;
            -o-transition: .4s ease-in-out;
            transition: .4s ease-in-out;
        }

        .animated-icon span {
            background: #c1a165;
        }

            .animated-icon span:nth-child(1) {
                top: 0px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .animated-icon span:nth-child(2) {
                top: 9px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .animated-icon span:nth-child(3) {
                top: 18px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

        .animated-icon.open {
            height: 23.3px;
        }

            .animated-icon.open span:nth-child(1) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 0px;
                left: 0px;
                background: #eae8da;
            }

            .animated-icon.open span:nth-child(2) {
                width: 0%;
                opacity: 0;
            }

            .animated-icon.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 21px;
                left: 0px;
                background: #eae8da;
            }


    .navbar .navbar-collapse {
        width: 100%;
        /* padding: 32px 32px 32px 32px;*/
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 4;
        overflow-y: auto;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        background-color: #000000;
        /*   box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.08);*/
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        padding-left: 0px;
    }

    .disable-scroll-prog {
        overflow-y: hidden;
    }

    .navbar .navbar-collapse.show {
        visibility: visible;
        transform: translateX(0);
    }

    .navbar-brand img {
        height: 70px;
    }

    .navbar-nav {
        text-align: center;
        width: 100%;
    }

    .navbar-expand-xl {
        flex-wrap: wrap;
        align-items: center;
    }




    .navbar .nav-item {
        margin-right: 0px;
        padding: 0px 0px;
        margin: 0px;
    }



        .navbar .nav-item .nav-link {
            font-size: 22px;
            font-weight: 600;
            position: relative;
        }

        .navbar .nav-item:last-child .nav-link {
            margin-left: 0px;
            border: none;
            padding-left: 0px;
            padding-right: 0px;
        }

            .navbar .nav-item:last-child .nav-link:hover {
                color: #c1a165;
                border: none;
            }

        .navbar .nav-item:last-child.active .nav-link:before {
            display: none;
        }

        .navbar .nav-item:last-child.active .nav-link {
            color: #c1a165;
            border: none;
        }

    .navbar .active .nav-link {
        color: #c1a165;
    }

        .navbar .active .nav-link:before {
            display: none;
        }



    .slider-1 {
        position: relative;
        width: 100%;
        height: 100vh;
        z-index: 1;
        margin-top: 0px;
    }

        /*   .slider-1 .default-pag-nav {
            display: none;
        }*/

        .slider-1 .slider-content h6 {
            font-size: 18px;
        }

        .slider-1 .slider-content h2 {
            font-size: 32px;
        }

    .proje-logo {
        width: 270px;
    }
}

@media (max-width: 991.98px) {
    .header-bg {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .page-title h2 {
        font-size: 28px;
        font-weight: 300;
        color: #eae8da;
    }

    .page-title h3 {
        font-size: 18px;
        font-weight: 400;
        color: #c1a165;
    }
    .page-title-1 h1 {
        font-size: 28px;

    }

    .card-1 .card .card-body h5 {
        font-size: 18px;
    }

    .card-2 .card .card-body h5 {
        font-size: 18px;
    }

    .proje-logo {
        width: 200px;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
    .proje-logo {
        width: 150px;
    }
}
