/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* styles.css */

/* styles.css */

/* İŞ ORTAKLARIMIZ CSS BAŞLANGIÇ */

/* styles.css */

.section-padding {
  padding: 60px 0;
}

.brand-slider {
  overflow: hidden;
  white-space: nowrap;
  background-color: #f8f8f8;
  padding: 10px 0;
  margin-top: 30px;
  /* Başlık ve slider arasına boşluk */
}

.brand-slider-wrapper {
  display: flex;
  animation: slide 20s linear infinite;
}

.brand-slide {
  flex: 0 0 auto;
  padding: 0 15px;
}

.brand-slide img {
  max-height: 80px;
  /* Görselleri biraz daha büyük yapalım */
  width: auto;
  transition: transform 0.3s ease;
}

/* Animasyon */
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Görsellerin büyüme efekti */
.brand-slide:hover img {
  transform: scale(1.1);
}

/* İŞ ORTAKLARIMIZ CSS BİTİŞ */

/*PAKET YÖNETİMİ CSS BAŞLANGIÇ*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.mb-5 {
  margin-bottom: 3rem;
}

.pb-lg-5 {
  padding-bottom: 3rem;
}

.pricing-tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pricing-table {
  background-color: #003399;
  /* Kapalı mavi arka plan */
  border: 1px solid #003399;
  /* Kapalı mavi kenarlık */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
  /* Yazı rengi beyaz */
  margin-bottom: 20px;
  /* Kartlar arasında boşluk */
  flex: 1 1 22%;
  /* Kartların genişliğini kontrol eder */
  box-sizing: border-box;
  /* Padding ve border ile birlikte genişliği hesaplar */
}

.pricing-table h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #ffffff;
  /* Paket başlıkları beyaz */
}

.price {
  font-size: 2em;
  color: #ffffff;
  margin: 10px 0;
}

.features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.features li {
  padding: 10px 0;
  border-bottom: 1px solid #002266;
  /* Daha koyu mavi alt çizgi */
}

.features li:last-child {
  border-bottom: none;
}

.pricing-table:hover {
  transform: scale(1.1);
  /* Hafif yakınlaşma efekti */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  /* Daha belirgin gölge */
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  color: #003399;
  /* Açık mavi buton rengi */
  background-color: #e6f2ff;
  /* Açık mavi arka plan */
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn:hover {
  background-color: #cce0ff;
  /* Hover efekti için daha açık mavi */
  color: #003399;
  /* Hover efekti için koyu mavi yazı rengi */
}

/* Özel stil ayarları */
.text-center {
  text-align: center;
}

/*PAKET YÖNETİMİ CSS BİTİŞ*/

/*CHAT BAŞLANGIÇ*/
#chat-widget {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background-color: #007bff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  z-index: 1000;
}

#chat-box {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 300px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#chat-box textarea {
  width: 100%;
  height: 100px;
  border: none;
  padding: 10px;
  box-sizing: border-box;
}

#chat-box button {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #007bff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

/* Genel sayfa stil ayarları */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

/* İletişim widget stili */
#contact-widget {
  position: fixed;
  right: 10px;
  /* Logo sağda */
  bottom: 10px;
  /* Logo altta */
  display: flex;
  align-items: center;
  z-index: 1000;
}

/* Mesaj bulutu stili */
#message-bubble {
  display: block;
  /* Mesaj bulutunu her zaman gösterir */
  margin-right: 10px;
  /* Mesaj bulutunun logodan uzaklığı */
  padding: 10px;
  background-color: #ffffff;
  /* Mesaj bulutunun arka plan rengi beyaz */
  color: #000000;
  /* Mesaj metninin rengi siyah */
  border-radius: 10px;
  /* Köşeleri yuvarlak */
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  /* Satır kaydırmasını engeller */
}

/* Mesaj bulutunun sağ kısmında küçük bir üçgen oluştur */
#message-bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  /* Üçgenin rengi ve şekli */
}

/* Logo stili */
#contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  /* Alt çizgi yok */
}

#contact-link img {
  width: 50px;
  /* Logo genişliği */
  height: 50px;
  /* Logo yüksekliği */
  border-radius: 50%;
  /* Yuvarlak logo */
  background-color: #007bff;
  /* Logo arka plan rengi */
  padding: 5px;
  /* Logo etrafında biraz boşluk */
}

/* Navbar menü öğelerinin hiza ayarları */
.navbar-nav .nav-item {
  display: flex;
  /* Flexbox kullanarak hizalamayı sağla */
  align-items: center;
  /* Yatay merkezle hizalamayı sağla */
}

