﻿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: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
    /*    overflow-x: hidden;*/
    scroll-behavior: smooth;
    color: #23262d;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

* {
    /*   -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: #aa182c;
    border-radius: 50rem;
}

a {
    color: #444444;
    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: 14px;
    font-weight: 500 !important;
    padding-top: 13px;
    padding-bottom: 13px;
}

.btn-red {
    color: #ffffff;
    background-color: #aa182c;
    border-color: #aa182c;
    font-weight: 700;
}

    .btn-red:hover {
        color: #ffffff;
        background-color: #8b081a;
        border-color: #8b081a;
    }

    .btn-check:checked + .btn-red, :not(.btn-check) + .btn-red:active, .btn-red:first-child:active, .btn-red.active, .btn-red.show, .btn-red:focus-visible {
        color: #ffffff;
        background-color: #8b081a;
        border-color: #8b081a;
    }

.btn-white {
    color: #aa182c;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: 700;
}

    .btn-white:hover {
        color: #ffffff;
        background-color: #aa182c;
        border-color: #aa182c;
    }

    .btn-check:checked + .btn-white, :not(.btn-check) + .btn-white:active, .btn-white:first-child:active, .btn-white.active, .btn-white.show, .btn-white:focus-visible {
        color: #ffffff;
        background-color: #aa182c;
        border-color: #aa182c;
    }





.navbar-scroll .navbar-brand .logo {
    top: 36px;
    width: 170px;
    height: 170px;
    line-height: 170px;
    transition: 0.3s ease-in-out;
}

.navbar-scroll .navbar-nav {
    margin-top: 0px;
    transition: 0.3s ease-in-out;
}

.navbar-scroll .mail-phone-gen {
    margin-top: -30px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.mail-phone-gen {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.navbar-gen {
    position: fixed;
    top: 0px;
    /* background-color: #ffffff;*/
    /* background-color: #c73851;*/
    background-color: #aa182c;
    z-index: 9;
    box-shadow: 0px 10px 12px 4px rgba(0, 0, 0, 0.18), 0px 10px 8px 2px rgba(0, 0, 0, 0.13);
}

.navbar {
    width: 100%;
    z-index: 2;
    position: relative;
    padding-top: 24px;
    --bs-navbar-padding-y: 0px;
    /* padding-bottom: 24px;*/
}

.navbar-nav {
    margin-top: 28px;
    transition: 0.3s ease-in-out;
}

.navbar-expand-xl {
    flex-wrap: wrap;
    align-items: start;
}

/*.navbar-brand .logo {
    position: absolute;
    top: 56px;
    width: 276px;
    height: 276px;
    background-color: #ffffff;
    border-radius: 100%;
    border: 2px solid #aa182c;
    text-align: center;
    line-height: 276px;
    box-shadow: 0px 10px 12px 4px rgba(0, 0, 0, 0.18), 0px 10px 8px 2px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
}*/
.navbar-brand .logo {
    position: absolute;
    top: 56px;
    width: 276px;
    height: 276px;
    background-color: #ffffff;
    border-radius: 100%;
    border: 2px solid #aa182c;
    text-align: center;
    line-height: 276px;
    box-shadow: 0px 10px 12px 4px rgba(0, 0, 0, 0.18), 0px 10px 8px 2px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url('../../../images/page/logo-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.navbar .nav-item .nav-link {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 16px;
    /*  font-weight: 400;*/
    /* color: #444444;*/
    /* color: #ffffff;*/
    color: #f2eee2;
    padding: 0px 28px;
    padding-bottom: 24px;
    position: relative;
    transition: color 0.3s ease;
}

.navbar .active .nav-link {
    /*color: #aa182c;*/
    /* color: #fff;*/
    /* color: #ffd4db;*/
    color: #ffffff;
}

    .navbar .active .nav-link:hover {
        /* color: #aa182c;*/
        /*  color: #fff;*/
        /* color: #ffd4db;*/
        color: #ffffff;
    }

.navbar .nav-link:hover {
    /*color: #aa182c;*/
    /* color: #fff;*/
    /* color: #ffd4db;*/
    color: #ffffff;
}

    /*.navbar .active .nav-link:before {
    position: absolute;
    content: "";
    width: calc(100% - 56px);
    height: 1px;
    bottom: 0px;
    border-radius: 50rem;
    background-color: #aa182c;
}*/
    .navbar .active .nav-link:before, .navbar .nav-link:hover:before {
        position: absolute;
        content: "";
        top: -10px;
        border-radius: 50rem;
        border-radius: 24px / 5px;
        /*border-top: 3px solid #aa182c;*/
        border-top: 3px solid #fff;
        border-left: -3px solid transparent;
        height: 30px;
        width: 50px;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
    }

.navbar .navbar-nav .nav-item:last-child.active .nav-link:before, .navbar .navbar-nav .nav-item:last-child .nav-link:hover:before {
    display: none
}







.navbar .navbar-nav li:last-child .nav-link {
    /* color: #aa182c;*/
    color: #f2eee2;
    cursor: pointer;
}



.navbar .navbar-nav .nav-item:last-child {
    position: relative;
}

    .navbar .navbar-nav .nav-item:last-child:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 24px;
        top: 0px;
        left: 0px;
        /*  background-color: #aa182c;*/
        background-color: #f2eee2;
    }




