@font-face {
    font-family: 'Abel Pro';
    src: url('../fonts/AbelPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abel Pro bold';
    src: url('../fonts/Abel-Pro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'COCOMAT';
    src: url('../fonts/Cocomat\ Light-trial.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway1';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-LightIt.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/Myriad\ Pro\ Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro1';
    src: url('../fonts/MYRIADPRO-BOLD.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Formula Condensed';
    src: url('../fonts/FormulaCondensed-Light.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Formula Condensed  Bold';
    src: url('../fonts/FormulaCondensed-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/Avenir\ Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Code Variable';
    src: url('../fonts/SourceCodeVariable-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir\ Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('../fonts/avenir-roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/Avenir\ Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Myriad Pro Cond';
    src: url('../fonts/MyriadPro-Cond.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Panther Demo';
    src: url('../fonts/Panther\ Demo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
}

body {
    overflow-x: hidden;
}

p {
    margin: 0 0 10px;
}

img {
    vertical-align: middle;
}

/* Navbar */
.navbar {
    height: 88px;
    border-bottom: 4px solid #004e6f;
}

.navbar-ic {
    width: 100%;
    display: flex;
    z-index: 99999;
    justify-content: space-between;
}

.logo_1 {
    margin-top: 25px;
    margin-left: 125px;
    width: auto;
    height: 40px;
}

ul.menu {
    justify-content: end;
    margin-left: 100px;
    margin-bottom: 0;
    height: 68px;
    margin-right: 100px;
}

ul.menu>li {
    float: left;
    color: #636363;
}

ul.menu>li>a {
    font-family: 'Formula Condensed';
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 0 20px;
    line-height: 61px;
    margin-top: 20px;
    color: inherit;
    letter-spacing: 2px;
}

ul.menu>li:hover {
    background: #004e6f;
    color: white;
    transition: 300ms all;
}

ul.menu2 {
    width: 100%;
    visibility: hidden;
    background: #004e6fa1;
    position: absolute;
    z-index: 999999;
    left: 0;
    text-align: center;
    padding-left: 21%;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    transition: 250ms all;
}

ul.menu>li:hover ul {
    visibility: visible;
}

ul.menu2 li:hover {
    background: #ffffffbf;
    transition: 250ms all;
}

ul.menu2>li>a:hover {
    color: gray;
}

ul.menu2 li {
    display: inline-block;
}

ul.menu2 li a {
    font-family: 'Formula Condensed';
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    color: white;
    padding: 17px 10px;
    font-size: 14px;
    letter-spacing: 2px;
}


.mobil-menu {
    display: none;
}

/* Navbar */


/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    text-align: center !important;
    font-size: 18px !important;
    background: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.ayz1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sbt1 {
    margin-left: 9px;
    margin-bottom: 27px;
}

.yaz2 h2 {
    font-size: 13px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 9px;
    word-spacing: -10px;
}

.ayz2 {
    position: absolute;
    bottom: 3%;
    right: 2%;
}

.ayz2 img {
    width: 160px;
    height: auto;
}

.ayz3 {
    position: absolute;
    bottom: 10%;
    right: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.yaz1 h1 {
    color: #fff;
    font-size: 33pt;
    z-index: 999999;
    font-family: "Source Serif Pro", sans-serif;
    font-weight: lighter;
}

.yaz3 {
    font-size: 15px;
    word-spacing: 1px;
    color: #004e6f;
    font-family: 'Raleway', sans-serif;
}

.swiper-button-next {
    right: -50px !important;
    border-left: 1px #fff solid !important;
    padding: 40px 0 40px 45px !important;
    color: white !important;
    position: relative !important;
    top: -100px !important;
}

.swiper-button-prev {
    left: -50px !important;
    padding: 40px 20px 40px 0 !important;
    color: white !important;
    position: relative !important;
    top: -100px !important;
}

.checkbtn {
    position: absolute;
    right: 30px;
    display: none;
}

#check {
    position: absolute;
    right: 30px;
    display: none;
}

/* swiper */

/* Container */

.container {
    padding-right: 15px;
    padding-left: 15px;
    width: 1170px !important;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-around;
}

.yaz5-arka {
    background-color: white;
    margin-top: -45px !important;
    margin-left: -30px;
    z-index: 999999;
    width: 40% !important;
    padding-right: 35px !important;
}

.yaz5 {
    font-family: 'Avenir LT Std';
    font-size: 42px;
    margin-top: 90px;
    margin-left: 18px;
}

.yaz6 {
    font-family: 'Avenir LT Std';
    font-size: 18px;
    width: 100%;
    margin-left: 20px;
    margin-top: 30px;
}

.yaz5 p {
    font-family: 'Source Sans Pro';
    font-size: 35px !important;
}

.yaz6 p {
    font-size: 15px !important;
    width: 100%;
    margin-top: 30px;
    font-family: 'Avenir-Roman';
}

.krslider {
    overflow: hidden;
    /* width: 572px; */
    /* width: 106%; */
    /* height: 84%; */
    position: relative;
    z-index: 999999;
    left: 13px;
    top: 50px;
}

.back {
    top: -7px;
    /* border: 3px solid #004e6f; */
    width: 49rem;
    position: absolute;
    height: 34rem;
    left: 27px;
}

.swiper-container {
    width: 572px;
    height: 382px;
    transition: all 0.3s ease-in-out;
    align-items: center;
}

.swiper-container:hover {
    object-fit: cover;
    transform: scale(0.95);
}

.resim-index {
    width: 100%;
    height: 100%;
    /* Resimlerin bozulmasını önler */
}

.yaz5-link {
    color: #506870;
    text-decoration: none;
}


/* Container */

/* met1 */
.met1 {
    color: #838383;
    font-size: 20px;
    font-family: 'Source Code Variable';
    text-align: center;
    padding: 90px 190px 110px;
    background-color: #f3f3f3;
    margin-top: 0px;
}

.met1 p {
    font-size: 18px;
    color: #838383;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

.met1 h1:nth-child(2) {
    color: black;
    word-spacing: 15px;
    font-family: 'Panther Demo';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
}

/* met1 */

/* urn */

section.urn {
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 0px;
    background-color: #f3f3f3;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.eft {
    position: relative;
    margin-bottom: 24px;
    margin: auto;
    padding: auto;
    text-align: center;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.eft:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.üst-img-kpsyc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: auto;
    margin: auto;
    text-align: center;
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
}

.mid {
    transition: .5s ease;
    background-color: #106091b7;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 7px;
}

.eft:hover .mid {
    opacity: 1;
}

.üst-img {
    text-align: center;
    margin: auto;
    margin-top: 6.5rem;
    width: 100px;
    height: 100px;
}

.yz1-hvr {
    font-family: "'Raleway'", sans-serif;
    color: #37535b;
    font-weight: 900;
    font-size: 16px;
    padding: 17px 32px;
}

img.w-100 {
    width: 100%;
    height: 85%;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.button2 {
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
}

.button2 img {
    margin: auto;
    text-align: center;
    height: 100px;
    width: 100px;
    margin-top: 6rem;
}

.yz1 {
    font-family: "'Raleway'", sans-serif;
    color: white;
    font-weight: 900;
    font-size: 16px;
    padding: 16px 32px;
}

.yz1_3 {
    font-family: 'Avenir-Medium';
    color: white;
    font-weight: 300;
    font-size: 15px;
    padding: 16px 32px;
}

/* urn */

/* footer */

.footer {
    width: 100%;
    float: left;
    position: relative;
    top: 150px;
    bottom: 0;
}

.footer_iletisim {
    width: 50%;
    height: 450px;
    float: left;
    position: relative;
    top: 50px;
    background-color: white;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
}

.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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;
    box-sizing: border-box;
}

.footer-iletisim-2 {
    width: 97%;
    background-color: #38535c;
    height: 120%;
    float: right;
}

.footer_iletisim_ic>.w100 {
    width: 90% !important;
    margin-bottom: 30px;
}

.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 {
    position: relative;
    z-index: 9999;
    top: -20px;
    float: right;
    width: 50%;
    height: 600px;
}

.footer_map iframe {
    height: 600px !important;
}

.footer_copyright {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: absolute;
    right: 400px;
    padding: 10px 0;
    bottom: 0;
    text-align: center;
    font-size: 13px;
    color: #717171;
}


.footer_baslik {
    margin: 40px 0 !important;
    color: #fff !important;
    background-color: unset !important;
    font-size: 21px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Avenir-Roman' !important;
    border-bottom: 1px solid rgb(255, 255, 255, 0.5);
    padding: 5px 40px !important;
}

.footer_baslik h3 {
    font-size: 21px;
    font-family: 'Avenir-Roman' !important;
}

.footer_acıklama {
    background-color: unset !important;
    color: #9ba2a4;
    font-size: 18px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Avenir-Roman';
    margin-bottom: 10px;
    line-height: 50px;
    text-decoration: none;
}

.footer_acıklama span {
    margin: 0;
    font-size: 18px !important;
    color: rgb(255, 255, 255, 0.5);
}

.footer_acıklama a {
    font-size: 18px;
    text-decoration: none;
    color: white;
}

.footer_iletisim-tel {
    background-color: unset !important;
    color: #fff;
}

.footer_iletisim-tel h2 {
    background-color: unset !important;
    color: #fff;
    font-weight: bold;
}

.footer_btn {
    margin-top: 30px;
}

.btn10 {
    margin-top: 0px !important;
    color: #000;
    background: #fff;
    padding: 0 !important;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    cursor: pointer;
}

.btn10 a {
    padding: 0 !important;
    text-decoration: none;
    font-weight: bold;
    color: black;
    cursor: pointer;
}

/* footer */
.yz1_3 {
    display: none;
}


/* SCROLL BAR */
/* width */
::-webkit-scrollbar {
    width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #004e6f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #004e6f;
}

#scrollBtn {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    background-color: rgb(0, 123, 255, 0.5);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    z-index: 999999;
}

#scrollBtn:hover {
    background-color: #0056b3;
}

/* SCROLL BAR */

/* index son */

/* Tarihce */
.kurum-2 {
    margin-top: 400px;
}

.ustımg {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 20rem; */
    position: relative;
}

.ustımg img {
    width: 100%;
    height: 500px;
}

.ustyz {
    position: absolute;
    margin-top: 45px;
    bottom: 3%;
    left: 7.5%;
}

.ustyz h2 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 16px;
    text-align: start;
}

.ustyz h1 {
    color: #ffffff;
    font-family: 'Source Serif Pro';
    font-size: 70px;
}

.ustyz-logo {
    position: absolute;
    bottom: 3%;
    right: 3%;
}

.ustyz-logo img {
    width: 160px !important;
    height: auto !important;
}

.container-krm {
    width: 85%;
}

.pageyzi {
    position: relative;
    padding-top: 125px;
    padding-bottom: 110px;
    background-color: #fff;
    margin-top: -12px;
    margin-left: 100px;
}

.pageyzi h1 {
    font-family: "Abel Pro bold", sans-serif;
    font-size: 30px;
    color: #004e6f;
    margin-bottom: 5px;
}

.pageyzi h2 {
    font-family: "Abel Pro", sans-serif;
    font-size: 25px;
    color: #004e6f;
    padding-bottom: 35px;
    margin-top: 10px;
}

.pageyzi p {
    width: 90%;
    font-family: 'Avenir-Roman';
    font-size: 20px;
    color: #171a23;
}

.urn4 {
    width: 50% !important;
    display: inline-block;
    margin-bottom: -300px;
}

.urn3 {
    width: 50% !important;
    padding-top: 100px !important;
    margin-bottom: 100px;
}

.img-fluid {
    width: 88%;
    transition: 0.5s;
}

.img-fluid:hover {
    transform: scale(0.95);
}

.pageyzi-3 {
    padding: 50px 10px 100px 70px;
    width: 50%;
    float: left;
    background-color: whitesmoke;
}

.pageyzi-3 h3 {
    color: #004e6f;
    font-weight: 600;
}

.pageyzi-3 p {
    margin-top: 50px;
    width: 75%;
    font-family: 'Avenir-Roman';
    font-size: 20px;
    color: #171a23;
}

.page-img {
    position: relative;
    top: -100px;
    float: left;
    width: 50%;
}

.img1 {
    margin-bottom: 10px;
}

/* Tarihce */

/* Sürdürülebilirlik */
.sürdürülebilir-img {
    width: 480px;
    transform: none !important;
}

.sürdürülebilir-img-div {
    content: "";
    position: relative;
    top: -640px;
    left: 0;
    width: 480px;
    height: 320px;
    background-color: rgba(16, 108, 174, 0.7);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;

}

.sürdürülebilir-img-div2 {
    width: max-content !important;
}

.sürdürülebilir-img-div2:hover~.sürdürülebilir-img-div,
.sürdürülebilir-img-div2:hover .img-yazi {
    opacity: 1;
}

.img-yazi {
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
    position: relative;
    z-index: 9999;
    width: 100%;
    height: 320px;
    top: -320px;
    text-align: center;
    transition: 0.5s;
}

.img-yazi h2 {
    font-family: 'Abel Pro', sans-serif;
    font-size: 15px;
    color: white;
    transition: 1s;
}

.img-yazi h2:hover,
.img-yazi h3:hover {
    color: black;
}

.img-yazi h3 {
    font-family: "Abel Pro", sans-serif;
    font-size: 25px;
    color: white;
    transition: 1s;
}

/* Sürdürülebilirlik */

/* İLETİŞİM */

.iletisim-footer {
    top: -20px;
}

.footer_map-iletisim {
    top: 40px;
}

.footer_copyright2 {
    margin: 0;
    padding: 0;
}

.footer-iletisim-2-iletisim {
    background-color: #fff;
}

.footer-iletisim-2-iletisim .table .table_dik_ortala .footer_iletisim_ic {
    margin-top: -70px;
}

.footer-iletisim-2-iletisim .table .table_dik_ortala .footer_iletisim_ic .footer_baslik {
    display: none;
}

.footer-iletisim-2-iletisim .table .table_dik_ortala .footer_iletisim_ic .footer_baslik h3 {
    display: none;
}

.footer-iletisim-2-iletisim .table .table_dik_ortala .footer_iletisim_ic .footer_acıklama span {
    color: #506870 !important;
}

.footer-iletisim-2-iletisim .table .table_dik_ortala .footer_iletisim_ic .footer_acıklama a {
    color: #506870 !important;
}

.footer-iletisim-2-iletisim .table .table_dik_ortala .footer_iletisim_ic .footer_iletisim-tel span {
    color: #506870 !important;
}

.footer-iletisim-2-iletisim .table .table_dik_ortala .footer_iletisim_ic .footer_iletisim-tel h2 {
    color: #506870 !important;
}

.footer-iletisim-2-iletisim .table .table_dik_ortala .footer_iletisim_ic .footer_iletisim-tel a {
    text-decoration: none;
    font-size: 20px;
    color: #506870 !important;
}

.footer_btn-iletisim {
    height: 40px;
    background-color: #506870;

}

.footer_btn-iletisim a {
    color: #fff;
}

/* İLETİŞİM */