/* Dropdown menü başlığının hizalanmasını düzelt */
.nav-link.dropdown-toggle {
  display: flex;
  /* Flexbox kullanarak hizalamayı sağla */
  align-items: center;
  /* Yatay merkezle hizalamayı sağla */
  padding: 0.5rem 1rem;
  /* Padding değerlerini gerektiği gibi ayarla */
}

/* Dropdown menü başlığı */
.nav-link.dropdown-toggle {
  font-weight: 500;
  color: #333;
  /* Menünün başlık rengi */
}

/* Dropdown menü stil ayarları */
.dropdown-menu {
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Dropdown menü öğeleri */
.dropdown-item {
  padding: 0.5rem 1rem;
  color: #333;
  /* Menü öğe yazı rengi */
  text-decoration: none;
}

/* Dropdown menü öğeleri üzerine gelindiğinde */
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007bff;
  /* Renk değişimi */
}

/* Simgeler */
.dropdown-item img {
  width: 20px;
  /* Simge genişliği */
  height: 20px;
  /* Simge yüksekliği */
  margin-right: 10px;
  /* Metin ile simge arasındaki boşluk */
}

/*Login başlangıç*/
.background {
  background-image: url('background.jpg');
  /* Arka plan görselinizi buraya ekleyin */
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.login-container {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  transition: all 0.3s ease;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
}

.input-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.3s;
}

input:focus {
  border-color: #007bff;
}

button {
  width: 100%;
  padding: 10px;
  background-color: #28a745;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #218838;
}

#forgotPassword {
  text-align: center;
  color: #007bff;
  cursor: pointer;
  margin-top: 10px;
  transition: color 0.3s;
}

#forgotPassword:hover {
  color: #0056b3;
}

.hidden {
  display: none;
}

#emailInputGroup {
  margin-top: 20px;
}

/*Login Başlangıç*/
.login-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* Sayfanın tamamını kaplayacak şekilde ayarla */
  background: rgba(255, 255, 255, 0.8);
  /* Arka planı hafif beyaz yap */
  position: relative;
}

.login-container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  /* Genişlik ayarı */
  transition: all 0.3s ease;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
}

.input-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.3s;
}

input:focus {
  border-color: #007bff;
}

button {
  width: 100%;
  padding: 10px;
  background-color: #28a745;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #218838;
}

#forgotPassword {
  text-align: center;
  color: #007bff;
  cursor: pointer;
  margin-top: 10px;
  transition: color 0.3s;
}

#forgotPassword:hover {
  color: #0056b3;
}

.hidden {
  display: none;
}

#emailInputGroup {
  margin-top: 20px;
}

/*LOGİN BİTİŞ*/

.currency-toggle {
  display: flex;
  align-items: center;
  margin-left: 10px;
  /* Space from the previous item */
}

.currency-symbol {
  font-size: 14px;
  margin: 0 5px;
}

.slider {
  width: 40px;
  /* Width of the slider */
  height: 20px;
  /* Height of the slider */
  background-color: #e0e0e0;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

.ball {
  width: 16px;
  /* Size of the ball */
  height: 16px;
  /* Size of the ball */
  background-color: #007bff;
  /* Ball color */
  border-radius: 50%;
  position: absolute;
  top: 2px;
  /* Align the ball vertically */
  left: 2px;
  /* Position the ball */
  transition: left 0.3s;
}

.menu-container {
  display: flex;
  align-items: center; /* Dikey hizalama */
}

.menu-item, .currency-toggle {
  margin: 0 10px; /* Eşit boşluk */
  flex: 1; /* Eşit genişlik */
}

/*SEPET BAŞLIYOR*/
.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.progress-step {
  text-align: center;
  position: relative;
  flex: 1;
}

.progress-line {
  position: absolute;
  height: 4px; /* Çizgi yüksekliği */
  background-color: #ddd; /* Başlangıç rengi */
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}

.progress-step:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px; /* Çizgi yüksekliği */
  background-color: transparent; /* Başlangıç rengi */
  top: 50%;
  left: 100%;
  z-index: -1;
}

.step-icon {
  display: block;
  background-color: #ddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 18px;
  color: white;
  transition: background-color 0.3s, color 0.3s; /* Geçiş efekti */
}

.completed .step-icon {
  background-color: #28a745; /* Yeşil renk */
  color: white;
}

.completed + .progress-step .step-icon {
  background-color: #28a745; /* Tamamlanan adımların yuvarlağı yeşil */
}

.progress-step p {
  margin-top: 8px;
  font-weight: bold;
}

#cart-items {
  margin-top: 20px;
}

button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}