.bgrenk1 {
    background: #fff !important;
    color: #222;
}

.site-bosluk-hizala {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.WhatsApp {
    width: 51px;
    height: 51px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: url(../images/icon/WhatsApp.png);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    z-index: 99;
}

body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Jost', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #00050B;
}

#yukaricik {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 999999;
}

a {
    text-decoration: none !important;
    color: #23282d;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul {
    padding: 0px;
    margin: 0px;
}

.font1 {
    font-family: 'Barlow', sans-serif;
}


/* Header BaÅŸlangÄ±Ã§*/

.header-menu {
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 1030;
    background: #000;
    display: flex;
    justify-content: center;
    padding: 25px 0px;
}

.header-menu .sosyal {
    margin-left: auto;
    display: inline-flex;
    justify-content: flex-end;
    margin-bottom: 23px;
    border-bottom: 1px solid #ffffff24;
    padding-bottom: 8px;
    margin-top: 18px;
    padding-left: 100px;
    color: #fff;
}

.header-menu .sosyal li.tell {
    margin-right: 15px;
    font-size: 17px;
}

.header-menu .sosyal li.tell b {
    font-weight: 700;
}

.header-menu .sosyal span {
    margin-right: 15px;
}

.header-menu .sosyal li {
    list-style: none;
    margin-left: 5px;
    display: inline-block;
}

.header-menu .sosyal li a {
    color: #C63617;
    width: 27px;
    height: 27px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu .sosyal li a i {
    font-size: 15px;
    padding-right: 0px;
}

.header-menu .sosyal li a:hover {
    color: #4465ad;
    text-decoration: none;
}

.header-menu .navbar {
    width: 100%;
    background: transparent;
    justify-content: center;
    display: flex;
}

.header-menu .navbar .container {
    max-width: 1140px;
}

.header-menu .action-btn__search {
    width: 90px;
    line-height: 90px;
    padding: 0 36px;
    border-left: 1px solid #eaeaea;
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    height: 90px;
}

.header-menu .action-btn__search:focus {
    outline: none;
    cursor: pointer;
}

.header-menu .btn__primary {
    background-color: #E3000F;
    color: #fff;
    height: 91px;
    line-height: 91px;
    border-radius: 0;
    min-width: 240px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu .btn__primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    -webkit-transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9), -webkit-transform .24s cubic-bezier(.37, .31, .31, .9);
}

.header-menu .btn__primary:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.header-menu .btn__primary span,
.header-menu .btn__primary i {
    position: relative;
    z-index: 9;
}

.header-menu .btn__primary i {
    position: relative;
    z-index: 9;
    color: #E3000F;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 0px;
    display: inline-block;
    margin-left: 25px;
}

.header-menu .btn__primary:hover i {
    color: #222;
}

.header-menu .navbar-brand {
    padding: 0 0px 0 0px;
    line-height: 90px;
}

.header-menu .navbar-brand img {
    height: 55px;
}

.header-menu .nav {
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
    margin: 0px auto;
}

.header-menu .nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.header-menu .nav li {
    position: relative;
    padding-left: 30px;
}

.header-menu .nav li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0px;
}

.header-menu .nav li a:active {
    color: #C63617;
}

.header-menu .nav li a.active {
    color: #C63617;
}

.header-menu .nav li li a.active {
    color: #C63617;
}

.header-menu .nav li a:hover {
    color: #C63617;
}

.header-menu .nav li li a:hover {
    color: #C63617;
}

.header-menu .nav ul li {
    display: inline-block
}

.header-menu .nav ul {
    display: block
}

.header-menu .nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    background: #fff;
    min-width: 210px;
}

.header-menu .nav ul ul ul {
    top: 5px;
    left: 100%;
    z-index: 902;
    background: #fff;
}

.header-menu .nav ul ul ul ul {
    z-index: 903;
    background: #fff;
}

.header-menu .nav ul ul ul ul ul {
    z-index: 904;
    background: #fff;
}

.header-menu .nav ul ul li.nav-left>ul {
    left: auto;
    right: 95%
}

.header-menu .nav-no-js .nav li:hover>ul {
    display: block
}

.header-menu .nav>ul>.nav-submenu>a:after {
    content: "\eab6";
    font-family: "fontello";
}

.header-menu .nav li.nav-active>a,
.header-menu .nav li:hover>a {
    color: #C63617;
    background: transparent;
}

.header-menu .nav .nav-submenu>ul {
    margin-left: 0px
}

.header-menu .nav .nav-submenu>ul li {
    padding-left: 0px;
    margin-left: 0px;
    display: block;
    width: 100%;
}

.header-menu .nav .nav-submenu>ul li a {
    width: 100%;
    display: flex;
    padding: 5px 10px 5px 10px;
    line-height: 28px;
    color: #000;
}

.nav .nav-submenu>a:after {
    content: "\eab8";
    font-family: "fontello";
    margin-left: auto;
    padding-left: 10px;
}

.header-menu .top-header {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    padding-right: 50px;
    padding-left: 50px;
}

.header-menu .top-header .adres li:first-child {
    padding: 0px;
}

