﻿


html {
  width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: 'ATRotisSemiSans';
  src: url('font/ATRotisSemiSans.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ATRotisSemiSans-Bold';
  src: url('font/ATRotisSemiSans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ATRotisSemiSans-ExtraBold';
  src: url('font/ATRotisSemiSans-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'ATRotisSemiSans-Italic';
  src: url('font/ATRotisSemiSans-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ATRotisSemiSans-Light';
  src: url('font/ATRotisSemiSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Varsayılan font ayarını yapın */
html, body {
  font-family: 'ATRotisSemiSans', sans-serif;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  padding-top: 0;
  font-size: 15px;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

a:hover {
  text-decoration: none !important;
}

.clr {
  clear: both;
  height: 0;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
  color: #000;
}

/* menu icon */
.fixed .menu-icon {
  top: -17px;
}

.activeHead .menu-icon {
  top: -10px;
}

.menu-icon {
  position: fixed;
  margin-left: 0;
  padding: 0;
  cursor: pointer;
  z-index: 99999999;
  right: 0px;
  top: -10px;
  width: 90px !important;
  height: 90px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.menu-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #ED1B24;
  opacity: 0;
}

.menu-icon a {
  position: relative;
  margin-top: 0;
  display: block;
}

.menu-icon a::before, .menu-icon a i, .menu-icon a::after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  top: 0;
  width: 49px;
  height: 3px;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.menu-icon.active a::before, .menu-icon.active a::after {
  background: #000 !important;
  ;
}

.menu-icon a::before {
  top: -4px;
  width: 49px;
  right: -24px;
  left: auto;
}

.menu-icon a i {
  width: 41px;
  top: 17px;
  /* display: none; */
  background: #ED1B24;
  display: none;
}

.menu-icon.active i {
  width: 0;
  opacity: 0;
}

.menu-icon a::after {
  top: 6px;
}

.menu-icon.active::before {
  display: none;
}

.menu-icon.active a:before {
  -webkit-transform: translateY(3px) rotate(130deg);
  -moz-transform: translateY(3px) rotate(130deg);
  -o-transform: translateY(3px) rotate(130deg);
  -ms-transform: translateY(3px) rotate(130deg);
  transform: translateY(3px) rotate(130deg);
  display: block;
  /* left: 0; */
  width: 41px;
}

.menu-icon.active a:after {
  -webkit-transform: translateY(-5px) rotate(-130deg);
  -moz-transform: translateY(-5px) rotate(-130deg);
  -o-transform: translateY(-5px) rotate(-130deg);
  -ms-transform: translateY(-5px) rotate(-130deg);
  transform: translateY(-5px) rotate(-130deg);
  width: 41px;
}

/* menu icon */
a:focus {
  outline: 0;
}

a {
  text-decoration: none !important;
  font-family: 'ATRotisSemiSans';
}

p {
  font-size: 16px;
}

header {
  background: #fafafa;
  position: relative;
  z-index: 1;
}

header nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

header nav a {
  color: #626262;
}

.home-slide {
  position: relative;
  height: 100%;
  margin-bottom: 60px;
}

.custom-nav {
  position: absolute;
  top: 83%;
  width: auto;
  display: flex;
  right: 5%;
  justify-content: space-between;
  z-index: 3;
  height: auto;
}

.custom-nav .owl-prev {
  transform: rotate(-180deg);
}

.custom-nav .owl-prev, .custom-nav .owl-next {
  padding: 10px;
  cursor: pointer;
  width: 60px;
  display: flex;
  justify-content: space-between;
  height: auto;
}

.custom-nav .owl-prev *, .custom-nav .owl-next * {
  width: 100%;
  height: auto;
}

.text-area-slide {
  position: absolute;
  left: 10%;
  bottom: 10%;
  display: flex;
  flex-direction: column;
}

.text-area-slide span {
  color: #fff;
  font-size: 32px;
}

.text-area-slide a {
  color: #000;
  background: #fff;
  width: max-content;
  height: auto;
  padding: 10px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin-top: 20px
}

.text-area-slide a:hover {
  background: #007BFF;
  color: #fff !important;
}

.text-area-slide a:hover small {
  color: #fff !important;
}

.filter-panel {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ebebeb;
}

.tabs {
  display: flex;
  justify-content: space-between;
}

.tab-button {
  background-color: #ebebeb;
  border: none;
  padding: 10px;
  cursor: pointer;
  width: 50%;
  font-size: 18px;
}

.tab-button.active {
  background-color: #ebebeb;
  border-bottom: 1px solid black;
}

.tab-content {
  display: none;
  padding: 0;
}

.tab-content.active {
  display: block;
}

.accordion {
  margin: 0;
  margin-bottom: 0 !important;
}

.accordion-button {
  background-color: #f1f1f1;
  color: black;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-bottom: 0 !important;
  padding: 9px !important;
  color: #000 !important;
  padding-left: 35px !important;
  font-size: 16px !important;
  border-bottom: 0px solid #ccc !important;
}

.accordion-button:after {
  content: '\25BC';
  float: right;
}

.accordion-button.active:after {
  transform: translate(-90%,-60%) rotate(-180deg) !important;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #f9f9f9;
  transition: max-height 0.2s ease-out;
  padding: 0;
  width: 100%;
  margin: auto;
  margin-top: 0;
}

.accordion-content a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  padding-left: 20px;
}

.accordion-button::after {
  background: url(../images/arrow-accor.png) no-repeat !important;
  background-color: transparent !important;
  background-size: 100% !important;
  transform: translate(-90%,-30%) rotate(0deg) !important;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px !important;
  height: 14px !important;
}

.accordion-content a:hover {
  background-color: #f1f1f1;
}

.filter-button {
  background-color: #d6d6d6;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: #000;
}

.filter-button:hover {
  background-color: #fff;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: 0 0 0 0rem rgba(13,110,253,0) !important;
}

.product-area {
  margin-top: 40px;
  margin-bottom: 100px;
}

.accordion-button:not(.collapsed) {
  background: #ebebeb !important;
  box-shadow: initial !important;
}

.sliderProd .text-area {
  width: 80%;
}

.sliderProd .text-area h3 {
  font-size: 18px;
}

.sliderProd .text-area p {
  font-size: 14px;
}

.item-prod {
  padding: 20px;
  position: relative;
}

.icon-numbers {
  display: flex;
  justify-content: space-between;
  margin-top: 30px !important;
}

.item-icon-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.item-icon-num img {
  margin-bottom: 10px;
  width: 100%;
}

.project-gallery .w-100 {
  height: 300px;
  object-fit: cover;
}

.project-gallery a {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.project-gallery a img {
  margin-bottom: 45px;
}

.project-gallery a .title-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #303030;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
}

.project-gallery a .title-area small {
  color: #b3b3b3;
  font-size: 14px;
}

.project-gallery a .title-area span {
  color: #fff;
  font-size: 16px;
}

.project-gallery {
  background: #eaeaea;
  padding: 30px;
  margin-top: 50px
}

.project-gallery h3 {
  margin-bottom: 30px;
  padding-left: 7%;
  font-size: 20px;
}

.aydinlatma-teknikleri {
  margin: 40px 0;
  padding-bottom: 80px;
}

.aydinlatma-teknikleri .slide {
  margin: 30px 30px 0 0;
}

.slick-next {
  top: 110% !important;
  right: 48% !important;
  background: url(../images/next.png) no-repeat !important;
  background-size: 100% !important;
  font-size: 0 !important;
  height: 40px !important;
  left: auto;
  transform: rotate(0deg) !important;
  margin-top: 8px;
}

.slick-prev {
  top: 110% !important;
  left: 46% !important;
  background: url(../images/next.png) no-repeat !important;
  background-size: 100% !important;
  font-size: 0 !important;
  height: 40px !important;
  right: auto;
  transform: rotate(-180deg) !important;
}

.detail-slide-3 .row .slider-uygulama .slick-next {
  top: 116.5% !important;
  right: 48% !important;
  background: url(../images/next-white.svg) no-repeat !important;
  background-size: 100% !important;
  font-size: 0 !important;
  height: 40px !important;
  left: auto;
  margin-top: 8px;
  transform: rotate(0deg) scale(.8) translate(0,-120%) !important;
}

.detail-slide-3 .row .slider-uygulama .slick-prev {
  top: 115.5% !important;
  left: 48% !important;
  background: url(../images/next-white.svg) no-repeat !important;
  background-size: 100% !important;
  font-size: 0 !important;
  height: 20px !important;
  right: auto;
  transform: rotate(-180deg) scale(.8) translate(0,134%) !important;
}

.slick-next::before, .slick-prev::before {
  display: none;
}

.slick-disabled {
  opacity: .5 !important;
}

footer {
  background: #f5f5f5;
  margin-top: 0;
}

.links-footer {
  display: flex;
  flex-direction: column;
}

.footer-left {
  padding: 100px 0;
  background: #f5f5f5;
  padding: 4% 9% !important;
}

.links-footer a {
  color: #a6a6a6;
  font-size: 13px;
  margin-bottom: 7px;
  width: max-content;
}

.links-footer a.title-top {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.links-footer a img {
  width: 20px
}

.links-footer {
  margin-bottom: 40px;
}

.footer-right {
  padding: 100px 0;
  background: #efefef;
  padding: 4% 7% !important;
}

.contact-container {
  padding: 0;
  text-align: left;
}

.contact-container h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-container p {
  margin: 5px 0;
  font-size: 14px;
}

.contact-container .contact-info {
  margin: 20px 0;
}

.contact-container .contact-info p {
  margin: 5px 0;
}

.contact-container .newsletter {
  margin-top: 50px;
}

.contact-container .newsletter input[type="email"] {
  width: calc(100% - 30px);
  padding: 10px;
  margin-right: 0;
  border: 0;
}

.contact-container .newsletter button {
  padding: 10px 20px;
  background-color: #6a6a6a;
  color: #fff;
  border: none;
  cursor: pointer;
}

.contact-container .newsletter button:hover {
  background-color: #6a6a6a;
  opacity: .7;
}

.footer-right .form-row {
  display: flex;
}

.footer-bottom {
  background: #fafafa;
}

.social, .left-bottom-footer {
  padding: 18px 8.5% !important;
}

.links-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.links-right a {
  margin-left: 20px;
  font-size: 13px;
}

.breadcrumb {
  padding: 20px 20% !important;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb h1 {
  font-size: 18px;
  color: #000;
  margin: 0;
}

.content-bottom-page {
  padding: 40px 10%;
}

.content-bottom-page h2 {
  margin-bottom: 20px;
  font-size: 20px
}

.content-bottom-page p {
  font-size: 14px;
}

.border-img {
  border: 1px solid #ccc;
}

.uygulama-alanlari {
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.slider-uygulama .slick-slide {
  margin-right: 10px;
  position: relative;
}

.uygulama-alanlari h3 {
  margin: 30px 0;
  padding: 0 11%;
  font-size: 18px;
}

.slider-uygulama {
  transform: scale(1.3) !important;
  margin: 55px 0;
  margin-bottom: 95px;
}

.slider-uygulama .slick-prev {
  transform: rotate(-180deg) scale(.6) translate(0,123%) !important;
}

.slider-uygulama .slick-next {
  transform: rotate(0deg) scale(.6) translate(0,-133%) !important;
}

.slider-uygulama .text-area {
  position: absolute;
  padding: 10px 5%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #303030;
  transform: scale(1);
}

.slider-uygulama .text-area h4 {
  font-size: 11px;
  margin-bottom: 0;
  color: #fff;
}

.slider-uygulama .text-area p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}

.black-content-box {
  background: #000;
  padding: 80px 0;
}

.black-content-box * {
  color: #fff;
}

.black-content-box p {
  margin-bottom: 0;
  font-size: 14px;
}

.black-content-box h4 {
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 30px;
}

.container-text-banner {
  display: flex;
  flex-direction: column;
  position: relative;
}

.container-text-banner .text-area {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 429px;
}

.container-text-banner .text-area h3 {
  font-size: 30px !important;
  color: #fff;
  margin-bottom: 20px;
}

.container-text-banner .text-area p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.container-text-banner .text-area .city {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.container-text-banner .text-area .btn-area {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  background: #fff;
  padding: 10px 20px;
}

.smaller-banner.container-text-banner .text-area h3 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.all-project-banner {
  background: #000;
  margin-bottom: 60px;
}

.all-project-banner h3 {
  color: #fff;
  padding: 0;
  font-size: 14px !important;
}

.all-project-banner h4 {
  color: #fff;
  font-size: 16px;
}

.all-project-banner p {
  color: #fff;
  font-size: 12px;
}

.all-project-banner .right-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px !important;
}

.checkbox-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px;
  text-align: left;
  width: 79%;
  margin: auto;
  padding-top: 50px;
}

.custom-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  position: relative;
  top: 0;
  align-items: center;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  transform: translate(0%, -50%);
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-box {
  background: #fff;
}

.checkbox-box h4 {
  font-size: 18px
}

.wrapper-all-project {
  background: #efefef;
}

.custom-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}

.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  width: 100%;
  height: auto;
}

.card-body {
  background-color: #f8f9fa;
}

.card-title {
  font-size: 1.1rem;
  font-weight: bold;
}

.card-text {
  color: #6c757d;
  font-size: 0.9rem;
}

.project-boxs {
  background: #fff;
  padding: 20px 0 40px 0;
}

.detail-container-top h1 {
  font-size: 19px;
  color: #fff;
}

.detail-container-top h3 {
  font-size: 17px;
  color: #fff;
}

.detail-container-top p {
  font-size: 14px;
  color: #fff;
}

.detail-container-top h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  display: flex;
  width: 100%;
}

.detail-container-top .col-md-4.text-left {
  padding-right: 8%;
  position: relative;
}

.detail-container-top .col-md-4.text-left:last-child::after {
  display: none;
}

.detail-container-top .col-md-4.text-left::after {
  position: absolute;
  right: 20px;
  top: 0;
  background: #fff;
  content: '';
  width: 1px;
  height: 100%;
}

.detail-slide-3, .detail-container-top {
  background: #000;
}

.detail-slide-3 .slick-prev {
  background: url(../images/next-white.png) no-repeat !important;
  background-size: 100% !important;
  margin-top: -4px;
}

.detail-slide-3 .slick-next {
  background: url(../images/next-white.png) no-repeat !important;
  background-size: 100% !important;
}

.black-bg {
  background: #000;
}

.image-colm-2.black-bg * {
  color: #fff;
}

.image-colm-2.black-bg h3 {
  margin: 20px 0px;
  margin-top: 30px;
  font-size: 18px !important;
}

.image-colm-2.black-bg h2 {
  margin: 30px 0px;
  margin-top: 30px;
  font-size: 22px !important;
}

.image-colm-2.black-bg p {
  font-size: 14px;
}

.teklif-form {
  background: #000;
  width: 100%;
  padding-top: 60px;
}

.teklif-form h2 {
  color: #fff;
  font-size: 16px;
}

.form-group {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.form-group input {
  width: 33%;
  margin-bottom: 20px;
  padding: 14px 20px;
  border-radius: 6px;
}

.form-group select {
  width: 33%;
  margin-bottom: 20px;
  padding: 14px 20px;
  border-radius: 6px;
}

.form-group textarea {
  width: 55%;
  resize: none;
  margin-bottom: 0;
  padding: 14px 20px;
  border-radius: 6px;
}

.teklif-form .form-container {
  margin: auto;
}

.teklif-form label {
  color: #fff;
  font-size: 11px;
  text-align: right;
}

.checkbox-area-form {
  display: flex;
  width: 28%;
  justify-content: flex-start;
  align-items: center;
}

.checkbox-area-form input {
  display: flex;
  width: 40px;
  margin-right: 11px;
  margin-bottom: 0;
  margin-top: 9px;
}

.teklif-form button {
  background: #000;
  border: 0;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #6c6c6c;
  padding-bottom: 9px;
  padding-right: 10%;
  position: relative;
}

.teklif-form button::after {
  width: 20px;
  height: 20px;
  background: url(../images/btn-send-icon.jpg) no-repeat;
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  border: 0;
  background-size: 100%;
  background-color: transparent;
}

.other-project {
  background: #000;
  padding: 60px 0;
}

.other-project h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
}

.other-project .custom-colm-area .in {
  background: #fff;
  padding: 20px;
  text-align: center;
}

.other-project .custom-colm-area .in h3 {
  font-size: 18px;
}

.other-project .custom-colm-area .in p {
  font-size: 14px;
  margin-bottom: 0;
}

.head-news {
  position: relative;
}

.head-news-content {
  position: absolute;
  width: 70%;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: 6%;
}

.head-news-content h1 {
  color: #fff;
  font-size: 22px;
}

.head-news-content p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.head-news-content h2 {
  color: #fff;
  font-size: 16px !important
}

.form-email-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 5px;
  padding-left: 5% !important;
}

.form-email-right button {
  background: #6a6a6a;
  height: 36px;
  width: 60px;
  margin-top: 0px;
  border: 0;
}

.form-email-right input {
  width: 85%;
  height: 36px;
  border: 0;
  padding-left: 10px;
  font-size: 14px;
}

.form-email-right .row-form {
  display: flex;
}

.news-boxs .container {
  max-width: 70%;
  margin-top: 70px;
}

.news-boxs .container h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.news-boxs .container p {
  margin: 20px 0 20px 0;
  font-size: 14px;
}

.news-boxs .container a {
  background: #d6d6d6;
  padding: 10px 40px;
  border-radius: 50px;
  display: flex;
  width: max-content;
}

.news-boxs .container a span {
  color: #6b6b6b;
  font-size: 14px;
}

.news-boxs .container a img {
  display: flex;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  margin-left: 20px;
}

.bottom-page-header {
  position: relative;
}

.bottom-page-header .text-head-banner {
  position: absolute;
  top: 50%;
  padding: 0 12%;
  width: 50%;
}

.bottom-page-header .text-head-banner * {
  color: #fff;
}

.bottom-page-header .text-head-banner h1 {
  font-size: 22px;
}

.bottom-page-header .text-head-banner p {
  font-size: 14px;
}

.other-news-slider .slick-slide {
  margin-right: 10px;
  position: relative;
}

.other-news-slider .slick-slide h4 {
  font-size: 19px;
  margin-bottom: 20px;
}

.other-news-slider .slick-slide p {
  font-size: 14px;
  margin: 20px 0;
  padding-right: 20px;
}

.other-news-slider .slick-slide a {
  font-size: 14px;
  color: #000000;
  margin: 20px 0;
  padding: 9px 26px;
  background: #d6d6d6;
  display: flex;
  width: 100%;
  max-width: 220px;
  border-radius: 50px;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

.other-news-slider .slick-slide a span {
  color: #7c7c7c;
}

.other-news-slider .slick-slide a img {
  width: 25px;
  position: absolute;
  right: 20px;
}

.other-news-slider {
  transform: scale(1) !important;
  margin: 5px 0;
  margin-bottom: 140px;
}

.other-news-slider .slick-prev {
  transform: rotate(-180deg) scale(.6) translate(0,123%) !important;
}

.other-news-slider .slick-next {
  transform: rotate(0deg) scale(.6) translate(0,-133%) !important;
}

.other-news-slider .text-area {
  position: absolute;
  padding: 10px 5%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #303030;
  transform: scale(1);
}

.other-news-slider .text-area h4 {
  font-size: 11px;
  margin-bottom: 0;
  color: #fff;
}

.other-news-slider .text-area p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}

.kariyer-banner h1 {
  color: #000 !important;
  font-size: 30px !important
}

.kariyer-banner p {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500;
}

.kariyer-banner.bottom-page-header .text-head-banner {
  position: absolute;
  top: auto;
  padding: 0 12%;
  width: 64%;
  bottom: 6%;
}

.career-info-box {
  background: #000;
  padding: 50px 12%;
}

.career-info-box * {
  color: #fff;
}

.career-info-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.career-info-box p {
  font-size: 14px;
}

.career-form h2 {
  font-size: 18px;
  color: #434343;
}

.career-form h3 {
  font-size: 18px;
  color: #434343;
  margin-bottom: 90px;
}

.left-area-img img {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 40px;
}

.left-area-img {
  padding-right: 5% !important;
}

.career-form input {
  border: 0;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0;
  margin-bottom: 30px;
  outline: none;
}

.career-form .in {
  padding: 0 8%;
}

.career-form button {
  background: #d6d6d6 !important;
  border: 0;
  color: #6b6b6b;
  border-radius: 50px;
  padding: 10px 70px;
  position: relative;
  padding-right: 80px;
}

.career-form button img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%,-50%);
  width: 12px;
}

.career-form input[type="file"] {
  display: none;
}

.custom-file-input {
  position: relative;
}

.custom-file-label {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  background-color: #f7f7f7;
  color: #495057;
  border-radius: 4px;
  width: 50%;
  text-align: center;
  height: 41px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.cv-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}

.prod-link-area {
  display: flex;
  margin: 40px 0 !important
}

.prod-link-area a {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  position: relative;
  padding: 10px 4px;
}

.prod-link-area a img.urun-arr {
  width: 26px;
  object-fit: contain;
  position: absolute;
  right: 0;
}

.prod-link-area a img {
  width: 62px;
  margin-right: 10px;
}

.item-area {
  width: 20% !important
}

.product-filter-container {
  padding: 0 8%;
  margin-bottom: 50px;
  margin-top: 30px;
}

.product-filter-container .container-box-in {
  background: #ebebeb;
}

.product-filter-container h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
  padding: 0 1%;
}

