@import url("../../assets/font-icon/demo-files/demo.css");
@import url("../../assets/font-icon/demo-files/fontello.css");
@import url("../../assets/font-icon/fontawesome/css/all.min.css");
@import url("../../assets/font-icon/font-icon.css");



a.WhatsApp1 {
  display: flex;
  font-size: 18px;
  background: #2eb843;
  font-weight: 600;
  width: 51px;
  height: 51px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  color: #fff;
  align-items: center;
  justify-content: center;
  animation: whatsapp infinite 2s linear;
  z-index: 9999;
}

.site-baslik1 h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
}

.site-baslik1 h3 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 40px;
}

.site-baslik1 {
  margin-bottom: 70px;
}

.site-baslik1 p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

@keyframes whatsapp {
  0% {
    box-shadow: 0 0 0 0 #2eb843;
  }

  50% {
    box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

body {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  color: #323e59;
  transition: all 350ms ease-in-out 0s;
  font-family: "Neue Montreal";
}

#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;
}

html {
  font-size: 100%;
}

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

.btn-genel {
  height: 45px;
  padding: 0px 26px;
  font-size: 14px;
  position: relative;
  transition: transform 1.4s cubic-bezier(0.7, 0, 0.3, 1) 0.5s,
    opacity 1.4s cubic-bezier(0.7, 0, 0.3, 1) 0.5s;
  text-align: center;
  transition: transform 0.2s;
  color: #212121;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #212121;
  border-radius: 35px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.btn-genel:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  background-color: #01a6e5;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: left 0.2s ease-out, right 0.2s ease-out, opacity 0.2s ease-out,
    background-color 0.2s ease-out;
}

.btn-genel:hover:after {
  left: 0;
  right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.btn-genel span {
  z-index: 9;
}

.btn-genel.btn-beyaz {
  background: #fff;
  color: #4a4a4a;
  border-color: #fff;
}

.btn-genel:hover {
  color: #fff;
  border-color: #01a6e5;
}

/**/

.header-menu {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  padding: 0;
  background: #fff;
}

.header-menu .navbar-brand {}

.header-menu .navbar-nav {
  justify-content: end;
}

.header-menu .navbar-brand img {
  width: auto;
  height: 65px;
}

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

.header-top .header-ic {
  height: auto;
  padding: 8px 0px;
  border-bottom: 1px solid #323e5924;
}

.header-top-bilgi {
  display: block;
  margin-bottom: 0px;
}

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

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

.header-top-bilgi li a {
  color: #323e59;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.0278em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.header-top-bilgi li.email a {
  text-transform: none;
}

.header-top-bilgi li a i {
  margin-right: 5px;
  font-size: 13px;
}

.header-top-sosyal {
  display: flex;
  margin: 0px;
  margin-left: 0px;
  padding: 0px;
}

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

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

.header-top-sosyal li a {
  color: #323e59;
  font-size: 13px;
  width: 28px;
  height: 28px;
  border: solid 1px #323e59;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.header-top-sosyal li a:hover {
  color: #fff;
  border: solid 1px #323e59;
  background: #323e59;
}

.header-top-dil {
  display: flex;
  padding-left: 0px;
  border-left: 1px solid #ffffff36;
  margin-left: 24px;
}

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

.header-top-dil li a {
  display: block;
  padding: 0rem 0rem;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.0278em;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  opacity: 100%;
  color: #fff;
}

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

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

.header-top-dil li a .icon {
  height: 10px;
  margin-right: 5px;
  display: none;
}

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

.header-menu .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

.header-menu .navbar {
  padding-top: 6px;
  padding-bottom: 5px;
  height: auto;
}

.header-menu .navbar-nav .nav-item {
  margin-left: 35px;
  position: relative;
}

.header-menu .navbar-nav .nav-item .nav-link {
  display: block;
  padding: 0 0rem;
  color: #323e59;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.header-menu .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #323e59;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header-menu .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.header-menu .navbar-nav .nav-item .nav-link:hover {
  color: #323e59;
  opacity: 0.5;
}

.header-menu .navbar-nav .nav-item .nav-link:hover {
  color: #323e59;
  opacity: 60%;
}

.header-menu .navbar-nav .nav-item:hover .nav-link {
  color: #323e59;
  opacity: 60%;
}

.header-menu .navbar-nav .nav-item .nav-link.active {
  color: #323e59;
  opacity: 60%;
}

.header-menu .navbar-nav .nav-item .nav-link.nav-link.active::before {
  width: 100%;
  background: #323e59;
  opacity: 1;
}

.header-menu .navbar-nav .nav-item .nav-link.nav-link:hover::before {
  width: 100%;
  background: #323e59;
  left: 0%;
  opacity: 1;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 901;
  background: #000000a8;
  width: calc(100% + 110px);
  padding: 0px 0px;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li {
  list-style: none;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li a {
  width: 100%;
  display: flex;
  padding: 10px 17px 10px 17px;
  color: #323e59;
  font-size: 14px;
}

.header-menu .navbar-nav .nav-item.nav-submenu>ul li a:hover {
  color: #ce7546;
}

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

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

.header-menu .navbar-nav ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 902;
  background: #080a09;
  width: calc(100% + 70px);
  padding: 15px 0px;
}

.header-menu .navbar-nav li {
  position: relative;
}

/**/

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

.slider1 .bottom-ok {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 6;
  animation: sliderButon 0.8s alternate infinite;
  cursor: pointer;
  border: solid 2px #fff;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: #91252f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 99;
}

@keyframes sliderButon {
  0% {
    bottom: 30px;
  }

  100% {
    bottom: 45px;
  }
}

.slider1 .swiper-button-next {
  right: 40px;
  left: auto;
}

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

.slider1 .swiper-button-next::after,
.slider1 .swiper-button-prev::after {
  display: none;
}

.slider1 .swiper-button-next,
.slider1 .swiper-button-prev {
  font-size: 40px;
  color: #fff;
}

.slider1 .swiper-slide {
  overflow: hidden;
}

.slider1 .swiper-slide .swiper-slide-resim {
  background-size: cover !important;
  background-position: center !important;
  /* animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;*/
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.slider1 .swiper-slide .text-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
}

.slider1 .swiper-slide .text-bg::before {
  background: #000;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0%;
  content: "";
}



.slider1 .swiper-slide .text-bg .textic {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 30px 80px 25px;
  background: #fff;
  margin-bottom: -1px;
  text-align: left;
  max-width: 770px;
  /* Sağ üst köşeyi kes */
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}

.slider1 .swiper-slide .text-bg .container {
  position: relative;
}

.slider1 .swiper-slide .text-bg .container::before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  margin-top: 0;
  background: #fff;
  margin-left: -140px;
}

.slider1 .swiper-slide .text-bg .textic .text1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.slider1 .swiper-slide .text-bg .textic .text1 b {
  color: #03a3e6;
}

.slider1 .swiper-slide .text-bg .textic .text2 {
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 0;
}

/**/

.urunler {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.urunler h2 {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 600;
  font-size: 46px;
}

.urunler .urunler-ic {
  width: calc(100% + 177px);
}

.urunler .swiper-slide {
  margin-right: 0px;
  padding-left: 0px;
}

.urunler .swiper-wrapper {
  align-items: center;
}

.kategori-liste {
  width: 100%;
  height: auto;
  color: #4a4a4a;
  background: #f4f4f6;
}

.kategori-liste:hover {
  color: #01a6e5;
}

.kategori-liste h3 {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: 600;
}

.kategori-liste .resim {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0px 0px;
  text-align: center;
  padding: 25px;
}

.kategori-liste .resim img {
  max-width: 100%;
  max-height: 100%;
}

.kategori-liste .text {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  padding: 0px 48px 48px;
}

.kategori-liste .text a {
  font-size: 14px;
  color: #ababab;
}

.kategori-liste .text p {
  display: none;
  margin-bottom: 0px;
  font-size: 15px;
}

.kategori-liste .text a:hover {
  color: #01a6e5;
}

.kategori-liste .link {
  color: #4a4a4a;
  font-size: 13px;
  position: relative;
  margin-top: 30px;
  padding-bottom: 5px;
  display: none;
}

.kategori-liste .link::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  width: 0%;
  transition: all 0.3s;
  background: #ababab;
}

.kategori-liste .link:hover::after {
  width: 100%;
  background: #01a6e5;
}

.kategori-liste .link:hover {
  color: #01a6e5;
}

.kategori-liste .link .arrow {
  border-right: 1px solid;
  border-top: 1px solid;
  color: #cbcbcb;
  display: inline-block;
  height: 5px;
  margin-left: 5px;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
  transition: all 0.3s;
  width: 5px;
}

.kategori-liste:hover .link .arrow {
  color: #01a6e5;
}

.urunler .swiper-slide .kategori-liste {
  width: 100%;
  height: auto;
}

.urunler .swiper-slide-active .kategori-liste .text h3 {
  font-size: 21px;
}

.urunler .swiper-slide-active .kategori-liste .link {
  display: inline-block;
}

.urunler .swiper-slide-active .kategori-liste .text p {
  display: block;
  margin-bottom: 20px;
}

.urunler .site-baslik1 h3 {
  font-weight: 600;
  line-height: 1.1;
}

.urunler .swiper-pagination {
  text-align: left;
  position: relative !important;
}

.swiper-pagination {
  position: relative !important;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #646464;
  opacity: 1;
  position: relative;
  margin: 0 12px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #01a6e5;
  /* mavi çerçeve rengi */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #01a6e5;
}

/**/

.py-80 {
  padding: 80px 0px;
}

.oklarbg {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 50px;
}

.oklarbg .swiper-button-next {
  right: auto;
  left: 0;
}

.oklarbg .swiper-button-prev {
  right: auto;
  left: 0px;
  margin-left: 15px;
}

.oklarbg .swiper-button-next::after,
.oklarbg .swiper-button-prev::after {
  display: none;
}

.oklarbg .swiper-button-next,
.oklarbg .swiper-button-prev {
  font-size: 12px;
  color: #fff;
  background: #4a4a4a;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  top: 0px;
  margin-top: 0px;
}

.bilgial {
  background: #01a6e5;
  width: auto;
  padding: 16px 30px 16px 60px;
  margin-top: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.bilgial span {
  display: block;
}

.bilgial .btn-link {
  height: 38px;
  padding: 0px 25px;
  margin-left: auto;
  background: #fff;
  border-radius: 20px;
  display: flex;
  color: #4a4a4a;
  align-items: center;

  font-weight: 600;
}

.bilgial .btn-link:hover {
  background: #000;
  color: #fff;
}

.bilgial .btn-link i {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

/* Üretim */

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

.Uretim .Uretim-ic {
  width: 100%;
  height: auto;
  width: calc(100% + 177px);
  background: #fff;
  padding: 70px;
  padding-right: 0px;
}

.Uretim .Uretim-liste {
  width: 100%;
  height: auto;
  display: block;
}

.Uretim .Uretim-liste img {
  width: 50px;
  height: 50px;
}

.Uretim .Uretim-liste .svgIcon {
  fill: #0058dd;
  height: 39px;
  width: 39px;
}

.Uretim .Uretim-liste path {
  fill: #0058dd;
}

.Uretim .Uretim-liste .text {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

.Uretim .Uretim-liste .text h3 {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 11px;
  margin-top: 19px;
  font-size: 19px;
  font-weight: 500;
}

.Uretim .Uretim-liste .text p {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
  color: #898989;
  font-size: 15px;
}

.Uretim .Uretim-liste .sayi {
  width: 30px;
  height: 30px;
  color: #898989;
  font-size: 13px;
  background: #f4f2f2;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Uretim .Uretim-liste:hover .text h3 {
  color: #01a6e5;
}

.Uretim .Uretim-liste:hover .text p {
  color: #01a6e5;
}

/**/

/* Testimonials Ana Kutusu */
.testimonials-section {
  margin: auto;
  display: flex;
  gap: 60px;
  /* Sol ve sağ sütun arası boşluk */
  align-items: center;
  /* Sütunları yukarıdan hizala */
}

.testimonial-details {
  transition: opacity 0.4s ease-in-out;
}

/* Sol Taraf: Metin İçeriği */
.testimonial-content {
  flex: 1;
  /* Esnek genişlik */
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.section-number {
  font-size: 18px;
  font-weight: bold;
  color: #0d6efd;
  /* Mavi */
  margin-right: 15px;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  margin: 0;
}

.section-title img {
  height: 35px;
  margin-right: 15px;
  width: auto;
}

/* Değişen metinler için stiller */
.testimonial-job-title {
  font-size: 16px;
  color: #6c757d;
  /* Gri */
  margin-bottom: 5px;
}

.testimonial-name {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
  margin-top: 0;
  margin-bottom: 20px;
}

.testimonial-quote {
  font-size: 16px;
  line-height: 1.3;
  color: #495057;
  margin-bottom: 30px;
}

.read-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #212529;
  font-weight: bold;
  gap: 12px;
}

.read-more .icon-container {
  width: 48px;
  height: 48px;
  border: 2px solid #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Altıgen şekli */
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.read-more .icon-container span {
  font-size: 24px;
  color: #0d6efd;
}

/* Sağ Taraf: Kişi Resimleri */
.testimonial-selectors {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  flex: 1;
}

.testimonial-person {
  width: 150px;
  /* Resimlerin genişliği */
  height: 348px;
  cursor: pointer;
  border-radius: 8px;
}

.testimonial-person img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 8px;
  filter: grayscale(100%);
  /* Varsayılan olarak siyah-beyaz */
  opacity: 0.6;
  transition: filter 0.4s ease, opacity 0.4s ease;
  /* Yumuşak geçiş */
  object-fit: cover;
  object-position: center;
}

/* Aktif olan resmin stili */
.testimonial-person.active img {
  filter: grayscale(0%);
  /* Resmi renkli yap */
  opacity: 1;
}

/**/

.sayac {
  width: 100%;
}

.sayac .baslik {
  width: 100%;
  margin-bottom: 60px;
}

.sayac .baslik h2 {
  width: 100%;
  font-size: 30px;
  font-weight: 400;
}

.sayac .baslik h2 span {
  color: #01a6e5;
  font-size: 59px;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.sayac .baslik h2 b {
  font-weight: 700;
}

.sayac .sayac-liste {
  width: 100%;
  height: auto;
  padding-left: 30px;
  position: relative;
  text-align: center;
}

.sayac .sayac-liste:before {
  background-color: #01a6e5;
  content: "";
  height: 100px;
  position: absolute;
  top: 0;
  width: 2px;
  display: none;
  left: 0px;
}

.sayac .sayac-liste:hover {
  /*box-shadow: 0 0px 16px 0 rgb(0 0 0 / 15%);*/
}

.sayac .sayac-liste #okul_circle {
  display: flex;
  align-items: center;
  font-size: 45px;
  font-weight: 600;
  justify-content: center;
}

.sayac .sayac-liste .icon {
  height: 70px;
  margin-bottom: 20px;
  width: 70px;
  border-radius: 50%;
  border: solid 1px #01a6e5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0px auto 8px;
}

.sayac .sayac-liste .icon .svgIcon {
  fill: #01a6e5;
  height: 35px;
  width: 35px;
}

.sayac .sayac-liste .icon path {
  fill: #01a6e5;
}

.sayac .sayac-liste .media_counted {
  font-size: 45px;
  font-weight: 700;
}

.sayac .sayac-liste .sayacbaslik {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
  display: block;
}

.sayac .sayac-liste .sayacbaslik h3 {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
}

.sayac .sayac-liste .arti {
  padding-left: 10px;
  font-size: 25px;
}

.sayac .sayac-liste .yuzde {
  padding-left: 10px;
  font-size: 25px;
  font-weight: 700;
}

/*online-satis*/

.online-satis {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.online-satis .container {
  position: relative;
  padding: 70px 0px;
}

.online-satis .container::before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: -250px;
  top: 0px;
}

.online-satis .resim {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}

.online-satis .text {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  position: relative;
  align-items: center;
}

.online-satis .text .baslik {
  max-width: 402px;
}

.online-satis .text .baslik p {
  margin-top: 25px;
  font-size: 15px;
  max-width: 80%;
}

/**/

.Home-Hakkimizda {
  width: 100%;
  height: auto;
  padding: 0px 0px 80px;

  position: relative;
  overflow: hidden;
}

.Home-Hakkimizda .bg1 {
  width: 500px;
  height: auto;
  position: absolute;
  left: -0px;
  top: 50px;
  z-index: -1;
  opacity: 3%;
}

.Home-Hakkimizda .hakkimizda-ic {
  width: 100%;
  height: auto;
  position: relative;
}

.Home-Hakkimizda .hakkimizda-ic h1 {
  width: 100%;
  height: auto;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.Home-Hakkimizda .hakkimizda-ic h1 b {
  font-weight: 700;
  color: #c5ad95;
}

.Home-Hakkimizda .hakkimizda-ic p {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.Home-Hakkimizda .hakkimizda-ic .hakkimizda-ic-alt {
  width: 100%;
  height: auto;
  padding: 0px 80px 0px 28px;
  position: relative;
}

.Home-Hakkimizda .hakkimizda-ic .hakkimizda-ic-alt:before {
  background-color: #01a6e5;
  content: "";
  height: 100px;
  position: absolute;
  top: 0;
  width: 2px;
  left: 0px;
}

.Home-Hakkimizda .hakkimizda-ic .hakkimizda-resim {
  width: calc(100% + 210px);
  height: 65vh;
  border-radius: 100vmax 0vmax 0vmax 100vmax;
  overflow: hidden;
  position: relative;
  z-index: 9;
  background-size: cover !important;
}

.Home-Hakkimizda .hakkimizda-ic .hakkimizda-resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Home-Hakkimizda .hakkimizda-ic .logolar {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
}

.Home-Hakkimizda .hakkimizda-ic .logolar img {
  height: 110px;
  background: #fff;
  width: 110px;
  object-fit: contain;
  margin: 0px 10px;
  padding: 10px;
  border-radius: 50%;
}

/**/

.header-top-dil {
  display: flex;
  padding-left: 0px;
  margin-right: 18px;
  margin-bottom: 0;
}

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

.header-top-dil li a {
  display: block;
  padding: 0.65rem 0rem;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}

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

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

.header-top-dil li a .icon {
  height: 10px;
  margin-right: 5px;
  display: none;
}

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

/*markalar*/

.markalar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.markalar h3 {
  font-size: 22px;
  font-weight: 700;
}

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

.markalar li {
  list-style: none;
  margin-left: 55px;
}

.markalar li img {
  height: 50px;
}

/*hakkimizda1*/

.hakkimizda1 {
  width: 100%;
  overflow: hidden;
  height: auto;
}

.hakkimizda1 h2 {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 48px;
  margin-bottom: 30px;
}

.hakkimizda1 .textt {
  max-width: 70%;
}

.hakkimizda1 .textt p {
  font-size: 15px;
}

.hakkimizda1 .resim0 {
  width: 100%;
  height: 180px;
  object-fit: cover;
  max-width: 300px;
  border-radius: 12px;
}

.hakkimizda1 .resim {
  width: 100%;
}

/*btn-link*/

.btn-link {
  display: flex;
  text-decoration: none;
  color: #04abe9;
  align-items: center;
}

.btn-link .icon {
  width: 50px;
  height: 50px;
  background-image: url("../images/icon.webp");
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 18px;
}

.btn-link .icon i {
  margin-left: 6px;
}

.btn-link span {
  font-weight: 700;
  padding-left: 15px;
}

/**/

.laundry-process-container {
  width: 100%;
}

.steps-wrapper {
  display: flex;
  justify-content: space-around;
  /* AdÄ±mlarÄ± eÅŸit aralÄ±klarla daÄŸÄ±t */
  align-items: flex-start;
  /* Ã–ÄŸeleri yukarÄ± hizala */
  position: relative;
  /* Pseudo elementler iÃ§in */
  padding-top: 50px;
  /* Ãœstteki Ã§izgi ve yaylar iÃ§in yer */
}

/* AdÄ±mlarÄ± birbirine baÄŸlayan Ã¼st Ã§izgi */

.step {
  flex: 1;
  /* Esnek geniÅŸlik */
  text-align: center;
  padding: 0 15px;
  /* AdÄ±mlar arasÄ±na yatay boÅŸluk */
  position: relative;
  /* Yay iÃ§in */
  max-width: 330px;
  /* AdÄ±mlarÄ±n Ã§ok geniÅŸlemesini Ã¶nle */
}

.step-graphic {
  position: relative;
  /* Yay pseudo elementi iÃ§in */
  margin-bottom: 32px;
  /* Ä°kon ve yazÄ± arasÄ± boÅŸluk */
  height: 150px;
  /* Dairenin yÃ¼ksekliÄŸi kadar (yay iÃ§in referans) */
  display: flex;
  justify-content: center;
  /* Daireyi ortalamak iÃ§in */
}

/* Ãœstteki yarÄ±m daire yayÄ± */
.step-graphic::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 87px;
  bottom: 50%;
  margin-bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ededed;
  border-radius: 110px 110px 0 0;
  box-sizing: border-box;
  z-index: 1;
}

/* Ãœstteki yarÄ±m daire yayÄ± */
.step2 .step-graphic::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 87px;
  top: 50%;
  margin-bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ededed;
  border-radius: 0px 0px 110px 110px;
  box-sizing: border-box;
  z-index: 1;
}

.step-icon-circle {
  width: 150px;
  height: 150px;
  background-color: #f4f4f6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 43px;
  color: #df211c;
}

.step-icon-circle .svgIcon {
  fill: #0058dd;
  height: 39px;
  width: 39px;
}

.step-icon-circle path {
  fill: #0058dd;
}

.step-icon {
  width: 60px;
  /* Ä°kon boyutu */
  height: 60px;
  object-fit: contain;
  /* Ä°kon oranlarÄ±nÄ± koru */
}

.step-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 8px;
}

.step-description {
  font-size: 15px;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 230px;
}

/* Daha kÃ¼Ã§Ã¼k ekranlar iÃ§in (Ã–rnek: Tablet ve altÄ±) */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    /* Dikey sÄ±ralama */
    align-items: center;
    /* Ortala */
    padding-top: 0;
    /* Ãœst boÅŸluÄŸu sÄ±fÄ±rla */
  }

  /* BaÄŸlantÄ± Ã§izgisini ve yaylarÄ± kÃ¼Ã§Ã¼k ekranda gizle */
  .steps-wrapper::before,
  .step-graphic::before {
    display: none;
  }

  .step {
    flex: none;
    /* EsnekliÄŸi kaldÄ±r */
    width: 90%;
    /* GeniÅŸliÄŸi ayarla */
    max-width: 300px;
    /* Maksimum geniÅŸlik */
    margin-bottom: 40px;
    /* AdÄ±mlar arasÄ± dikey boÅŸluk */
    padding: 0;
  }

  .step:last-child {
    margin-bottom: 0;
    /* Son elemanÄ±n alt boÅŸluÄŸunu kaldÄ±r */
  }

  .step-graphic {
    height: auto;
    /* YÃ¼ksekliÄŸi otomatik yap */
    margin-bottom: 20px;
    /* Ä°kon ve yazÄ± arasÄ± boÅŸluk */
  }

  .step-icon-circle {
    position: static;
    /* Mutlak konumu kaldÄ±r */
    transform: none;
    /* Transformu sÄ±fÄ±rla */
    margin: 0 auto;
    /* Yatayda ortala */
    width: 120px;
    /* Biraz kÃ¼Ã§Ã¼lt */
    height: 120px;
  }

  .step-icon {
    width: 50px;
    /* Ä°konu biraz kÃ¼Ã§Ã¼lt */
    height: 50px;
  }

  .step-title {
    font-size: 1.3em;
  }

  .step-description {
    font-size: 0.9em;
  }
}

/*uretim*/

.uretim2 {
  width: 100%;
  height: auto;
  padding: 100px 0px;
}



/**/

.iletisim7 .map {
  padding: 0 0 0 50px;
}

.iletisim7 .map iframe {
  min-height: 550px;
}

.iletisim7 .contactalan {
  margin-top: 70px;
}

.iletisim7 .contactalan p {
  line-height: 1.66;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  color: #888;
  padding: 0 50px 20px 0px;
}

.iletisim7 .contactalan h4 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: #464646;
}

.iletisim7 .form1 {
  margin-bottom: 30px;
}

.iletisim7 .form1 .btn {
  display: inline-block;
  height: 55px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  background-color: #ffc246;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: none;
  border-radius: 0 !important;
}

.iletisim7 .form1 input,
.iletisim7 .form1 textarea {
  height: 56px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
  color: #767676;
  background-color: #F8F8F8;
  border: none;
  border-bottom: solid #00000012 2px;
  border-radius: 0 !important;
}

.iletisim7 .form1 label {
  display: none;
}

.iletisim7 .form1 input::-webkit-input-placeholder,
.iletisim7 .form1 textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  line-height: 24px;
}

