/* // --- Fontlar */
/* Avenir */
@font-face {
    font-family: 'Avenir-ExtraLight';
    src: url('../fonts/AvenirNextLTPro-UltLtCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-UltLtCn.otf') format('opentype'),
        url('../fonts/AvenirNextLTPro-UltLtCn.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-UltLtCn.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-UltLtCn.svg#AvenirNextLTPro-UltLtCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir\ Next\ LT\ Pro\ Regular.otf') format('opentype'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Regular';
    src: url('../fonts/AvenirNextLTPro-MediumCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-MediumCn.otf') format('opentype'),
        url('../fonts/AvenirNextLTPro-MediumCn.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-MediumCn.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-MediumCn.svg#AvenirNextLTPro-MediumCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir\ Next\ LT\ Pro\ Demi.otf') format('opentype'),
        url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Bold';
    src: url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir\ Next\ LT\ Pro\ Bold.otf') format('opentype'),
        url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../fonts/AvenirNextLTPro-HeavyCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirNextLTPro-HeavyCn.otf') format('opentype'),
        url('../fonts/AvenirNextLTPro-HeavyCn.woff') format('woff'),
        url('../fonts/AvenirNextLTPro-HeavyCn.ttf') format('truetype'),
        url('../fonts/AvenirNextLTPro-HeavyCn.svg#AvenirNextLTPro-HeavyCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Foglihten */
@font-face {
    font-family: 'Foglihten';
    src: url('../fonts/FoglihtenNo07.eot?#iefix') format('embedded-opentype'), url('../fonts/FoglihtenNo07.otf') format('opentype'),
        url('../fonts/FoglihtenNo07.woff') format('woff'), url('../fonts/FoglihtenNo07.ttf') format('truetype'), url('../fonts/FoglihtenNo07.svg#FoglihtenNo07') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: antialiased;
    font-family: Avenir, sans-serif;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
ins,
u {
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

input,
textarea,
select {
    border-collapse: collapse;
    border: inherit;
    outline: none;
    margin: 0;
    padding: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}


.navbar {
    width: 86%;
    height: 90px;
    position: absolute;
    top: 50px;
    left: 9%;
    z-index: 100;
    font-weight: bold;
}

.navbar-logo {
    width: 215px;
    height: 100%;
    float: left;
    background-color: rgba(255, 255, 255, 0.50);
    position: relative;
    z-index: 2;
}
.mobil-logo {
    display: none;
}
.navbar-logo>.logo {
    width: 100%;
    height: 100%;
}

.logo {
    display: table;
    white-space: initial;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo-ic {
    display: table-cell;
    vertical-align: middle;
}

.navbar-logo img {
    margin: 0 auto;
}

.navbar-link {
    width: 100%;
    height: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0 25px 0 215px;
    position: relative;
    z-index: 1;
}

.navbar-link-ic {
    width: 100%;
    height: 100%;
    float: left;
    background: rgb(145, 69, 49);
    text-align: center;
    font-size: 0;
}

.navbar-link-ic a {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 90px;
    font-family: Avenir-Light, sans-serif;
    font-size: 19px;
    font-variant: unicase;
    color: white;
}

.navbar-link-ic a:hover {
    color: black;
}

/* animasyon */

.navbar-link-a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.navbar-link-a:hover:before {
    bottom: 50%;
    left: 50%;
    opacity: 1;
}

.navbar-link-a:hover:after {
    top: 50%;
    right: 50%;
    opacity: 1;
}

.navbar-link-a:before,
.navbar-link-a:after {
    content: "";
    width: 180px;
    height: 180px;
    background: #fff;
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.navbar-link-a:before {
    transform: rotate(45deg) translate(0, 100%);
    bottom: 0;
    left: 0;
}

.navbar-link-a:after {
    transform: rotate(45deg) translate(0, -100%);
    top: 0;
    right: 0;
}

/* animasyon */

.navbar-dil {
    float: right;
    padding: 0px 5px;
}

.navbar-dil a {
    text-decoration: none;
}

.navbar-dil:hover a {
    color: gray;
}

.sosyal-icon {
    width: auto;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
}

.sosyal-icon a {
    width: 30px;
    height: 30px;
    display: block;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

.sosyal-icon a img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mobil-btn {
    width: 100px;
    height: 100px;
    background: no-repeat center #384a5c;
    position: fixed;
    display: none;
    z-index: 10000;
    top: 10%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.mobil-btn i {
    font-size: x-large;
}

/*! Navbar son */

/* paragraf */
.container {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: visible;
}

.gri-kutu {
    background-color: #dfdfdf;
    height: 800px;
    width: calc(15% + 215px);
    position: absolute;
    top: 0;
    left: 0;
}

.cont_tanitim {
    width: 80%;
    height: 400px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    top: auto;
    bottom: -350px;
}

.mtn_tanitim {
    padding: 70px 10% 50px 10%;
    width: 100%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    background-color: #914532;
    text-align: center;
}

.mtn_tanitim-eng {
    padding: 50px 10% 50px 10%;
    width: 100%;
    height: max-content;
    float: left;
    box-sizing: border-box;
    background-color: #914532;
    text-align: center;
    position: relative;
    top: 400px;
}

.mtn_tanitim p {
    width: 100%;
    float: left;
    line-height: 35px;
    font-size: 21px;
    color: #fff;
}

.mtn_tanitim-eng p {
    width: 100%;
    float: left;
    line-height: 35px;
    font-size: 21px;
    color: #fff;
}

.lokasyon-resim-ic img {
    width: 70%;
    position: relative;
    margin: 290px 0 0 15%;
}

.sekilli-cizgi {
    display: none;
    width: 22%;
    height: 15%;
    border-right: 2px dashed #757575;
    border-bottom: 2px dashed #757575;
    position: absolute;
    right: 14.5%;
    top: 415px;
    z-index: 1;
}

.paragraf {
    width: 85%;
    float: left;
    box-sizing: border-box;
    margin: 90px 0 0 0;
    padding: 0 0 0 390px;
}

.paragraf p {
    margin-left: 82px;
    margin-bottom: 10px;
}

.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(100%);
    transition: 1s;
}

.Down {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(100%);
    transition: 1s;
}


.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
    transform: translateY(0);
}

/* paragraf */

/* swiper */

.swiper {
    width: 100%;
}

.swiper-slide {
    padding: 230px 0 70px 0;
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-button-next {
    right: 5% !important;
}

.swiper-button-prev {
    left: 5% !important;
}

.swiper-btn {
    width: 41px !important;
    height: 41px !important;
    margin-top: 50px !important;
    border: 3px solid rgb(255, 255, 255, 0.5);
    border-radius: 50%;
    color: rgb(255, 255, 255, 0.5) !important;
    font-weight: bold;
    --swiper-navigation-size: 13px;
}

.entegre-tesis {
    color: #fff;
    font-size: 38px;
    position: absolute;
    top: 60%;
    right: 20%;
    font-family: Foglihten, sans-serif;
}

/* swiper */

/* footer */

.footer {
    width: 100%;
    float: left;
    position: relative;
}

.footer_iletisim {
    width: 50%;
    height: 450px;
    float: left;
    background-color: #e5e5e5;
    font-size: 0;
    text-align: center;
}
.footer_map_bize-ulasin{
    width: 100% !important;
}

.table {
    display: table;
    white-space: initial;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.table_dik_ortala {
    display: table-cell;
    vertical-align: middle;
}

.footer_iletisim_ic {

    display: inline-block;
    padding: 100px;
    box-sizing: border-box;
}

.footer_iletisim_ic>.w100 {
    margin-bottom: 30px;
}

.footer_iletisim_ic-hakkimizda {
    box-sizing: border-box;
    padding: 50px !important;

}

.footer_iletisim_ic-urunler {
    box-sizing: border-box;
    padding: 50px !important;
}

.footer_iletisim_ic-lokasyon {
    box-sizing: border-box;
    padding: 50px !important;
}

.footer_iletisim_ic-kalite {
    box-sizing: border-box;
    padding: 50px !important;
}

.footer_iletisim_ic-duyuru {
    box-sizing: border-box;
    padding: 50px !important;
}
.footer_iletisim_ic-index {
    box-sizing: border-box;
    padding: 50px !important;
}

.w100 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.w50 {
    width: 45%;
    margin-left: 26px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.footer_iletisim_ic strong {
    width: 100%;
    float: left;
    display: block;
    font-family: Avenir-Medium, sans-serif;
    font-size: 20px;
}

strong {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.footer_iletisim_ic span {
    width: 100%;
    float: left;
    display: block;
    margin-top: 10px;
    font-family: Avenir-Light, sans-serif;
    font-size: 15px;
    color: #717171;
}

.footer_map {
    float: left;
    width: 50%;
}

.footer_copyright {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #717171;
}

.footer_copyright span {
    float: right;
}

.copyright span a {
    text-decoration: none;
    color: #717171;
}

/* footer */



/* index */
/*! en üst */
.index-swiper {
    padding: 0;
}

.scroll-downs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    z-index: 10;
    width: 20px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 8px 13px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.scroller {
    width: 4px;
    height: 7px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0.2;
    }
}

.cizgi {
    width: 20px;
    height: 120px;
    bottom: -40px;
    right: -17px;
    position: absolute;
    border-left: 1px dashed white;
    z-index: 9;
    background-color: transparent;
    opacity: 0.4;
}

.cizgi-top {
    width: 6.5px;
    height: 6.5px;
    position: absolute;
    bottom: 75px;
    right: 0.4px;
    z-index: 10;
    background-color: white;
    border-radius: 50%;
}

.swiper-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-btn .swiper-text {
    position: absolute;
    bottom: -20px;
    font-size: 16px;
    color: white;
    text-align: center;
    z-index: 10;
}

.swiper-btn .swt1 {
    position: absolute;
    width: max-content;
    bottom: 20px;
    left: 43px;
    border-bottom: 1px solid white;
    padding: 5px 20px 5px 10px;
    font-size: 16px;
    color: white;
    text-align: left;
    z-index: 10;
}

.swiper-btn .swt2 {
    position: absolute;
    width: max-content;
    bottom: 20px;
    right: 43px;
    border-bottom: 1px solid white;
    padding: 5px 10px 5px 20px;
    font-size: 16px;
    color: white;
    text-align: right;
    z-index: 10;
}

.swiper-slide .swiper-button-prev .swiper-text.swt1 .cizgi-top2 {
    position: absolute;
    width: 6.5px;
    height: 6.5px;
    right: 0;
    bottom: -3px;
    background-color: white;
    border-radius: 50%;
}

.swiper-slide .swiper-button-next .swiper-text.swt2 .cizgi-top2 {
    position: absolute;
    width: 6.5px;
    height: 6.5px;
    left: 0;
    bottom: -3px;
    background-color: white;
    border-radius: 50%;
}

/*! en üst */


/*! ans_tanitim_ust */

.ans_tanitim_ust {
    box-sizing: border-box;
    padding: 100px 0 50px;
}

.ans_tanitim_ust .acenter {
    font-size: 0;
}

.acenter {
    text-align: center;
}

.ortala {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.cont_ustbanner {
    width: auto;
    float: none;
    position: relative;
    display: inline-block;
}

.cont_ustbanner_post_kucuk {
    width: 380px;
    height: 100%;
    background-color: rgba(56, 74, 92, 0.85);
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 10%;
    z-index: 1;
}

.cont_ustbanner_post_kucuk .table .table_dik_ortala span {
    font-size: 25px;
    letter-spacing: 1px;
    font-family: Avenir-Regular, sans-serif;
    color: #fff;
    width: 100%;
    float: left;
    display: block;
}

.cont_ustbanner_post_kucuk .table .table_dik_ortala h3 {
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: Avenir-Regular, sans-serif;
    color: #fff;
    width: 100%;
    float: left;
    display: block;
}

.cont_ustbanner .table {
    height: 100%;
    padding: 0 50px;
}

/*! ans_tanitim_ust */

/*! ans_tanitim_orta */

.ans_tanitim_orta {
    box-sizing: border-box;
    padding: 70px 0;
}

.sol_tanitim_metin {
    width: 100%;
    float: none;
    display: block;
}

.stm_baslik {
    float: none;
}

.stm_baslik span {
    width: 100%;
    float: none;
    display: block;
    font-family: Avenir-Regular, sans-serif;
    font-size: 25px;
    color: #797979;
}

.stm_baslik span b {
    font-family: Avenir-Bold, sans-serif;
    font-size: 30px;
}

.stm_detay {
    width: 100;
    float: none;
    box-sizing: border-box;
    padding-top: 10px;
}

.stm_detay p {
    font-family: Avenir-Light, sans-serif;
    font-size: 15px;
    color: #797979;
}

.ans_tanitim_orta .sag_tanitim {
    box-sizing: border-box;
    padding-left: 5%;
}

.right-img {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 0 15px 15px;
    position: relative;
}

.right-img::before {
    content: "";
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    border-left: 3px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*! ans_tanitim_orta */

/*! ans_tanitim_alt */

.ans_tanitim_alt {
    box-sizing: border-box;
    padding: 70px 0;
}


.ans_tanitim_alt .sol_tanitim_box {
    width: 70%;
    height: 275px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    border: 3px solid #797979;
}

.sol_tanitim_box .table {
    width: 100%;
    height: 100%;
}

.sol_tanitim_box span:nth-of-type(2) {
    letter-spacing: 3px;
    font-size: 40px;
}

.sol_tanitim_box span {
    font-size: 25px;
}

.sol_tanitim_box span,
.sol_tanitim_box h6 {
    width: 100%;
    float: left;
    display: block;
    font-family: Avenir-Regular, sans-serif;
    color: #000000;
}

.sol_tanitim_box h6 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 50px;
}

.ans_tanitim_alt .sag_tanitim .sag_tanitim_detay {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
}

.ans_tanitim_alt .sag_tanitim_detay p {
    font-family: Avenir-Light, sans-serif;
    font-size: 15px;
    color: #797979;
}

/*! ans_tanitim_alt */

/*! minslide */
.minslide {
    position: relative;
    height: 0;
}

.minslide .swiper-slide {
    margin: 0;
    padding: 0;
}

.minslide .swiper .swiper-btn {
    margin: 0 !important;
    margin-top: -30px !important;
}

.minslide .entegre-tesis {
    top: 40%;
}

/*! minslide */

/*! cont ans cycle */
.cont_ans_cycle {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 500px 0 70px 5%;
    display: flex;
    justify-content: space-between;
}

.cont_ans_cycle div {
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.ac_left {
    width: 300px;
    padding-left: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-ordinal-group: 1;
    order: 1;
}

.cont_ans_cycle>div {
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ac_left:before {
    content: "";
    width: 150px;
    height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 3px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ans_galeri_orta {
    position: relative;
    -webkit-box-ordinal-group: 2;
    order: 2;
}

.ans_cycle .swiper .swiper-wrapper .swiper-slide img {
    height: 340px;
}

.ans_cycle.ac_right {
    height: 350px;
}

.cont_ans_cycle>div {
    float: left;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.ac_right {
    width: 475px;
    padding-left: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    order: 3;
}

.ac_right:before {
    content: '';
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    border: 3px solid #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.ans_cycle.ac_right video {
    height: 340px;
    width: 100%;
}

video {
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;
}

/*! cont ans cycle */
/* index */

/* hakkimizda */

/*! PAGE */

.container .w70 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 140px 7% 0;
    position: relative;
}

.hakkimizda-gri-kutu {
    width: calc(15% + 215px);
    height: 100%;
    background: #abaaa8;
    position: absolute;
    top: 0;
    left: 0;
}

.proje_main_slider {
    margin-top: 70px;
    height: 500px;
    position: relative;
}

.proje_main_slider p {
    float: right;
    width: 55%;
    line-height: 30px;
    margin-right: 120px;
}

.proje_slide_baslik {
    position: absolute;
    top: 0;
    left: -65px;
    z-index: 2;
}

.proje_slide_baslik h5 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 47px;
    color: #914531;
    padding-left: 120px;
}

/*! cont_proje_cycle */

.cont_proje_cycle {
    width: 100%;
    float: left;
    margin: 100px 0;
    display: flex;
}

.proje_cycle {
    width: 25%;
    float: left;
}

.pc_metin {
    position: relative;
    bottom: -230px;
    height: 290px;
    width: 75%;
    float: left;
    background: #4a4f5a;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-slide>img {
    width: 100%;
}

.pc_metin .w50 {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pc_metin h3 {
    color: #fff;
}

.pc_metin p {
    color: #fff;
    margin-bottom: 50px;
}

/*! cont_proje_cycle */
/*! swiper */

.hakkimizda-swiper {
    padding: 0;
}

.swiper-h5 {
    position: relative;
    padding: 30px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.swiper-h5 h5 {
    font-size: 28px;
    font-family: Foglihten, sans-serif;
    color: #797979;
    margin: 0;
}

.hakkimizda-swiper-span {
    position: absolute;
    top: -180px;
    right: 2%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: bold;
    color: #797979;
    font-family: Foglihten, sans-serif;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
}

.hakkimizda-padding {
    margin-top: 40px;
}

/*! swiper */

/*! PAGE */

/* hakkimizda */

/* Ürünler */

.cont_tanitim2 {
    width: 80%;
    height: 540px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    top: auto;
    bottom: -350px;
}

.cont_bars {
    width: 70%;
    float: right;
    margin-right: 190px;
    box-sizing: border-box;
    padding: 90px 0 0 160px;
}

.cont_bars .urun {
    width: 90%;
    float: right;
    border: 1px dashed #91453240;
    padding: 20px 0;
    margin: 10px 0;
}

.cont_bars .urun img {
    float: left;
    padding: 0 20px;
    width: 45%;
}

.cont_bars .urun h3 {
    float: left;
    margin: 0 0 15px 0;
    font-size: 25px;
    color: #914532;
    width: 48%;
}

.cont_bars .urun p {
    margin: 0;
    float: left;
    width: 40%;
}

/* Ürünler */

/* Kalite */

.gri-kutu-kalite {
    width: calc(15% + 215px);
    height: 100vh;
    background: #abaaa8;
    position: absolute;
    top: 0;
    left: 0;
}

.cont_ayricaliklar {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 50px 215px;
}

.cont_ayricaliklar_duyuru {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0 50px 215px;
}

.ayricalik_detay {
    width: 85%;
    position: relative;
    z-index: -1;
    float: left;
    background: #e6e6e7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
}

.ayricalik_detay h5 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 25px;
}

.cont_ayricaliklar .ortala .w100>.w33 {
    box-sizing: border-box;
    padding: 0 15px;
    height: 350px;
}

.cont_ayricaliklar .baslik {
    width: 210px;
    box-sizing: border-box;
    padding-top: 15px;
}

.cont_ayricaliklar .logo img {
    display: inline-block;
    float: none;
}

.cont_ayricaliklar .baslik h5 {
    font-family: Avenir-Medium, sans-serif;
    font-size: 20px;
}

.cont_ayricaliklar .baslik h5,
.cont_ayricaliklar .baslik span {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    color: #a9a7a7;
}

.cont_ayricaliklar .baslik span {
    box-sizing: border-box;
    padding-top: 10px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: Avenir-Regular, sans-serif;
    font-size: 16px;
}

.w33 {
    width: 20%;
    display: inline-block;
    margin: 40px 0px 40px 90px;
}

.w100.logo {
    display: flex;
    justify-content: center;
}

.image-container {
    text-align: center;
    margin-top: 50px;
}


.modal {
    display: none;
    /* Modal başlangıçta gizlidir */
    position: fixed;
    /* Sabit pozisyon */
    z-index: 1;
    /* Ön plana getirin */
    left: 0;
    top: 0;
    width: 100%;
    /* Tam genişlik */
    height: 100%;
    /* Tam yükseklik */
    overflow: auto;
    /* Scroll */
    background-color: rgb(0, 0, 0);
    /* Siyah */
    background-color: rgba(0, 0, 0, 0.4);
    /* Siyah, opak */
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    /* Ortala */
    padding: 20px;
    border: 1px solid #888;
    width: 85%;
    /* Genişlik */
    max-width: 1000px;
    /* Maksimum genişlik */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.close3 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Kalite */

/* Duyurular */
.word-indir {
    width: 70%;
    height: 580px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: left;
    grid-row-gap: 15px;
    padding-left: 50px;
    margin-right: 100px;
    margin-bottom: 70px;
}

.word {
    display: flex;
    align-items: center;
    border: 1px solid #0000006e;
    border-radius: 15px;
    height: 150px;
}

.word a {
    font-size: 20px;
    color: black;
    display: block;
    width: 100%;
    padding: 0 30px;
    line-height: 48px;
    transition: .5s all;
}

.word img {
    max-width: 30px;
    float: right;
    display: block;
}

.gri-kutu-duyuru {
    width: calc(15% + 215px);
    height: 100vh;
    background: #abaaa8;
    position: absolute;
    top: 0;
    left: 0;
}

/* Duyurular */

/* Bize Ulaşın */
.gri-kutu-bize-ulasin {
    width: calc(15% + 215px);
    height: 100vh;
    background: #abaaa8;
    position: absolute;
    top: 0;
    left: 0;
}

.cl_adres {
    width: 60%;
    height: auto;
    float: left;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: 270px;
    margin-left: 420px;
    margin-bottom: 400px;
    font-size: 25px;
}

.cl_adres>.w100 {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.cl_adres strong {
    box-sizing: border-box;
    padding-bottom: 5px;
    width: 100%;
    float: left;
    color: #384A5C;
    font-weight: bold;
}

.cl_adres span {
    color: #384A5C;
    font-size: 17px;
    font-weight: lighter;
}


.btn_gonder {
    margin: 0 25%;
    text-align: center;
    font-size: 0;
}

#gonder {
    width: 90%;
    height: 75px;
    border: none;
    background: #914532;
    font-size: 25px;
    color: #fff;
}

.iletisim_form input,
.iletisim_form textarea,
.iletisim_form select,
.form_tel {
    width: 100%;
    height: 50px;
    float: left;
    margin: 8px 0;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.iletisim_form textarea {
    padding-top: 14px;
    padding-bottom: 14px;
}

/* Bize Ulaşın */

.gizle {
    opacity: 1;
}

/* index animasyon */
.cont_ustbanner_post {
    transform: translateX(30px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.cont_ustbanner_post_kucuk {
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.sag_tanitim {
    transform: translateX(50px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.sol_tanitim {
    transform: translateX(-50px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.sag_tanitim2 {
    padding-top: 40px;
}

.sag_tanitim2 {
    transform: translateX(1050px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.sol_tanitim2 {
    transform: translateX(-1050px);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* index animasyon */

.swiper-lokasyon-eng {
    padding-top: 90px !important;
}

/* duyurular eng */
.duyurular-eng-container {
    .container {
        width: 100% !important;
        height: auto !important;
        float: left !important;
        position: relative !important;
        overflow: hidden !important;
    }
}

.duyurular-eng-container .w70 {
    width: 100% !important;
    float: left !important;
    box-sizing: border-box !important;
    padding: 140px 15% 0 !important;
    position: relative !important;

}

.cont_ayricaliklar-eng {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 50px 0 50px 215px;
}

.cont_ayricaliklar-eng>.ortala {
    width: 80%;
    float: none;
    margin: 0 auto;
    background: transparent;
    text-align: center;
    font-size: 0;
}

.cont_ayricaliklar-eng .ortala>.w100 {
    box-sizing: border-box;
    padding: 30px 0;
}

.ik_form {
    width: 80%;
    float: left;
    margin: 20px 20%;
}

.ik_form input,
.ik_form select,
.form_tel {
    width: 45%;
    height: 50px;
    float: left;
    margin: 8px 8px;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    resize: none;
}

option {
    font-weight: normal;
    display: block;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    white-space: nowrap;
}

.ik_form textarea {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 30px;
    margin: 8px 8px;
    width: 93%;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    float: left;
    resize: none;
}

.cont_ayricaliklar-eng .btn_gonder {
    margin: 0 20%;
    text-align: center;
    font-size: 0;
    width: 80%;
}

.cont_ayricaliklar-eng #gonder {
    cursor: pointer;
    width: 35%;
    height: 60px;
    border: none;
    background: #914532;
    font-size: 25px;
    color: #fff;
}

.cont_ayricaliklar-eng #gonder:hover {
    background: #123454;
}

/* duyurular eng */

#map {
    width: 100%;
    height: 450px;
    float: left;
}

/* KVKK ve Gizlilik Politikası - Ana CSS Dosyası */
.kvkk-container, .kvkk-container *,
.row-custom, .col-sidebar, .col-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --primary-red: #d71920; 
    --border-line: #eee;
}

.kvkk-container {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.page-title-area {
    background-color: #f9f9f9;
    padding: 40px 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 50px;
    width: 100%;
    margin-top: 0%;
    position: relative;
}

.page-title-area .kvkk-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page-title-area h1 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px 0;
}

.breadcrumb { font-size: 13px; color: #777; }
.breadcrumb a { color: #555; text-decoration: none; }
.breadcrumb a:hover { color: var(--primary-red); }
.breadcrumb span { color: var(--primary-red); font-weight: 600; }
.breadcrumb i { margin: 0 5px; font-size: 10px; }

.row-custom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-sidebar, .col-content {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-menu {
    border: 1px solid var(--border-line);
    border-radius: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.sidebar-menu li { border-bottom: 1px solid var(--border-line); }
.sidebar-menu li:last-child { border-bottom: none; }

.sidebar-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
}

.sidebar-menu li a:hover, .sidebar-menu li a.active {
    background-color: rgb(145, 69, 49);
    color: #fff;
}

.sidebar-toggle-btn {
    display: none;
    background-color: #333;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 0;
    align-items: center;
    width: 100%;
}
.sidebar-toggle-btn i { margin-right: 10px; }

.main-content {
    display: block;
    width: 100%;
}

.main-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #222;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.3;
}

.main-content p {
    margin-bottom: 15px;
    color: #384A5C;
    line-height: 1.7;
    text-align: justify;
}

.main-content strong { 
    color: #000; font-weight: 700; 
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-overflow-scrolling: touch;
}

.kvkk-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.kvkk-table th, .kvkk-table td {
    text-align: left; padding: 15px;
    border-bottom: 1px solid #eee; vertical-align: top;
    font-size: 14px; color: #555;
}
.kvkk-table th { background-color: #f9f9f9; color: #111; font-weight: 800; white-space: nowrap; }

.contact-strip {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    padding: 40px;
    border-left: 6px solid #8d6e63;
    border-right: 6px solid #8d6e63;
    margin-top: 50px;
    margin-bottom: 60px;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1 1 250px;
}

.contact-item i { font-size: 28px; color: #8d6e63; margin-top: 5px; flex-shrink: 0; }
.contact-text h5 { font-size: 15px; color: #8d6e63; margin-bottom: 5px; font-weight: 700; margin-top: 0; }
.contact-text p { font-size: 13px; color: #666; line-height: 1.5; margin: 0; }

.social-centered { text-align: center; margin: 30px 0; }
.social-centered a {
    display: inline-flex; justify-content: center; align-items: center;
    width: 45px; height: 45px; border: 1px solid #333;
    border-radius: 50%; margin: 0 8px; color: #333;
    font-size: 18px; transition: all 0.3s;
    text-decoration: none;
}
.social-centered a:hover { 
    background-color: #000; color: #fff; 
}

.col-content .main-content p u{
    text-decoration: underline;
}

.cookie-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #806e6e; 
    color: #ffffff;
    padding: 12px 40px 12px 20px; 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999; 
    box-sizing: border-box;
    font-family: sans-serif; 
    font-size: 13px;
    line-height: 1.5;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.cookie-content {
    text-align: center;
    max-width: 1200px;
}

.cookie-content a {
    color: #eebb77;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.cookie-content a:hover {
    color: #fff;
    text-decoration: underline;
}

.cookie-close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0 5px;
}

.cookie-close:hover {
    opacity: 0.8;
}