.product-filter-container .tab-btns {
  display: flex;
  width: 98%;
  border-bottom: 1px solid #ccc;
  margin: auto;
}

.product-filter-container .tab-btns a {
  margin-right: 20px;
  display: flex;
  padding: 15px 15px;
  color: #9d9d9d;
}

.product-filter-container .tab-btns a.active {
  color: #000;
}

.bottom-filter-options {
  display: flex;
  padding: 20px 2%;
  border-bottom: 6px solid #fff;
  background: #ebebeb;
}

.bottom-filter-options .select-box-item {
  margin-right: 15px;
  padding: 0 0%;
}

.bottom-filter-options .select-box-item select {
  background: none;
  border: 0
}

.filter-result-area {
  padding: 20px;
  background: #ebebeb;
}

.filter-result-area .item-filter {
  margin-bottom: 20px;
  padding: 8px !important;
  width: 24%;
  margin-bottom: 0px !important;
}

.filter-result-area .item-filter img {
  width: 40px;
  margin-right: 10px;
}

.filter-result-area .item-filter .in-con {
  background: #f7f7f7;
  padding: 7px;
}

.filter-btn {
  position: absolute;
  right: 1%;
  top: 54px;
  background: #d6d6d6;
  width: auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-btn .filter-icon {
  width: 20px;
  margin-right: 9px;
}

.icon-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 14px
}

