

body {
    overflow-x: hidden;
    font-family: "Noto Sans", sans-serif;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}


.topmenubar {
    position: relative;
    width: 100%;
    padding: 15px;
    background-color: rgb(13, 13, 112);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

    .topmenubar a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

    .topmenubar i {
        margin: 0px 3px;
    }



.menubg {
    position: relative;
    margin: 0px;
    width: 100%;
    font-weight: 400;
    background-color: #f3f3f6;
}


    .menubg .navbar {
        position: relative;
        left: 0;
        width: 100%;
        z-index: 9;
        transition: all .5s;
    }

        .menubg .navbar.header {
            background-color: #f3f3f6;
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }


        .menubg .navbar .navbar-brand img {
            transition: ease-in-out .5s;
            max-height: 60px;
        }

        .menubg .navbar .navbar-nav li a {
            font-size: 15px;
            color: #000;
            position: relative;
            font-weight: 500;
            border-bottom: 1px solid transparent;
        }

        .menubg .navbar .navbar-nav .nav-item .nav-link {
            padding: 0px 0px;
        }

            .menubg .navbar .navbar-nav .nav-item .nav-link:hover {
                transition: transform .3s;
                color: #000;
                border-bottom: 1px solid #000;
            }


        .menubg .navbar.header .navbar-nav .nav-item .nav-link {
            color: #16181b;
            border-bottom: 1px solid transparent;
        }

            .menubg .navbar.header .navbar-nav .nav-item .nav-link:hover {
                color: #fdb813;
                border-bottom: 1px solid#fdb813;
            }


        .menubg .navbar.topmenuacik .navbar-nav .nav-item .nav-link {
            color: #fff;
            border-bottom: 1px solid transparent;
        }

            .menubg .navbar.topmenuacik .navbar-nav .nav-item .nav-link:hover {
                color: #fff;
                border-bottom: 1px solid #0e5572;
            }

        .menubg .navbar.topmenuacik .lang-bar, .lang-bar a {
            color: #fff;
            font-weight: 400;
            margin: 0px 5px;
        }

.navbar .nav-item {
    position: relative;
    margin-left: 15px;
}

.search-bar svg {
    fill: #000;
}

.lang-bar, .lang-bar a {
    color: #000;
    font-weight: 400;
    margin: 0px 5px;
}

.navbar.header .search-bar svg {
    fill: #000;
}

.navbar.header .lang-bar, .navbar.header .lang-bar a {
    color: #000;
    font-weight: 400;
}

.menubg .navbar-nav .nav-item.dropdown .dropdown-menu {
    background-color: #16181b;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 0px 10px;
}

    .menubg .navbar-nav .nav-item.dropdown .dropdown-menu::after {
        content: "";
        position: absolute;
        top: -20px;
        height: 20px;
        width: 100%;
        left: 0;
        background-color: transparent;
    }

.menubg .navbar-nav .nav-item + .megadrop {
    width: 100%;
    background-color: #16181b;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}


.menubg .navbar-nav .nav-item.dropdown .dropdown-menu li {
    padding: 3px 0px;
}

    .menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
        color: #fff;
        text-align: left;
        padding: 0px;
        font-size: 15px;
        font-weight: 400;
        transition: ease-in-out .5s;
        padding: 3px;
    }

        .menubg .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
            background-color: transparent;
            transform: translateX(5px);
        }

.menubg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.sticky {
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 6px 5px 0px rgb(142, 142, 142);
}