.navbar-nav .dropdown .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    --bs-dropdown-spacer: 24px;
    --bs-dropdown-padding-y: 0px;
    box-shadow: 0px 10px 12px 4px rgba(0, 0, 0, 0.18), 0px 10px 8px 2px rgba(0, 0, 0, 0.13);
    font-size: 14px;
    font-weight: 500;
}

    .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        --bs-dropdown-item-padding-y: 10px;
        color: #000000;
        border-bottom: 1px solid rgb(170 24 44 / 0.07);
    }

        .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
            background-color: rgb(170 24 44 / 0.07);
            color: #aa182c;
        }

.navbar-nav .dropdown .dropdown-toggle::after {
    border-top-color: #aa182c;
}



.mail-phone-gen {
    position: absolute;
    width: 100%;
    padding-left: 300px;
    top: 12px;
}

.mail-gen, .phone-gen {
    position: relative;
}

    .mail-gen i, .phone-gen i {
        position: relative;
        font-size: 14px;
        /* color: #aa182c;*/
        color: #f2eee2 !important;
        text-align: right;
        padding-right: 4px;
        z-index: 1;
    }



    .mail-gen h6, .phone-gen h6 {
        font-size: 12px;
        color: #000000;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .mail-gen a, .phone-gen a {
        font-size: 14px;
        /* color: #000000;*/
        color: #f2eee2 !important;
        font-weight: 400;
    }

    .mail-gen:hover a, .phone-gen:hover a {
        /*color: #aa182c;*/
        color: rgba(242, 238, 226, 0.6) !important;
    }

.header-social {
    margin-right: 10px;
}

    .header-social li {
        position: relative;
        display: inline-block;
        /* color: #aa182c !important;*/
        color: #f2eee2 !important;
        font-size: 14px;
        transition: 0.3s ease-in-out;
        margin-right: 14px;
    }


        .header-social li a {
            display: block;
            border-radius: 50%;
            /* color: #aa182c;*/
            color: #f2eee2 !important;
        }

        .header-social li:hover {
            /*color: #000000;*/
            color: rgba(242, 238, 226, 0.6) !important;
            transition: 0.3s ease-in-out;
        }

            .header-social li:hover a {
                /* color: #000000;*/
                color: rgba(242, 238, 226, 0.6) !important;
            }


























.bg-footer {
    background-color: #aa182c;
    background-image: url(../../../images/page/icon-footer.png);
    background-repeat: no-repeat;
    background-position: left, center;
}