.p-l-r {
  padding: 0 8%;
}

.list-container-prod h3 {
  font-size: 20px;
}

.list-container-prod .item-prod {
  position: relative;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}

.list-container-prod .item-prod a {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  display: flex;
  border: 1px solid #c3c3c3;
}

.list-container-prod .item-prod a:hover span {
  background: #007BFF;
  color: #fff;
}

.list-container-prod .item-prod img {
  margin-bottom: 40px;
}

.list-container-prod .item-prod span {
  color: #0f0f0f;
  font-size: 14px;
  width: 100%;
  padding: 10px 0;
  background: #ebebeb;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  justify-content: center;
  transition: 0.2s ease 0s;
}

.slider-single-image {
  width: 40% !important;
  margin: auto;
  margin-bottom: 90px;
}

.bottom-info-area {
  padding: 0 15% !important;
  margin-bottom: 40px !important;
  display: flex;
  flex-direction: column;
}

.bottom-info-area .item-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  width: 16% !important;
}

.bottom-info-area .item-area .bottomTitle {
  opacity: .4;
  font-size: 14px;
}

.slider-single-image .slick-prev {
  position: absolute;
  left: 40% !important;
  top: 110% !important;    
  bottom: 0px;
    margin-top: 10px;
    height: 30px !important;
}

