﻿/*
@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 200;
    src: url(../webfonts/TTNorms_Family/TTNorms-Thin.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 300;
    src: url(../webfonts/TTNorms_Family/TTNorms-ExtraLight.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/TTNorms_Family/TTNorms-Light.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 500;
    src: url(../webfonts/TTNorms_Family/TTNorms-Regular.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 600;
    src: url(../webfonts/TTNorms_Family/TTNorms-Medium.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 700;
    src: url(../webfonts/TTNorms_Family/TTNorms-Bold.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 800;
    src: url(../webfonts/TTNorms_Family/TTNorms-ExtraBold.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/TTNorms_Family/TTNorms-Black.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'TTNorms';
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/TTNorms_Family/TTNorms-Heavy.otf) format('otf');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


body, #footer, p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    *font-family: "TTNorms", sans-serif;
}

#mainMenu nav > ul > li > a ,
#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    *font-family: "TTNorms", sans-serif;
}
 */

/** 15.12.23 Toplantı sonrası eklenenler **/

p {
    color: #484848;
    line-height: 23px;
}

.description ul,
.about ul,
.ac-content ul,
.kadindostu ul,
.tasarim-content ul,
.kumas-content ul,
.h--timeline-event-content ul {
    list-style-type: none;
}
.description li,
.about li,
.ac-content li,
.kadindostu li,
.tasarim-content li,
.kumas-content li,
.h--timeline-event-content li {
    margin-bottom: 10px !important;
    position: relative;
    padding-left: 22px !important;
}
.description li:before,
.about li:before,
.ac-content li:before,
.kadindostu li:before,
.tasarim-content li:before,
.kumas-content li:before,
.h--timeline-event-content li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/yildiz.png') no-repeat;
    background-size: cover;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
}


#page-title {
    background: url('../images/page-title-bg.jpg') no-repeat;
    background-size: cover;
}

.breadcrumb ul li a,
.breadcrumb ul li + li:before{
    color: #FFF;
    font-size: 14px;
}


.inspiro-slider .slide .slide-captions h1 {
    font-size: 48px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px; /* Sağ taraftaki boşluğu kapatmak için negatif margin */
}

.flex-item {
    flex: 0 0 20%; /* 5 sütunu eşit genişlikte yapmak için */
    max-width: 20%;
    padding: 0 15px; /* Sütunlar arasında boşluk bırakmak için */
}

.counter2 span {
    font-size: 50px;
    line-height: 40px;
}


.item-link {
    color: #f88d2b;
}

a:not(.btn):not(.badge):hover,
a:not(.btn):not(.badge):focus,
a:not(.btn):not(.badge):active {
    color: #000000;
}

.post-item .post-item-description > h2 {
    min-height: 71px;
    display: flex;
    align-items: center;
}



.social-icons li:hover i {
    -webkit-animation : none;
    animation: none;
}

.inspiro-slider {
    height: 50vh;
}
.kenburns-bg {
    background-position: top;
}

.inspiro-slider .slide .container,
.inspiro-slider .slide .container-wide {
    padding-top: 60px;
    padding-bottom: 50px;
}


.accordion .ac-item .ac-title:before {
    content: "\e90f";
}

.accordion .ac-item.ac-active .ac-title:before {
    content: "\e917";
}

#footer .widget .widget-title, #footer .widget h4 {
    letter-spacing: normal;
}
.pagination {
    flex-wrap: wrap;
}

.rakamlarla_yesim .flex-item {
    margin-bottom: 60px !important;
}
/* Tablet ekranlar için stil */
@media (max-width: 768px) {
    .flex-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobil ekranlar için stil */
@media (max-width: 576px) {
    .flex-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/** 15.12.23 Toplantı sonrası eklenenler **/

.mega-menu-image {
    text-align: right;
}

.about-us__media {
    max-width: 666px;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    margin-bottom: 180px;
}
.expert-team {
    right: 0;
    z-index: 1;
    overflow: hidden;
    max-width: 202px;
    position: absolute;
    padding: 40px 18px;
    background-repeat: no-repeat;
}
.expert-team:after {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(242 139 48 / 85%);
}
.expert-team-one {
    bottom: 120px;
    *-webkit-animation: move-bottom 3s linear infinite;
    *animation: move-bottom 3s linear infinite;
}
.expert-team-two {
    left: 0;
    bottom: -95px;
    max-width: 300px;
    padding: 77px 45px;
    border-radius: 50px 0px 0px 50px;
}
.expert-team-three {
    z-index: -1;
    bottom: -160px;
    max-width: 280px;
    padding: 40px 65px 40px;
    border-radius: 0px 0px 50px 50px;
}
.expert-team .number {
    font-size: 48px;
    line-height: 58px;
}
.expert-team .title {
    max-width: 168px;
    margin-left: auto;
    margin-right: auto;
}

.expert-team-two:after {
    background: rgba(14, 10, 1, 0.8) !important;
}
.expert-team-three:after {
    background: rgba(14, 10, 1, 0.8) !important;
}
.color-white {
    color: #FFF !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.fw-500 {
    font-weight: 500 !important;
}

#footer .footer-logo ul li {
    list-style: none;
    margin-bottom: 25px
}

#page-title {
    padding: 30px 0;
}
#page-title .page-title {
    display: none;
}


/** 19.01.24  sonrası eklenenler **/

body {
    font-size: 12px !important;
}
p {
    font-size: 12px !important;
}
h3,h4 {
    font-size: 16px !important;
}
p strong {
    font-size: 16px !important;
}
#footer,
#footer .copyright-content {
    font-size: 12px !important;
}

/** 19.01.24  sonrası eklenenler **/

@media (max-width: 1399px) {
    .expert-team-two {
        bottom: -60px;
        max-width: 270px;
        padding: 50px 10px;
    }
    .expert-team-three {
        max-width: 279px;
        bottom: -170px;
        padding: 50px 35px;
    }
}

@media (max-width: 768px){
    .mega-menu-image {
        display: none;
    }

    #footer .footer-logo {
        margin-right: 0;
        padding-right: 0;
    }
    #footer .footer-logo ul li {
        text-align: center;
        width: 50%;
        height: 50px;
        padding: 10px;
        float: left;
    }
}

@media (max-width: 550px) {
    .expert-team-two {
        max-width: 240px;
        padding: 30px 10px;
    }
    .expert-team-three {
        bottom: -136px;
        max-width: 240px;
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .expert-team-two {
        max-width: 150px;
        padding: 28px 10px;
    }
    .expert-team-three {
        max-width: 150px;
        padding: 28px 10px;
    }
}
/* Slider'ı header'ın altından başlat (inline -80px'i ez) */
#slider.inspiro-slider {
    margin-top: 0 !important;
}

/* Header her zaman beyaz ve opak olsun */
#header.header-always-fixed,
#header.header-always-fixed .header-inner,
#header.header-always-fixed #header-wrap {
    background-color: #fff !important;
}