.iletisim7 .form1 input::-moz-placeholder,
.iletisim7 .form1 textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  line-height: 24px;
}

.iletisim7 .form1 input:-ms-input-placeholder,
.iletisim7 .form1 textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  font-size: 14px;
  line-height: 24px;
}

.iletisim7 .form1 input::-ms-input-placeholder,
.iletisim7 .form1 textarea::-ms-input-placeholder {
  /* MODERN BROWSER */
  font-size: 14px;
  line-height: 24px;
}

.iletisim7 .form1 input::placeholder,
.iletisim7 .form1 textarea::placeholder {
  /* MODERN BROWSER */
  font-size: 14px;
  line-height: 24px;
}

.iletisim7 .form1 textarea {
  height: 180px;
}

.iletisim7 .form1 input:hover,
.iletisim7 .form1 textarea:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 16%);
  /* Glowing red effect */
  transition: box-shadow 0.3s ease;
}

.iletisim7 {
  width: 100%;
  height: auto;
  padding: 70px 0px;
}

.iletisim7 .liste {
  width: 100%;
  height: auto;
  border: solid 1px #f1f1f1;
  padding: 50px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  text-align: center;
  min-height: 315px;
}

.iletisim7 .liste .icon {
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
}

.iletisim7 .liste .icon img {
  height: 100%;
}

