/*==================================================
===| Global Css
===================================================*/
html,body {
    overflow-x: hidden !important;
}
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

input,
button,
select,
textarea {
    outline: none;
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    postion: relative;
    margin: 70px 0;
}

.ataturk {
    background-image: url('../img/ataturk_bg.jpg');
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
}

body {
    overflow-x: hidden;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #f1f1f1 !important;
    color: var(--blackColor) !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: var(--fw-5) !important;
    font-size: var(--fs-15) !important;
    letter-spacing: -0.5px;
    transition: all 0.5s ease-in-out;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1400px !important;
}

/*==================================================
===| Roote Settings
===================================================*/

:root {
    /* ThemeOne Color */
    --whiteColor: #fff;
    --lightColor: #f9f9f9;
    --blackColor: #1c1c1c;
    --redColor: #e30613;

    /* Font Size */
    --fs-13: 13px;
    --fs-14: 14px;
    --fs-15: 15px;
    --fs-16: 16px;
    --fs-17: 17px;
    --fs-18: 18px;
    --fs-19: 19px;
    --fs-20: 20px;
    --fs-21: 21px;
    --fs-22: 22px;
    --fs-23: 23px;
    --fs-24: 24px;
    --fs-25: 25px;
    --fs-26: 26px;
    --fs-27: 27px;
    --fs-28: 28px;
    --fs-29: 29px;
    --fs-30: 30px;
    --fs-31: 31px;
    --fs-32: 32px;
    --fs-33: 33px;
    --fs-34: 34px;
    --fs-35: 35px;
    --fs-40: 40px;
    --fs-45: 45px;
    --fs-50: 50px;
    --fs-55: 55px;
    --fs-60: 60px;
    --fs-65: 65px;
    --fs-70: 70px;
    --fs-75: 75px;

    /* Font Weight */
    --fw-1: 100;
    --fw-2: 200;
    --fw-3: 300;
    --fw-4: 400;
    --fw-5: 500;
    --fw-6: 600;
    --fw-7: 700;
    --fw-8: 800;
    --fw-9: 900;
}

/*==================================================
===| Theme Settings
===================================================*/

html ::-webkit-scrollbar {
    width: 5px;
}

html ::-webkit-scrollbar-button {
    display: none;
}

html ::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

html ::-webkit-scrollbar-thumb {
    background-color: var(--redColor);
    border-radius: 1px;
}

html ::-webkit-scrollbar-thumb:hover {
    background-color: var(--lightColor);
    border-radius: 1px;
}

html ::-webkit-scrollbar-corner {
    background-color: transparent;
}

html ::-webkit-resizer {
    background-color: var(--lightColor);
}

#breadcrumb {
    background: #e30613;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}

#breadcrumb>.container {
    display: flex;
    justify-content: space-between
}

#breadcrumb h1 {
    margin: 0 0 5px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
}

.breadcrumb {
    border: 0;
    margin-bottom: 0 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-weight: 300;
    font-size: .925rem;
    color: #fff
}

.breadcrumb a {
    color: #fff
}

.breadcrumb a:hover {
    color: #000;
    text-decoration: none
}

.breadcrumb-header {
    left: 20% !important;
    position: relative;
}

#breadcrumb .tools {
    display: flex;
    align-items: center
}

#breadcrumb .tools a {
    font-size: 1.125rem;
    height: 40px;
    padding: 0 10px;
    display: flex;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 5px;
    align-items: center;
    justify-content: center
}

#breadcrumb .tools i {
    color: white;
}

#breadcrumb .tools a:hover {
    text-decoration: none;
    background-color: white;
}

#breadcrumb .tools a:hover i {
    color: #e30613;
}

#breadcrumb .tools i:hover {
    color: #e30613;
}

#breadcrumb .tools a.back {
    width: auto;
    color: white;
}

#breadcrumb .tools a.back:hover {
    color: #e30613;
}


.sidebar-menu {
    margin-bottom: 20px
}

.sidebar-menu ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background: #fff
}

.sidebar-menu ul li:not(.heading):not(:first-child) {
    border-top: 1px solid #efefef
}

.sidebar-menu ul li:not(.heading):hover a {
    padding-left: 25px;
    background: #ddd;
    color: #000;
    text-decoration: none
}

.sidebar-menu ul li:not(.heading):hover a:after {
    right: 15px
}