.footer-logo {
    position: relative;
    margin-top: -100px;
    width: 190px;
    height: 190px;
    background-color: #ffffff;
    border-radius: 100%;
    border: 2px solid #aa182c;
    text-align: center;
    line-height: 190px;
    box-shadow: 0px 10px 12px 4px rgba(0, 0, 0, 0.18), 0px 10px 8px 2px rgba(0, 0, 0, 0.13);
    transition: 0.3s ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url('../../../images/page/logo-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.footer h6 {
    color: #f2eee2;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer .footer-list li, .footer .footer-list li a {
    color: #f2eee2;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 6px;
}


    .footer .footer-list li a:hover {
        color: rgb(242 238 226 / 0.60);
    }


.footer-social li {
    position: relative;
    display: inline-block;
    height: 30px;
    min-width: 36px;
    line-height: 36px;
    color: #f2eee2 !important;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

    .footer-social li:first-child {
        margin-left: 0px;
    }

    .footer-social li a {
        display: block;
        border-radius: 50%;
        color: #f2eee2;
    }

    .footer-social li:hover {
        color: rgb(242 238 226 / 0.60);
        transition: 0.3s ease-in-out;
    }

        .footer-social li:hover a {
            color: rgb(242 238 226 / 0.60);
        }

.footer .copyright {
    font-size: 12px;
    font-weight: 400;
    color: #23262d;
}

    .footer .copyright a {
        color: #aa182c;
    }

        .footer .copyright a:hover {
            color: #000000;
        }

.slider-1 {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    margin-top: 0px;
}

    .slider-1 .swiper-slide {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .slider-1 .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

    .slider-1 .slider-content-gen {
        position: absolute;
        height: auto;
        width: 100%;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 4;
    }


    .slider-1 .slider-content h2 {
        font-size: 68px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 0px;
    }




.bgblack {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background-color: rgb(0 0 0 / 0.30);
}





.slider-1 .default-pag-nav {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
}

.slider-1 .swiper-button-next,
.slider-1 .swiper-button-prev {
    top: 0 !important;
    position: absolute;
    margin: 0px;
    z-index: 1;
    width: 50px;
    height: 50px;
    /*   background-color: #eef1f2;*/
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #ffffff;
    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-1 .swiper-button-next {
    right: 20px;
    left: auto;
}

    .slider-1 .swiper-button-next:after, .slider-1 .swiper-button-prev:after {
        display: none;
    }

.slider-1 .swiper-button-prev {
    right: auto;
    left: 20px;
}

    .slider-1 .swiper-button-next:hover,
    .slider-1 .swiper-button-prev:hover {
        opacity: 1;
        color: #aa182c;
        /*    background-color: #ffffff;*/
        -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;
    }














.page-title-2 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}


.page-title-1 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}


.content-1 h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}

.content-1 h3 {

    font-size: 22px;
    font-weight: 600;
    color: #000000;
}
.content-1 p i {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #424242;
}

.content-1 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #424242;
}

.content-1 ul {
    padding-left: 0px;
    margin-bottom:30px;
}

    .content-1 ul li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 46px;
        font-size: 16px;
        font-weight: 400;
        list-style: none;
        color: #424242;
    }

        .content-1 ul li:before {
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            font-weight: 300;
            font-size: 20px;
            position: absolute;
            left: 0px;
            top: -2px;
            color: #aa182c;
            border-radius: 50%;
            border: 1px solid #aa182c;
        }

.content-2 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #6b6b6b;
}

    .content-2 p span {
        color: #952323;
    }

.content-3 p i {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #424242;
}

.content-3 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #424242;
}