.logo-two {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.fixed-top .logo-one {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.fixed-top .logo-two {
    opacity: 1;
    visibility: visible;
    display: block;
}



/*/-/-/-/-/-//Mobil-Menu/-/-/-/-/-//*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #16181b;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
}

.sidebar_active {
    width: 450px;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(1) {
    animation-delay: .5s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(2) {
    animation-delay: .7s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(3) {
    animation-delay: .9s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(4) {
    animation-delay: 1.1s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(5) {
    animation-delay: 1.2s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(6) {
    animation-delay: 1.3s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(7) {
    animation-delay: 1.4s;
}

.mobil_dropdown_content .accordion-menu .nav_mobil:nth-child(8) {
    animation-delay: 1.5s;
}

#dismiss_mobil {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
}

.accordion-menu {
    width: 100%;
}

.mobil_dropdown_content .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.dropdownlink {
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 5px;
}

    .dropdownlink i {
        position: absolute;
        top: 6px;
        left: 16px;
    }

    .dropdownlink .fa-chevron-down {
        right: 10px;
        left: auto;
    }

.submenuItems {
    display: none;
}

    .submenuItems a {
        display: block;
        color: #727272;
        padding: 12px 12px 12px 45px;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

.mobil_dropdown_content {
    padding-top: 20px;
}

.submenuItems a:hover {
    color: #fff;
}

.sidenav_ul ul {
    margin-bottom: 0px;
}

    .sidenav_ul ul li {
        padding: 5px 5px;
    }

        .sidenav_ul ul li a {
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
            padding: 5px;
            white-space: nowrap
        }

            .sidenav_ul ul li a:hover {
                font-size: 18px;
                font-weight: 700;
                color: #fdb813;
                padding: 5px;
                white-space: nowrap
            }


ul.submenuItems {
    margin-top: 15px;
}

.nav_mobil_bg .accordion-menu {
    background: transparent;
}

.sidenav_ul ul li .mobil_link {
    white-space: nowrap
}

.sidenav_ul ul li a::after {
    display: none;
}

.sidenav_ul .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
}

.accordion-menu ul li {
    padding: 5px;
}

.mobil_social li {
    display: inline-block;
    padding: 5px !important;
    border-bottom: none !important;
}

.sidenav_ul ul li .mobil_link span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}

.overlay_mobil_bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
    transition: all 0.5s ease-in-out;
    top: 0;
}

.overlay_mobil_bg_active {
    display: block;
    opacity: 1;
}

.wrapper-menu {
    width: 30px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}

    .wrapper-menu.open {
        transform: rotate(-45deg);
    }

.line-menu {
    background-color: #0d0d70;
    width: 100%;
    height: 4px;
}

    .line-menu.half {
        width: 50%;
    }

    .line-menu.start {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right;
    }

.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menubg .navbar.header .line-menu {
    background-color: #fdb813;
    width: 100%;
    height: 4px;
}

    .menubg .navbar.header .line-menu.half {
        width: 50%;
    }

    .menubg .navbar.header .line-menu.start {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right;
    }

.menubg .navbar.header .open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}

.menubg .navbar.header .line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.mobil_menu .menu_lang {
    animation-delay: .5s;
    display: inline-block;
    margin-bottom: 0;
}

.mobil_social {
    animation-delay: 1.5s;
}

    .mobil_social li,
    .mobil_menu .menu_lang li {
        display: inline-block;
        padding: 5px;
    }

.navbar_mobil_bg {
    display: none;
}

#mobil_btn {
    display: none
}

@media(max-width:991px) {
    #mobil_btn {
        display: block;
    }

    .deskop_menu .navbar .navbar-brand img {
        max-height: 60px;
    }
}

@media(max-width:565px) {
    .sidebar_active {
        width: 70%;
    }

    .deskop_menu .navbar .navbar-brand img {
        max-height: 60px;
        position: absolute;
        left: 10px;
        top: 10px;
    }
}

.searchBox {
    width: 60%;
    position: relative;
}

.searchForm .form-control {
    padding: 10px 15px;
    border-radius: 0;
}

.searchForm .buttonn-search {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background-color: #e31e24;
    padding: 13px;
    color: #fff;
    transition: .5s;
}


    .searchForm .buttonn-search:hover {
        background-color: #101090;
        transition: .5s
    }

.socialBox {
    width: 40%;
    position: relative;
}


.bannerBg {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: black;
    /* padding: 10px; */
}

.bannerBg .aracBul {
    width: 25%;
    height: 90%;
    background-color: #ffffffe6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    box-shadow: 10px 1px 20px 0px #a7a7a733;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .bannerBg .aracBul .aracBox {
        width: 75%;
        position: relative;
    }

    .bannerBg .aracBul .aracBul-title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px;
        text-align: center;
    }

