﻿@import 'swiper-bundle.min.css';

:root {
    --header-height: 64px;
    --gutter: 20px;
    --margin-slider: calc(var(--gutter)*2);
    --sliderBackground: #f2f4f4;
    --yaprakSize: 46px;
    --yildizSize: 40px;
    --yaziSize: 47px;
    --bayrakSize: 23px;
    --cubukSize: 60px;
    --cubukSizeImg: 50px;
 
 
}

@media (min-width: 992px) {
    :root {
        --header-height: 88px;
    } 
}

@media (min-width: 1200px) {
    :root {
        --margin-slider: calc(var(--gutter)*5);
    } 
}
 

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

    a:focus, a:hover {
        text-decoration: none;
    }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
    margin: 0;
}

button, fieldset, iframe {
    border: 0;
}

fieldset, ul, ol, button, menu {
    padding: 0;
}

ol, ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

:root {
    --header-height: 64px;
    --gutter: 20px;
    --margin-slider: calc(var(--gutter)*2);
}

@media (min-width: 992px) {
    :root {
        --header-height: 88px;
    }
}

@media (min-width: 1200px) {
    :root {
        --margin-slider: calc(var(--gutter)*5);
    }
}


body {
    line-height: 1.5;
    color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-flow: column wrap;
    min-height: 100vh;
}

    body.overflow {
        overflow: hidden;
    }

    body.scroll-padding {
        padding-right: 17px;
    }

header.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6;
}

    header.header.sticky .mega-menu {
        padding-bottom: unset !important;
    }

main.sticky {
    padding-top: var(--header-height);
}

img.responsive {
    max-width: 100%;
}

.main {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    background-color: #f8f9fa;
}

    .main > * + * {
        padding-bottom: 40px;
    }

    .main > section:nth-child(even) {
        background-color: #fff;
    }

    .main > section:nth-child(odd) {
        background-color: #f8f9fa;
    }

.container {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .container {
        max-width: 1275px;
    }
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    flex-shrink: 0;
}

button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
}

.btn-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    width: 40px;
    padding: 0 !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.bold {
    font-weight: bold;
}