.iletisim7 .liste:hover .icon {
  transform: rotate(360deg);
  transition: transform 0.5s ease-in-out;
}

.iletisim7 .liste .icon .svgIcon {
  fill: #03a3e6;
  height: 35px;
  width: 35px;
}

.iletisim7 .liste .icon path {
  fill: #03a3e6;
}

.iletisim7 .liste .baslik {
  width: 100%;
  height: auto;
  font-size: 25px;
  font-weight: 700;
  color: #03a3e6;
  margin-bottom: 20px;
}

.iletisim7 .liste .text {
  width: 100%;
  height: auto;
  font-weight: 400;
  font-size: 15px;
}

.iletisim7 .liste .text2 {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 22px;
}


/**/

/**/

.form2 {
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  color: #333;
  position: relative;
  overflow: hidden;
}

.form2::before,
.form2::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  z-index: 0;
}

.form2::before {
  width: 250px;
  height: 250px;
  top: -80px;
  right: -80px;
}

.form2::after {
  width: 150px;
  height: 150px;
  bottom: -50px;
  left: -50px;
}

.form2 label {
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 1.5px;
}

.form2 .guvenlik_input {
  position: relative;
}

.form2 .guvenlik_resim {
  position: absolute;
  top: 40px;
  right: 0;
}