.header-menu .top-header .adres li {
    float: left;
    color: #9b9b9b;
    list-style: none;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 6px;
}

.header-menu .top-header .adres li i {
    font-size: 15px;
    padding-right: 9px;
    color: #9b9b9b;
}

.header-menu .top-header .adres li span {
    font-weight: 400;
    padding-left: 4px;
}

.header-menu .top-header .sosyal {
    margin-left: auto;
}

.header-menu .top-header .sosyal li:first-child {
    margin: 0px;
}

.header-menu .top-header .sosyal li {
    float: left;
    list-style: none;
    margin-left: 15px;
}

.header-menu .top-header .sosyal li a {
    color: #1B1A1A;
}

.header-menu .top-header .sosyal li a i {
    font-size: 15px;
    padding-right: 0px;
    display: inline-flex;
}

.header-menu .top-header .sosyal li a:hover {
    color: #4465ad;
    text-decoration: none;
}

.header-menu .top-header .dil li {
    float: left;
    list-style: none;
    margin-left: 10px
}

.header-menu .top-header .dil li a {
    float: left;
    font-size: 13px;
    color: #333;
    line-height: 19px;
    text-decoration: none;
}

.header-menu .top-header .dil li a>span {
    float: left;
    font-size: 13px;
    color: #888;
    line-height: 19px;
}

.header-menu .top-header .dil li a .icon {
    float: left;
    width: 22px;
    padding-right: 3px;
}

.header-menu .top-header .dil li a .icon img {
    width: 100%
}

.bd-menu .header-menu {
    display: none;
}

.header-top-sosyal {
    display: flex;
}

.header-top-sosyal li:first-child {
    margin-left: 0px;
}

.header-top-sosyal li {
    list-style: none;
    margin-left: 15px;
}

.header-top-sosyal li a {
    color: #F6E9D7;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border: solid 2px #f6e9d754;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-sosyal li a:hover {
    background: #F6E9D7;
    color: #C63617;
}

.header-top-dil {
    display: flex;
    padding-right: 20px;
}

.header-top-dil li {
    list-style: none;
    margin-left: 22px;
    position: relative;
}

.header-top-dil li a {
    color: #fff;
    font-size: .70em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .0278em;
    display: flex;
    align-items: center;
}

.header-top-dil li a:hover {
    color: #C63617;
}

.header-top-dil li:first-child:before {
    display: none;
}

.header-top-dil li:before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -4px;
    height: 9px;
    width: 1px;
    background-color: #ffffff77;
}

.header-top-dil li a .icon {
    width: 20px;
    margin-right: 5px;
    display: flex;
}

.header-top-dil li a .icon img {
    width: 100%;
}


/* Header Son*/


/* search-menu */

.header-menu .mobil-search-b .svgIcon {
    fill: #000;
    height: 22px;
    width: 22px;
}

.header-menu .mobil-search-b .kapat {
    display: none;
    width: 18px;
    height: 18px;
}

.header-menu .mobil-search-b.mobil-search-b-open .ac {
    display: none;
}

.header-menu .mobil-search-b.mobil-search-b-open .kapat {
    display: block;
}

.search-menu {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: auto;
    color: white;
    background-color: transparent;
    -webkit-transition: background-color 250ms ease 150ms;
    transition: background-color 250ms ease 150ms;
    -moz-transition: background-color 250ms ease 150ms;
    -ms-transition: background-color 250ms ease 150ms;
    -o-transition: background-color 250ms ease 150ms;
    padding: 50px;
    opacity: 0;
    z-index: -9999;
    overflow: hidden;
}

.search-menu ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.search-menu ::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.search-menu ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #CC0000;
}

.search-menu:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 300vw;
    height: 300vh;
    background-color: #7700E5;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%) scale(0);
    -ms-transform: translate(50%, -50%) scale(0);
    transform: translate(50%, -50%) scale(0);
    -webkit-transition: transform 200ms ease 150ms;
    transition: transform 200ms ease 150ms;
}

.search-menu.search-menu-open {
    z-index: 99;
    opacity: 1;
}

.search-menu.search-menu-open:before {
    -webkit-transform: translate(50%, -50%) scale(1);
    -ms-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
    -webkit-transition: transform 200ms ease 150ms;
    transition: transform 200ms ease 150ms;
}

.search-menu .ust {
    width: 100%;
    height: auto;
    position: relative;
}

.search-menu .ust {
    opacity: 0;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
}

.search-menu.search-menu-open .ust {
    opacity: 1;
}

.search-menu .ust .navbar-brand img {
    height: 44px;
}

.search-menu .ust .mobil-search-b {
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #CC0000;
    height: 38px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
    border: none;
    box-shadow: none;
    font-weight: 600;
    cursor: pointer;
}

.search-menu .ust .mobil-search-b .svgIcon {
    fill: #CC0000;
    height: 12px;
    width: 12px;
    margin-left: 10px;
}

.search-menu .ust .mobil-search-b .svgIcon path {
    fill: #CC0000;
}

.search-menu .ust .mobil-search-b:focus {
    outline: none;
    box-shadow: none;
}


