/* sarf malzemeler */

/*---------tab ----style-----one---------------*/
.tabs_all_box {
  position: relative;
}
.tabs_all_box .s_tab {
  display: none;
}
.tabs_all_box .s_tab.active-tab {
  display: block;
}
.tabs_all_box .s_tab.active-tab.show {
  animation: fadeIn ease 0.9s;
  -webkit-animation: fadeIn ease 0.9s;
  -moz-animation: fadeIn ease 0.9s;
  -o-animation: fadeIn ease 0.9s;
  -ms-animation: fadeIn ease 0.9s;
}
.tabs_all_box.type_one {
  position: relative;
}
.tabs_all_box.type_one .tabs_header {
  position: absolute;
  left: 50px;
  width: 370px;
  height: auto;
  background: #fff;
  padding: 10px 0px 0px 0px;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  border: 1px solid #dee2e6;
  border-radius: 10px;
  z-index: 5;
  top: -27px;
}
.tabs_all_box.type_one .tabs_header ul {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.tabs_all_box.type_one .tabs_header ul li {
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tabs_header ul li a {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  color: #222;
  line-height: 28px;
  font-family: inherit;
  padding: 13px 0px;
  border-bottom: 1px solid #e4e7ee;
  background: transparent;
  border-radius: 0px;
  display: block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tabs_header ul li a.active {
  color: #E30613;
}
.tabs_all_box.type_one .tabs_header ul li:last-child a {
  border-bottom: 0px;
}
.tabs_all_box.type_one .tabs_header ul li:hover a {
  color: #e90707;
  padding-left: 5px;
}
.tabs_all_box.type_one .tabs_header .toll_free {
  position: relative;
  padding: 20px;
  /* background: #E30613; */
  border-radius: 10px;
}
.tabs_all_box.type_one .tabs_header .toll_free a {
  position: relative;
  display: block;
  padding-left: 60px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  line-height: 26px;
  font-family: inherit;
}
.tabs_all_box.type_one .tabs_header .toll_free a i {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  color: #E30613;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.tabs_all_box.type_one .tab_content {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  min-height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f7f7f7;
}
.tabs_all_box.type_one .tab_content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  /* background: linear-gradient(to top, #222 2%, rgba(0, 0, 0, 0) 129%); */
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tab_content .content_image {
  position: relative;
  margin-left: 320px;
  padding: 45px 50px 45px 145px;
  z-index: 2;
}
.tabs_all_box.type_one .tab_content .content_image h6 {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.tabs_all_box.type_one .tab_content .content_image h2 {
  font-weight: 700;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
}
.tabs_all_box.type_one .tab_content .content_image p {
  color: #fff;
  opacity: 0.8;
}
.tabs_all_box.type_one .tab_content .content_image a {
  /* text-transform: uppercase; */
  color: #000;
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
  opacity: 0.8;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.tabs_all_box.type_one .tab_content .content_image a i {
  top: 0;
  font-size: 16px;
}
.tabs_all_box.type_one .tab_content .content_image a:hover {
  color: #E30613;
}

#sektor .tabs_all_box.type_one .tab_content::before {
  content: none !important;
}

.gradient-box {
  border-color: #ffffff !important;
  background: linear-gradient(-45deg, #000000, #e90707, #000000, #e90707);
  background-size: 400% 400%;
  animation: gradient 7s ease-out infinite;
  color: #fff !important;
}

@keyframes border-color-gradient {
  0% {
    border-color: #000;
  }

  25% {
    border-color: #000;
  }

  50% {
    border-color: #e90707;
  }

  75% {
    border-color: #e90707;
  }

  100% {
    border-color: #000;
  }
}

.gradient-color-border {
  animation: border-color-gradient 5s linear infinite;
  border: 3px solid transparent;
}

/*---==========================================-----
-----================== project_all ===============-----
-----=========================================-----*/
.project_all {
  position: relative;
}
.project_all.filter_enabled {
  padding: 0px;
}
.project_all.filt_style_one .fliter_group, .project_all.filt_style_six .fliter_group {
  position: relative;
  margin-bottom: 50px;
}
.project_all.filt_style_one .fliter_group .project_filter, .project_all.filt_style_six .fliter_group .project_filter {
  position: relative;
  display: block;
  padding-left: 0px;
}
.project_all.filt_style_one .fliter_group .project_filter li, .project_all.filt_style_six .fliter_group .project_filter li {
  display: inline-block;
  margin: 0px 15px;
  position: relative;
  padding: 9px 15px 5px;
  border-left: 1px solid #e4e7ee;
  border-bottom: 1px solid #e4e7ee;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  font-family: inherit;
  font-weight: 600;
}
.project_all.filt_style_one .fliter_group .project_filter li.current, .project_all.filt_style_six .fliter_group .project_filter li.current {
  border-color: #E30613;
  background: #E30613;
  color: #fff;
}
.project_all.filt_style_six .fliter_group .project_filter {
  padding-left: 0px;
}
.project_all.filt_style_six .fliter_group .project_filter li {
  border: 0px;
  padding: 8px 20px;
  background: #f7f7f7;
  margin: 0px;
  border-radius: 5px;
}
.project_all.filt_style_six .fliter_group .project_filter li.current {
  background: #E30613;
  color: #fff;
}
.project_all.filt_style_two .fliter_group, .project_all.filt_style_three .fliter_group, .project_all.filt_style_four .fliter_group, .project_all.filt_style_five .fliter_group {
  position: relative;
  margin-bottom: 60px;
}
.project_all.filt_style_two .fliter_group .project_filter, .project_all.filt_style_three .fliter_group .project_filter, .project_all.filt_style_four .fliter_group .project_filter, .project_all.filt_style_five .fliter_group .project_filter {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e7ee;
}
.project_all.filt_style_two .fliter_group .project_filter li, .project_all.filt_style_three .fliter_group .project_filter li, .project_all.filt_style_four .fliter_group .project_filter li, .project_all.filt_style_five .fliter_group .project_filter li {
  display: inline-block;
  position: relative;
  padding: 0px 8px 16px;
  margin: 0px 3px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.project_all.filt_style_two .fliter_group .project_filter li.current, .project_all.filt_style_three .fliter_group .project_filter li.current, .project_all.filt_style_four .fliter_group .project_filter li.current, .project_all.filt_style_five .fliter_group .project_filter li.current {
  color: #E30613;
}
.project_all.filt_style_two .fliter_group .project_filter li:after, .project_all.filt_style_three .fliter_group .project_filter li:after, .project_all.filt_style_four .fliter_group .project_filter li:after, .project_all.filt_style_five .fliter_group .project_filter li:after {
  position: absolute;
  content: "";
  background: #E30613;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.project_all.filt_style_two .fliter_group .project_filter li.current:after, .project_all.filt_style_three .fliter_group .project_filter li.current:after, .project_all.filt_style_four .fliter_group .project_filter li.current:after, .project_all.filt_style_five .fliter_group .project_filter li.current:after {
  opacity: 1;
}
.project_all.filt_style_eight .fliter_group {
  position: relative;
  margin-bottom: 40px;
}
.project_all.filt_style_eight .fliter_group .project_filter {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.project_all.filt_style_eight .fliter_group .project_filter li {
  display: inline-block;
  position: relative;
  padding: 0px 8px 0px;
  margin: 0px 3px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.project_all.filt_style_eight .fliter_group .project_filter li.current {
  color: #E30613;
}

.project_box.style_two {
  position: relative;
  /* margin-bottom: 30px; */
}
.project_box.style_two .image {
  position: relative;
  /* overflow: hidden; */
  border-radius: 5px;
}
.project_box.style_two .image img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .project_box.style_two .image .overlay {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  background: #E30613;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.project_box.style_two .image .overlay a span {
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 17px;
  right: 13px;
} */
.project_box.style_two .image::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}
.project_box.style_two .content_inner {
  padding: 20px;
  /* background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  border: 1px solid #e4e7ee;
  border-radius: 5px;
  margin-top: 0; */
  z-index: 23;
  position: relative;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: translateY(0px);
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dee2e6;
}
.project_box.style_two .content_inner::before {
  position: absolute;
  content: "";
  width: 98%;
  height: 97%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}
.project_box.style_two .content_inner h2 a {
  position: relative;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.project_box.style_two .content_inner .meta_value a {
  background: #f7f7f7;
  padding: 6px 13px 7px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}
.project_box.style_two:hover .image .overlay {
  top: -40px;
  right: -40px;
}
.project_box.style_two:hover .image::before {
  animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -ms-animation: circle 0.75s;
  -o-animation: circle 0.75s;
}
.project_box.style_two:hover .content_inner {
  transform: translateY(20px);
}
.project_box.style_three {
  position: relative;
  padding: 30px 30px 30px 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  background: #fff;
  margin-bottom: 30px;
}
.project_box.style_three .content_inner {
  position: relative;
  float: left;
  width: 35%;
  padding: 5px 35px;
}
.project_box.style_three .content_inner div a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #E30613;
  font-family: inherit;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 9px 11px 4px;
  background: #f7f7f7;
  display: inline-block;
  border-radius: 5px;
}
.project_box.style_three .content_inner h2 a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e7ee;
  display: block;
}
.project_box.style_three .content_inner .read_more {
  font-size: 15px;
  color: #E30613;
  line-height: 25px;
  display: inline-block;
}
.project_box.style_three .content_inner .read_more span {
  display: inline-block;
  margin-left: 5px;
  font-size: 17px;
  top: 2px;
  position: relative;
}
.project_box.style_three .content_inner .tags_and_share {
  margin-top: 30px;
}
.project_box.style_three .content_inner .share_socail {
  position: relative;
  padding-top: 25px;
}
.project_box.style_three .content_inner .share_socail .title {
  display: none;
}
.project_box.style_three .content_inner .share_socail button {
  margin-right: 10px;
}
.project_box.style_three .content_inner .share_socail button:last-child {
  margin-right: 0px;
}
.project_box.style_three .content_inner .share_socail button {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background: #f7f7f7;
  border: 1px solid #e4e7ee;
  color: #e4e7ee;
  display: inline-block;
  margin-right: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  box-shadow: none;
}
.project_box.style_three .content_inner .share_socail button i {
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 15px;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.project_box.style_three .image {
  position: relative;
  width: 65%;
  float: right;
  border-radius: 10px;
  overflow: hidden;
}
.project_box.style_three .image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  opacity: 0;
  background: #E30613;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.project_box.style_three .image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_box.style_three .image .text {
  padding: 20px 30px;
  border-radius: 10px 10px 0px 0px;
  background: #f7f7f7;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.project_box.style_three .image .text ul {
  margin: 0;
  padding: 0;
}
.project_box.style_three .image .text ul li {
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 23px;
  margin-bottom: 5px;
  color: #222;
  font-weight: 600;
}
.project_box.style_three .image .text ul li:last-child {
  margin-bottom: 0px;
}
.project_box.style_three .image .text ul li span {
  font-size: 16px;
  line-height: 26px;
  font-family: inherit;;
  font-weight: 400;
  display: inline-block;
  text-transform: none;
  opacity: 0.8;
  margin-left: 5px;
}
.project_box.style_three:hover .image::before {
  bottom: 0;
  opacity: 0.8;
}

.main-btn {
  font-family: inherit;;
  text-orientation: upright;
  color: white;
  font-size: 15px;
  border-radius: 50px;
  outline: 2px solid #e4e7ee;
}

.main-btn:hover {
  border-color: #ffffff !important;
  background: linear-gradient(-45deg, #000000, #e90707, #000000, #e90707);
  background-size: 400% 400%;
  animation: gradient 7s ease-out infinite;
  color: #fff !important;
  outline: none;
}

.max-470-scroll {
  max-height: 470px;
  overflow: overlay;
}

.max-470-scroll::-webkit-scrollbar {
  width: 7px;
}

.max-470-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 10px;
}

.max-470-scroll::-webkit-scrollbar-thumb {
  background: #e90707;
  border-radius: 10px;
}

.max-470-scroll::-webkit-scrollbar-thumb:hover {
  background: #000;
}

/* Bu slider içinde global swiper-slide kurallarını nötrle */
.product-slider .swiper-slide {
  width: auto;
  height: auto;
  transform: none;
  /* globalde sorun çıkaran başka kurallar varsa burada sıfırla */
}


.nav-prev--products, .nav-next--products {
  background: none;
  position: relative;
  top: unset !important;
  margin-top: unset !important;
}

.nav-prev--products {
  left: -90px !important;
}

.nav-prev--products::before, .nav-next--products::before {
  position: absolute;
  font-family: "FontAwesome" !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  color: #222;
  border-radius: 50%;
  border: 2px solid #e4e7ee;
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.nav-prev--products::after, .nav-next--products::after {
  display: none !important;
}

.nav-next--products::before {
  content: "\f105";
}

.nav-prev--products::before {
  content: "\f104";
}

.product-card2 {
    border: 1px solid #dee2e6;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    transition: all .5s ease;
    background-color: #fff;
    /* height: 100%; */
}
.product-card2:hover {
    background-color: #10069f08;
}
.product-card2 img {
    width: calc(100% - 0px);
    /* margin-top: -50px;
    /* background-color: #fff; */
    height: 200px;
    transition: all .5s ease;
    object-fit: contain;
}
.product-card2:hover img {
    transform: scale(1.05);
}
.product-card2 h5 {
    font-size: 18px;
    line-height: inherit;
    /*min-height: 45px;*/
    align-content: center;
    font-weight: 600;
}
.product-card2 p {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #888;
}

.product-slider { position: relative; overflow: hidden; }

.product-slider .nav-next--products,
.product-slider .nav-prev--products {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  pointer-events: auto;
}
.product-slider .nav-next--products { right: 10px; }
.product-slider .nav-prev--products { left: 10px; }

/* Kart içi overlay tıklamayı engelliyorsa: */
.product-slider .overlay { pointer-events: none; }

/* ÖNEMLİ: wrapper/slide'a transform reseti uygulama */
.product-slider .swiper-wrapper { display: flex; } /* transform'a dokunma */
.product-slider .swiper-slide { flex-shrink: 0; }  /* transform'a dokunma */

.sarf-blog {
  position: absolute;
  transition: all .5s ease;
}

.sarf-blog-title {
  color: #E30613;
  text-align: left !important;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 2px;
}

.sarf-blog:hover h5, .sarf-blog:hover a, .sarf-blog:hover i {
  color: #a3010c;
}

.sarf-blog p {
  color: #222;
}

.sarf-h3 {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .tabs_all_box.type_one .tab_content .content_image h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .time_line_section.style_one .time_line_box {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tabs_all_box.type_one .tabs_header {
    position: relative;
    top: inherit;
    width: 100%;
    bottom: inherit;
    left: inherit;
    margin-bottom: 30px;
  }
  .tabs_all_box.type_one .tab_content .content_image {
    margin-left: 0px;
    padding: 40px 30px 50px;
  }
  .tabs_all_box.type_one {
    padding: 0px 15px;
  }
  .slider .slide-item-content .slider_content h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .slider .slide-item-content .slider_content h1 span {
    font-size: 30px !important;
    line-height: 50px !important;
  }
  .mobile-justify-left {
    justify-content: start !important;
    margin-left: 60px;
  }
  .tabs_all_box.type_one .tabs_header ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile_sarf_title {
    flex-direction: column;
    justify-content: start;
    align-items: start !important;
    margin-bottom: 1rem;
  }
  .project_box.style_two .image img {
    object-fit: contain !important;
  }
  .tabs_all_box.type_one .tabs_header ul li a img {
    width: 70px !important;
  }
  .sarf-blog {
  position: relative !important;
  }
}