.flex {
    display: -webkit-box;
    display: flex;
}

    .flex.justify-center {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .flex.align-center {
        -webkit-box-align: center;
        align-items: center;
    }

.margin-left {
    margin-left: auto;
}

.margin-right {
    margin-right: auto;
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hide-mobile {
        display: none !important;
    }
}

.justify {
    text-align: justify;
}

.nav {
    display: -webkit-box;
    display: flex;
    /*background-color: #8399ae;*/
    background-color: #175AA0;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 40px;
}

@media (min-width: 992px) {
    .nav {
        display: -webkit-box;
        display: flex;
    }
}

.nav .social-media {
    display: -webkit-box;
    display: flex;
}

    .nav .social-media .btn-icon {
        height: 100%;
        color: #fff;
        width: 40px;
    }

        .nav .social-media .btn-icon:hover {
            background-color: #981A0E;
        }

        .nav .social-media .btn-icon .icon {
            height: 20px; /*16px ten 20px çıktı*/
            width: 20px; /*16px ten 20px çıktı*/
        }

.nav:after, .nav:before {
    content: none;
}

.nav-menu {
    display: -webkit-box;
    display: flex;
    color: #fff;
    font-size: 14px;
}

    .nav-menu a {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 6.66667px;
        padding-right: 6.66667px;
        font-size: 12px;
    }

        .nav-menu a:hover {
            background-color: #981A0E;
            color: whitesmoke;
        }

@media (min-width: 992px) {
    .nav-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.nav-menu .btn-icon {
    height: 100%;
    width: 40px;
}

    .nav-menu .btn-icon:hover {
        background-color: #981A0E;
        text-decoration: none;
    }

    .nav-menu .btn-icon .icon {
        pointer-events: none;
    }

.nav-menu > :first-child {
    display: none;
}

@media (min-width: 992px) {
    .nav-menu > :first-child {
        display: -webkit-box;
        display: flex;
    }
}

.nav-menu > :last-child {
    display: none;
}

@media (min-width: 992px) {
    .nav-menu > :last-child {
        display: -webkit-box;
        display: flex;
    }
}

.nav-menu > :nth-child(2) span {
    border-left: none;
}

@media (min-width: 992px) {
    .nav-menu > :nth-child(2) span {
        border-left: 2px solid #fff;
        display: block;
    }
}

.header {
    background-color: #981A0E;
    color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: var(--header-height);
    position: relative;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

@media (min-width: 992px) {
    .header {
        color: #fff;
        -webkit-box-pack: stretch;
        justify-content: stretch;
    }
}

.header.hover {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    color: #981A0E;
}

.header > a {
    height: var(--header-height);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header .mega-menu:not(.dropdown-menu) {
    position: absolute;
    background-color: #fff;
    color: #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - var(--header-height));
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: auto;
    z-index: 1000;
    padding-bottom: 40px;
    margin-top: var(--header-height);
}

@media (min-width: 992px) {
    .header .mega-menu:not(.dropdown-menu) {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding-bottom: unset;
    }
}

.header .mega-menu.hide {
    opacity: 0;
    visibility: hidden;
    left: -100px;
    overflow: hidden;
}

.header .mega-menu:not(.dropdown-menu) a {
    min-height: 50px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: .25em 1em;
    font-size: 16px;
}

    .header .mega-menu:not(.dropdown-menu) a > span:first-child {
        flex-grow: 1;
    }

    .header .mega-menu:not(.dropdown-menu) a > svg {
        flex-shrink: 0;
    }

@media (min-width: 992px) {
    .header .mega-menu:not(.dropdown-menu) a {
        border-color: #981A0E;
        min-height: 40px;
        background-color: inherit;
        padding-left: 0;
        padding-right: 0;
        font-size: 1em;
    }
}

.header .mega-menu:not(.dropdown-menu) > a:first-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: #981A0E;
    color: #fff;
}

    .header .mega-menu:not(.dropdown-menu) > a:first-child span {
        pointer-events: none;
    }

        .header .mega-menu:not(.dropdown-menu) > a:first-child span:last-child {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
        }

            .header .mega-menu:not(.dropdown-menu) > a:first-child span:last-child .icon {
                margin-right: 8px;
            }

.header .mega-menu:not(.dropdown-menu) p.title {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    height: 50px;
    padding: .25em 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

    .header .mega-menu:not(.dropdown-menu) p.title ~ a {
        padding-left: 2em;
    }

@media (min-width: 992px) {
    .header .mega-menu:not(.dropdown-menu) p.title ~ a {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .header .mega-menu:not(.dropdown-menu) p.title {
        font-size: 1em;
        padding-left: 0;
        padding-right: 0;
        background-color: inherit;
        height: auto;
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .header .mega-menu:not(.dropdown-menu) {
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        justify-content: space-evenly;
    }

        .header .mega-menu:not(.dropdown-menu) [data-toggle='mega-menu-slide'] {
            display: none;
        }

        .header .mega-menu:not(.dropdown-menu) > div {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
        }
}

.header .mega-menu:not(.header-menu-komutan):not(.dropdown-menu) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .header .mega-menu:not(.header-menu-komutan):not(.dropdown-menu) > div {
        width: 25%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .header .mega-menu:not(.header-menu-komutan):not(.dropdown-menu) > div > p {
            margin-bottom: 20px;
            color: #981A0E;
        }

        .header .mega-menu:not(.header-menu-komutan):not(.dropdown-menu) > div a {
            position: relative;
            border-bottom: none;
        }

            .header .mega-menu:not(.header-menu-komutan):not(.dropdown-menu) > div a + a {
                margin-top: calc(20px / 2);
            }

            .header .mega-menu:not(.header-menu-komutan):not(.dropdown-menu) > div a::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 1px;
                width: 100%;
                background-image: -webkit-gradient(linear, left top, right top, from(#981A0E), to(white));
                background-image: linear-gradient(to right, #981A0E, white);
                -webkit-transition: all .5s;
                transition: all .5s;
            }

            .header .mega-menu:not(.header-menu-komutan):not(.dropdown-menu) > div a:hover {
                color: #981A0E;
            }

                .header .mega-menu:not(.header-menu-komutan):not(.dropdown-menu) > div a:hover::after {
                    width: 50%;
                }
}

.header-menu {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    left: -100px;
    width: 100%;
    height: calc(100vh);
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: auto;
}

@media (max-width: 1199px) {
    .header-menu {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header-menu {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .header-menu {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        position: unset;
        height: var(--header-height);
        width: auto;
        opacity: 1;
        visibility: visible;
        overflow: unset;
    }
}

.header-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
    z-index: 1000;
}

.header-menu > li {
    list-style: none;
}

    .header-menu > a[data-toggle="mega-menu"], .header-menu > li > a[data-toggle="mega-menu"] {
        height: 50px;
        background-color: #eee;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: .25em 1em;
        border-bottom: none;
        font-size: 16px;
    }

@media (min-width: 992px) {
    .header-menu > a[data-toggle="mega-menu"], .header-menu > li > a[data-toggle="mega-menu"] {
        font-size: 1.1vw;
        height: 40px;
        background-color: inherit;
        padding-left: 0.5em;
        padding-right: 0.5em;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border-bottom: none;
        color: #fff;
    }

        .header-menu > a[data-toggle="mega-menu"]:hover::before, .header-menu > li > a[data-toggle="mega-menu"]:hover::before {
            position: absolute;
            z-index: 1001;
            content: "";
            left: 0;
            right: 0;
            width: 75%;
            margin-left: auto;
            margin-right: auto;
            height: 2px;
            bottom: 0px;
            background: #8399ae;
            -webkit-transition: width .3s;
            transition: width .3s;
        }
}

@media (min-width: 1454px) {
    .header-menu > a[data-toggle="mega-menu"], .header-menu > li > a[data-toggle="mega-menu"] {
        font-size: 16px;
    }
}

.header-menu > a:first-child {
    background-color: #fff;
}

.header-menu > a[data-toggle="mega-menu"] {
    position: relative;
    white-space: nowrap;
}

    .header-menu > a[data-toggle="mega-menu"]::before, .header-menu > li > a[data-toggle="mega-menu"]::before {
        content: "";
        position: absolute;
        height: 2px;
        bottom: 0;
        background-color: #981A0E;
        -webkit-transition: width .3s;
        transition: width .3s;
    }

    .header-menu > a[data-toggle="mega-menu"].active::before, .header-menu > li > a[data-toggle="mega-menu"].active::before {
        position: absolute;
        z-index: 1001;
        content: "";
        left: 0;
        right: 0;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        height: 2px;
        bottom: 0px;
        background: #8399ae;
        -webkit-transition: width .3s;
        transition: width .3s;
    }

.header-menu > .dropdown:hover {
    background-color: transparent;
}

.header-menu > .dropdown > a:hover {
    color: #fff;
}

.header.hover > .header-menu > li > a[data-toggle="mega-menu"], .header.hover > .header-menu > a[data-toggle="mega-menu"] {
    color: #981A0E;
}

    .header.hover > .header-menu > li > a[data-toggle="mega-menu"]:hover, .header.hover > .header-menu > a[data-toggle="mega-menu"]:hover {
        color: #981A0E;
    }

.header-menu > .dropdown > .multi-level {
    border-top: 0px !important;
    color: #000;
    width: 100%;
    border: none;
    margin-top: 25px !important;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
}

.header-menu .dropdown-menu {
    background-color: #fff;
    color: #000;
    width: 100%;
    border: none;
}

.header-menu-title {
    height: var(--header-height) !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 992px) {
    .header-menu-title {
        display: none !important;
    }
}

.header-menu-title > a {
    height: 100%;
}

.header-menu-title picture {
    height: 100%;
}

.header-menu-title img {
    height: 100%;
}

.header-menu-title .btn-icon {
    color: #000;
    margin-left: 1em;
    margin-right: 1em;
}

.header-menu-komutan-img, .header-menu-komutan-info {
    display: none;
}

@media (min-width: 992px) {
    .header-menu-komutan {
        font-size: 13px;
        display: grid !important;
        grid-template-columns: 260px 1fr 360px;
        grid-template-rows: 90px 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 8px;
        margin-top: 0px !important;
    }

    .header-menu-komutan-img {
        grid-column: 1/2;
        grid-row: 1/3;
        display: block;
    }

        .header-menu-komutan-img img {
            margin: 20px;
        }

    .header-menu-komutan-title {
        grid-column: 2/4;
        grid-row: 1/2;
        color: #981A0E;
        border-bottom: 2px solid #981A0E;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: end;
        justify-content: flex-end;
        padding-bottom: 8px;
        margin-left: 20px !important;
        margin-right: 10px !important;
    }

        .header-menu-komutan-title > p:first-child {
            font-size: 20px;
        }

    .header-menu-komutan-info {
        padding-right: 10px;
        grid-column: 2/4;
        text-align: justify;
        grid-row: 2/3;
        display: block;
        padding-left: 20px;
        text-align: justify;
    }

        .header-menu-komutan-info > a {
            border: none !important;
            color: #981A0E;
        }
}

@media (min-width: 1200px) {
    .header-menu-komutan {
        font-size: 1em;
    }
}

.header-link {
    white-space: nowrap;
}

.header-logo {
    padding-left: 1em;
    padding-right: 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 992px) {
    .header-logo {
        position: unset;
        -webkit-transform: unset;
        transform: unset;
        padding-left: 1em;
        padding-right: 0;
        margin-right: 20px;
    }
}

.header-logo picture {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header-logo img {
    height: 90%;
}

@media (min-width: 992px) {
    .header-logo img {
        height: 80%;
    }
}

@media (min-width: 1200px) {
    .header-logo img {
        height: 90%;
    }
}

.header-action {
    padding-left: 1em;
    padding-right: 1em;
    display: -webkit-box;
    display: flex;
    color: #fff;
}

@media (min-width: 992px) {
    .header-action {
        display: none;
    }
}

.header-action > * + * {
    margin-left: 1em;
}

.header-action > .btn-icon { /*menu yazısı için*/
    width: auto;
}

.header-search {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 50%;
    right: 50%;
    background-color: #fff;
    z-index: 1001;
}

    .header-search.show {
        visibility: visible;
        opacity: 1;
        left: 0;
        right: 0;
    }

    .header-search input, .header-search button {
        border: none;
        outline: none;
        min-width: 40px;
    }

    .header-search input {
        height: 100%;
        padding-left: 1em;
        padding-right: 1em;
        -webkit-box-flex: 1;
        flex: 1;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .header-search button {
        color: #000;
        flex-shrink: 0;
        height: 40px;
        margin-left: 8px;
        margin-right: 8px;
    }

.header [data-toggle='header-search'].hide {
    display: none;
}

.header .btn-icon .icon {
    pointer-events: none;
    width: 40px;
    height: 40px;
}

.header-atam {
    height: 100%;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-ordinal-group: 0;
    order: -1;
    max-width: 180px;
}

@media (min-width: 992px) {
    .header-atam {
        margin-left: auto;
        float: right;
        -webkit-box-ordinal-group: unset !important;
        order: unset !important;
    }
}

.header-atam img {
    margin-top: auto;
    height: 70%;
}

@media (min-width: 992px) {
    .header-atam img {
        height: 70%;
    }
}

@media (min-width: 1200px) {
    .header-atam img {
        height: 80%;
    }
}

.header-atam > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header .social-media {
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .header .social-media {
        display: none;
    }
}

.header .social-media .btn-icon {
    width: 40px;
}

    .header .social-media .btn-icon .icon {
        width: 32px;
    }

    .header .social-media .btn-icon + .btn-icon {
        margin-left: .5em;
    }

.footer {
    margin-top:0!important;
    border-top:0!important;
    background-color: #981A0E;
    color: #fff;
    font-size: 14px;
}

    .footer .container {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

.footer-building {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center; 
}

.footer-building picture {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.footer-building img {
    width: 70%;
    max-width: 800px;
    opacity: .7;
}

.footer-body {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .footer-body {
 
        -webkit-box-align: center;
        align-items: center;
    }
}

.size{
    padding-left:20px;
    padding-right:20px;
    margin-right:40px;
    margin-left:15px;
    margin-bottom:10px;
    width:168px;
    height:60px;
}


.footer-hizli-erisim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.footer-hizli-erisim-alt-cizgi {
    width: 10px;
    height: 1px;
    background-color: #f8f9fa;
    margin-top: 58px;
    position: absolute;
    margin-left: -58px;
}

.footer-hizli-erisim-ust-cizgi {
    width: 10px;
    height: 1px;
    background-color: #f8f9fa;
    position: absolute;
    margin-left: 43px;
    margin-top: -1px;
}

.footer-hizli-erisim-baslik {
    text-transform: capitalize!important;
    letter-spacing: 8px;
    color: #515154;
    font-weight: bold;
    font-size: 24px;
}

@media (max-width: 1200px) {
    .footer-hizli-erisim-baslik {
        font-size: 1.15em;
    }
}

@media (max-width: 992px) {
    .footer-hizli-erisim-baslik {
        font-size: 1.1em;
    }
}

@media (max-width: 500px) {
    .footer-hizli-erisim-baslik {
        font-size: 0.9em;
    }
}

.footer-hizli-erisim-liste {
    display: inline-flex;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.footer-hizli-erisim-item {
    margin-right: 15px;
    border: 1px solid #515154;
}

.footer-hizli-erisim-item:hover .footer-hizli-erisim-ust-cizgi{
    width:145px;
    margin-left:-10px;
    transition:1s all;
}
.footer-hizli-erisim-item:hover .footer-hizli-erisim-alt-cizgi {
    width: 145px;
    margin-left: -135px;
    transition: 1s all;
}

.footer-hizli-erisim-item p {
display: inline-flex;
color: #515154;
position: relative;
width: 100%;
height: 100%;
align-items: center;
text-align: center;
justify-content: center;
}

.footer-hizli-erisim-item p a:hover {
    color: #515154 !important;
} 
 
.footer-copyright {
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}

.footer-logo {
    display: none;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .footer-logo {
        display: -webkit-box;
        display: flex;
    }
}

.footer-logo img {
    width: 55px;
}

.footer-info {
    margin-top:15px;
    text-align: center;
}

    .footer-info > div:first-child > * + * {
        margin-top: 4px;
    }

.footer-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 8px;
}

.footer-social a {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
}

    .footer-social a + a {
        margin-left: 8px;
    }

.footer-links {
    margin-top: 10px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}


.hizli-erisim-container{
    margin-bottom:25px;
}

@media (min-width: 576px) {
    .footer-links {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1200px) {
    .footer-links {
        justify-self: flex-end;
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        text-align: left;
    }
}

.footer-links-title {
    font-weight: bold;
    display: none;
}

@media (min-width: 1200px) {
    .footer-links-title {
        display: block;
    }
}

.footer-links a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 40px;
    width: 50%;
    -webkit-box-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .footer-links a {
        width: auto;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .footer-links a {
        display: list-item;
        margin-left: 20px;
    }
    .footer-links a:hover {
        text-decoration:underline!important;
        color:#fff!important;
    }
}

@media (min-width: 576px) {
    .footer-links a:not(:nth-child(2)) {
        margin-left: 20px;
    }
}

.modal-search {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 101;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

    .modal-search.show {
        display: -webkit-box;
        display: flex;
    }

.modal-search-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    height: 40px;
    width: 40px;
}

.modal-search > form {
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    height: 64px;
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 1000px;
}

    .modal-search > form input, .modal-search > form button {
        border: none;
        outline: none;
        font-size: 1em;
        padding: 1em;
        height: 100%;
    }

    .modal-search > form input {
        -webkit-box-flex: 1;
        flex: 1;
    }

    .modal-search > form button {
        background-color: #eee;
        height: 100%;
    }

:root {
    --slider-width: 900px;
    --slider-height: 600px;
    --slider-size: 4;
}


@media (min-width: 1920px) {
    :root {
        --slider-width: 1200px;
        --slider-height: 800px;
        --slider-size: 5;
    }
}

.carousel-container {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    max-height: calc(var(--slider-height) + 110px);
}

@media (min-width: 992px) {
    .carousel-container {
        grid-template-columns: 3fr 1fr;
    }
}

@media (min-width: 1270px) {
    .carousel-container {
        grid-template-columns: 2fr 1fr;
    }
}

@media (min-width: 1920px) {
    .carousel-container {
        grid-template-columns: 2fr 1fr;
    }
}

.carousel-main {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-height: var(--slider-height);
}

    .carousel-main .carousel-cell {
        width: 100%;
        background: #222;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        position: relative;
    }

        .carousel-main .carousel-cell > a {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            cursor: pointer;
            z-index: 1;
        }

        .carousel-main .carousel-cell img {
            width: 100%;
            height: auto;
            max-height: var(--slider-height);
        }

    .carousel-main .carousel-cell-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 12px;
        padding-bottom: 28px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(black));
        background: linear-gradient(rgba(0, 0, 0, 0.5), black);
        color: #fff;
        padding-left: 4vw;
        padding-right: 4vw;
        text-align: center !important;
    }

@media (min-width: 768px) {
    .carousel-main .carousel-cell-info {
        padding-bottom: 30px;
        text-align: left !important;
    }

    .carousel-main .carousel-cell img {
        width: 100%;
        height: var(--slider-height);
        max-height: var(--slider-height);
    }
}

.carousel-main .carousel-cell-header {
    font-size: calc(.7rem + .5vw);
}

@media (min-width: 1200px) {
    .carousel-main .carousel-cell-header {
        font-size: 1.4rem;
        font-weight: bold;
    }
}

.carousel-main .carousel-cell-footer {
    display: none;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .carousel-main .carousel-cell-footer {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .carousel-main .carousel-cell-footer {
        display: -webkit-box;
        display: flex;
    }
}

.carousel-main .carousel-cell-footer span:first-child {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

    .carousel-main .carousel-cell-footer span:first-child span {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        margin-right: 8px;
    }

.carousel-main .carousel-cell-footer span + span {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 2px solid;
}

.carousel-main .carousel-progress {
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 4px;
    width: 50%;
    height: 4px;
    background-color: #7a85d6;
    border-radius: 3px;
    z-index: 1;
    display: none;
}

@media (min-width: 992px) {
    .carousel-main .carousel-progress {
        display: block;
    }
}

.carousel-main .progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background-color: #175AA0;
    border-radius: 3px;
}

.carousel-main .flickity-page-dots {
    bottom: 8px;
}

    .carousel-main .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        opacity: 1;
        background: transparent;
        border: 2px solid white;
    }

        .carousel-main .flickity-page-dots .dot.is-selected {
            background: white;
        }

@media (min-width: 992px) {
    .carousel-main .flickity-page-dots {
        display: none;
    }
}

.carousel-nav {
    position: relative;
    top: 20px;
}

@media (min-width: 992px) {
    .carousel-nav {
        top: unset;
    }

        .carousel-nav:hover .carousel-nav-btn {
            display: -webkit-box !important;
            display: flex !important;
        }
}

.carousel-nav > a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 13px;
    background-color: #175AA0;
    color: #fff;
    z-index: 1;
    text-align: center;
    height: 20px;
    border-top: 1px solid #fff;
}

.carousel-nav-btn {
    display: none !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .carousel-nav-btn {
        display: none;
    }
}

.carousel-nav-btn:nth-child(2) {
    bottom: 20px;
}

.carousel-nav-btn .icon {
    color: #fff;
    pointer-events: none;
    width: 32px;
    height: 32px;
}

.carousel-nav > div {
    overflow: hidden;
    height: 100%;
    max-height: var(--slider-height);
    display: none;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .carousel-nav > div {
        display: grid;
        grid-template-rows: repeat(10, calc(100% / var(--slider-size)));
    }
}

.carousel-nav > div .carousel-cell {
    height: 100%;
    cursor: pointer;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    position: relative;
}

    .carousel-nav > div .carousel-cell.is-nav-selected {
        background-color: #175AA0;
    }

        .carousel-nav > div .carousel-cell.is-nav-selected .carousel-cell-info {
            color: #fff;
        }

.carousel-nav > div .carousel-cell-header {
    margin-bottom: 0;
}

@media (min-width: 1270px) {
    .carousel-nav > div .carousel-cell-header {
        margin-bottom: 8px;
    }
}

.carousel-nav > div .carousel-cell-info {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 8px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    font-size: calc(.5rem + .4vw); /* Slider sağ kısım font. */
}

@media (min-width: 1270px) {
    .carousel-nav > div .carousel-cell-info {
        width: 60%;
        position: unset;
        background-color: inherit;
        color: #000;
        padding: 16px;
        font-weight: bold;
    }
}

.carousel-nav > div .carousel-cell-info span {
    font-size: calc(.4rem + .3vw);
}

    .carousel-nav > div .carousel-cell-info span + span {
        margin-left: 8px;
        padding-left: 8px;
        border-left: 1px solid;
    }

.carousel-nav > div .carousel-cell-info div:last-child {
    display: none;
}

@media (min-width: 1270px) {
    .carousel-nav > div .carousel-cell-info div:last-child {
        display: block;
    }
}

.carousel-nav > div .carousel-cell-img {
    margin-left: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1270px) {
    .carousel-nav > div .carousel-cell-img {
        width: 40%;
    }
}
/*#endregion*/

.galeri .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .galeri .container > * + * {
        margin-top: 20px;
    }

    .galeri .container > .title {
        grid-column: 1/4;
        justify-self: self-start;
        font-size: calc(.7rem + 1.1vw);
    }

@media (min-width: 1200px) {
    .galeri .container > .title {
        font-size: 1.4rem;
    }
}

.galeri .galeri-carousel-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--margin-slider);
    justify-items: center;
}

@media (min-width: 768px) {
    .galeri .galeri-carousel-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.galeri .fotograflar .title, .galeri .videolar .title, .galeri .tatbikatlar .title {
    margin-bottom: 10px;
    display: none;
    font-size: 14px;
}

@media (min-width: 768px) {
    .galeri .fotograflar .title, .galeri .videolar .title, .galeri .tatbikatlar .title {
        display: block;
    }
}

.galeri-nav {
    display: -webkit-box;
    display: flex;
}

@media (min-width: 768px) {
    .galeri-nav {
        display: none;
    }
}

.galeri-nav a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 13px;
    font-weight: 500;
    padding: 4px;
    /*background-color: #f8f9fa;*/
}

@media (min-width: 576px) {
    .galeri-nav a {
        font-size: inherit;
        font-weight: bold;
    }
}

.galeri-nav a.active {
    border-color: #175AA0;
}

.galeri-nav a + a {
    margin-left: 5px;
}

.galeri .fotograflar,
.galeri .videolar,
.galeri .tatbikatlar {
    width: 100%;
    display: none;
   
}

@media (min-width: 768px) {
    .galeri .fotograflar,
    .galeri .videolar,
    .galeri .tatbikatlar {
        display: block;
        max-width: 388px;
    }
}

.galeri .fotograflar.show,
.galeri .videolar.show,
.galeri .tatbikatlar.show {
    display: block;
    
}

.galeri .videolar .carousel-cell .icon, .galeri .tatbikatlar .carousel-cell .icon {
    position: absolute;
    color: #fff;
    width: 96px;
    height: 96px;
    opacity: .8;
}

.gallery-card-item .card .card-body .carousel-cell {
    cursor: pointer;
}

    .gallery-card-item .card .card-body .carousel-cell .icon {
        position: absolute;
        width: 96px;
        height: 96px;
        opacity: .7;
        margin: auto;
        color: #981A0E;
    }

.galeri-carousel {
    margin-bottom: 20px;
}

    .galeri-carousel .carousel-cell {
        position: relative;
        width: 100%;
        margin-right: calc(var(--gutter)*2);
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        background-color: #222;
        margin-bottom: 20px;
        box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
        border-radius: 3px;
    }

@media (min-width: 576px) {
    .galeri-carousel .carousel-cell {
        width: calc(50% - ((var(--gutter)*2 * 1)/2));
    }
}

@media (min-width: 768px) {
    .galeri-carousel .carousel-cell {
        width: 100%;
    }
}

.galeri-carousel .carousel-cell img {
    width: 100%;
    border-radius: 3px;
}

.galeri-carousel .carousel-cell > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.galeri-carousel .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    background-color: #175AA0;
}

    .galeri-carousel .flickity-page-dots .dot + .dot {
        margin-left: 4px;
    }

.hatirlama {
    --img-size: 90px;
}

@media (min-width: 992px) {
    .hatirlama {
        --img-size: 140px;
    }
}

.hatirlama-title {
    margin-bottom: 20px;
}

    .hatirlama-title h1 {
        font-size: calc(.7rem + 1.1vw);
    }

@media (min-width: 1200px) {
    .hatirlama-title h1 {
        font-size: 1.4rem;
    }
}

.hatirlama-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .hatirlama-body {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hatirlama-item {
    display: -webkit-box;
    display: flex;
    background-color: #fff;
    height: var(--img-size);
}

    .hatirlama-item img {
        width: var(--img-size);
        height: var(--img-size);
        flex-shrink: 0;
        border: 1px solid #ccc;
    }

    .hatirlama-item p {
        -webkit-box-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        padding: .5em;
        border: 1px solid #ccc;
        border-left: none;
    }

    .hatirlama-item a {
        padding-left: .25em;
        padding-right: .25em;
    }

        .hatirlama-item a:hover {
            text-decoration: underline;
        }

.faaliyetlerimiz .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .faaliyetlerimiz .container > * + * {
        margin-top: 20px;
    }

.faaliyetlerimiz .title {
    font-size: calc(.9rem + 1.1vw);
 
}
 
@media (min-width: 1200px) {
    .faaliyetlerimiz .title {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    .terorle-mucadele .swiper-wrapper {
        display:flex;
    }
}

.swiper-wrapper {
    height: unset
}

.swiper {
    width: 100%;
    /* background: #fff*/
}

.terorle-mucadele > .swiper-wrapper > .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-slide-box {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--sliderBackground);
}

@media(min-width:768px) {
    .swiper-slide-box {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: inherit;
    }

    .main {
        -webkit-box-flex: 1;
        flex: 1 0 auto;
        background-color: #f8f9fa;
    }
}

.swiper-slide-box-link {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: unset !important;
}

.terorle-mucadele .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 100%;
}

.terorle-mucadele-ana-slider-pagi {
 
    position: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
}
.terorle-mucadele > .swiper-pagination {
 
    margin-top: 1rem;
}

    .terorle-mucadele > .swiper-pagination > .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
    }

    .terorle-mucadele > .swiper-pagination > .swiper-pagination-bullet-active {
        background: rgb(23 31 88) !important;
        padding: 0px;
        border: 1px solid #f0f0f0;
    }

.faaliyetlerimiz-nav {
    display: -webkit-box;
    display: flex;
}

    .faaliyetlerimiz-nav a {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 40px;
        background-color: #fff;
        border-bottom: 4px solid transparent;
        -webkit-transition: all .2s;
        transition: all .2s;
        font-size: 11px;
        font-weight: 500;
        padding: 4px;
        background-color: #f8f9fa;
    }

@media (min-width: 576px) {
    .faaliyetlerimiz-nav a {
        font-size: inherit;
        font-weight: bold;
    }
}

.faaliyetlerimiz-nav a.active {
    border-color: #175AA0;
}

.faaliyetlerimiz-nav a + a {
    margin-left: 5px;
}

.faaliyetlerimiz-carousel {
    display: none;
    margin-bottom: 20px;
}

    .faaliyetlerimiz-carousel.show {
        display: block;
    }

    .faaliyetlerimiz-carousel.uygulamalar .carousel-cell {
        background-color: #fff;
    }

    .faaliyetlerimiz-carousel .carousel-cell {
        width: 100%;
        margin-right: var(--margin-slider);
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
 
        margin-bottom: 20px;
        box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
        border-radius: 3px;
        position: relative;
    }

@media (min-width: 576px) {
    .faaliyetlerimiz-carousel .carousel-cell {
        width: calc(50% - ((var(--margin-slider) * 1)/2)); 
    }
}

@media (max-width: 576px) {
    .faaliyetlerimiz-carousel .carousel-cell {
        width: 100%;
     
    }
}

@media (min-width: 992px) {
    .faaliyetlerimiz-carousel .carousel-cell {
        width: calc(24% - ((var(--margin-slider)*2)/3)); 
    }
}

.faaliyetlerimiz-carousel .carousel-cell img {
    width: 100%;
    border-radius: 3px;
}

.faaliyetlerimiz-carousel .carousel-cell p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.faaliyetlerimiz-carousel .carousel-cell > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.faaliyetlerimiz-carousel .flickity-page-dots .dot {
    height: 15px;
    width: 15px;
    margin: 0;
    border-radius: 100%;
    margin-top:30px;
    background-color: #175AA0;
}

    .faaliyetlerimiz-carousel .flickity-page-dots .dot + .dot {
        margin-left: 10px;
    }

.linkler {
    padding-top: 25px;
    padding-bottom: 10px;
    /*background-color: #233749 !important;*/
}

.linkler .container {
        padding: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

.linkler .container > div:first-child {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }



.linkler .container > div:last-child {
            display: -webkit-box;
            display: flex;
            justify-content: space-around;
            -webkit-box-flex: 1;
            flex: 1;
        }

.linkler-item img {
    max-height: 44px;
    width: auto;
    opacity: .7;
}

.linkler-item img:hover {
        opacity: 1;
    }

@media (min-width: 768px) {
    .linkler-item img {
        max-height: 60px;
    }
}

@media (min-width: 992px) {
    .linkler-item img {
        max-height: 80px;
    }
}



.linkler-hvkk {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #175AA0 !important;
}

    .linkler-hvkk .container {
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        
    }

        .linkler-hvkk .container > div:first-child {
            display: -webkit-box;
            -webkit-box-pack: center;
            justify-content: center;
        }


        .linkler-hvkk .container > div:last-child {
            display: -webkit-box;
            justify-content: space-around;
            -webkit-box-flex: 1;
            flex: 1;
        }

.linkler-hvkk-item img {
    max-height: 44px;
    width: auto;
    opacity: .7;
}

    .linkler-hvkk-item img:hover {
        opacity: 1;
    }

@media (min-width: 768px) {
    .linkler-hvkk-item img {
        max-height: 60px;
    }
}

@media (min-width: 992px) {
    .linkler-hvkk-item img {
        max-height: 80px;
    }
}

.pagination-container {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

ul.pagination {
    display: -webkit-box;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border: none !important;
}

ol {
    list-style: decimal inside;
}

.accordion-card {
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .accordion-card + .accordion-card {
        margin-top: .5em;
    }

.accordion-card-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: .5em;
    color: #981A0E !important;
    background-color: #175AA0;
}

    .accordion-card-header .icon {
        pointer-events: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .accordion-card-header.active .icon {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

.accordion-card-body {
    display: none;
    border-top: 1px solid #ddd;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding: .5em;
}

    .accordion-card-body.show {
        display: -webkit-box;
        display: flex;
    }

    .accordion-card-body ul {
        list-style: disc inside;
    }

    .accordion-card-body a:not([href="#"]) {
        color: #981A0E !important;
    }

        .accordion-card-body a:not([href="#"]):hover {
            text-decoration: none;
            font-weight: bold;
        }

.site-map .accordion-card-body > a {
    background-color: #eee;
    min-height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-radius: 3px;
    color: #981A0E;
}

@media (min-width: 576px) {
    .site-map .accordion-card-body > a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: stretch;
        justify-content: stretch;
        -webkit-box-align: center;
        align-items: center;
    }

        .site-map .accordion-card-body > a span + span {
            margin-left: .5em;
        }
}

.site-map .accordion-card-body > a + a {
    margin-top: 2px;
}


/* Breakpoint XS */
@media (max-width:575px) {
    .faaliyetlerimiz-carousel {
        display:block!important;
    }
    .header-logo img {
        display:none!important;
    }
}

/* Breakpoint SM */
@media (min-width:576px) and (max-width:767px) {
    .faaliyetlerimiz-carousel {
        display: block !important;
    }
}

/* Breakpoint MD */
@media (min-width:768px) and (max-width:991px) {
    .faaliyetlerimiz-carousel {
        display: block !important;
    }
}

/* Breakpoint LG */
@media (min-width:992px) and (max-width:1199px) {
    .faaliyetlerimiz-carousel {
        display: none !important;
    }
}

/* Breakpoint XL */
@media (min-width:1200px){
    .faaliyetlerimiz-carousel {
        display: none !important;
    }

}


/* Menu Story Edit */

.header-menu-logo {
    padding-left: 1em;
    padding-right: 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-menu-logo-msb {
    -webkit-animation: video 2s linear;
    animation: video 2s linear;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    z-index: 99;
    outline: none;
    padding: 4px;
    background-color: transparent;
    width: 76px;
    height: 64px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.header-menu-logo-msb-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: donusY 9s infinite;
    animation: donusY 9s infinite;
}

.header-menu-logo-msb-inner-front {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-menu-logo-msb-inner-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu-logo .video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-animation: video 2s linear;
    animation: video 2s linear;
    z-index:9999;
    overflow: hidden;
}


@-webkit-keyframes donus {
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes donus {
    100% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes donusY {
    100% {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

@keyframes donusY {
    100% {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

@-webkit-keyframes donus-tiklama {
    0% {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
}

@keyframes donus-tiklama {
    0% {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
}

@-webkit-keyframes cubuk-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes cubuk-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes yaprak-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes yaprak-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes yildiz-spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes yildiz-spin2 {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes imgsize {
    0% {
        background-size: 61%;
    }

    100% {
        background-size: 91%;
    }
}

@keyframes imgsize {
    0% {
        background-size: 61%;
    }

    100% {
        background-size: 91%;
    }
}

@-webkit-keyframes imgsize2 {
    0% {
        background-size: 48%;
    }

    100% {
        background-size: 78%;
    }
}

@keyframes imgsize2 {
    0% {
        background-size: 48%;
    }

    100% {
        background-size: 78%;
    }
}

@-webkit-keyframes yazi-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes yazi-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes yazi-bayrak {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
    }
}

@keyframes yazi-bayrak {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*.img {
    width: 100%;
    position: absolute;
    display: block;
    top: 0px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.yaprak {
    width: var(--yaprakSize);
    height: var(--yaprakSize);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: yaprak-spin 2s linear infinite;
    animation: yaprak-spin 2s linear infinite;
}


@-webkit-keyframes crescendo {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes crescendo {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.cubuk-stil {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    border-radius: 50%;
    width: var(--cubukSize);
    height: var(--cubukSize);
    -webkit-animation: cubuk-spin 6s linear infinite;
    animation: cubuk-spin 6s linear infinite;
}

.logo-kapsam {
    -webkit-animation: donus 3s;
    animation: donus 3s;
}

@media(min-width: 768px) {
    .header-menu-logo {
        display: none;
    }
}

.res {
    width: var(--cubukSizeImg);
    height: var(--cubukSizeImg);
}

.yeni {
    width: 24px;
    height: 24px;
    position: absolute;
}

.r-jwli3a {
    color: rgb(255 255 255);
}

.alan1 {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alan3 {
    position: absolute;
    width: var(--yildizSize);
    height: var(--yildizSize);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: yildiz-spin2 6s linear infinite;
    animation: yildiz-spin2 6s linear infinite;
}

.alan4 {
    position: absolute;
    width: var(--yaziSize);
    height: var(--yaziSize);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: yazi-spin 6s linear infinite;
    animation: yazi-spin 6s linear infinite;
}

.alan5 {
    position: absolute;
    width: var(--bayrakSize);
    height: var(--bayrakSize);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alan2-img {
    position: absolute;
    width: var(--yaprakSize);
    height: var(--yaprakSize);
}

.alan3-img {
    position: absolute;
    width: var(--yildizSize);
    height: var(--yildizSize);
}

.alan4-img {
    position: absolute;
    width: var(--yaziSize);
    height: var(--yaziSize);
}

.alan5-img {
    position: absolute;
    width: var(--bayrakSize);
    height: var(--bayrakSize);
}

.videoDurum {
    width: 0%;
    height: 0%;
    background: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 4;
}

.videoDurum-item {
    height: auto;
    width: 100%;
    /*box-shadow: 5px 10px 18px #c66464;*/
    /*box-shadow: #c66464 0px 22px 70px 4px;*/
    /*box-shadow: #5a7a93 0px 54px 55px, #5a7a93 0px -54px 55px, #5a7a93 0px 4px 6px, #5a7a93 0px 12px 13px, #c66464 0px -3px 5px;*/
    z-index: 58;
    /*box-shadow: rgb(255 255 255) 0px -1px 10px 0px, rgb(255 255 255) 0px 1px 1px 0px;*/
    /*object-fit: cover;*/
}

.videoDurum-content-video-body {
    height: 100%;
    width: 100%; /*yeni*/
    display: flex; /*yeni*/
    align-items: center; /*yeni*/
    justify-content: center; /*yeni*/
    z-index: -9999; /*yeni*/
}

.videoDurum-end {
    width: 100%;
    height: 100%;
    background-color: #000000e6;
    position: absolute;
}

.videoDurum-content-video-body-inq {
    width: 100%;
    height: 84%;
    position: absolute;
    top: 54px;
    z-index: 59;
}

.videoDurum-content {
    /* width: 100%; */
    height: 100%;
}

.videoDurum-content-wrap-close {
    position: relative;
    width: 100%;
    top: 8px;
    right: 4px;
    height: auto;
    display: flex;
    justify-content: flex-end;
}

.videoDurum-content-wrap-close-item {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    justify-content: flex-end;
    display: flex;
    z-index: 100;
}

.videoDurum-cotent-close-wrap-inner {
    width: 40px;
    height: 40px;
    background-color: rgb(64 46 45 / 37%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
}

.buton-inner {
    width: 24px;
    height: 24px;
    top: 10px;
    position: absolute;
}

.videoDurum-cotent-close-wrap-inner-btn {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 24px;
    background: transparent;
}

.videoDurum-content-barLine {
    display: flex;
    background: #d3c6c6;
    width: 88%;
    height: 3px;
    z-index: 999;
    margin: 0rem 1rem 0rem 1rem;
    border-radius: 3px;
}

.videoDurum-content-barLine-load {
    background: white;
    top: 0px;
    height: 3px;
    width: 0%;
    border-radius: 3px
}

.sehitlerimiz-inner {
    font-family: var(--fontRegular);
}

.sehitlerimiz-inner > p {
    font-size: smaller;
    text-align: center;
    line-height: unset;
    color: white;
}

.sehitlerimiz-inner > h1 {
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sehitlerimiz-inner > h1 {
    font-size: calc(0.8rem + 1.1vw);
}


.footer-slider-alani {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.footer-slider-alani-item {
    border: 1px solid #8e8888;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 220px;
    padding: 11px;
}

.footer-slider-alani-item-logo {
    text-align: center;
    margin-left:40px;
    margin-right:20px
}

.footer-slider-alani-item-logo img {
    width: 110px !important;
    margin-top: 7px;
}


.footer-slider-alani-item p {
    width: 81px;
    text-align: center;
    font-size: 15px;
    padding-left: 5px;
    margin-top: 26px;
    margin-bottom: 34px;
    color: #515154;
    text-transform: uppercase;
    font-family: var(--fontRegular);
}
 


@media(min-width:320px) {
    .sehitlerimiz-inner > p {
        font-size: calc(0.5em + 0.6vw);
    }
}

@media(min-width:375px) {
    .sehitlerimiz-inner > h1 {
        font-size: calc(1.3rem + 1.1vw);
        font-style: normal;
        font-weight: 800;
    }
}

@media(min-width:550px) {
    .sehitlerimiz-inner > h1 {
        font-size: calc(1.9rem + 1.1vw);
        font-weight: bold;
    }
}

@media(min-width:650px) {
    .sehitlerimiz-inner > p {
        line-height: 0px;
        font-size: calc(0.3em + 0.6vw);
    }
}

@media(min-width:768px) {
    .sehitlerimiz-inner > h1 {
        font-size: calc(1.3rem + 1.1vw);
        font-weight: bold;
    }
}

.sehitlerimiz2 {
    width: 100%;
    padding: 0px 0px 20px 0px;
    background-image: url(.Content/images/sehitler.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 150px;
    position: relative;
}

@media(min-width:1920px) {
    .sehitlerimiz2 {
        height: 170px;
    }
}

.sehitlerimiz2 > img {
    width: 100%;
}

.sehitlerimiz-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-bottom: 1vw;
}

.sehitlerimiz-inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sehitlerimiz-section {
    padding: 0px;
}

/* MSB BASIN ACIKALMALARI CSS KODLARI BALANGIC */

.basin-aciklamalari-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.tum-haberler-buton-mobil {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.under-slider-mobil {
    display: block;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    height: 100%;
}

@media(min-width:992px) {

    .under-slider-mobil {
        display: none;
        padding-top: 1rem;
        padding-bottom: 0px;
        position: relative;
        width: 100%;
        height: 100%;
    }
}

.mobile-slider-tum-haberler-mobil {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #515154;
    text-align: center;
    height: auto;
    padding: 0.3rem;
}

@media(max-width:311px) {
    .mobile-slider-tum-haberler-mobil {
        font-size: 10px !important;
    }
}

.mobil-haber-btn-left {
    border: 1px solid #e0e3e3;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background-color: white;
}

.tum-haberler-buton-left-mobil {
    padding: 0.25rem;
}

.tum-haberler-buton-left-icon-mobil {
    width: 30px;
    height: 36px;
}

@media(min-width:440px) {
    .tum-haberler-buton-right-mobil {
        padding: 0.25rem;
        display: unset;
    }

    .tum-haberler-buton-left-mobil {
        width: 152px;
        padding: 0.25rem;
        display: unset;
    }

    .tum-haberler-buton-left-icon-mobil {
        width: 32px;
        height: auto;
    }

    .tum-haberler-buton-right-icon-mobil {
        width: 32px;
        height: auto;
    }
}

.tum-haberler-buton-right-mobil > span, .tum-haberler-buton-left-mobil > span {
    font-family: var(--fontMedium);
}


.tum-haberler-text {
    font-family: var(--fontRegular);
}

.basin-aciklamalari-content {
 
    padding-left: 20px;
    padding-right: 20px;
}

@media(min-width:767px) {
    .basin-aciklamalari-content {
        padding-top: 2rem;
    } 
}

 @media(max-width:767px) {
    .basin-aciklamalari-content {
        padding-top: 2rem;
    }
    .basin-aciklamalari-content .title {
        font-size:17px!important;
    } 
}
 

.basin-aciklamalari-title {
    position: relative;
    margin: 0px 0px 10px 0px;
}

    .basin-aciklamalari-title::before {
        content: "";
        border-top: 1px solid #eaeaea;
        height: 0px;
        left: auto;
        position: absolute;
        right: 0px;
        top: 50%;
        width: 100%;
        border-top-width: 3px;
    }

.main-title {
    font-size: calc(.7rem + 1.1vw);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    color: #cad3d8;
    position: relative;
    display: inline-block;
    padding: 0px 5px 0px 0px;
    text-shadow: 0px 1px 5px #fff;
}

@media(min-width:1200px) {
    .main-title {
        font-size: 1.1rem;
    }
}

.main-title-color {
    background-color: #fff;
}

.duyurular-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #fff;
    margin-bottom: 2rem;
    margin-top: 2rem;
    margin-right: 10px;
    gap: 20px;
}

@media(min-width:768px) {
    .duyurular-wrapper {
        flex-wrap: nowrap;
    }
}

.duyurular-card-body > a {
    display: flex;
    align-items: center;
}

.duyurular-card-body {
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    width: 100%;
}

.duyurular-card-baslik-box {
    width: 100px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    background-color: #981A0E;
    color: #fff;
}

.duyurular-card-text-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
}

.basin-tum-duyurular-body {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem
}


    .basin-tum-duyurular-body > a > span {
        color: #981A0E;
        margin-right: 10px;
    }

@media(max-width:767px) {
    .basin-tum-duyurular-body {
        padding: 0.5rem;
        border-radius: 0.5rem;
        background: #f2f4f4;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
        margin-bottom: 1rem;
    }

    .basin-tum-duyurular {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
    }

    .basin-tum-duyurular-body > a > span {
        color: #981A0E;
    }
}

/* MSB BASIN ACIKALMALARI CSS KODLARI BITIS */