/**/

.search-menu .orta .container {
    max-width: 840px;
}

.search-menu form {
    width: 100%;
    position: relative;
}

.search-menu .form-input {
    box-sizing: border-box;
    color: white;
    width: 100%;
    padding: 0px;
    background: 0;
    border: 0;
    font-size: 32px;
    line-height: 82px;
    opacity: 0;
    -webkit-transform: translateY(.6rem);
    -ms-transform: translateY(.6rem);
    transform: translateY(.6rem);
    -webkit-transition: transform 250ms ease, opacity 150ms ease 100ms;
    transition: transform 250ms ease, opacity 150ms ease 100ms;
    font-weight: 400;
}

.search-menu .form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(.6rem);
    -ms-transform: translateY(.6rem);
    transform: translateY(.6rem);
    -webkit-transition: transform 250ms ease, opacity 150ms ease 100ms;
    transition: transform 250ms ease, opacity 150ms ease 100ms;
    background: transparent;
    border: none;
    background: transparent;
    opacity: 0;
    cursor: pointer;
}

.search-menu .form-submit .svgIcon {
    fill: #fff;
    height: 38px;
    width: 38px;
}

.search-menu .form-submit .svgIcon path {
    fill: #fff;
}

.search-menu.search-menu-open .form-input,
.search-menu.search-menu-open .form-submit {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 400ms ease 550ms, opacity 100ms ease 550ms;
    transition: transform 400ms ease 550ms, opacity 100ms ease 550ms;
}

.search-menu.search-menu-open .form-input:focus,
.search-menu.search-menu-open .form-submit:focus {
    outline: none;
}

.search-menu .form-input::placeholder {
    color: #000;
    opacity: 15%
}

.search-menu .form-input:-ms-input-placeholder {
    color: #000;
    opacity: 15%
}

.search-menu .form-input::-ms-input-placeholder {
    color: #000;
    opacity: 15%
}

.search-menu.search-menu-open .form-input:focus {
    outline: none;
    box-shadow: none;
}

.search-menu .search-form:after {
    display: block;
    content: ' ';
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 250ms ease 250ms;
    transition: transform 250ms ease 250ms;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.search-menu.search-menu-open .search-form:after {
    transform: scaleX(1);
    -webkit-transition: transform 250ms ease 250ms;
    transition: transform 250ms ease 250ms;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.search-menu .search-nav {
    width: 100%;
    position: relative;
    text-align: center;
    display: inline-flex;
    margin-top: 30px;
    justify-content: center;
}

.search-menu .search-nav .search-nav-baslik1 {
    opacity: 0;
    -webkit-transform: translateY(-.6rem);
    -ms-transform: translateY(-.6rem);
    transform: translateY(-.6rem);
    -webkit-transition: transform 250ms ease, opacity 150ms ease 100ms;
    transition: transform 250ms ease, opacity 150ms ease 100ms;
    margin-right: 20px;
    font-weight: 700;
}

.search-menu.search-menu-open .search-nav-baslik1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.search-menu .nav-group {
    display: inline-block;
    margin: 0px 20px;
    opacity: 0;
    -webkit-transform: translateY(-.6rem);
    -ms-transform: translateY(-.6rem);
    transform: translateY(-.6rem);
    -webkit-transition: transform 250ms ease, opacity 150ms ease 100ms;
    transition: transform 250ms ease, opacity 150ms ease 100ms;
}

.search-menu .nav-group li {
    text-align: left;
    list-style: none;
}

.search-menu .nav-group a {
    color: #fff;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    text-align: left;
    font-size: 13px;
}

.search-menu .nav-group a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.search-menu.search-menu-open .nav-group {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* Arama Son */


/* slider başlangıç*/

.banner-bg {
    width: 100%;
    height: auto;
    position: relative;
    background: #001526;
    overflow: hidden;
}

.banner-bg .swiper-button-next,
.banner-bg .swiper-container-rtl .swiper-button-prev {
    right: 40px;
    left: auto;
}

.banner-bg .swiper-button-prev {
    right: auto;
    left: 40px;
}

.banner-bg .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner-bg .swiper-slide {
    background-size: cover;
    background-position: center;
}

.banner-bg .gallery-top {
    width: 100%;
}

.banner-bg .gallery-top .swiper-slide {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.banner-bg .slider-sektor {
    box-sizing: border-box;
    padding: 0px 0;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.banner-bg .gallery-thumbs {
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.banner-bg .gallery-thumbs .swiper-slide {
    position: relative;
    height: 180px;
    cursor: pointer;
    color: #fff;
    text-align: left;
    background-size: cover !important;
    background-position: center !important;
}

.banner-bg .gallery-thumbs .swiper-slide .baslik {
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
}

.banner-bg .gallery-thumbs .swiper-slide .textt-slide {
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 1;
    opacity: 1;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    display: flex;
    align-items: flex-end;
    padding: 0px;
}

.banner-bg .gallery-thumbs .swiper-slide .textt-slide .hero__slide-nav-progress {
    background-color: #7600e3;
    height: 5px;
    margin-bottom: 1.5rem;
    transition: width linear;
    width: 0;
    transition-duration: 5500ms;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
}

.banner-bg .gallery-thumbs .swiper-slide-thumb-active .hero__slide-nav-progress {
    width: calc(100% + 0px) !important;
    visibility: visible;
    opacity: 1 !important;
}

.banner-bg .gallery-thumbs .swiper-slide-thumb-active .textt-slide {
    background: transparent;
    opacity: 1;
}

.banner-bg .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    background: transparent;
    padding-top: 0px;
    transition: transform .2s;
}

.banner-bg .gallery-thumbs .swiper-slide:hover .textt-slide {
    opacity: 1;
    transition: transform .2s;
}

.banner-bg .gallery-thumbs .swiper-slide:hover {
    transition: transform .2s;
}

.banner-bg .swiper-slide .text-bg {
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.397);
}

.banner-bg .swiper-slide .text-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2462156488654319) 19%, rgba(255, 255, 255, 0) 40%);
}

.banner-bg .swiper-slide .text-bg .textic {
    width: 100%;
    max-width: 450px;
    position: relative;
    color: #fff;
    margin-top: -70px;
}

.banner-bg .swiper-slide .text-bg .text1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
}