.slider-single-image .slick-next {
  position: absolute;
  right: 40% !important;
  top: 110% !important;    
  bottom: 0px;
    margin-top: 10px;
    height: 30px !important;
}
.single-slider-area .slick-prev, .single-slider-area .slick-next{
  bottom: 0px!important;
    margin-top: 10px!important;
    height: 30px !important;
}
.download-area {
  background: #d4d4d4;
  padding: 12px 35px;
  position: absolute;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 90%;
}

.download-area:hover {
  background: #007BFF;
  color: #fff;
}

.download-area:hover * {
  color: #fff;
}

.image-left img {
  width: 80% !important
}

.detail-prod-infos .image-left {
  padding: 50px 0;
  margin-top: 30px;
  margin-bottom: 50px;
  border-right: 1px solid #ccc;
}

.download-area img {
  object-fit: contain;
  margin-left: 10px;
}

.prod-list-detail-img {
  padding: 0 14% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.prod-list-detail-img .text-area {
  position: absolute;
  left: -223%;
  width: 210%;
  font-size: 11px;
  top: 50%;
  transform: translate(0px, -50%);
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s ease 0s;
}

.prod-list-detail-img {
  position: relative;
}

.prod-list-detail-img span {
  position: relative;
  font-size: 11px;
}

.prod-list-detail-img p {
  position: relative;
  font-size: 11px;
  margin-bottom: 0;
}

.download-area svg {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}

.download-area:hover * {
  color: #fff !important;
  fill: #fff;
}

.kullanim-alanlari h3 {
  font-size: 18px;
}

.kullanim-alanlari p {
  font-size: 20px;
  width: 50%;
}
.white-wrapper .kullanim-alanlari p, .white-wrapper .kullanim-alanlari h3 {
    color: white;
}
.white-wrapper .form-control {
    background-color: #ffffff00!important;
    color: white;
}
.white-wrapper .detail-info-form-wrapper button {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}.white-wrapper .detail-info-form-wrapper button:hover {
    background: #ffffff !important;
    color: #000000 !important;
}
.tab-area {
  border-bottom: 1px solid #c5c5c5;
}

.tab-area a {
  padding-bottom: 15px;
  padding-right: 40px;
  display: flex;
  margin-right: 35px;
  color: #626262;
  font-weight: 500;
  position: relative;
}

.tab-area a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #4c9fe6;
  content: '';
  width: 0;
  height: 2px
}

.tab-area a.active::after {
  width: 100%;
}

.tab-area {
  display: flex;
}

.tab-content-detail .text-area {
  background: #ebebeb;
  padding: 20px;
}

.tab-content-detail .text-area span {
  margin-bottom: 10px;
  display: flex;
  font-weight: 600;
}

.tab-content-detail table {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
}

.tab-content-detail table thead tr td {
  background: #dedede;
  padding: 10px 0;
}