.form2 .guvenlik_resim .guvenlikResim {
  width: 80px;
}

.form2 input {
  width: 100%;
  padding: 16px;
  margin-bottom: 0;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
  height: 40px;
}

.form2 textarea {
  width: 100%;
  padding: 16px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
  height: 70px;
}

.form2 input:focus,
.form2 textarea:focus {
  border-color: #3498db;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.2);
}

.form2 input::placeholder,
.form2 textarea::placeholder {
  color: #f9f9f9;
  display: none;
  opacity: 0;
}

.form2 button {
  background-color: #3498db;
  color: #fff;
  padding: 10px 10px;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 16px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
  margin-top: 30px;
}

.form2 button:hover {
  box-shadow: 0 8px 20px rgb(0 0 0 / 50%);
}

.form2 .help-block {
  color: #aaa;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 25px;
  display: none;
}

.form2 .alert {
  background-color: #e74c3c;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  display: none;
}

@media (max-width: 768px) {
  .form2 {
    padding: 30px;
  }
}



/**/

.page-baslik1 {
  width: 100%;
  height: auto;
  background: transparent;
  padding: 25px 0px 10px;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 130px;
}

.page-baslik1 .breadcrumb {
  margin-bottom: 16px;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
}

.page-baslik1 .breadcrumb li a {
  color: #3e3e3e;
}