.btn-aracBul {
    background-color: #0d0d70;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
    transition: .5s;
}

    .btn-aracBul:hover {
        background-color: #2828af;
        padding: 10px 15px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        border-radius: 0;
        width: 100%;
        margin-top: 15px;
        transition: .5s;
    }

.aracForm {
    background-color: #fff;
    padding: 30px;
    box-shadow: 1px 2px 20px 13px #d5d5d5a8;
    border: 1px solid #f7f7f7;
}

    .aracForm .form-select {
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border-radius: 0px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .aracForm .form-control {
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: 0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }


.aracPages {
    position: relative;
    width: 100%;
    padding: 20px 50px;
    margin: 0 0 50px 0;
}



.solMenu {
    border-right: 1px solid #d4d4d4;
    transition: 1s;
}

    .solMenu ul li {
        margin-bottom: 10px;
        position: relative;
    }

        .solMenu ul li a {
            font-size: 18px;
            font-weight: 400;
            color: #000;
            text-decoration: none;
        }

    .solMenu .subdrop a i {
        opacity: 0;
        transition: .5s;
    }

    .solMenu .subdrop:hover a i {
        opacity: 1;
        transition: .5s;
    }

    .solMenu .subdrop .subsmenu {
        display: none;
        transition: .5s;
        position: relative;
    }


    .solMenu .subdrop:hover .subsmenu {
        display: block;
        transition: .5s;
        list-style: circle;
        margin-left: 30px;
    }


.solmenukapat {
    position: absolute;
    right: 40px;
    z-index: 99;
}

.content {
    padding: 0px 40px;
}

.katBaslik {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.aracKategori ul {
    list-style: none;
    padding-left: 0;
}



.kategoriSec {
    display: block;
    padding: 0;
}

.baslik {
    color: #050B20;
    font-size: 40px !important;
}

.kategoriFlex {
    display: block;
    position: relative;
}

.dropdownAc .bx {
    position: absolute;
    top: -11px;
    color: white;
    left: 38px;
}

.kategoriFlex a {
    background-color: rgb(245 245 245);
    color: black;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 10px;
    transition: .3s;
    width: 100%;
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
}

    .kategoriFlex a:hover {
        background-color: rgb(221 221 221);
    }

.kategoriSec span {
    font-size: 17px !important;
    font-weight: 300;
}

.formKategori .form-label {
    font-size: 13px;
    font-weight: 600;
}


.formKategori .form-check-label {
    font-size: 13px;
    font-weight: 300;
}


.aracSwiper img {
    object-fit: cover;
    width: 100%;
    height: 265px;
}

.aracBaslik {
    border-bottom: 1px solid rgba(128, 128, 128, 0.205);
    padding-bottom: 10px;
}

.iconlar {
    border-bottom: 1px solid rgba(128, 128, 128, 0.205);
}

.content {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.contentpage {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    .contentpage.active {
        display: block;
        opacity: 1;
    }

.boxpages {
    color: #000;
    font-size: 20px;
    margin-right: 10px;
}

.listpages {
    color: #000;
    font-size: 25px;
    margin-left: 10px;
}

.iconlar {
    justify-content: space-between;
    padding: 5px 0;
}

    .iconlar span {
        font-size: 13px;
    }

    .iconlar svg {
        margin-bottom: 8px;
        color: #3f3f3f;
    }

    .iconlar img {
        margin-bottom: 5px;
    }

.fiyat span {
    font-weight: 600;
    font-size: 20px;
}



.fiyat {
    position: relative;
    padding: 15px 0;
}

    .fiyat a {
        position: absolute;
        right: 0;
        font-size: 15px;
        top: 19px;
        color: #393185;
        font-weight: 600;
    }

        .fiyat a svg {
            margin-left: 10px;
        }

.aracSwiper {
    border: 1px solid rgba(128, 128, 128, 0.205);
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}

.swiper-slide-prev {
    opacity: .25;
}

.aracSwiperButon {
    display: flex;
    margin-top: 20px;
    gap: 20px;
}

    .aracSwiperButon i {
        border: 1px solid rgba(128, 128, 128, 0.205);
        padding: 7px 15px;
        font-size: 27px;
        border-radius: 20px;
        cursor: pointer;
    }

        .aracSwiperButon i:hover {
            border: 1px solid rgba(128, 128, 128, 0.805);
        }


.imgRsm {
    overflow: hidden;
    height: 265px;
}


.swiper-pagination2 {
    position: relative;
    top: -29px;
    z-index: 2;
    display: flex;
    justify-content: center;
}

    .swiper-pagination2 .swiper-pagination-bullet-active {
        opacity: 1;
        background: #ffffff;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    padding: 3px 15px;
    border-radius: 5px;
}

.swiper-pagination2 {
    opacity: 0;
    transition: .3s;
}

.aracSwiper:hover .swiper-pagination2 {
    opacity: 1;
}

.aracSwiper .imgRsm {
    position: relative;
}

    .aracSwiper .imgRsm::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0);
        transition: .25s;
        z-index: 2;
    }

.aracSwiper:hover .imgRsm::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.125);
    z-index: 2;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.5;
}