.banner-bg .swiper-slide .text-bg .text2 {
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.banner-bg .swiper-slide .text-bg .text2 span {
    font-weight: 300;
    display: inline-block;
}

.banner-bg .swiper-slide .text-bg .text3 {
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 42px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.banner-bg .swiper-slide .text-bg .text4 {
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 90%;
}

.banner-bg .buttons-bg {
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 99;
}

.banner-bg .buttons-bg .container {
    align-items: center;
    display: flex;
    position: relative;
    padding: 0px;
}

.banner-bg .buttons-bg .container::before {
    content: '';
    position: absolute;
    left: -100%;
    background: #F5F5F5;
    width: 100%;
    height: 100%;
}

.banner-bg .buttons-bg .container::after {
    content: '';
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    height: 100%;
}

.banner-bg .buttons-bg a.button {
    display: flex;
    height: 133px;
    background: #f5f5f5;
    color: #434343;
    padding: 0px 50px;
    align-items: center;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
}

.banner-bg .buttons-bg a.button.button1 {
    padding-left: 15px;
}

.banner-bg .buttons-bg a.button .icon {
    display: block;
    margin-bottom: 15px;
    color: #C63617;
}

.banner-bg .buttons-bg a.button .icon .svgIcon {
    fill: #C63617;
    height: 33px;
    width: 33px;
}

.banner-bg .buttons-bg a.button .icon path {
    fill: #C63617;
}

.banner-bg .buttons-bg a.button .baslik {
    display: block;
}

.banner-bg .buttons-bg a.button .baslik2 {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
}

.banner-bg .buttons-bg a.button.button2 {
    background: #C63617;
    color: #fff;
}

.banner-bg .buttons-bg a.button.button2 .icon {
    display: block;
    margin-bottom: 22px;
    color: #fff;
}

.banner-bg .buttons-bg a.button.button2 .icon .svgIcon {
    fill: #fff;
}

.banner-bg .buttons-bg a.button.button2 .icon path {
    fill: #fff;
}

.banner-bg .buttons-bg a.button.button3 {
    background: #fff;
    color: #000;
}

.banner-bg .buttons-bg a.button.button3 .icon {
    display: block;
    margin-bottom: 22px;
    color: #000;
}

.banner-bg .buttons-bg-slider {
    align-items: center;
    margin-top: 40px;
}

.banner-bg .buttons-video {
    display: flex;
    transition: all 300ms ease 0s;
}

.banner-bg .buttons-video span {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
    background: #C63617;
    width: 169px;
    height: 38px;
    border-radius: 110px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    font-size: 14px;
}

.banner-bg .buttons-video:hover span {
    box-shadow: 0px 0px 20px #C63617;
}

.banner-bg .buttons-video .buttons-video-play {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #C63617;
    width: 38px;
    height: 38px;
    margin-left: -38px;
}

.banner-bg .buttons-video .buttons-video-play .svgIcon {
    fill: #C63617;
    height: 20px;
    width: 20px;
}

.banner-bg .buttons-video .buttons-video-play path {
    fill: #C63617;
}

.banner-bg .buttons-video .buttons-video-play:after {
    content: '';
    border: 2px solid #fff;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    left: -5px;
    top: -5px;
}

.banner-bg .buttons-video .radar:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    animation: pulses-small;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    -webkit-animation: pulses-small;
}

.banner-bg .buttons-video .radar:after {
    animation: pulses-small;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.banner-bg a.tumoyunlar {
    color: #fff;
    margin-left: 30px;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);
    padding-bottom: 5px;
    display: flex;
    line-height: 14px;
    align-items: center;
}

.banner-bg a.tumoyunlar .svgIcon {
    fill: #fff;
    height: 22px;
    width: 22px;
    margin-right: 10px;
}

.banner-bg a.tumoyunlar path {
    fill: #fff;
}

.banner-bg a.tumoyunlar:hover,
.banner-bg a.tumoyunlar:hover path,
.banner-bg a.tumoyunlar:hover .svgIcon {
    fill: #C63617;
    color: #C63617;
    border-color: #C63617;
}

@keyframes pulses {
    0% {
        width: 90px;
        height: 90px
    }

    100% {
        width: 98px;
        height: 98px;
        opacity: 0
    }
}

@keyframes pulses-small {
    0% {
        width: 60px;
        height: 60px
    }

    100% {
        width: 66px;
        height: 66px;
        opacity: 0
    }
}


/* slider Son*/

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}