.sidebar-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px 50px 15px 20px;
    font-size: 1.063rem;
    line-height: 1.5;
    -webkit-transition: .2s;
    transition: .2s;
    color: #414040;
}

.sidebar-menu ul li:not(.heading) a:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    content: "\f285";
    font-family: 'bootstrap-icons';
    color: #000;
    display: inline-block;
    font-weight: 900;
    -webkit-transition: .2s;
    transition: .2s
}

.sidebar-menu .heading a {
    text-transform: uppercase;
    background: #c8a865;
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 15px 20px
}

.sidebar-menu .heading a:hover {
    text-decoration: none
}


.page__btns {
    text-align: center;
    font-size: var(--fs-15);
    font-weight: var(--fw-5);
    margin-top: 5px;
    display: inline-block;
    background-color: var(--redColor);
    border: none;
    position: relative;
    z-index: 5;
    padding: 10px 15px;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.page__btns span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: var(--whiteColor);
}

.page__btns i {
    font-size: var(--fs-18);
    color: var(--whiteColor);
    margin-right: 10px;
}

.page__btns span:after {
    font-family: bootstrap-icons !important;
    content: "\F138";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.page__btns:hover span {
    padding-right: 25px;
}

.page__btns:hover span:after {
    opacity: 1;
    right: 0;
}


/*==================================================
===| Header Top
===================================================*/

.header .top__header {
    padding: 7px 0;
    background-color: #e30613;
}

.header .treading__slider .swiper {
    height: 40px;
}

.header .treading__slider a {
    color: var(--whiteColor);
    font-size: var(--fs-14);
    font-weight: var(--fw-4);
    margin-left: 10px;
    transition: all 0.8s ease-in-out;
}

.header .treading__slider a:hover {
    opacity: .8;
}

.header .treading__slider .pulse {
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-radius: 50%;
    background: var(--whiteColor);
    animation: pulse 1500ms infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #dbd3d59a;
    }

    100% {
        box-shadow: 0 0 0 9px #fbb32f01;
    }
}