.page-baslik1 .breadcrumb {
  opacity: 50%;
}

.breadcrumb-item {
  color: #03a3e6;
  font-size: 11px;
}

.page-baslik1 .breadcrumb li a {
  color: #03a3e6;
}

.breadcrumb-item.active {
  color: #03a3e6;
}

.page-baslik1 h3 {
  margin-bottom: 0px;
  font-size: 33px;
  font-weight: 700;
  color: #03a3e6;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}

.page-baslik1 h3::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #03a3e6;
  left: 0px;
  margin-top: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #03a3e6;
  content: "/";
}

/**/


/**/

.page-urunler-liste {
  width: 100%;
  height: auto;
  position: relative;
}

.page-urunler-liste .resim {
  width: 100%;
  height: 420px;
  position: relative;
}

.page-urunler-liste .resim::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, .2);
  z-index: 99;
  transition: .3s;
}

.page-urunler-liste:hover .resim::before {
  background-color: rgba(0, 0, 0, 0.326);
}

.page-urunler-liste .resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-urunler-liste .baslik {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  bottom: 50px;
  left: 0px;
  transition: .5s;
  z-index: 9;
  color: #fff;
  text-align: center;
  z-index: 99;
}

.page-urunler-liste .baslik span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-urunler-liste .baslik small {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 11px;
  line-height: 1.72727em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: 1px solid transparent;
  transition: .5s;
}