/* Hakkımızda Başla*/

.hakkimizda {
    width: 100%;
    height: auto;
    position: relative;
}

.hakkimizda .container {
    position: relative;
}

.hakkimizda .hakkimizdaresimm {
    position: absolute;
    left: 0px;
    width: 614px;
    height: 650px;
    background: url('../images/hakkimizda.jpg') center;
    display: block;
    margin-left: -200px;
    background-size: cover !important;
}

.hakkimizda .hakkimizdatext {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    padding-left: 420px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hakkimizda .hakkimizdatext h1 {
    width: 100%;
    height: auto;
    margin-left: -150px;
    font-weight: 600;
    font-size: 30px;
}

.hakkimizda .hakkimizdatext h1 span {
    font-weight: 700;
    font-size: 40px;
}

.hakkimizda .hakkimizdatext p {
    width: 100%;
    height: auto;
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    opacity: 80%;
}

.pt-button span {
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.hakkimizda .pt-button {
    position: relative;
    width: auto;
    background: #E3000F;
    color: #fff;
    padding: 12px 30px;
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    margin-top: 25px;
}

.pt-button .pt-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pt-button .pt-button-line-left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    width: 0;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    opacity: 0;
}

.pt-button .pt-button-text {
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 15px;
}

.pt-button .pt-button-line-right {
    background: #fff;
    width: calc(60px - 1px);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    opacity: 1;
    margin-left: 15px;
    margin-right: -4px;
}

.pt-button:hover .pt-button-text {
    -moz-transform: translate(60px, 0px);
    -webkit-transform: translate(60px, 0px);
    -o-transform: translate(60px, 0px);
    -ms-transform: translate(60px, 0px);
    transform: translate(60px, 0px);
}

.pt-button:hover .pt-button-line-right {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.pt-button:hover .pt-button-line-left {
    width: 45px;
    opacity: 1;
    -moz-transform: translate(30px, 0px);
    -webkit-transform: translate(30px, 0px);
    -o-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
}


/* Hakkımızda Son */


/* Ürünler Başlangıç */

.urunler-icon {
    width: 100%;
    height: auto;
    padding: 0px 0px 100px;
    position: relative;
    z-index: 9;
}

.urunler-icon .urunler-icon-baslik {
    width: 100px;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: 6px;
    font-size: 17px;
    padding-top: 385px;
    text-transform: uppercase;
    font-weight: 500;
}

.urunler-icon .urunler-icon-baslik::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 250px;
    background: #C63617;
}

.urunler-icon .urunler-icon-baslik .baslikk {
    margin-top: 0px;
    width: 73px;
    height: 29px;
    white-space: nowrap;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    max-height: none;
    max-width: none;
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.urunler-icon .urunler-icon-sag {
    width: 100%;
    height: auto;
    padding-left: 100px;
}

.urunler-icon .urunler-icon-sag .urunler-icon-sag-ic {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 100px;
    background: #C63617;
    color: #fff;
    position: relative;
}

.urunler-icon .urunler-icon-sag .urunler-icon-sag-ic:after {
    content: '';
    position: absolute;
    right: -50%;
    width: 100%;
    height: 100%;
    background: #C63617;
    display: block;
    top: 0px;
    z-index: -1;
}

.urunler-icon a.liste {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    border-bottom: 1px solid #fff3;
}

.urunler-icon a.liste .icon {
    height: 90px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    height: 70px;
    position: relative;
}

.urunler-icon a.liste .icon .svgIcon {
    fill: #fff;
    height: 100%;
    width: auto;
}

.urunler-icon a.liste .icon .svgIcon path {
    fill: #fff;
}

.urunler-icon a.liste span {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    display: block;
}

.urunler-icon a.liste small {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: block;
    opacity: 70%;
}


/* Ürünler Son */

.site-baslik {
    width: 100%;
    height: auto;
}

.site-baslik h2 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
}


/* Referans Başla*/

.referans {
    width: 100%;
    height: auto;
    padding: 0px 0px 100px;
    position: relative;
    z-index: 9;
}

.referans .referans-baslik {
    width: 100px;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: 6px;
    font-size: 17px;
    padding-top: 320px;
    text-transform: uppercase;
    font-weight: 500;
}

.referans .referans-baslik::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #C63617;
}

.referans .referans-baslik .baslikk {
    margin-top: 0px;
    width: auto;
    height: 29px;
    white-space: nowrap;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    max-height: none;
    max-width: none;
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    background: #fff;
    padding: 0px 25px;
}