.tab-content-detail table thead tr td span {
  border-right: 1px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.tab-content-detail table tbody tr td {
  background: #fafafa;
  padding: 10px 0;
  padding: 0;
}

.tab-content-detail table tbody tr td span {
  border-right: 1px solid #ccc;
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin: 0;
}

.tab-content-detail table tbody tr td span img {
  width: 30px;
}

.icon-prod-details {
  background: #ebebeb;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.icon-prod-details .item-icon-area {
  background: #fff;
  padding: 10px 2%;
}

.icon-prod-details .item-icon-area img {
  width: 40px
}

.icon-prod-details .item-icon-area span {
  font-size: 14px;
}

.single-slider-area {
  padding-bottom: 100px !important;
}

.single-slider-area .slick-next {
  margin-top: 9px;
}

.detail-info-form-wrapper .form-control {
  width: 100%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ebebeb;
  /* border-color: #007bff; */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  color: #007bff;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "\2714";
  font-size: 1rem;
  color: #000 !important;
  margin-top: 1px;
  font-size: 14px;
}

.custom-checkbox .custom-control-label {
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  font-size: 11px;
  text-align: right;
}

.custom-checkbox .custom-control-label::before {
  height: 20px;
  width: 20px;
  border: 1px solid #ced4da;
  background-color: #fff;
  transition: background-color 0.3s ease;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  box-shadow: none;
  background: #ebebeb !important;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-checkbox .custom-control-label::after {
  position: absolute;
  top: 0.3rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-in {
  position: absolute;
  right: 0;
  width: 53% !important;
}

.detail-info-form-wrapper button {
  background: none !important;
  border: 0 !important;
  background-color: transparent !important;
  position: relative;
}

.detail-info-form-wrapper button {
  color: #6d6c6c !important;
  border-bottom: 1px solid #6d6c6c !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 5% !important;
}

.detail-info-form-wrapper button::after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: '';
  background: url(../images/form-send.png) no-repeat;
  width: 15px;
  height: 10px;
  background-size: cover;
}

.bottom-info-title label {
  background: none !important;
  border: 0 !important;
  background-color: transparent !important;
  position: relative;
  border-bottom: 1px solid #6d6c6c !important;
}

.bottom-info-title label::after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: '';
  background: url(../images/form-send.png) no-repeat;
  width: 15px;
  height: 10px;
  background-size: cover;
}

.fixed-right {
  position: fixed;
  width: 50px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 50%;
  transform: translate(0%,-50%);
}

.product-area .slick-prev {
  left: 43% !important;
  top: 100% !important;
}

.product-area .slick-next {
  top: 100.4% !important;
}

#map {
  height: 60vh;
}

.row-area-adress {
  display: flex;
}

.row-area-adress .icon {
  margin-right: 10px;
}

.row-area-adress .icon img {
  width: 100%
}

.infos-area span {
  color: #58a8e9;
  font-size: 18px;
}

.infos-area .item-info {
  margin-bottom: 10px;
}

.title-right {
  font-size: 16px;
  text-align: right;
  margin-bottom: 62px;
}

.contact-form-right .form-group {
  display: flex;
  justify-content: space-between;
}

.contact-form-right .form-group select, .contact-form-right .form-group input {
  width: 48%;
  border-radius: 10px;
  padding: 14px 10px;
  border: 1px solid #acacac;
}

.contact-form-right textarea {
  width: 100%;
  border: 1px solid #acacac;
  padding: 10px;
  resize: none;
  margin-bottom: 20px;
  border-radius: 10px;
  height: 150px;
}

.contact-form-right button {
  background: #ebebeb;
  position: relative;
  padding: 10px 69px;
  border-radius: 40px;
  border: 0;
  cursor: pointer;
  color: #757575;
  width: 100%;
  padding-right: 31%;
  padding-left: 20%;
}

.contact-form-right button::after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0%,-50%);
  background: url(../images/btn-send2.png) no-repeat;
  content: '';
  width: 9px;
  height: 12px;
  background-size: 100%;
}

.form-group.d-flex.justify-conent-end {
  justify-content: end !important;
}

.p-2.contact-form-right {
  padding-left: 20px !important;
}

.p-2.contact-form-right .row-select select {
  border: 0;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 8px;
  padding-right: 50%;
}

.custom-checkbox2 {
  display: flex;
  align-items: center;
}

.customselect2 {
  display: none;
}

.customselect2 + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  padding-right: 5%;
}

.customselect2 + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  background: #ebebeb;
}

.customselect2:checked + label:before {
  background-color: #007BFF;
  border-color: #007BFF;
}

.customselect2:checked + label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
}

.country-header {
  margin-bottom: 0;
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid #d6d5d5;
  pointer-events: none;
}

.country-header h2 {
  font-size: 16px;
}

.country-header::after {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 0%;
  content: '';
  background: url(../images/arrow-accor2.png) no-repeat;
  background-size: 100%;
}

.country-content * {
  color: #fff;
}

.country-content {
  background-color: #4c9fe6;
  color: white;
  padding: 0px;
  border-radius: 0;
  margin-bottom: 30px;
}

.country-content .in-box {
  padding: 20px;
}

.tab-area .in {
  display: flex;
}

.tab-area .in a {
  position: relative;
  padding-bottom: 8px;
}

.tab-area .in a::after {
  width: 0;
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -2px;
  z-index: 4;
  background: #4c9ee6;
  content: '';
}

.tab-area .in a.active::after {
  width: 100%;
}

.item-country {
  margin-bottom: 0;
}

.passiveArea {
  height: 40px !important;
}

.country-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.menu-item {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  background: #ebebeb;
  ;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 50px;
}

.menu-item a {
  display: flex;
  flex-direction: column;
}

.menu-item a span {
  background: #dededf;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  transition: 0.4s ease 0s;
}

.menu-item a:hover span {
  background: #969796;
  color: #fff;
}

.list-item.active a {
  border-bottom: 2px solid #111c3f !important;
  color: #000 !important;
}

header nav a:hover {
  color: #000;
}

.kullanim-alani .text-area {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(0px, -50%);
  width: auto;
}

.kullanim-alani .text-area p {
  width: 100%;
}

.kullanim-alani .text-area a {
  background: #d6d6d6;
  height: 50px;
  display: flex;
  padding: 0px 20%;
  border-radius: 50px;
  width: max-content;
  align-items: center;
}

.kullanim-alani .text-area a:hover {
  background: #007BFF;
  color: #fff;
}

.kullanim-alani .text-area a {
  color: #000;
  position: relative;
}

.kullanim-alani .text-area a svg {
  width: 42px !important;
  width: 20px;
  height: 19px;
  position: absolute;
  content: '';
  right: 10px;
}

.kullanim-alani .text-area a:hover svg * {
  fill: #fff;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 44px;
  cursor: pointer;
}

.custom-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background: #fff;
  z-index: 1000;
}

.custom-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999;
}

.item-prod a {
  cursor: pointer;
}

.popup-content {
  display: none;
}

.tab-content-product {
  display: none;
}

.search-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.search-wrapper span.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  background: #000000e8;
  z-index: auto
}