.page-urunler-liste:hover .baslik small {
  border-bottom: 1px solid #fff;
}


/**/

.page-urunler-listele-resimler {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease;
}

.page-urunler-listele-resimler .img-thumbnail {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.4s ease, transform 0.3s ease;
  position: relative;
}

.page-urunler-listele-resimler:hover .img-thumbnail {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.page-urunler-listele-resimler .image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.page-urunler-listele-resimler .image img {
  max-width: 100%;
  border-radius: 15px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.page-urunler-listele-resimler:hover .image img {
  transform: scale(1.15) rotate(2deg);
}

.page-urunler-listele-resimler .image .zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: rgba(0, 0, 0, 0.4);
}

.page-urunler-listele-resimler:hover .image .zoom {
  opacity: 1;
}

.page-urunler-listele-resimler .image .zoom i {
  font-size: 30px;
  color: #fff;
  background: rgba(0, 123, 255, 0.85);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.page-urunler-listele-resimler .image .zoom i:hover {
  transform: scale(1.1);
}

.page-urunler-listele-resimler .images-list-text {
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 10px 0;
  color: #555;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #f8f9fa;
  transition: color 0.3s ease, background 0.3s ease;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 0 15px 15px;
}

.page-urunler-listele-resimler:hover .images-list-text {
  color: #007bff;
  background: #e9ecef;
}


/**/

.sol-menu-style2 {
  width: 100%;
  height: auto;
}

.sol-menu-style2 .breadcrumb {
  margin-bottom: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
}

.sol-menu-style2 .breadcrumb li a {
  color: #3e3e3e;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
  width: 100%;
  position: relative
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  display: none;
}

.sol-menu-style2 .sol-menu .menu-akordiyon .sol-menu-alt-var {
  display: inline-block;
  float: right;
  font-size: 0.8rem;
}

.sol-menu-style2 .sol-menu .menu-akordiyon {
  width: 100%;
  text-align: left;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li:first-child {
  border: none;
  margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li {
  list-style-type: none;
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
  box-shadow: 5px 0 17px 0 rgba(0, 0, 0, .05);
  margin-top: 1px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a {
  border-bottom: none;
  border-right: none;
  padding: 17px 30px;
  line-height: 1;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li.active a {
  color: #fff;
  background: #03a3e6;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li.active a:after {
  color: white;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:after {
  content: '\eab8';
  display: block;
  position: relative;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #000000;
  background: #0000000d;
  cursor: pointer;
  border-radius: 2px;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:hover {
  color: #fff;
  background: #03a3e6;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:hover:after {
  content: '\eab8';
  position: relative;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #000000;
  background: #0000000d;
  cursor: pointer;
  border-radius: 2px;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul {
  display: none;
  background: #fff;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li {
  margin-top: 0px;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li a {
  padding: 13px 24px 13px;
  font-weight: 400;
  color: #23282d;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li.active a {
  color: #fff;
  background: #03a3e6;
}

.sol-menu-style2 .sol-menu .menu-akordiyon ul li ul li a:hover {
  color: #fff;
  background: #03a3e6
}

.sol-menu-style2 .navbar {
  padding: 0px;
}

.sol-menu-style2 .navbar .navbar-toggler {
  width: 100%;
  position: relative;
  margin-top: 0px;
  top: 0px;
  padding: 16px 24px 14px;
  font-size: 0.375rem;
  text-align: left;
  background: #333;
  color: #fff;
  border: none;
  outline: none;
}

.sol-menu-style2 .navbar .navbar-toggler:focus {
  border: none;
}

.sol-menu-style2 .navbar .navbar-toggler:hover {
  border: none;
}

.sol-menu-style2 .navbar .navbar-toggler i {
  padding-right: 5px;
}


/**/

/**/

.sorulansorular {
  position: relative;
  padding: 100px 0px 70px;
}

.sorulansorular .accordion {
  position: relative;
  margin-bottom: 40px;
}

.sorulansorular .accordion>.cardlar .cardlar-header {
  padding: 0px;
  border-radius: 0px;
  background: #fff;
  border: 0px solid #e6e6e6 !important;
  margin: 0px;
  position: relative;
}

.sorulansorular .accordion>.cardlar .cardlar-header h5 button.btn {
  padding: 14px 50px 14px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #252525;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
}

.sorulansorular .accordion>.cardlar .cardlar-header h5 button.btn::before {
  position: absolute;
  content: '\e8e7';
  right: 0px;
  font-size: 16px;
  top: 0px;
  height: 100%;
  line-height: 60px;
  width: 60px;
  text-align: center;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
}

.sorulansorular .accordion>.cardlar {
  border-radius: 0px;
  border: 0px solid #e6e6e6 !important;
  margin-bottom: 20px;
  overflow: inherit;
}

.sorulansorular .btn-link.collapsed {
  background: #fff !important;
  border-radius: 0px;
  color: #252525 !important;
  border: 1px solid #e6e6e6 !important;
}

.sorulansorular .btn-link.collapsed::before {
  border-left: 1px solid #e6e6e6;
  color: #888888 !important;
}

.sorulansorular .btn-link {
  background: #03a3e6 !important;
  border-radius: 0px;
  color: #fff !important;
  border: 1px solid #ffffff !important;
}

.sorulansorular .btn-link::before {
  border-left: 1px solid #ffffff;
  color: #fff !important;
}

.sorulansorular .btn-link::after {
  position: absolute;
  content: '';
  height: 0px;
  border-right: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 13px solid #fff;
  bottom: 0;
  left: 33px;
}

.sorulansorular .btn-link.collapsed::after {
  display: none;
}

.sorulansorular .cardlar-body {
  padding: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
  border-bottom: 5px solid #03a3e6;
  font-size: 16px;
  color: #808080;
  line-height: 26px;
  font-weight: 400;
}

.sorulansorular .any_questions {
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
}

.sorulansorular .any_questions h2 {
  padding: 14px 30px;
  color: #fff;
  background: #03a3e6;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.sorulansorular .any_questions form {
  position: relative;
  padding: 25px 30px;
}

.sorulansorular .any_questions form label {
  display: block;
  font-size: 16px;
  color: #808080;
  line-height: 25px;
  margin-bottom: 5px;
}

.sorulansorular .any_questions form .guvenlik_input label {
  display: none;
}

.sorulansorular form .btn {
  border: 0px;
  box-shadow: none;
  width: 100% !important;
  border-radius: 50px !important;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  transition: all .5s ease;
  text-align: center;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.sorulansorular input[type="text"],
.sorulansorular input[type="email"],
.sorulansorular textarea {
  position: relative;
  width: 100% !important;
  height: 60px;
  background: transparent;
  border: 1px solid #e6e6e6 !important;
  padding: 20px;
  line-height: 60px;
  font-size: 16px;
  color: #676767;
  font-weight: 600;
  margin-bottom: 10px;
}

.sorulansorular textarea {
  height: 120px;
}


/**/


/**/

.haber3 {
  position: relative;
  margin-bottom: 50px;
}

.haber3 .inner-box {
  position: relative;
  padding: 40px 20px 40px 0;
  border: 2px solid #f7f7f7;
}

.haber3 .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 170px;
  height: 100%;
  display: block;
  background-color: #f7f7f7;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.haber3 .inner-box:hover::before {
  width: 100%;
}

.haber3 .inner-box .image-column {
  position: relative;
}

.haber3 .inner-box .image-column .image {
  position: relative;
  margin-left: 22px;
  padding: 10px;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
}

.haber3 .inner-box .image-column .image img {
  width: 100%;
}

.haber3 .inner-box .image-column .image .overlay-box {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.80);
}

.haber3 .inner-box:hover .image-column .image .overlay-box {
  opacity: 1;
}

.haber3 .inner-box .image-column .image .overlay-box .get-now {
  position: relative;
  top: 45%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: -20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.haber3 .inner-box .image-column .image .overlay-box .get-now:hover {
  color: #03a3e6;
}

.haber3 .content-column {
  position: relative;
}

.haber3 .content-column .inner-column {
  position: relative;
}

.haber3 .content-column .inner-column h3 {
  position: relative;
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.haber3 .content-column .inner-column h3 a {
  position: relative;
  color: #252525;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.haber3 .content-column .inner-column h3 a:hover {
  color: #03a3e6;
}

.haber3 .content-column .inner-column .post-date {
  position: relative;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 16px;
  margin-bottom: 18px;
  display: inline-block;
  background-color: #03a3e6;
}


/**/


.page-icerik {
  padding: 25px 0px;
  min-height: 650px;
}

/**/


.page-blog-details {
  width: 100%;
  height: auto;
  position: relative;
}

.page-blog-details h4 {
  font-weight: 700;
  font-size: 20px;
  border-top: 1px solid #f1f1f1;
  padding-top: 25px;
  margin-bottom: 25px;
}

.page-blog-details .page-blog-details-image {
  width: 100%;
  height: auto;
  border: solid 1px #f1f1f1;
  padding: 5px;
}

.page-blog-details .page-blog-details-sosyal {
  width: 100%;
  height: auto;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-blog-details .page-blog-details-image img {
  width: 100%;
}

.page-blog-details h3 {
  font-weight: 700;
  font-size: 30px;
}

.page-blog-details h6 {
  font-weight: 300;
  font-size: 17px;
  font-style: italic;
  opacity: 60%;
}

.page-blog-details p {
  font-weight: 400;
  font-size: 16px;
  opacity: 100%;
}


/**/

.urunler-listele3 {
  display: block;
  position: relative;
  color: #727272;
  height: auto;
  background: #fff;
  border-radius: 3px;
  padding: 50px 10px 25px 10px;
  overflow: hidden;
  border: solid 1px #d2d3d5;
  transition: transform 0.3s, box-shadow 0.3s;
}

.urunler-listele3:hover {
  color: #000;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.urunler-listele3 h3 {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.urunler-listele3 p {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 33px;
  min-height: 70px;
  transition: transform 0.3s, opacity 0.3s;
  padding: 0 30px;
  min-height: 120px;
}

.urunler-listele3:hover p {
  opacity: 0.8;
}

.urunler-listele3 .bg {
  width: 112%;
  height: 220px;
  background: #fdfdfd;
  position: absolute;
  overflow: hidden;
  margin-top: 35px;
  display: none;
}

.urunler-listele3 .bg li {
  width: 22px;
  height: 310px;
  background: #f3f3f3;
  margin: 0px 12px;
  list-style: none;
  transform: rotate(20deg);
  margin-top: -80px;
  display: inline-flex;
}

.urunler-listele3 .resimm {
  display: flex;
  height: 225px;
  overflow: hidden;
  background-size: cover !important;
  transition: all 600ms ease-in-out;
  text-align: center;
  justify-content: center;
}

.urunler-listele3 .resimm img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-top: 20px;
}

.urunler-listele3:hover .resimm img {
  max-height: 90%;
  transform: scale(1.1);
  opacity: 0.9;
}

.urunler-listele3 .alt {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}

.urunler-listele3 .alt .detay {
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
  border: solid 1px #000;
  padding: 4px 10px;
  border-radius: 20px;
  align-items: center;
  letter-spacing: -0.8px;
}

.urunler-listele3 .alt .plus {
  display: block;
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
}

.urunler-listele3 .back {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 99;
  width: 100%;
  height: auto;
  padding: 15px;
  border-top: 1px solid #bbbdc03d;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.urunler-listele3 .back p {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #a7a9ab;
}

.urunler-listele3 .back .table-baslik {
  display: block;
  margin-bottom: -1px;
  font-size: 14px;
  color: #094539;
  background: #9ccc94;
  padding: 5px 12px;
  font-weight: 500;
}

.urunler-listele3 .back table.table {
  font-size: 13px;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
}

.urunler-listele3 .back table.table thead {
  background: #b72021;
  color: #fff;
}

.urunler-listele3 .back table.table td,
.urunler-listele3 .back table.table th {
  border: solid 1px #9ccc94;
  padding: 3px 5px;
}

.urunler-listele3 .back table.table th {
  color: #094539;
  font-weight: 600;
}

.urunler-listele3 .back table.table td {
  color: #707272;
  font-weight: 400;
}

.urunler-listele3 .back table>:not(:first-child) {
  border: none;
}

.urunler-listele3:hover .back {
  transform: translateY(0%);
}


/**/


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

.banner-bg .swiper-button-prev,
.banner-bg .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  color: #fff;
  background: #ffffff94;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px #00000021;
}

.banner-bg .swiper-button-prev:after,
.banner-bg .swiper-button-next:after {
  font-size: 15px;
  color: #000000;
}

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

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

.banner-bg .swiper-slide:hover .buyut {
  opacity: 1;
}

.banner-bg .swiper-slide .buyut {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 25%);
  opacity: 0;
}

.banner-bg .swiper-slide .buyut i {
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.banner-bg .swiper-slide .resim {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  border: solid 1px #e6e6e6;
}

.banner-bg .swiper-slide .resim img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

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

.banner-bg .gallery-top22 .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}

.banner-bg .gallery-top22 .swiper-slide .over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #1F3C8A;
  opacity: 0.7;
}

.banner-bg .gallery-thumbs22 {
  box-sizing: border-box;
  padding: 10px 0;
  position: relative;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-bg .gallery-thumbs22 .swiper-slide {
  height: 90px;
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.banner-bg .gallery-thumbs22 .swiper-slide img {
  height: 100%;
  border: solid 1px #e9e9e9;
}

.banner-bg .gallery-thumbs22 .swiper-slide-thumb-active {
  opacity: 1;
  background: #fff;
  color: #1F3C8A;
}

.banner-bg .gallery-thumbs22 .swiper-slide-thumb-active img {
  opacity: 50%;
}


/**/

.urundetaybutton {
  width: auto;
  margin: 0px auto;
  background: transparent;
  padding: 0px;
  margin-top: 20px;
  position: relative;
  justify-content: space-evenly;
}

.urundetaybutton a.tumunugor {
  z-index: 2;
  letter-spacing: 0.1em;
  border: 1px solid #40403f;
  transition: all 0.9s;
  text-align: center;
  background: #40403f;
  display: block;
  padding: 0.65rem 0rem;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px;
}

.urundetaybutton a.tumunugor i {
  margin-right: 6px;
}

.urundetaybutton a.tumunugor:hover {
  background: #000;
  color: #fff !important;
  border-color: #000;
}

.urundetaybutton a.tumunugor3 {
  z-index: 2;
  letter-spacing: 0.1em;
  border: 1px solid #c00615;
  transition: all 0.9s;
  text-align: center;
  background: #c00615;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px;
}

.urundetaybutton a.tumunugor3 i {
  margin-right: 6px;
}

.urundetaybutton a.tumunugor3:hover {
  background: #c00615;
  color: #fff !important;
  border-color: #c00615;
}

.urundetaybutton button.tumunugor2 {
  background-color: #03a3e6 !important;
  letter-spacing: 0.1em;
  border: 1px solid #03a3e6;
  transition: all 0.9s;
  color: #fff !important;
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 10px 20px !important;
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border-radius: 50px;
}

.urundetaybutton button.tumunugor2 i {
  margin-right: 6px;
}

.urundetaybutton button.tumunugor2:hover {}


/**/