.referans .referans-sag {
    width: 100%;
    height: auto;
    padding-left: 100px;
}

.referans .referans-sag .referans-sag-ic {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    color: #fff;
}

.referans .referans-sag .referans-sag-ic .logo {
    width: 100%;
    border: solid 1px rgb(245, 245, 245);
    margin: 5px;
}

.referans .referans-sag .referans-sag-ic .logo img {
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.referans .referans-sag .referans-sag-ic .logo:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


/* Referans Son */


/* ayricaliklar Başla*/

.ayricaliklar {
    width: 100%;
    height: auto;
    padding: 0px 0px 50px;
    position: relative;
    z-index: 9;
}

.ayricaliklar .ayricaliklar-baslik {
    width: 100px;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: 6px;
    font-size: 17px;
    padding-top: 582px;
    text-transform: uppercase;
    font-weight: 500;
}

.ayricaliklar .ayricaliklar-baslik::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #C63617;
}

.ayricaliklar .ayricaliklar-baslik .baslikk {
    margin-top: 0px;
    width: auto;
    height: 29px;
    white-space: nowrap;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    max-height: none;
    max-width: none;
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    background: #fff;
    padding: 0px 25px;
}

.ayricaliklar .ayricaliklar-sag {
    width: 100%;
    height: auto;
    padding-left: 100px;
}

.ayricaliklar .ayricaliklar-sag .ayricaliklar-sag-ic {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    color: #fff;
}

.ayricaliklar a.liste {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 14px;
}

.ayricaliklar a.liste .resim {
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
    position: relative;
    display: block;
    color: #fff;
}

.ayricaliklar a.liste .hover {
    width: 100%;
    height: 100%;
    padding: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    background: #08932cb2;
    display: flex;
    opacity: 1;
}

.ayricaliklar a.liste .hover h2 {
    width: 100%;
    height: auto;
    font-size: 25px;
    font-weight: 500;
}

.ayricaliklar a.liste .hover p {
    width: 70%;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    opacity: 80%;
}

.ayricaliklar a.liste .hover .altt {
    width: 100%;
    height: auto;
    margin-top: auto;
}

.ayricaliklar a.liste .hover .altt .detay i {
    padding-left: 0px;
    transition: all 0.2s ease-in-out;
}

.ayricaliklar a.liste:hover .hover .altt .detay i {
    margin-left: 50px;
}

.ayricaliklar a.liste h4 {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
    position: relative;
    z-index: 9;
    display: none;
}


/* ayricaliklar Son */


/* talep-formu Başla*/

.talep-formu {
    width: 100%;
    height: auto;
    padding: 0px 0px 50px;
    position: relative;
    z-index: 9;
}

.talep-formu .site-baslik h2 {
    color: #fff;
}

.talep-formu .talep-formu-baslik {
    width: 100px;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: 6px;
    font-size: 17px;
    padding-top: 372px;
    text-transform: uppercase;
    font-weight: 500;
}

.talep-formu .talep-formu-baslik::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #C63617;
}

.talep-formu .talep-formu-baslik .baslikk {
    margin-top: 0px;
    width: auto;
    height: 29px;
    white-space: nowrap;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    max-height: none;
    max-width: none;
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    background: #fff;
    padding: 0px 25px;
}

.talep-formu .talep-formu-sag {
    width: 100%;
    height: auto;
    padding-left: 100px;
}

.talep-formu .talep-formu-sag .talep-formu-sag-ic {
    width: 100%;
    height: auto;
    padding: 50px 50px;
    color: #fff;
    background: #C63617;
    position: relative;
}

.talep-formu .talep-formu-sag .talep-formu-sag-ic:after {
    content: '';
    position: absolute;
    right: -30%;
    width: 100%;
    height: 100%;
    background: url('../images/teklif-al.jpg') center;
    display: block;
    top: 0px;
}

.talep-formu .talep-formu-sag .talep-formu-sag-ic .form2 {
    max-width: 60%;
    position: relative;
    z-index: 99;
}


/* talep-formu Son */


/* Footer Başlangıç */

footer {
    width: 100%;
}

footer .footer-orta {
    display: block;
    background: #060C14;
}

footer .footer-liste {
    width: 100%;
    height: auto;
}

footer .footer-liste span.baslikk {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 10px;
    display: block;
    min-height: 20px;
}

footer .footer-liste li:first-child {
    margin-top: 0px;
}

footer .footer-liste li {
    width: 100%;
    height: auto;
    margin-top: 2px;
    list-style: none;
}

footer .footer-liste li a {
    color: #fff;
    opacity: 80%;
    font-weight: 300;
    font-size: 14px;
}

footer .footer-alt {
    width: 100%;
    height: auto;
    background: rgb(0 8 16 / 3%);
    padding: 20px 0px;
}

footer .footer-alt li {
    list-style: none;
    display: inline-block;
}