.tumAraclar {
    font-size: 35px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px;
}

.formKategori {
    position: relative;
}

    .formKategori .form-control {
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: 0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .formKategori .form-select {
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: 0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

.haberPages {
    position: relative;
    width: 100%;
    padding: 50px 70px;
    margin: 0;
    overflow-x: hidden;
}

.haberTitle {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0d0d70;
    text-align: center;
}


.haberPages .swiper {
    width: 100%;
    height: 100%;
}

.haberPages .swiper-slide {
    font-size: 18px;
}



.haberPages .blogKart img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}


.haberPages .blogKart span {
    font-size: 14px;
    font-weight: 300;
    color: #727272;
}

.haberPages .blogKart h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}


.swiper-button-next-test {
    margin-right: 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e31e24;
    color: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
}

.swiper-button-prev-test {
    margin-right: 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e31e24;
    color: #fff;
    position: absolute;
    right: 10%;
    top: 50%;
}

.kariyerPages {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 50px 70px;
    margin: 50px 0;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

    .kariyerPages::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #39318554;
        z-index: 9;
    }

    .kariyerPages .kariyerTitle {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #fff;
    }

    .kariyerPages p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

    .kariyerPages a {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
        position: relative;
    }

        .kariyerPages a::before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 25%;
            height: 2px;
            background-color: #fff;
            transition: 1s;
        }

        .kariyerPages a:hover::before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #fff;
            transition: 1s;
        }

        .kariyerPages a i {
            margin-left: 0px;
            transition: .5s;
        }

        .kariyerPages a:hover i {
            margin-left: 10px;
            transition: .5s;
        }

    .kariyerPages .imgbox {
        padding: 20px;
        border-radius: 0;
        width: 100%;
        position: relative;
    }


.markaPages {
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    display: flex;
}

.markaLeft {
    width: 50%;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    height: 585px;
}


    .markaLeft::before {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        background-color: #0000004f;
    }


.markaRight {
    width: 100%;
    position: relative;
    padding: 50px;
    height: 100%;
}

.markaPages .markaTitle {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0d0d70;
    text-align: center;
}

.markaPages .markalarBox {
    column-gap: 10px;
    margin-bottom: 10px;
    width: 100%;
    column-count: 9;
}