.search-wrapper .input {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  /* background: #fff; */
  z-index: 3;
  height: 60px;
  width: 40%;
  border: 0;
  border: 0;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.search-wrapper .input input {
  width: 100%;
  height: 60px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 0
}

.search-wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  cursor: pointer;
  background: #0C629F;
  color: #fff;
  border: 0;
  padding: 0 30px;
  font-weight: bold
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close {
  position: absolute;
  right: 3%;
  top: 8%;
  width: 80px;
  cursor: pointer
}

.accordion-content a.aktif {
  background: #007BFF !important;
  color: #fff !important;
}

.custom-popup-content {
  text-align: center;
}

.custom-popup-content p {
  margin-bottom: 0;
}

.custom-popup-content a {
  background: #ccc;
  padding: 10px;
  margin-top: 20px !important;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  color: #000;
  border-radius: 70px;
  padding: 10px 40px;
}

.social a img {
  width: 44px;
}

.left-bottom-footer {
  font-size: 13px;
  display: flex;
  align-items: center;
}

#card-container .card-title {
  height: 40px;
  font-size: 14px;
}

#card-container .card-text {
  height: 40px;
  font-size: 14px;
}

.input-search {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.input-search svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.input-search input {
  width: 100%;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #ccc;
  background: none;
  padding-left: 40px;
}

.input-search a img {
  width: 12px;
}

.input-search a {
  background: #fff;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  border-radius: 30px;
  width: 180px;
  justify-content: space-evenly;
  color: #000;
  margin-left: 20px;
  margin-top: -12px;
}

.input-search a:hover {
  background: #37c7f4;
  color: #000;
}

.item-prod:nth-child(2n) .text-area {
  position: absolute;
  right: 0;
  top: 0;
}

.item-prod:nth-child(2n) {
  padding-top: 90px
}

.sliderProd .slick-next {
  right: 8% !important;
}

.sliderProd .slick-prev {
  right: 14% !important;
  left: auto !important;
}

.sliderProd .custom-nav {
  display: flex;
}

.custom-nav2 {
  display: flex;
  justify-content: center;
}

.owl-prev2 {
  width: 30px !important;
  height: 30px !important;
  transform: rotate(-180deg);
  cursor: pointer;
  top: 110% !important;
  right: 48% !important;
  background: url(../images/next4.png) no-repeat !important;
  background-size: 100% !important;
  font-size: 0 !important;
  height: 40px !important;
  left: auto;
  transform: rotate(-180deg) !important;
  margin-top: 9px;
  margin-right: 30px;
}

.owl-next2 {
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
  top: 110% !important;
  right: 48% !important;
  background: url(../images/next4.png) no-repeat !important;
  background-size: 100% !important;
  font-size: 0 !important;
  height: 40px !important;
  left: auto;
  transform: rotate(0deg) !important;
  margin-top: 17px;
}

.owl-prev2 svg {
  display: none;
}

.owl-next2 svg {
  display: none;
}

.owl-next2 svg {
  width: 30px !important;
  height: 50px !important;
  cursor: pointer;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav button {
  background: none;
  border: none;
  font-size: 2rem;
  color: #333;
}

.owl-nav button:hover {
  color: #666;
}

.item-hover {
  position: absolute;
  width: 12%;
}

.activeItem .text-area {
  opacity: 1;
}

.white-wrapper .slick-next {
  background: url(../images/next-white.svg) no-repeat !important;
  background-size: 100% !important;
    margin-top: 10px;
    bottom: 0px;
    height: 20px !important;
}

.white-wrapper .slick-prev {
  background: url(../images/next-white.svg) no-repeat !important;
  background-size: 100% !important;
      bottom: 0px;
    margin-top: 10px;
    height: 20px !important;
}

.white-wrapper .download-area span {
  color: #000 !important
}

.white-wrapper .download-area:hover span {
  color: #fff !important;
}

.white-wrapper .kullanim-alani .text-area a {
  color: #000 !important;
}

.white-wrapper .kullanim-alani .text-area a:hover {
  color: #fff !important;
}

.white-wrapper .kullanim-alani .text-area a svg * {
  fill: blue !important;
}

.white-wrapper .kullanim-alani .text-area a:hover svg * {
  fill: #fff !important;
}

.white-wrapper .tab-content-detail .text-area * {
  color: #000 !important;
}

.white-wrapper .list-container-prod .item-prod span {
  color: #000 !important;
}

.white-wrapper .list-container-prod .item-prod:hover span {
  color: #fff !important;
}

.prod-list-area.container.mb-5 h4 {
  font-size: 18px !important;
  margin-bottom: 20px !important;
}

.tab-content-detail .text-area p {
  font-size: 12px !important
}

.icon-prod-details .item-icon-area span, .tab-content-detail table * {
  color: #000 !important;
}

.white-wrapper {
  background: #000 !important;
}

.white-wrapper .detail-info-form-wrapper * {
  color: #fff !important;
}

.white-wrapper .prod-list-area.container.mb-5 h4 {
  color: #fff !important;
}

.white-wrapper .bottom-info-title label::after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: '';
  background: url(../images/next-white.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 86% !important;
  transform: rotate(90deg);
}

.white-wrapper .detail-info-form-wrapper button::after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: '';
  background: url(../images/next-white.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: 86% !important;
  transform: rotate(90deg);
}

.white-wrapper .breadcrumb * {
  color: #fff !important;
}

.white-wrapper .bottom-info-area .item-area * {
  color: #fff !important;
}

@media (max-width: 1280px) {
  .container {
    max-width: 96% !important;
  }

  header .list-item a {
    font-size: 14px !important
  }
}

@media (max-width: 1024px) {
  .row.p-5 {
    padding-top: 30px !important;
  }

  .container-text-banner .text-area {
    position: static;
    transform: translate(0,0);
  }

  .container-text-banner .text-area * {
    color: #000 !important;
  }

  .container-text-banner .text-area h3 {
    font-size: 19px !important;
    margin-top: 20px;
    padding: 0 20px;
  }

  .container-text-banner {
    margin-bottom: 30px;
  }

  .kullanim-alani .text-area {
    position: absolute;
    right: 10%;
    top: 47%;
    transform: translate(0px, 0%);
    width: auto;
    margin-bottom: 0;
  }

  .kullanim-alanlari .w-100 {
    margin-bottom: 150px;
  }

  header nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    height: 100%;
    text-align: center;
  }

  header nav a {
    font-size: 20px;
    margin-bottom: 10px !important;
    display: flex;
    justify-content: center;
  }

  .item-prod {
    padding: 10px;
  }

  .item-icon-num {
    width: 20%;
  }

  .home-slide .w-100 {
    height: 500px;
    object-fit: cover;
  }

  .text-area-slide span {
    font-size: 18px;
  }

  .custom-nav {
    display: none !important;
  }

  .product-area .slick-next {
    right: 38% !important
  }

  .product-area {
    margin-bottom: 0;
  }

  .product-area .slick-prev, .product-area .slick-next {
    /*top: 94% !important;*/
  }

    .product-area .slick-prev {
        right: 49% !important;
    }

  .sliderProd .text-area h3 {
    font-size: 14px;
  }

  .item-icon-num img {
    margin-bottom: 10px;
    width: 90%;
  }

  .menu-icon {
    display: flex;
  }

  .lang {
    display: flex;
    justify-content: center;
  }

  .breadcrumb {
    padding: 10px 3% !important;
  }

  .links-right {
    justify-content: start !important;
    padding-left: 3% !important;
    margin-top: 5px !important;
    margin-bottom: 2px !important;
  }

  .links-right a {
    margin-left: 0 !important;
    margin-right: 13px !important;
    font-size: 13px;
  }

  .content-bottom-page {
    padding: 30px 4%;
  }

  header {
    background: #fafafa;
    position: fixed;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
  }

  body {
    padding-top: 70px !important;
  }

  .uygulama-alanlari h3 {
    margin: 20px 0;
    padding: 0 7%;
    margin-bottom: 30px;
  }

  .slider-uygulama {
    transform: scale(1) !important;
    margin: 95px 0;
    margin-bottom: 170px;
  }

  .slick-slider {
    margin-bottom: 100px !important;
    margin-top: 20px !important;
  }

  .slider-uygulama .slick-next {
    right: 38% !important;
    top: 115% !important
  }

  .slider-uygulama .slick-prev {
    left: 38% !important;
    top: 115% !important
  }

  .career-form .in {
    padding: 0 0;
    margin-top: 30px;
  }

  .career-form h3 {
    font-size: 18px;
    color: #434343;
    margin-bottom: 20px;
  }

  .career-info-box {
    padding: 30px 3%;
  }

  .career-form button {
    background: #d6d6d6 !important;
    border: 0;
    color: #6b6b6b;
    border-radius: 50px;
    padding: 10px 70px;
    position: relative;
    padding-right: 80px;
    width: 100%;
    margin-top: 40px;
  }

  .career-info-box p {
    font-size: 14px;
    margin-top: 0 !important;
  }

  .links-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 10px !important;
    padding-right: 60px !important;
    padding-left: 8px !important;
    padding-top: 10px !important;
  }

  .other-news-slider .slick-next {
    transform: rotate(0deg) scale(.6) translate(0,-133%) !important;
    right: 40% !important;
  }

  header {
    z-index: 99999;
  }

  .bottom-info-area {
    padding: 0 2% !important;
  }

  .slick-prev {
    left: 40% !important;
  }

  .bottom-info-area .item-area {
    width: 100% !important;
  }

  .detail-prod-infos .image-left {
    padding: 0px 0;
    margin-top: 0px;
    margin-bottom: 40px;
    border-right: 0;
  }

  .item-area {
    width: 50% !important;
  }
}