.content-3 ul {
    padding-left: 0px;
}

    .content-3 ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 36px;
        font-size: 16px;
        font-weight: 600;
        list-style: none;
        color: #424242;
    }

        .content-3 ul li:before {
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            font-weight: 300;
            font-size: 14px;
            position: absolute;
            left: 0px;
            top: 0px;
            color: #aa182c;
            border-radius: 50%;
            border: 1px solid #aa182c;
        }

        .content-3 ul li ul {
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .content-3 ul li ul li {
                font-size: 14px;
                font-weight: 400;
            }

                .content-3 ul li ul li:before {
                    width: 24px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    content: "\f00c";
                    font-family: "Font Awesome 6 Pro";
                    font-weight: 300;
                    font-size: 14px;
                    position: absolute;
                    left: 0px;
                    top: -1px;
                    color: #1ccb80;
                    border-radius: 50%;
                    border: 1px solid #1ccb80;
                }




.modal {
    --bs-modal-width: 648px;
    --bs-modal-margin: 1.25rem;
}


.modal-search-content {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.input-search .form-control {
    position: relative;
    padding: 14px 150px 14px 48px;
    font-weight: 500;
    color: #000000;
}

    .input-search .form-control:focus {
        color: #000000;
        background-color: #ffffff;
        border-color: #aa182c;
        outline: 0;
        box-shadow: none
    }

    .input-search .form-control::placeholder {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
    }

.search-icon {
    position: absolute;
    font-size: 20px;
    left: 14px;
    top: 17px;
    color: #aa182c;
}

.modal-search-close {
    position: absolute;
    cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}




.modal-search-close {
    position: absolute;
    top: 20px;
    right: 17px;
    background-color: none;
    border: none;
    font-size: 14px;
    color: #aa182c;
    cursor: pointer;
}

.searc-mobil {
    display: none;
}

.card-1 .card {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
}

    .card-1 .card img {
        border-radius: 0px;
    }

    .card-1 .card .card-body {
        padding: 56px 34px 10px 34px;
    }

        .card-1 .card .card-body i {
            color: #aa182c;
            font-size: 70px;
            margin-bottom: 20px;
        }

        .card-1 .card .card-body h4 {
            color: #aa182c;
            font-size: 20px;
            font-weight: 500;
        }

        .card-1 .card .card-body h5 {
            color: #000000;
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .card-1 .card .card-body p {
            color: #424242;
            font-size: 16px;
            font-weight: 400;
        }

.teklif-al-gen {
    background-image: url('../../../images/page/teklif-al-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.teklif-al-1 {
    backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 0.20);
}

.motto-1 {
    backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 0.20);
}

    .motto-1 h5 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 700;
    }

    .motto-1 p {
        color: #aa182c;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0px;
    }

.teklif-al-1 .form-control {
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 0px;
    color: #ffffff;
    resize: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.teklif-al-1 ::placeholder {
    font-size: 14px;
    color: #ffffff;
}


.teklif-al-1 .form-check {
    padding-left: 48px;
}

    .teklif-al-1 .form-check .form-check-input {
        margin-left: -48px;
    }

.teklif-al-1 .form-control:focus {
    color: #952323;
    background-color: rgb(255 255 255 / 0.3);
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}



.teklif-al-1 .form-control-check .form-check-input:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: none;
}


.teklif-al-1 .form-control-check .form-check-input {
    border: 1px solid #ffffff;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    background-image: none;
}

.teklif-al-1 .form-control-check .form-check-label {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.teklif-al-1 .form-control-check .form-check-label-14 {
    font-size: 14px;
    line-height: 1.33;
    margin-top: 2px;
    /*margin-left: 4px;*/
}

.teklif-al-1 .form-control-check-iletisim .form-check-label-14 {
    font-size: 14px;
    line-height: 1.33;
    margin-top: 12px;
    /*margin-left: 4px;*/
}

.teklif-al-1 .form-control-check .form-check-label a {
    color: #ffffff;
    text-decoration: underline;
}



.teklif-al-1 .form-control-check .form-check-labe a:hover {
    color: #aa182c !important;
}

.teklif-al-1 .form-control-check .form-check-input:checked {
    background-color: transparent;
    border-color: #ffffff;
}

    .teklif-al-1 .form-control-check .form-check-input:checked:before {
        position: absolute;
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        color: #ffffff;
        margin-left: 7px;
        margin-top: 2px;
    }



.form-white .form-control {
    background-color: transparent;
    border-color: #aa182c;
    border-radius: 0px;
    color: #424242;
    resize: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.form-white ::placeholder {
    font-size: 14px;
    color: #424242;
}


.form-white .form-check {
    padding-left: 48px;
}

    .form-white .form-check .form-check-input {
        margin-left: -48px;
    }

.form-white .form-control:focus {
    color: #952323;
    background-color: rgb(255 255 255 / 0.3);
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}



.form-white .form-control-check .form-check-input:focus {
    border-color: #aa182c;
    outline: 0;
    box-shadow: none;
}


.form-white .form-control-check .form-check-input {
    border: 1px solid #aa182c;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    background-image: none;
}

.form-white .form-control-check .form-check-label {
    color: #424242;
}

.form-white .form-control-check .form-check-label-14 {
    font-size: 14px;
    line-height: 2.5;
    margin-top: 2px;
    /*margin-left: 4px;*/
}



.form-white .form-control-check .form-check-label a {
    color: #000000;
    text-decoration: underline;
}



.form-white .form-control-check .form-check-labe a:hover {
    color: #aa182c !important;
}

.form-white .form-control-check .form-check-input:checked {
    background-color: transparent;
    border-color: #000000;
}

    .form-white .form-control-check .form-check-input:checked:before {
        position: absolute;
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        color: #aa182c;
        margin-left: 7px;
        margin-top: 2px;
    }























.blog-gorsel .card {
    border: none;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 12px 37.44px 1.56px rgba(0, 0, 0, 0.13);
}

    .blog-gorsel .card:hover {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-shadow: none;
    }

    .blog-gorsel .card img {
        border-radius: 0px;
    }

    .blog-gorsel .card:hover:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: rgb(0 0 0 / 0.30);
        z-index: 1;
    }

    .blog-gorsel .card .card-body {
        position: absolute;
        bottom: 0px;
        z-index: 2;
        padding: 24px 24px;
        display: none;
    }

    .blog-gorsel .card:hover .card-body {
        display: block;
    }

    .blog-gorsel .card .card-body .card-title {
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-right: 60px;
    }


    .blog-gorsel .card .card-date {
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .blog-gorsel .card:hover .card-date {
        position: absolute;
        left: 24px;
        top: 24px;
        padding: 3px 16px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        background-color: #ffffff;
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }

    .blog-gorsel .card .link-icon {
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .blog-gorsel .card:hover .link-icon {
        position: absolute;
        bottom: 24px;
        right: 24px;
        z-index: 2;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #ffffff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }


    .blog-gorsel .card .link-icon i {
        color: #952323;
    }




.slider-2 {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    margin: -24px;
    margin-top: -50px;
}

    .slider-2 .swiper-slide {
        width: auto;
    }

    .slider-2 .default-pag-nav {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        z-index: 3;
    }

    .slider-2 .swiper-pagination {
        text-align: right;
        padding: 0 12px;
        top: 0px !important;
        bottom: auto !important;
    }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: auto;
    right: 20px;
    transform: none;
    white-space: nowrap;
}


.slider-2 .swiper-pagination-bullet {
    width: 15px;
    height: 10px;
    border-radius: 0;
    margin-right: 4px;
    opacity: 1;
    background-color: #000000;
    -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-pagination-bullet:hover {
        background-color: #aa182c;
        -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-pagination-bullet-active {
    background-color: #aa182c;
}

    .slider-2 .swiper-pagination-bullet-active:hover {
        background-color: #aa182c;
    }

/*.slider-2 .swiper-slide .card {*/
/* box-shadow: none !important;*/
/*}*/
.slider-2 .swiper-slide-prev .card {
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
}

.slider-2 .swiper-slide-next .card {
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
}

.slider-2 .swiper-slide-active .card {
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
    background-color: #aa182c;
}

    .slider-2 .swiper-slide-active .card .card-body i, .slider-2 .swiper-slide-active .card .card-body h5, .slider-2 .swiper-slide-active .card .card-body p {
        color: #ffffff;
    }

/* .slider-2 .swiper-slide-next + .swiper-slide + .swiper-slide .card {
        box-shadow: none !important;
    }*/

.card-2 .card {
    border: none;
}




    .card-2 .card .card-body i {
        color: #aa182c;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .card-2 .card .card-body h5 {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 38px;
    }



    .card-2 .card .card-body p {
        color: #424242;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.offcanvas-body {
    padding: 0px 30px 30px 30px;
}

    .offcanvas-body i {
        color: #aa182c;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .offcanvas-body h5 {
        color: #aa182c;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 24px;
    }

offcanvas-body h5 b {
    font-weight: 700;
}

.offcanvas-body p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.btn-close {
    background-color: #aa182c;
    opacity: 1;
    color: #ffffff !important;
    border-radius: 50%;
    --bs-btn-close-color: #ffffff;
    --bs-btn-close-white-filter: none;
    --bs-btn-close-bg: none;
    line-height: 0px;
}

    .btn-close:hover {
        color: #ffffff;
        text-decoration: none;
        opacity: 1;
        background-color: #000000;
    }

    .btn-close:focus {
        color: #ffffff;
        outline: 0;
        box-shadow: none;
        opacity: 1;
        background-color: #000000;
    }


.kurumsal-bg {
    background-image: url("../../../images/page/kurumsal-bg.jpg");
}
.blog-bg {
    background-image: url("../../../images/page/blog-bg.jpg");
}
.hizmetlerimiz-bg {
    background-image: url("../../../images/page/hizmetlerimiz-bg.jpg");
}
.ik-bg {
    background-image: url("../../../images/page/ik-bg.jpg");
}
.iletişim-bg {
    background-image: url("../../../images/page/iletişim-bg.jpg");
}
.menu-bg {
    background-image: url("../../../images/page/menu-bg.jpg");
}

.header-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: fixed;
    height: 578px;
}

    .header-bg:before {
        position: absolute;
        content: "";
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgb(0 0 0 / 0.30);
    }

.header-title {
    position: relative;
    z-index: 3;
}

    .header-title .page-title-1 h1 {
        font-size: 50px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 0px;
        margin-top: 170px;
    }



.card-3 .card {
    border: none;
    border-radius: 0px;
    box-shadow: 0px 12px 37.44px 1.56px rgba(0, 0, 0, 0.13);
}

    .card-3 .card img {
        border-radius: 0px;
    }

    .card-3 .card .card-body {
        padding: 40px 30px;
    }

        .card-3 .card .card-body h5 {
            color: #000000;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 16px;
        }



        .card-3 .card .card-body p {
            color: #424242;
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin-bottom: 0px;
        }

        .card-3 .card .card-body .card-date {
            font-size: 14px;
            font-weight: 400;
            color: #aa182c;
            margin-bottom: 10px;
        }

.card-4 .card {
    border: 1px solid #cecece;
    border-radius: 0px;
}

    .card-4 .card img {
        border-radius: 0px;
    }

    .card-4 .card i {
        font-size: 22px;
        padding: 10px 0px;
        color: #ffffff;
    }

.instagram {
    background-color: #c32aa3;
}

.linkedin {
    background-color: #0a66c2;
}

.youtube {
    background-color: #ff0000;
}

.twitter {
    background-color: #000000;
}
/*------------------------------------------------*/
* {
}

@media (min-width: 1200px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1499.98px) {
    /*    .index-hakkimizda-content p {
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/
}

@media (max-width: 1399.98px) {

    .navbar-brand .logo {
        position: absolute;
        top: 56px;
        width: 200px;
        height: 200px;
        background-color: #ffffff;
        border-radius: 100%;
        border: 2px solid #aa182c;
        text-align: center;
        line-height: 200px;
        box-shadow: 0px 10px 12px 4px rgba(0, 0, 0, 0.18), 0px 10px 8px 2px rgba(0, 0, 0, 0.13);
        transition: 0.3s ease-in-out;
    }

    .navbar .nav-item .nav-link {
        padding: 0px 20px;
        padding-bottom: 24px;
    }
}

@media (max-width: 1199.98px) {
    .slider-1 {
        height: 100%;
        
    }

    .navbar-toggler.navbar-menu-button {
        z-index: 5;
        border-radius: 0;
        margin-right: 0px;
        margin-top: -4px;
    }

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler, .navbar-toggler {
        outline: none;
        box-shadow: none;
        border: none;
    }

    .navbar-toggler .slider-1 .slider-content h2{
        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: #aa182c;*/
            background: #f2eee2;
        }

            .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;
                background: #f2eee2;
            }

            .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;
                background: #f2eee2;
            }

        .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: #000000;
            }

            .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: #000000;
            }


    .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: #ffffff;*/
        background-color: #aa182c !important;
        /*   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);
    }
    /*   .dropdown:hover .dropdown-menu {
        display: ;
        margin-top: 0;
    }
*/
    .dropdown .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar-nav {
        /*  text-align: center;*/
        width: 100%;
        height: 100%;
    }

    .navbar-expand-xl {
        flex-wrap: wrap;
        align-items: center;
    }



    .navbar .nav-item {
        margin-right: 0px;
        padding: 4px 20px;
    }



        .navbar .nav-item .nav-link {
            font-family: 'Rubik', sans-serif !important;
            font-size: 20px;
            color: #f2eee2 !important;
            font-weight: 400;
            position: relative;
            padding-bottom: 0px;
        }

    .navbar .active {
    }

        /*.navbar .active .nav-link:before {
            display: none;
        }*/
        .navbar .active .nav-link:before, .navbar .nav-link:hover:before {
            display: none;
        }

    .navbar-nav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        border-radius: 0px;
        --bs-dropdown-spacer: 0px;
        border-top: 1px solid none;
        font-size: 16px;
        font-weight: 400;
        /*  text-align: center;*/
        padding-bottom: 0px;
        box-shadow: none;
    }

        .navbar-nav .dropdown .dropdown-menu .dropdown-item {
            /*color: #000000;*/
            color: #f2eee2 ;
            padding-left: 30px;
            border-bottom: none;
        }

            .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
                /*color: #000000;*/
                color: #f2eee2;
                background-color: transparent;
            }

    .navbar-brand .logo {
        top: 34px;
    }

    .navbar-scroll .navbar-brand .logo {
        top: 24px;
        width: 150px;
        height: 150px;
        line-height: 150px;
        transition: 0.3s ease-in-out;
    }

    .navbar .navbar-nav .nav-item:last-child {
        display: none;
    }


    .mail-phone-gen {
        position: absolute;
        width: 100%;
        padding-left: 230px;
        padding-right: 60px;
        top: 18px;
    }

    .navbar-gen {
        height: 60px;
    }

    .searc-mobil {
        display: block;
    }

        .searc-mobil a {
            color: #f2eee2 !important;
            font-size: 18px;
            cursor: pointer;
        }


    .card-1 .card .card-body {
        padding: 40px 24px 10px 24px;
    }

        .card-1 .card .card-body i {
            font-size: 50px;
        }

        .card-1 .card .card-body h4 {
            font-size: 18px;
        }

        .card-1 .card .card-body h5 {
            font-size: 28px;
            margin-bottom: 18px;
        }

        .card-1 .card .card-body p {
            font-size: 16px;
        }
  
  

    .page-title-2 h2, .page-title-1 h2 {
        font-size: 28px;
    }

    .bg-img-1 {
        height: 300px;
    }

    .header-title .page-title-1 h1 {
        font-size: 36px;
        margin-top: 60px;
    }
}