.markaPages .markaBox {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alsatPages {
    position: relative;
    width: 100%;
    padding: 50px 70px;
    margin: 0;
    background-color: #f7f7f7;
    border-top: 3px solid #ededed;
}

    .alsatPages .alsatBox {
        width: 100%;
        background-color: #fff;
        padding: 50px 20px;
        border: 1px solid #ededed;
        text-align: center;
        transition: .5s;
        margin-bottom: 15px;
        height: 100%;
    }

        .alsatPages .alsatBox:hover {
            width: 100%;
            background-color: #fff;
            padding: 50px 20px;
            border: 1px solid #ededed;
            text-align: center;
            transition: .5s;
            transform: translate(0px, -10px);
        }

.alsatBox .alsatboximg {
    margin-bottom: 10px;
}

.alsatBox .alsatboxtitle {
    font-size: 25px;
    font-weight: 600;
    color: #033f7c;
    margin-bottom: 10px;
}

.alsatBox .alsatboxtext {
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
}


.aracDetayPages {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 25px 0;
}

.aracPageTitle {
    font-size: 25px;
    font-weight: bold;
    color: #393185;
}

.aracBul {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

    .aracBul i {
        font-size: 18px;
        margin-right: 3px;
        color: #e31e24;
    }

.aracPagePrint {
    font-size: 15px;
    font-weight: 600;
    text-align: end;
    text-decoration: none;
    color: #000;
}

    .aracPagePrint i {
        font-size: 18px;
        margin-right: 3px;
        color: #e31e24;
    }

.aracSocialBox {
    display: flex;
    gap: 10px;
    justify-content: end;
}

    .aracSocialBox a i {
        color: #393185;
        font-size: 18px;
        transition: .5s;
    }

    .aracSocialBox a:hover i {
        color: #e31e24;
        font-size: 18px;
        transition: .5s;
    }

.aracDetayPages hr {
    margin: 0.5rem 0;
    color: inherit;
    border: 0;
    border-top: #dbdbdb solid;
    opacity: .25;
    margin-bottom: 30px;
}

.aracImgBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 5px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}

.aracSmallBoxImg {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
    width: 100%;
    margin-top: 15px;
}

    .aracSmallBoxImg .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2) !important;
        /* Center slide text vertically */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aracSmallBoxImg .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
        padding: 5px;
        border-radius: 5px;
    }

    .aracSmallBoxImg .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #000000;
        opacity: 0.5;
    }

    .aracSmallBoxImg .swiper-pagination {
        position: relative;
        text-align: center;
        -webkit-transition: 300ms opacity;
        -o-transition: 300ms opacity;
        transition: 300ms opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
        bottom: auto;
    }

.anaAracSwiper .swiper-button-prev, .anaAracSwiper .swiper-button-next {
    position: absolute;
    top: 37%;
    width: 27px;
    height: 35px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.anaAracSwiper .swiper-button-next, .anaAracSwiper .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
    left: auto;
}

.anaAracSwiper .swiper-button-prev, .anaAracSwiper .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}

.anaAracSwiper .swiper-button-prev, .anaAracSwiper .swiper-button-next {
    padding: 5px;
    background-color: #0d0d70;
    font-size: 17px;
    color: #fff;
}