footer .footer-alt li a {
    color: #fff;
    padding: 0px 50px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

footer .footer-alt li a i {
    padding-right: 10px;
}

footer .footer-bilgi {
    width: 100%;
    height: auto;
    background: #042139;
    padding: 20px 0px;
}

footer .footer-bilgi .sosyal {
    width: auto;
}

footer .footer-bilgi .sosyal li {
    display: inline-block;
    margin-left: 10px;
}

footer .footer-bilgi .sosyal li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #053054;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

footer .footer-bilgi .sosyal li a:hover {
    background: #1A2B49;
}

footer .footer-bilgi .bilgi-baslik {
    margin-right: 16px;
}

footer .footer-banka {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px 0px;
    color: #060C14;
}

footer .footer-banka li:first-child {
    margin-left: 0px;
}

footer .footer-banka li {
    display: inline-block;
    list-style: none;
    margin-left: 10px;
}

footer .footer-firma {
    width: 100%;
    height: auto;
}

footer .footer-firma {
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

footer .footer-firma .footer-text {
    font-size: 16px;
    opacity: 80%;
}

footer .footer-firma .footer-logo {
    height: 30px;
}

footer .footer-firma .footer-logo img {
    height: 100%;
}


/* footer2 Başla*/

.footer2 {
    width: 100%;
    height: auto;
    padding: 0px 0px 20px;
    position: relative;
    z-index: 9;
}

.footer2 .footer2-baslik {
    width: 100px;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: 6px;
    font-size: 17px;
    padding-top: 289px;
    text-transform: uppercase;
    font-weight: 500;
}

.footer2 .footer2-baslik::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #C63617;
}

.footer2 .footer2-baslik .baslikk {
    margin-top: 0px;
    width: auto;
    height: 29px;
    white-space: nowrap;
    transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    max-height: none;
    max-width: none;
    -webkit-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    background: #fff;
    padding: 0px 25px;
}

.footer2 .footer2-sag {
    width: 100%;
    height: auto;
    padding-left: 100px;
}

.footer2 .footer2-sag .footer2-sag-ic {
    width: 100%;
    height: auto;
    padding: 50px 50px;
    color: #000;
    background: #F4F4F4;
    position: relative;
}

.footer2 .footer2-sag .footer2-sag-ic:after {
    content: '';
    position: absolute;
    right: -30%;
    width: 100%;
    height: 100%;
    background: url(../images/footerbg.jpg) center;
    display: block;
    top: 0px;
}

.footer2 .footer-liste {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
}

.footer2 .footer-liste span.baslikk {
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    min-width: 10px;
    display: block;
    min-height: 20px;
}

.footer2 .footer-liste li:first-child {
    margin-top: 0px;
}

.footer2 .footer-liste li {
    width: 100%;
    height: auto;
    margin-top: 4px;
    list-style: none;
}

.footer2 .footer-liste li a {
    color: #000;
    opacity: 80%;
    font-weight: 300;
    font-size: 14px;
}

.footer2 .footer-liste-iletisim {
    width: 100%;
    height: auto;
}

.footer2 .footer-liste-iletisim li:first-child {
    margin-top: 0px;
}

.footer2 .footer-liste-iletisim li {
    width: 100%;
    height: auto;
    margin-top: 2px;
    list-style: none;
    color: #000;
    opacity: 80%;
    font-weight: 300;
    font-size: 14px;
    display: flex;
}

.footer2 .footer-liste-iletisim li .icon {
    color: #C63617;
    margin-right: 5px;
}

.footer2 .footer-liste-iletisim li .text {
    display: block;
}

.footer2 .footer-liste-iletisim li span {
    width: 100%;
    height: auto;
    margin-top: 2px;
    display: block;
}

.footer2 .footer-bilgi {
    width: 100%;
    height: auto;
    background: #eeeeee;
    padding: 20px 50px;
    color: #fff;
}

.footer2 .footer-bilgi .listee {
    width: 100%;
    height: auto;
}

.footer2 .footer-bilgi .listee li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.footer2 .footer-bilgi .listee li a {
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
}

.footer2 .footer-bilgi .listee li a:hover {
    color: #fbbe36;
}

.footer2 .footer-bilgi .sosyal {
    width: auto;
}

.footer2 .footer-bilgi .sosyal li {
    display: inline-block;
    margin-left: 5px;
}

.footer2 .footer-bilgi .sosyal li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #2B2A29;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer2 .footer-bilgi .sosyal li a:hover {
    background: #C63617;
    color: #fff;
}

.footer2 .footer-bilgi .bilgi-baslik {
    margin-right: 16px;
    color: #aaa;
}


/* footer2 Son */

.intro {
    width: 100%;
    height: auto;
}

.intro .resim {
    background-position: center !important;
    background-size: cover !important;
}

.intro .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #090d108a;
}

.intro .text .logo {
    transition: all .5s ease-out;
    display: block;
    transform: translateY(-30%);
}

.intro .text:hover .logo {
    transform: translateY(-40%);
}

.intro .text:hover {
    background: #090d10ce;
}

.yarismaKosullari {
    padding: 30px;
    background: #F6FDFF;
    overflow: hidden;
}

.yarismbgUl {
    width: 100%;
    margin-top: 0px;
}