.header .header__treding .treding__icons i {
    background-image: linear-gradient(45deg, #ffffff, #c5c5c5);
    font-size: var(--fs-17);
    color: var(--blackColor);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
}

.header .header__treding .treding__icons p {
    font-size: var(--fs-15);
    font-weight: var(--fw-5);
    color: var(--whiteColor);
}

.header .top__header .date i {
    color: var(--whiteColor);
    font-size: var(--fs-17);
    margin-right: 7px;
}

.header .top__header .date p {
    color: var(--whiteColor);
    font-size: var(--fs-14);
    font-weight: var(--fw-4);
}

.header .top__header .date .header__social i,
.header .top__header .date .header__social a {
    font-size: var(--fs-14) !important;
}

.header__navs,
.header .collapse {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header .dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    margin-top: 30px;
    border-radius: 0;
    border: 0;
}

.header .header__nav {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header .dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.header .header__logo {
    z-index: 999;
}

.header .header__logo img {
    border: 8px solid var(--whiteColor);
    border-radius: 50%;
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

.header .header__nav .header__menu .nav-link,
.header .header__nav .header__search a i {
    font-size: var(--fs-15);
    font-weight: var(--fw-5);
    color: var(--blackColor);
}

/*==================================================
===| Slider Css
===================================================*/
.slider__wrapper {
    background-color: #caaf7b66;
}

.slider__wrapper .swiffy-slider .card .card-body .card-title a {
    color: var(--blackColor);
    font-size: var(--fs-30) !important;
    font-weight: var(--fw-6) !important;
}

.slider__wrapper .gradient::after {
    background: linear-gradient(90deg, rgb(0 0 0) 50%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.slider__wrapper::before {
    background: url(../img/pattern.png);
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 0;
}

/*==================================================
===| Slider Not Css
===================================================*/
.slider__not {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.slider__not .slider-container strong a {
    font-size: var(--fs-16);
    color: var(--blackColor);
}

.slider__not .slider-container span {
    font-size: var(--fs-13);
    color: var(--redColor);
    font-weight: var(--fw-6);
}

/*==================================================
===| Middle Area Css
===================================================*/
.middle__area .card .imgs img {
    width: 350px;

    object-fit: cover;
    position: relative;
    z-index: 2;
}

.middle__area .card .imgs {
    position: relative;
    overflow: hidden;
}

.middle__area .card .text__title {
    position: absolute;
    left: -50px;
    top: -250px;
    opacity: .1;
}

.middle__area .card .text__title span {
    font-size: 385px;
    font-family: 'Playfair Display', serif;
    color: #b2976c;
}

.middle__area .card .imgs:before {
    background-image: url('../img/shape_bas.png');
    width: 240px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.middle__area.middle__area2 .card .imgs:before {
    background-image: unset !important;
    width: 100%;
    background-position: center;
    background-size: cover;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.middle__area.middle__area2 .card .text__title {
    top: -180px;
}

.middle__area .card .card-title {
    font-size: var(--fs-40);
    font-weight: 400;
    color: #324157;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
}


.ah-tab-content-wrapper .tab__items {
    display: flex;
    background: #fff;
    flex-flow: row;
    overflow: hidden;
    margin: 5px 0;
    width: 100%;
}

.ah-tab-content-wrapper .date {
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    flex: 0 120px;
    background: #f9f9f9;
    color: var(--blackColor);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    transition: all 0.7s ease-in-out;
}

.ah-tab-content-wrapper .tab__items:hover .date {
    background-color: var(--redColor);
}

.ah-tab-content-wrapper .date span {
    font-size: var(--fs-13);
    font-weight: var(--fw-6);
}

.ah-tab-content-wrapper .img img {
    width: 240px;
}

.ah-tab-content-wrapper .tab__items:hover .date span {
    color: var(--whiteColor);
}

.ah-tab-content-wrapper .info {
    flex: 0 100%;
    flex-direction: column;
    display: flex;
    transition: all 0.7s ease-in-out;
    padding: 10px;
    border: 1px solid #ececec;
    width: 100%;
}

.ah-tab-content-wrapper .tab__items:hover .info {
    border: 1px solid var(--redColor);
}

/*==================================================
===| Shortcut Area Css
===================================================*/
.shortcut__area {
    position: relative;
    padding: 25px 0;
    background-color: #caaf7b66;
}

.shortcut__area::before {
    background: url(../img/pattern.png);
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    top: 0;
    z-index: 0;
    bottom: 0;
    z-index: 0;
}

.shortcut__area .page__btns {
    width: 100%;
    padding: 25px 0;
}

.shortcut__area .shortcut__items:hover .page__btns {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*==================================================
===| About Wrapper Css
===================================================*/
.about__wrapper {
    position: relative;
    padding: 50px 0;
    background-color: #e3061556;
}

.about__wrapper::before {
    background: url(../img/about__bg.png);
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    top: 0;
    z-index: 0;
    bottom: 0;
    z-index: 0;
}

.about__wrapper .bg-white {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    position: relative;
}

.about__wrapper .about__title strong {
    color: var(--blackColor);
    font-size: var(--fs-30) !important;
    font-weight: var(--fw-6) !important;
}

.about__wrapper .about__count .count__items i {
    font-size: var(--fs-30);
    display: flex;
    color: var(--redColor);
    margin-right: 10px;
}

/*==================================================
===| Home News Css
===================================================*/

.home__news .slider__navs {
    background-color: var(--redColor);
    margin-top: -2px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.home__news .slider__navs i {
    color: var(--whiteColor);
    font-size: var(--fs-30);
}

.home__news .slider__navs .swiper-pagination-bullet-active {
    background-color: var(--whiteColor);
}

.home__news .slider__num {
    height: 61px;
}

.home__news .slider__num .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 35px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 35px));
    line-height: 35px;
    color: var(--whiteColor);
    opacity: 5;
    background-color: #b90c18;
}

.home__news .slider__num .swiper-pagination-bullet-active {
    color: var(--blackColor);
    background-color: var(--whiteColor);
}

.home__news .social_news_title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home__news .social_news_title h2 {
    color: var(--blackColor);
    font-size: var(--fs-30);
    padding-right: 10px;
}

.home__news .social_news_title small {
    color: var(--redColor);
    font-size: var(--fs-18);
    padding-right: 10px;
}

.home__news .social_news_title i {
    padding-right: 10px;
    font-size: 24px
}

/*==================================================
===| Footer Wrapper Css
===================================================*/
.footer {
    padding-top: 80px;
    background-image: url('../img/footer__bg.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .sub__title {
    color: var(--whiteColor);
    font-size: var(--fs-16);
    border-bottom: 3px solid #c8a865;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.footer .about__fot strong {
    font-size: var(--fs-15);
    color: var(--whiteColor);
}

.footer .nav .nav-link,
.footer p {
    font-size: var(--fs-14);
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer__copy {
    background-color: rgba(0, 0, 0, 0.2);
}

.page__btns,
.about__wrapper .bg-white,
.home__banner .img img {
    border-radius: 10px;
}

.middle__area .card,
.home__news .swiper {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.middle__area .content,
.home__news .slider__navs {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.middle__area .card .imgs {
    border-top-left-radius: 10px;
}

/*==================================================
===| Container Css
===================================================*/
.home__banner {
    background-color: #caaf7b66;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.home__banner .kampanyalar::before {
    background: url(../img/pattern.png);
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 0;
}

/*==================================================
===| Container Css
===================================================*/

/*==================================================
===| Container Css
===================================================*/

/*==================================================
===| Container Css
===================================================*/
@media (min-width: 1199.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px !important;
    }

    .header__menu {
        padding: 30px 0 30px 160px;
    }

    .slider__wrapper .swiffy-slider .slider-container {
        max-height: 500px;
        height: 100%;
        overflow: hidden;
        overflow-y: hidden !important;
        object-fit: cover;
    }

    .ah-tab-content-wrapper {
        height: 450px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

@media (min-width: 1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px !important;
    }

    .header__menu {
        padding: 30px 0 30px 240px;
    }

    .slider__wrapper .swiffy-slider .slider-container {
        max-height: 700px;
        height: 100%;
        overflow: hidden;
        overflow-y: hidden !important;
        object-fit: cover;
    }

    .ah-tab-content-wrapper {
        height: 450px;
        align-items: center;
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 991.98px) {
    .home__news .social_news_title {
        padding-top: 60px;
    }
}

@media (max-width: 767.98px) {

    .ah-tab-content-wrapper .tab__items {
        display: flex;
        flex-direction: column;
    }

    .ah-tab-content-wrapper .date {
        flex: 0 60px;
    }

    .ah-tab-content-wrapper .img img {
        width: 100%;
    }

    .header .top__header .date {
        display: none !important;
    }

    .header__nav {
        padding: 30px 0;
    }

    .header__nav .header__search {
        width: 50px;
        justify-content: end;
        margin-left: 0;
        align-items: flex-end;
        display: flex;
    }

    header .d-flex.justify-content-between.align-items-center.position-relative {
        justify-content: flex-end !important;
    }

    .header__logo.position-absolute.top-0.start-0 {
        bottom: -38px !important;
        top: unset !important;
    }

    .breadcrumb-header {
        width: 100% !important;
        left: unset !important;
    }

    #breadcrumb .container {
        flex-direction: column;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #breadcrumb .tools {
        margin-top: 20px;
        justify-content: flex-end;
    }

    .header__menu ul.nav {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    header .card.border-bottom-0.py-4.rounded-0 {
        border: unset !important;
    }

    .header__menu ul.nav li {
        margin: 0;
        margin-bottom: 12px;
    }

    .ah-tab-content-wrapper {
        height: auto;
        padding: 20px 0;
        align-items: center;
        justify-content: center;
        display: inline-flex;
    }

    .middle__area .card .imgs:before {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .middle__area .card .imgs {
        text-align: center;
    }

    .middle__area .card .text__title {
        display: none;
    }

    .home__news .social_news_title h2 {
        color: var(--blackColor);
        font-size: var(--fs-20);
    }

    .home__news .social_news_title i {
        padding-right: 10px;
        font-size: 18px
    }
    a.stretched-link.page__btns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        min-height: 100%;
    }
    
    .shortcut__items {
        min-height: 100%;
        display: flex;
    }
    
    .ah-tab>.ah-tab-item[data-ah-tab-active="true"] {
        color: #fff !important;
        border-color: #fff !important;
    }
    
    section.home__banner.kampanyalar {
        margin-top: 230px;
    }
    
    section.ataturk {
        height: auto;
        padding: 40px 0 !important;
    }
    
    i.bi.bi-person-x-fill {
        margin: 0;
    }
    .row.content-body {
        margin: auto;
    }.header .dropdown:hover .dropdown-menu {
        transform: unset !important;
    }
    header .top__header h1 {
    font-size: 21px;
}    
}


.content-body {
    background: #fff;
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 15px;
    margin-bottom: 30px !important;
}

.content-body .share-buttons a {
    padding-top: 8px
}

.content-body:not(.npt) p {
    font-size: 17px
}

.content-body>img,
#content .content-body>.content-img {
    border-radius: 7px;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
    max-width: 400px;
    float: left;
    margin-right: 20px
}

.kurul-item {
    bordeR: 1px solid #dedede;
    border-radius: 12px;
    float: left;
    width: 100%;
    padding: 15px;
    position: Relative;
    margin-top: 50px
}

.kurul-item:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .10s linear;
    -moz-transition: all .10s linear;
    -o-transition: all .10s linear;
    transition: all .10s linear
}

.kurul-item:after {
    background-image: url('../img/pattern-dark.png');
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: .03
}

.kurul-item .kurul-img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background: #fff !important;
    border-radius: 10px;
    margin-top: -30px;
    z-index: 1;
    position: Relative;
    overflow: hidden
}

.kurul-item .kurul-info {
    width: 100%;
    float: left;
    text-align: center
}

.kurul-item .kurul-info h4 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px !important;
    color: #b2976c;
}

.kurul-item .kurul-info p {
    color: #888;
    margin-bottom: 0
}

.kurul-item .kurul-info span {
    color: #888;
    font-size: 14px;
    margin-bottom: 0
}

.iletisim-list hr {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
}

.iletisim-list textarea.form-control {
    height: 104px
}

.iletisim-map {
    margin-top: 0 !important
}

.iletisim-list h4 {
    padding-bottom: 7px;
    border-bottom: 3px solid #dedede;
    display: inline-block
}

.iletisim-map iframe {
    border-radius: 10px;
    overflow: hidden
}

.iletisim-item {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px;
    color: #555
}

.iletisim-item i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 3px solid #c8a865;
    border-radius: 50%;
    color: #c8a865;
    font-size: 34px;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 10px;
    background: #fff
}

.iletisim-item span {
    font-weight: 600
}

.iletisim-item .pt {
    padding-top: 9px;
    display: inline-block;
    font-size: 17px
}


.form-select {
    background-color: #b2976c !important;
    color: #fff !important;
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    box-sizing: border-box;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow thead th {
    font-size: 1rem;
    line-height: 1.5;
    border-collapse: collapse;
    box-sizing: border-box;
    text-align: inherit;
    padding: .75rem;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow td {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    border-collapse: collapse;
    box-sizing: border-box;
    padding: .75rem;
    vertical-align: top;
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow td:first-child {
    width: 25%;
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow th:first-of-type {
    border-top-left-radius: 10px;
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow th:last-of-type {
    border-top-right-radius: 10px;
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 10px;
}

table.boostrap4_table_head_dark_striped_rounded_with_shadow tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 10px;
}


.title-bar {
    font-size: 1rem;
    line-height: 1.5;
    border-collapse: collapse;
    box-sizing: border-box;
    text-align: inherit;
    padding: 0.75rem;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}


.btn-dark {
    background-color: #e30613 !important;
    border-color: #e30613 !important;
}

.list-group-item {
    display: flex !important;
    padding: 20px 20px !important;
}

.list-group-item small {
    color: #e30613 !important;
    font-size: 15px;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: white !important;
    text-decoration: none;
    background-color: #e30613 !important;
}

.list-group-item-action:focus,
.list-group-item-action:hover small {
    color: white !important;
}

.list-group-item small:hover {
    color: white !important;
}


.list-group-item:first-child {
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
}








.slider-nav-visible .slider-nav {
    z-index: 999;
}

.slider-nav-animation .slider-container img.card-img {
    max-height: 450px;
    object-position: center;
}

.badge-wrapper {
  position: relative;  /* z-index’in çalışması için gerekli */
  z-index: 10;         /* Arkaplanı çizen her şeyden büyük bir değer */
  margin-top: 10px;    /* Yukarıdan 10px boşluk */
}

.section::before {
  content: "";
  /* …desen ayarları… */
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;    /* ya da negatif bir değer: -1 */
}

/* stores.css */
.store-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;   /* icon için soldan boşluk */
  height: 50px;         /* istersen buton yüksekliğine uyarlarsın */
}

/* Pseudo-element ile logo ekliyoruz */
.store-badge::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hangi logo yüklenecekse: */
.store-badge--appstore::before {
  background-image: url('/path/to/appstore.svg');
}
.store-badge--playstore::before {
  background-image: url('/path/to/googleplay.svg');
}