.carTop {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.carPay {
    color: #e31e24;
    font-size: 16px;
    font-weight: bold;
}

.carMap {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

    .carMap a {
        color: #333;
        font-size: 16px;
        text-decoration: none;
    }

        .carMap a i {
            color: #333;
            font-size: 16px;
        }

.carDetailTable {
    font-size: 14px;
    font-weight: 300;
}


#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0d0d70;
}

.personBox {
    border: 1px solid #ededed;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    height: 670px;
    overflow: auto;
}

    .personBox .card {
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid #ededed;
        padding: 10px 0;
    }

.personCardDetail {
    background-color: #f8f8f8;
    padding: 10px;
    margin-top: 10px;
}


.personBox .personCardDetail a {
    text-decoration: none;
    color: #16181b;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.telno {
    text-decoration: none;
    color: #16181b;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

    .telno i {
        color: #e31e24;
        margin-right: 5px;
        font-size: 17px;
        font-weight: 400;
    }

.personBox .personCardDetail a i {
    color: #033f7c;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 400;
}

    .personBox .personCardDetail a i.bi-whatsapp {
        color: #25D366;
    }

    .personBox .personCardDetail a i.bi-telephone {
        color: #e31e24;
    }

.aracAciklama .nav-tabs .nav-link {
    background-color: #ededed;
    border-radius: 0;
    color: black;
    font-size: 17px;
    font-weight: 400;
}

    .aracAciklama .nav-tabs .nav-link.active {
        background-color: #033f7c;
        border-radius: 0;
        color: #fff;
        font-size: 17px;
        font-weight: 400;
    }


.soruSor, .fiyatVer {
    position: relative;
    width: 100%;
}

    .soruSor .form-control, .fiyatVer .form-control, .ikForm .form-control, .iletisimForm .form-control {
        padding: 10px 15px;
        border-radius: 0;
    }

.btn-send {
    background-color: #033f7c;
    border: 1px solid #033f7c;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    border-radius: 0;
    margin-top: 20px;
    transition: .5s;
}

    .btn-send:hover {
        background-color: #fff;
        border: 1px solid #033f7c;
        color: #033f7c;
        text-decoration: none;
        text-align: center;
        padding: 10px 15px;
        border-radius: 0;
        margin-top: 20px;
        transition: .5s;
    }


.pageSeeCount {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: center;
}

.pageHeader {
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .pageHeader::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #033f7c5c;
        z-index: 8;
    }

.breadcrumbBox {
    background-color: #f7f7f7;
    padding: 10px;
    position: relative;
    width: 100%;
}

.kurumsalPages {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    font-size: 16px;
    font-weight: 300;
}

    .kurumsalPages .pagesTitle {
        font-size: 30px;
        font-weight: 600;
        color: #0d0d70;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

.breadcrumbBox .breadcrumb-item {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

    .breadcrumbBox .breadcrumb-item.active {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }


    .breadcrumbBox .breadcrumb-item a {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

.leftMenuTitle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #0d0d70;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
}


.leftMenuBar {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .leftMenuBar li {
        padding: 5px 0;
        border-bottom: 1px solid #f7f7f7;
    }

        .leftMenuBar li a {
            color: #000;
            font-size: 16px;
            font-weight: 400;
            transition: .5s;
            text-decoration: none;
        }

            .leftMenuBar li a:hover {
                color: #000;
                font-size: 16px;
                font-weight: 400;
                transition: .5s;
                text-decoration: none;
            }

.etkinlikBox {
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: center;
    transition: .5s;
    transform: translate(0px,0px);
}


    .etkinlikBox:hover {
        position: relative;
        width: 100%;
        padding: 10px;
        text-align: center;
        transition: .5s;
        transform: translate(0px,-10px);
    }


    .etkinlikBox .etkinlikImg {
        overflow: hidden;
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }

        .etkinlikBox .etkinlikImg img {
            object-fit: cover;
            height: 100%;
        }

    .etkinlikBox .etkinlikTitle {
        color: #000;
        font-size: 18px;
        font-weight: 400;
    }

.subeBoxImg {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .subeBoxImg img {
        object-fit: cover;
        height: 100%;
    }

.subeTitle {
    font-size: 18px;
    font-weight: 600;
    color: #0d0d70;
    margin-bottom: 10px;
}

.subeAdres {
    font-size: 16px;
    font-weight: 300;
}

    .subeAdres a {
        text-decoration: none;
        color: #e31e24;
    }

    .subeAdres i {
        color: #e31e24;
        font-size: 16px;
    }

.hizmetImgBox {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .hizmetImgBox img {
        height: 100%;
        object-fit: cover;
    }

.hizmetBox {
    width: 100%;
    position: relative;
    padding: 20px;
}

    .hizmetBox .hizmetTitle {
        font-size: 20px;
        font-weight: 600;
        color: #0d0d70;
        margin-bottom: 15px;
    }

    .hizmetBox .hizmetText {
        font-size: 16px;
        font-weight: 300;
        color: #16181b;
    }


.hizmetBox2 {
    width: 100%;
    position: relative;
    padding: 20px;
    background-color: #f8f8f8;
    height: 100%;
}

    .hizmetBox2 .hizmetTitle {
        font-size: 20px;
        font-weight: 600;
        color: #0d0d70;
        margin-bottom: 15px;
    }

    .hizmetBox2 .hizmetText {
        font-size: 16px;
        font-weight: 300;
        color: #16181b;
    }

.ikForm {
    position: relative;
    width: 100%;
}

.iletisimForm {
    position: relative;
    width: 100%;
    padding: 15px;
    background-color: #f8f8f8;
}

.iletisimTitle {
    font-size: 17px;
    font-weight: 600;
    color: #0d0d70;
    margin-bottom: 15px;
}

.iletisimForm .iletisimText {
    font-size: 17px;
    font-weight: 600;
    color: #0d0d70;
    margin-bottom: 15px;
}

.iletisimBox {
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}

    .iletisimBox a {
        text-decoration: none;
        color: #0d0d70;
        font-weight: 400;
        transition: .5s;
    }

        .iletisimBox a:hover {
            text-decoration: none;
            color: #e31e24;
            font-weight: 400;
            transition: .5s;
        }

    .iletisimBox i {
        color: #e31e24;
        font-size: 16px;
        margin-right: 3px;
    }

.fixedsticky {
    position: sticky;
    top: calc(1vh - 0rem);
}



.markaSlider .swiper-button-prev, .markaSlider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 35px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.markaSlider .swiper-button-next, .markaSlider .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
    left: auto;
}

.markaSlider .swiper-button-prev, .markaSlider .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}

.markaSlider .swiper-button-prev, .markaSlider .swiper-button-next {
    padding: 5px;
    background-color: #0d0d70;
    font-size: 17px;
    color: #fff;
}

footer {
    position: relative;
    width: 100%;
    padding: 30px 50px;
    background-color: #0d0d70;
    margin: 0;
    border-top: 5px solid #e31e24;
}

    footer img {
        width: 50%;
    }

    footer .footer-text {
        font-size: 15px;
        font-weight: 300;
        color: #f7f7f7;
        margin-top: 10px;
        text-align: justify;
    }

    footer span {
        font-size: 15px;
        font-weight: 300;
        color: #f7f7f7;
    }

    footer ul {
        padding: 0;
        margin: 0;
        position: relative;
        list-style: none;
    }

        footer ul li {
            padding: 5px 0;
            color: #fff;
            font-size: 16px;
            font-weight: 300;
        }

            footer ul li:first-child {
                padding: 5px 0;
                color: #fff;
                font-size: 20px;
                font-weight: 600;
            }

            footer ul li a {
                color: #fff;
                font-size: 16px;
                font-weight: 300;
                text-decoration: none;
            }




#ebulten__form {
    margin-top: 10px;
    display: flex;
}

.footer-text, .ebltn-text {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
}

.ebltn {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.altFooter {
    padding: 1.5rem 0;
    border-top: 2px solid #0e5298;
    margin-top: 1.5rem;
}


#btnMailKaydet {
    background-color: #e31e24;
    color: #fff;
    padding: 10px;
    text-decoration: none;
}

.footerIcon {
    display: flex;
    color: white;
    gap: 10px;
    text-decoration: none;
}


    .footerIcon a {
        text-decoration: none;
    }

    .footerIcon i {
        padding: 20px;
        border-radius: 50%;
        height: 30px;
        transition: .2s;
        cursor: pointer;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.178);
        color: #fff;
        text-decoration: none;
    }

        .footerIcon i:hover {
            background-color: rgba(255, 255, 255, 0.278);
        }

.biziTakipBaslik {
    display: block;
    color: white;
    font-size: 20px;
    padding: 20px 0;
    margin-top: 20px;
}


.kvkk {
    display: flex;
    justify-content: end;
    width: 100%;
    gap: 45px;
    color: white;
}

    .kvkk a {
        color: white;
        opacity: .75;
        text-decoration: none;
    }



.footerMargin {
    z-index: 999;
    background-color: white;
    margin-bottom: 445px;
}

.footerFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}


.pagination-container {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 0;
    justify-content: center;
}

.pagination-number,
.pagination-button {
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: .2rem;
}

    .pagination-number:hover,
    .pagination-button:not(.disabled):hover {
        background: #fff;
    }

    .pagination-number.active {
        color: #fff;
        background: #0d0d70;
    }


.pagination-container2 {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 0;
    justify-content: center;
}

.pagination-number2,
.pagination-button2 {
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: .2rem;
}

    .pagination-number2:hover,
    .pagination-button2:not(.disabled):hover {
        background: #fff;
    }

    .pagination-number2.active {
        color: #fff;
        background: #0d0d70;
    }

.hidden {
    display: none;
}

.tabletop a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.aracList {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}


    .aracList li {
        margin-bottom: 10px;
    }

.pagination1 .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #5c5c5c !important;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
}


.pagination1 .active > .page-link, .pagination1 .page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color: #0d0d70 !important;
    border-color: #0d0d70 !important;
}