.yarismbgUl .yarismbgUl_Li {
    width: 100%;
    height: calc(100vh - 55px);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-color: rgba(142, 142, 136, 0.125);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 48px 48px 72px;
    border-top: 0px;
    border-bottom: 0px;
    justify-content: center;
}

.yarismbgUl .yarismbgUl_Li .resim {
    width: 100%;
    max-width: 600px;
    height: 365px;
    display: flex;
    align-items: flex-end;
    transition: all 0.9s;
}

.yarismbgUl .yarismbgUl_Li .resim img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.yarismbgUl .yarismbgUl_Li h3 {
    font-size: 40px;
    margin-top: 32px;
    transition: 1s cubic-bezier(0.33, 0, 0.13, 1);
    transition: all 0.9s;
}

.yarismbgUl .yarismbgUl_Li .logo {
    font-size: 40px;
    margin-top: 32px;
    transition: 1s cubic-bezier(0.33, 0, 0.13, 1);
    transition: all 0.9s;
}


.yarismbgUl .yarismbgUl_Li .logo img {
    height: 100px;
}

.yarismbgUl .yarismbgUl_Li .logo img.img1 {
    height: 50px;
}

.yarismbgUl .yarismbgUl_Li .logo img.img2 {
    height: 50px;
}

.yarismbgUl .yarismbgUl_Li .detay {
    display: block;
    background-color: #F6FDFF !important;
    padding: 8px 32px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.9s;
    border-color: #7C97AB !important;
    border-width: 1px 1px 1px 1px;
    color: #0a578e !important;
    border-style: solid;

}

.yarismbgUl .yarismbgUl_Li .bilgi1 {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-top: 16px;
    transition: all 0.9s;
}

.yarismbgUl .yarismbgUl_Li .bilgi1 li {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    list-style: none;
}

.yarismbgUl .yarismbgUl_Li p {
    font-size: 14px;
    max-width: 450px;
    margin-top: 16px;
    transition: all 0.9s;
    line-height: 1.4;
}


/* Hover */

.yarismbgUl .yarismbgUl_Li:hover .resim {
    transform: translateY(30px);
    opacity: 0;
}

.yarismbgUl .yarismbgUl_Li:hover h3 {
    transform: translateY(158px);
    opacity: 0;
}

.yarismbgUl .yarismbgUl_Li:hover .logo {
    transform: translateY(158px);
    opacity: 0;
}

.yarismbgUl .yarismbgUl_Li:hover .detay {
    transform: translateY(50px);
    opacity: 0;
}

.yarismbgUl .yarismbgUl_Li:hover .bilgi1 {
    transform: translateY(50px);
    opacity: 0;
}

.yarismbgUl .yarismbgUl_Li:hover p {
    transform: translateY(50px);
    opacity: 0;
}


/*hoverYarisma*/

.yarismbgUl_Li .hoverYarisma {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    transition: all 0.9s;
    color: #fff;
}

.yarismbgUl_Li .hoverYarisma::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    z-index: 1;
    pointer-events: none;
}

.yarismbgUl_Li .hoverYarisma img {
    transform: scale(1.3);
    transition: all 0.9s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.yarismbgUl_Li:hover .hoverYarisma img {
    transform: scale(1);
}

.yarismbgUl_Li:hover .hoverYarisma {
    opacity: 1;
    transition: all 0.9s;

}

.yarismbgUl_Li .hoverYarisma .textbg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9;
}

.yarismbgUl_Li .hoverYarisma .textbg {
    width: 100%;
    height: auto;
    transition: all 0.9s;
}

.yarismbgUl_Li:hover .hoverYarisma .textbg {
    width: 100%;
    height: auto;
    transition: all 0.9s;

}

.yarismbgUl_Li .logo11 {
    margin-bottom: 25px;
}

.yarismbgUl_Li .logo11 img{
    height: 60px;
    transform: none!important;
    width: auto;
}


.yarismbgUl_Li:hover .hoverYarisma .textbg h4 {
    margin-bottom: 25px;
    font-size: 50px;
}

.yarismbgUl_Li .link-arrow {
    color: #fff;
}

.yarismbgUl_Li .link-arrow .svgIcon {
    fill: #fff;
}

.yarismbgUl_Li .link-arrow .svgIcon path {
    fill: #fff;
}

/* butonlar*/

.link-arrow {
    position: relative;
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 15px;
    min-height: 1.1em;
    overflow: hidden;
    line-height: 1;
    padding-left: 35px;
    padding-right: 35px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #000;
}

.link-arrow svg {
    position: absolute;
    left: 0;
    width: 20px;
    transform: translateX(-100%);
    transition: all 0.9s;
}

.link-arrow__text {
    height: 79px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
    transition: all 0.9s;
}

.link-arrow__text span {
    display: block;
    height: 12px;
    transition: all 0.9s;
    font-size: 14px;
    font-weight: 500;
}

.link-arrow:focus svg,
.link-arrow:hover svg {
    left: calc(100% - 20px);
}

.link-arrow:focus .link-arrow__text,
.link-arrow:hover .link-arrow__text {
    transform: translateY(-4.4em);
}


/* YarÄ±ÅŸma KoÅŸullarÄ±*/