@media (max-width: 640px) {
  .prod-list-detail-img .text-area {
    left: 4%;
    width: 30%;
    font-size: 12px;
  }

  .prod-link-area {
    justify-content: center;
    margin-top: 20px !important;
  }

  .filter-result-area .item-filter .in-con {
    background: #f7f7f7;
    padding: 7px;
    display: flex;
    align-items: center;
  }

  .filter-result-area .item-filter {
    margin-bottom: 10px;
    padding: 8px !important;
    width: 100%;
    margin-bottom: 0px !important;
  }

  .product-filter-container .tab-btns a {
    display: flex;
    align-items: center;
    width: 33%;
  }

  .product-filter-container .tab-btns a {
    margin-right: 0;
  }

  .product-filter-container {
    padding: 0 5%;
    margin-bottom: 50px;
    margin-top: 10px;
  }

  .filter-btn {
    position: relative;
    right: 0;
    top: 0;
    background: #d6d6d6;
    width: auto;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prod-link-area {
    justify-content: center;
  }

  .checkbox-in {
    position: relative;
    right: 0;
    width: 100% !important;
    margin-top: 30px;
  }

  .prod-link-area a img {
    width: 30px;
    margin-right: 5px;
  }

  .item-area a span {
    font-size: 12px;
  }

  .detail-info-form-wrapper h2 {
    font-size: 22px;
  }

  .slider-single-image .slick-prev {
    left: 30% !important
  }

  .slider-single-image .slick-next {
    right: 30% !important;
  }

  .detail-prod-infos.p-l-r {
    margin-top: 80px !important;
  }

  .bottom-info-area .item-area {
    margin-bottom: 10px;
    margin-right: 30px;
    justify-content: flex-start !important;
    text-align: left;
    align-items: flex-start;
  }

  .download-area {
    width: 100%;
    top: 96%;
  }

  .bottom-info-area .col-lg-12.d-flex.justify-content-center {
    flex-wrap: nowrap;
    margin-bottom: 0px;
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-left: 40px !important;
  }

  .career-info-box .col-lg-6 {
    margin-bottom: 30px;
  }

  .kariyer-banner.bottom-page-header .text-head-banner {
    position: relative;
    top: auto;
    padding: 0 3%;
    width: 96%;
    bottom: 0;
    margin-top: 20px;
  }

  #map {
    height: 300px !important
  }

  .col-lg-12.mt-3.mb-5 iframe {
    height: 300px;
  }

  .title-right {
    text-align: left;
    margin-bottom: 10px;
  }

  .p-2.contact-form-right .row-select select {
    width: 100%;
    padding-right: 0;
  }

  .contact-form-right .form-group {
    flex-direction: column;
  }

  .contact-form-right .form-group select, .contact-form-right .form-group input {
    width: 100%;
  }

  .kariyer-banner h1 {
    color: #000 !important;
    font-size: 22px !important;
  }

  .country-content .in-box {
    padding: 20px;
    padding-bottom: 10px;
  }

  .kariyer-banner img {
    height: 290px;
    object-fit: cover;
  }

  .col-lg-12.icon-numbers {
    flex-wrap: wrap;
  }

  .home-slide .w-100 {
    height: 400px;
    object-fit: cover;
  }

  .text-adress {
    font-size: 14px;
  }

  .contact-form-right button {
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }

  .map-area.mb-5 {
    margin-bottom: 40px !important;
  }

  .item-icon-num {
    width: 44%;
    margin-bottom: 30px;
  }

  .p-l-r {
    padding: 0 4%;
  }

  .home-slide {
    margin-bottom: 10px !important;
  }

  .aydinlatma-teknikleri {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0;
  }

  .aydinlatma-teknikleri .slide {
    margin: 0;
  }

  .aydinlatma-teknikleri h3 {
    margin-bottom: 0px;
  }

  .aydinlatma-teknikleri .slick-next {
    right: 42% !important;
  }

  .aydinlatma-teknikleri .slick-prev {
    right: 38% !important;
    left: 39% !important;
  }

  .links-footer {
    width: 50% !important
  }

  .contact-container p br {
    display: none;
  }

  .contact-container p {
    padding-bottom: 0;
  }

  .all-project-banner .right-area {
    padding: 20px !important;
    padding-bottom: 0 !important;
  }

  .all-project-banner {
    margin-bottom: 0;
  }

  .checkbox-container {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }

  .checkmark {
    left: 0;
  }

  .custom-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }

  .bottom-page-header img {
    height: 350px !important;
    object-fit: cover;
  }

  .bottom-page-header .text-head-banner h1 {
    font-size: 19px;
  }

  .bottom-page-header .text-head-banner {
    position: absolute;
    top: 50%;
    padding: 0 6%;
    width: 100%;
  }

  .bottom-page-header .text-head-banner h1 br {
    display: none;
  }

  .content-bottom-page .row.mt-4 {
    margin-top: 0 !important;
  }

  .project-boxs .container.mt-5 {
    margin-top: 0 !important
  }

  .custom-checkbox {
    text-align: left;
    justify-content: flex-start;
  }

  .black-content-box {
    padding-bottom: 0px !important;
  }

  .black-content-box .col-lg-6 {
    margin-bottom: 30px !important;
  }

  .checkbox-container {
    padding-top: 30px !important;
  }

  .other-news-slider .slick-list {
    padding: 0 20px !important;
  }

  .uygulama-alanlari h3 {
    padding: 0 22px;
    margin-bottom: 30px;
  }

  .icon-prod-details {
    flex-wrap: wrap;
  }

  .slider-single-image {
    width: 60% !important
  }

  .icon-prod-details .item-icon-area {
    background: #fff;
    padding: 10px 5%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-prod-details .item-icon-area img {
    width: 40px;
    margin-right: 20px;
  }

  .icon-prod-details .item-icon-area span {
    font-size: 17px;
  }

  .icon-prod-details {
    flex-direction: column;
  }

  .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive table {
    width: 100%;
    border-collapse: collapse;
  }

  .table-responsive th, .table-responsive td {
    padding: 8px 16px;
    text-align: left;
  }

  .table-responsive th {
    background-color: #f2f2f2;
  }

  .kullanim-alanlari p {
    font-size: 14px;
    width: 100%;
  }

  .image-left img {
    width: 100% !important;
  }

  .table-responsive img {
    width: 16px;
    height: 16px;
  }

  .list-container-prod .container-fluid.p-0.pb-5.mb-5 {
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
  }

  .table-responsive th, .table-responsive td {
    padding: 8px 19px !important;
    /* HÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼cre iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§i boÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸luklarÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± artÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±rÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±ldÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
    text-align: center;
    /* Metin hizalamasÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
    font-size: 16px;
    /* Font boyutu artÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±rÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±ldÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
  }

  .bottom-filter-options {
    padding: 20px 2%;
    border-bottom: 6px solid #fff;
    white-space: nowrap;
    overflow: auto;
  }

  .search-wrapper .input {
    width: 90%;
  }

  .kullanim-alanlari .col-lg-12 {
    padding: 0;
  }

  .left-bottom-footer {
    text-align: center;
  }

  .links-right a:last-child {
    margin-right: 0;
  }

  .tab-content-detail table tbody tr td span {
    border: 0;
    width: 100%;
    padding: 5px 0;
  }

  .tab-content-detail table thead tr td span {
    border: 0;
  }

  .tab-area a {
    padding-right: 0 !important;
    width: 50%;
  }

  .tab-content-detail table tbody tr td span img {
    width: 40px;
    height: auto;
  }

  .all-project-banner p {
    font-size: 13px;
  }

  .career-form input {
    padding-left: 0 !important;
  }

  .breadcrumb .col-lg-4 {
    padding-left: 6px !important;
  }

  .h4, h4 {
    font-size: calc(1rem + .3vw) !important;
  }

  .bottom-page-header img {
    height: auto !important
  }

  .col-lg-6.d-flex.justify-content-end.social {
    justify-content: center !important;
    padding-top: 0 !important;
  }

  .tab-area .in {
    width: 100%;
  }

  .tab-area .in a {
    justify-content: center;
  }
}

/* new css */
.kesfet-slide .container {
  max-width: 86%;
}

.kesfet-slide .container .row-area {
  display: flex;
  justify-content: center;
}

.kesfet-slide .container .img-right {
  width: 29%;
}

.kesfet-slide .container .text-left-area {
  width: 50%;
  padding-top: 14%;
  padding-right: 8%;
}

.kesfet-slide .container .text-left-area p {
  font-size: 14px;
}

.kesfet-slide .container .text-left-area * {
  color: #fff;
}

.kesfet-slide .container .text-left-area h1 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.kesfet-slide .container .text-left-area .video-play img {
  width: 70px;
}

.kesfet-slide {
  padding-bottom: 40px;
  background: #000;
}

.yuksek-tasarruf {
  background: #1a1919;
}

.yuksek-tasarruf .container {
  max-width: 86%;
}

.yuksek-tasarruf .container .row-area {
  display: flex;
  justify-content: center;
}

.yuksek-tasarruf .container .text-left-area {
  width: 50%;
  padding: 100px 0;
  padding-right: 8%;
}

.yuksek-tasarruf .container * {
  color: #fff;
}

.yuksek-tasarruf .container .right-space {
  width: 29%;
}

.yuksek-tasarruf .container .text-left-area h2 {
  font-size: 22px;
}

.yuksek-tasarruf .container .text-left-area p {
  font-size: 14px;
}

.image-kesfet {
  padding: 100px 12%;
  padding-bottom: 0;
  background: #000;
}

.gradient-container {
  background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(255,255,255,1) 100%);
  padding-top: 170px;
  margin-top: -90px;
}

.gradient-container h2 {
  font-size: 17px;
  margin-bottom: 41px !important;
}

.gradient-container .single-slider-area {
  padding-bottom: 70px !important;
}

.gradient-container .slider-single-detail {
  padding-bottom: 100px !important;
}

.gradient-container .detail-info-form-wrapper {
  padding-bottom: 30px !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60% !important;
  border-radius: 0;
  outline: 0;
  padding: 5px !important;
}

.modal .close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: fixed;
  right: 20px;
  top: 20px;
  font-size: 60px;
  z-index: 999;
  color: #fff !important;
  opacity: 1;
}

.modal .close:hover, .modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .kesfet-slide .container .text-left-area {
    width: 100%;
    padding-top: 0;
    padding-right: 10%;
    margin-top: -40px;
  }

  .kesfet-slide .container .row-area {
    flex-direction: column-reverse;
  }

  .kesfet-slide .container .img-right {
    width: 59%;
    margin: auto;
  }

  .yuksek-tasarruf .container .text-left-area {
    width: 100%;
    padding: 30px 0;
    padding-right: 0%;
    padding-top: 40px;
  }

  .yuksek-tasarruf .container .right-space {
    width: 14%;
  }

  .gradient-container .slider-single-detail {
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
  }

  #videoModal .modal-content {
    width: 90% !important;
    margin-top: 160px;
  }

  .modal .close {
    top: 100px;
    right: -23px;
  }

  .image-kesfet {
    padding: 100px 0%;
    padding-bottom: 0;
    background: #000;
  }

  .single-slider-area.p-l-r {
    padding: 0 0%;
  }

  .custom-popup {
    width: 90%
  }

  .single-slider-area .slick-slide img {
    height: 450px;
    object-fit: cover;
  }
}