@media (max-width: 1440px) {

    .fiyat span {
        font-weight: 600;
        font-size: 15px;
    }
}

@media (max-width: 1192px) {
    .aracPages {
        margin: 0 0 50px 0;
    }

    .markaPages {
        position: relative;
        width: 100%;
        padding: 20px 0;
        margin: 0;
        display: flex;
    }

    .markaRight {
        padding: 30px;
    }

    .markaPages .markaTitle {
        font-size: 30px;
    }

    .alsatPages .alsatBox {
        height: 100%;
    }

    .footerMargin {
        margin-bottom: 490px;
    }

    .aracPageTitle {
        font-size: 20px;
    }

    .aracDetayPages {
        padding: 50px 0;
    }

    #ebulten__input {
        width: 70%;
    }
}


@media (max-width: 992px) {




    .markaLeft {
        width: 100%;
        position: relative;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px;
        height: 300px;
    }

    .markaRight {
        width: 100%;
        position: relative;
        padding: 20px;
        height: 100%;
    }

    .markaPages {
        display: block;
    }

    .footerFixed {
        position: relative;
    }

    .footerMargin {
        margin-bottom: 0px;
    }


    .swiper-button-next-test {
        width: 40px;
        height: 40px;
        left: 1%;
    }

    .swiper-button-prev-test {
        width: 40px;
        height: 40px;
        right: 1%;
    }

    .alsatPages .alsatBox {
        margin-bottom: 15px;
    }

    .alsatPages {
        padding: 50px 20px;
    }

    .haberPages {
        position: relative;
        width: 100%;
        padding: 50px 20px;
        margin: 0;
        overflow-x: hidden;
    }

    .kariyerPages {
        height: 450px;
        padding: 20px;
        margin: 20px 0;
    }

    .aracPages {
        position: relative;
        width: 100%;
        padding: 20px;
        margin: 0 0 30px 0;
    }

    footer {
        position: relative;
        width: 100%;
        padding: 30px 20px;
        background-color: #0d0d70;
        margin: 0;
        border-top: 5px solid #e31e24;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 1rem;
        height: 2rem;
    }

    .tumAraclar {
        margin-bottom: 0px;
    }
}