@media (max-width: 991.98px) {
    .navbar-brand .logo {
        top: 24px;
        width: 180px;
        height: 180px;
        line-height: 180px;
    }

    .mail-phone {
        display: none;
    }

    .mail-phone-gen {
        position: absolute;
        width: 100%;
        padding-left: 0px;
        padding-right: 60px;
        top: 18px;
    }

    .header-social li:last-child {
        margin-right: 0px;
    }

    .navbar-scroll .mail-phone-gen {
        margin-top: auto;
        opacity: 1;
        transition: 0.3s ease-in-out;
    }

    .footer-logo {
        position: relative;
        margin-top: -100px;
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

    .slider-2 .swiper-slide-next + .swiper-slide .card {
        box-shadow: none !important;
    }
    .slider-1 {
      margin-top: 60px!important;
    }
    .slider-1 .slider-content-gen {
        top: 70%;
    }
    .slider-1 .slider-content h2 {
        font-size: 28px;
    }
    .header-bg {
        position: relative;
        height: 242px;
        margin-top: 60px;
        background-attachment: inherit;
        background-size: cover;
    }
    .header-title .page-title-1 h1 {
        font-size: 28px;
        margin-top: 80px;
    }
}






@media (max-width: 767.98px) {
    /* .navbar-brand .logo, .navbar-scroll .navbar-brand .logo {
        position: relative;
        line-height: normal;
        width: auto;
        height: auto;
        top: auto;
        background-color: transparent;
        border-radius: 0px;
        border: none;
        box-shadow: none;
        padding: 0px;
    }*/
/*    .navbar-brand .logo, .navbar-scroll .navbar-brand .logo {
        position: relative;
        line-height: normal;
        width: auto;
        height: auto;
        top: auto;
        background-color: transparent;
        border-radius: 0px;
        border: none;
        box-shadow: none;
        padding: 0px;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
    }*/

    .navbar-brand .logo {
        top: 16px;
        width: 140px;
        height: 140px;
        line-height:140px;
    }
    .navbar-scroll .navbar-brand .logo {
        top:16px;
        width: 120px;
        height: 120px;
        line-height: 120px;
        transition: 0.3s ease-in-out;
    }
   /* .navbar {
        padding-top: 0px;
    }

    .navbar-gen {
        height: 60px;
    }*/
/*
    .navbar-brand .logo img {
        height: 50px;
    }*/

  /*  .navbar-toggler.navbar-menu-button {
        margin-top: 0px;
    }
*/
    .navbar-nav {
        margin-top: 50px;
    }

    .slider-2 .swiper-slide-next .card {
        box-shadow: none !important;
    }
}

@media (max-width: 575.98px) {
    .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
        --bs-offcanvas-width: 100%;
    }
}