.st-cmp-settings {
    display: none !important;
}

#st-cmp-v2 .st-cmp-app {
    display: none !important;
}

.insta {
    padding: 4px 12px;
    margin-right: 0px;
    background-color: #eee;
    height: 32px;
}


    .insta i {
        color: black !important;
        font-size: 13px !important;
    }




.product-titles {
    width: 100%;
    padding: 0px;
    position: relative;
    display: flex;
    gap: 10px;
    background-color: #ffffff;

}



.title-group {
    position: relative;
}



    .title-group h3 {
        cursor: pointer;
        margin: 0;
        padding: 10px;
        transition: background-color 0.3s ease;
        font-size: 15px;
        font-weight: 600;
        color: #4f4f4f;
    }



        .title-group h3:hover {
            background-color: #e2e2e2;
        }



        .title-group h3:last-child {
            cursor: pointer;
            margin: 0;
            padding: 10px;
            transition: background-color 0.3s ease;
            font-size: 15px;
            font-weight: 600;
            color: #000;
        }



.subtitles {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none; /* Başlangıçta gizli */

    z-index: 1000;
    width: 200px;
}



    .subtitles li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
        transition: background-color 0.3s ease;
    }



        .subtitles li a:hover {
            background-color: #f0f0f0;
        }



.title-group:hover .subtitles {
    display: block;
    height: 305px;
    overflow-y: auto;
}





.title-group h3::before {
    content: ">";
    font-size: 14px;
    position: absolute;
    right: -7px;
    top: 12px;
}





.title-group h3:last-child::before {
    content: "";
}
