@import url("../../assets/bootstrap/css/bootstrap.min.css");
@import url("../../assets/font-icon/fontawesome/css/all.min.css");
@import url("../../assets/font-icon/demo-files/demo.css");
@import url("../../assets/font-icon/demo-files/fontello.css");
@import url("../../assets/font-icon/font-icon.css");
@import url("../webfont/avant/stylesheet.css");
@import url("../webfont/mont/stylesheet.css");
@import url("../../assets/slick/slick.css");
@import url("../../assets/slick/slick-theme.css");
@import url("../../assets/swiper/css/swiper.min.css");
@import url("../../assets/owlcarousel/assets/owl.carousel.min.css");
@import url("../../assets/owlcarousel/assets/owl.theme.default.min.css");
@import url("../../assets/fancybox/css/jquery.fancybox.min.css");
@import url("../../assets/flaticon/flaticon.css");

/* Tüm sayfada kaydırma çubuğunu gizle */

@media (max-width: 1200px) {
  body {
    padding-top: 120px !important;
  }

  .header-menu .navbar-brand img {
    width: auto;
    height: 50px !important;
  }

  .header-menu .navbar-brand {
    display: block !important;
    text-align: center !important;
    margin: 0px auto !important;
  }
}

html {
  overflow: -moz-scrollbars-none;
  /* Firefox için */
  scrollbar-width: none;
  /* Firefox için */
}

.body-active {
  overflow: hidden;
}

.body-active::before {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  background: #000;
  opacity: 60%;
  z-index: 99;
  width: 100%;
  height: 100%;
}

/* İçerik alanı için kaydırma çubuğunu gizle */

.scrollable {
  overflow-y: scroll;
  /* Dikey kaydırma */
  height: 100%;
  /* Yüksekliği %100 yapar */
}

/* Kaydırma çubuğunu gizle */

.scrollable::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari ve Opera için */
}

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

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

@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: 15px;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  color: #00050b;
  transition: all 350ms ease-in-out 0s;
}

.btn-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 13px;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
  text-transform: uppercase;
  height: 28px;
  padding: 0px 8px;
  font-weight: 600;
}

.btn-text .text1,
.btn-text .text2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

.btn-text .text1 {
  position: relative;
}

.btn-text .text2 {
  transform: translateY(103%);
  color: #000;
}

.btn-text:hover .text1 {
  transform: translateY(-100%);
}

.btn-text:hover .text2 {
  transform: translateY(0);
}

.btn-text:hover {
  border-color: #000;
}

.font1 {
  font-family: "AvantGarde Normal";
}

.font2 {
  font-family: "AvantGarde Bk BT";
}

.font3 {
  font-family: "Mont";
}

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

a:hover {
  color: #e53e3e;
}

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

.site-baslik1 {
  width: 100%;
  height: auto;
  text-align: center;
}

.site-baslik1 h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 55px;
}

.site-baslik1 p {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  color: #647072;
  max-width: 55%;
  margin: 10px auto 5px;
}

.site-baslik1:after {
  content: "";
  width: 25px;
  height: 3px;
  background: #91252f;
  display: inline-block;
  position: relative;
}

.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: 30px 0px;
  background: white;
  z-index: 999;
}

.header-menu .navbar-brand {
  padding: 0px;
  margin: 0px;
}

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

.header-menu a.home {
  width: auto;
  display: block;
  text-transform: uppercase;
  font-size: 17px;
}

.header-top-sosyal {
  display: flex;
  margin-left: auto;
  margin-right: 20px;
}

.qr-bilgi {
  position: absolute;
  right: 0px;
  display: none;
}

.qr-bilgi.qr-bilgi-ac {
  display: block;
  cursor: pointer;
}

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

.header-top-sosyal li {
  list-style: none;
  margin-top: 0px;
  position: relative;
  margin-left: 7px;
  cursor: pointer;
}

.header-top-sosyal li a img {
  color: #000000;
  height: 14px;
}

.header-menu .navbar {
  padding-top: 0;
  padding-bottom: 0;
  height: 80px;
  align-items: start;
  z-index: 999;
  background: #fff;
}

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

.logo1 {
  display: block;
}

body {
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}

/* Sola kaydırma efekti */
.slide-out-left {
  transform: translateX(-100%);
  opacity: 0;
}

/* Sağa kaydırma efekti */
.slide-out-right {
  transform: translateX(100%);
  opacity: 0;
}

/* Geçiş öncesi görünmez olma durumu */
.hidden {
  display: none;
}

/**/

.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, 0.2);
  z-index: 99;
  transition: 0.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: 0.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: 0.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;
}

/**/

.page-baslik1 {
  width: 100%;
  height: auto;
  background: transparent;
}

.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: #fdae00;
  font-size: 11px;
}

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

.breadcrumb-item.active {
  color: #fdae00;
}

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

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

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

.page-baslik2 {
  width: 100%;
  height: 400px;
  padding: 0px 0px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

.page-baslik2 .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.page-baslik2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 40%;
}

.page-baslik2 .container {
  margin-top: 80px;
  position: relative;
  z-index: 99;
}

.page-baslik2 h3 {
  margin-top: 0px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}

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

.page-baslik2 .breadcrumb li a {
  color: #fff;
}

.page-baslik2 .breadcrumb li.breadcrumb-item.active {
  color: #fff;
}

.page-baslik3 {
  width: 100%;
  height: 400px;
  padding: 0px 0px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

.page-baslik3 .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.page-baslik3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 40%;
}

.page-baslik3 .container {
  margin-top: 80px;
  position: relative;
  z-index: 99;
}

.page-baslik3 h3 {
  margin-bottom: 0px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}

.page-baslik3 .breadcrumb {
  margin-bottom: 0px;
  border-radius: 0px;
  background: transparent;
  padding: 0px;
  display: inline-flex;
}

.page-baslik3 .breadcrumb li a {
  color: #fff;
}

.page-baslik3 .breadcrumb li.breadcrumb-item.active {
  color: #fff;
}

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

.page-video iframe {
  width: 100%;
}

.page-video .card-body {
  padding: 0.3125rem;
}

.page-dosya a.dosya-liste {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.9rem;
  background-color: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-dosya a.dosya-liste:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-dosya a.dosya-liste .dosya-icon {
  text-align: center;
  color: #555;
  padding: 40px 10px;
  display: block;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-bottom: 1px solid #ddd;
  transition: background 0.3s ease;
}

.page-dosya a.dosya-liste .dosya-icon img {
  max-width: 100px;
  height: auto;
  display: inline-block;
}

.page-dosya a.dosya-liste:hover .dosya-icon .indir i {
  color: #404040;
}

.page-dosya a.dosya-liste .dosya-icon i {
  font-size: 23rem;
  color: #fdae00;
}

.page-dosya a.dosya-liste:hover .dosya-icon {
  background: linear-gradient(135deg, #000000, #5c5c5c);
}

.page-dosya a.dosya-liste:hover .dosya-icon i {
  color: #ffffff;
}

.page-dosya a.dosya-liste .indir {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #007bff;
  color: white;
  padding: 8px 12px;
  border-radius: 50%;
  font-size: 1.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.page-dosya a.dosya-liste:hover .indir {
  background-color: #0056b3;
}

.page-dosya a.dosya-liste .dosya-aciklama {
  padding: 15px;
  background: #f9f9f9;
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #e0e0e0;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik {
  font-size: 1rem;
  color: #333;
}

.page-dosya a.dosya-liste .dosya-aciklama .baslik i {
  padding-right: 5px;
}

/**/

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

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

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

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

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

.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-alt-var {
  display: inline-block;
  float: right;
  font-size: 12px;
}

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

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

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

.sol-menu-style1 .sol-menu .menu-akordiyon ul li {
  list-style-type: none;
  width: 100%;
  position: relative;
  background: #f2f2f2;
  margin-top: 1px;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a {
  width: 100%;
  font-size: 0.85rem;
  color: #23282d;
  line-height: 1.6em;
  padding: 16px 24px 14px;
  font-weight: 500;
  transition: all 0.25s ease !important;
  display: block;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li.active a {
  color: #fff;
  background: #5f5f5f;
}

.sol-menu-style1 .sol-menu .menu-akordiyon ul li a:hover {
  color: #fff;
  background: #5f5f5f;
}

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

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

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

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

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

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

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

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

.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, 0.05);
  -moz-box-shadow: 5px 0 17px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0 17px 0 rgba(0, 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: block;
}

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

.sol-menu-style2 .sol-menu .menu-akordiyon ul li.active a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  border-top: 7px solid transparent;
  border-left: 8px solid #5f5f5f;
  border-bottom: 7px solid transparent;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.sol-menu-style2 .sol-menu .menu-akordiyon ul li a:hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  border-top: 7px solid transparent;
  border-left: 8px solid #5f5f5f;
  border-bottom: 7px solid transparent;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.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: #5f5f5f;
}

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

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

/**/

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

/**/

form.form1 {
  width: 100%;
}

form.form1 .btn {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  font-size: 0.85rem;
  height: calc(3.5rem + 2px);
  padding: 0 1.9rem;
}

form.form1 .guvenlik_input {
  position: relative;
}

form.form1 textarea.form-control {
  position: relative;
  min-height: auto;
}

form.form1 .guvenlik_input .guvenlik_resim {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}

form.form1 .guvenlik_input .guvenlik_resim img {
  height: 25px;
}

/**/

.page-urunler-listele {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  position: relative;
  color: #333;
}

.page-urunler-listele .page-urunler-resim {
  width: 100%;
  height: 310px;
  display: flex;
  position: relative;
  border: solid 1px #e8e8e8;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}

.page-urunler-listele .page-urunler-resim.logo-ortala img {
  max-width: 50%;
}

.page-urunler-listele .page-urunler-resim img {
  max-width: 100%;
  transition: transform 0.2s;
}

.page-urunler-listele:hover .page-urunler-resim img {
  transform: scale(1.1);
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.53);
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.25s ease !important;
}

.page-urunler-listele .page-urunler-resim .urunler-iconbg .icon {
  margin: 0px auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #333;
}

.page-urunler-listele:hover .page-urunler-resim .urunler-iconbg {
  opacity: 1;
  transition: all 0.25s ease !important;
}

.page-urunler-listele .page-urunler-title {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 10px 0px;
}

.page-urunler-listele:hover .page-urunler-title {
  color: #5f5f5f;
}

.page-urunler-listele-resimler {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

.page-urunler-listele-resimler .img-thumbnail {
  overflow: hidden;
}

.page-urunler-listele-resimler .image {
  width: 100%;
  height: auto;
  position: relative;
}

.page-urunler-listele-resimler .image img {
  max-width: 100%;
  transition: transform 0.2s;
}

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

.page-urunler-listele-resimler .images-list-text {
  width: 100%;
  height: 51px;
  overflow: hidden;
  display: block;
  text-align: center;
  padding: 5px 0px;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
}

.page-urunler-listele-resimler .image .zoom {
  display: flex;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
  transition: all 0.25s ease;
}

.page-urunler-listele-resimler .image .zoom i {
  opacity: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 2px 3px #ababab;
  color: #333;
}

.page-urunler-listele-resimler:hover .image .zoom i {
  opacity: 1;
  transition: all 0.25s ease;
}

.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: #fdae00 !important;
  letter-spacing: 0.1em;
  border: 1px solid #fdae00;
  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 {
}

/**/

.page-videolar .image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.page-videolar .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.page-videolar .zoom:before {
  position: absolute;
  left: 0;
  height: 20px;
  content: "";
  width: 20px;
  background: white;
  z-index: -1;
  right: 0;
  margin: 0 auto;
}

.page-videolar .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.page-videolar .zoom i {
  color: white;
  font-size: 24px;
}

.page-videolar .image .zoom {
  opacity: 1;
}

.page-videolar .images-list {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-bottom: 20px;
}

.page-videolar .images-list-text {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

/* anasayfa*/

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

.anasayfa .Home-liste {
  width: 100%;
  height: 73vh;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.anasayfa .Home-liste .resim {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center !important;
  background-size: cover !important;
}

.anasayfa .Home-liste .text {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  padding: 25px 0px;
  transition:
    width 0.5s ease,
    height 0.5s ease,
    background 0.5s ease;
  /* Yavaş geçiş efekti eklendi */
}

.anasayfa .Home-liste .text span {
  width: 100%;
  display: block;
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  transition:
    font-size 0.5s ease,
    color 0.5s ease;
  line-height: 1;
  /* Yavaş geçiş efekti eklendi */
}

.anasayfa .Home-liste:hover .text span {
  font-weight: 600;
}

.anasayfa .Home-liste .detay {
  width: 100%;
  position: absolute;
  transform: translateY(50px);
  bottom: 0px;
  opacity: 0;
  transition: transform 0.5s ease;
}

.anasayfa .Home-liste .detay .detaylink {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.anasayfa .Home-liste:hover .text {
  width: 100%;
  height: 100%;
  background: #fff;
}

.anasayfa .Home-liste:hover .detay {
  color: #000000;
  transform: translateY(-20px);
  opacity: 1;
}

.anasayfa .Home-liste:hover span {
  color: #000000;
}

.anasayfa .row {
  margin: 0;
  /* Satırın dış kenar boşluğunu sıfırla */
}

.anasayfa .col {
  padding: 0;
  /* Her bir kolonun iç kenar boşluğunu sıfırla */
}

.anasayfa.hakkimizda .Home-liste {
  width: 100%;
  height: 73vh;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

/*page-nav*/

.page-nav {
  width: 100%;
  transition: top 0.3s;
  background: #fff;
  position: absolute;
  top: 134px;
}

.page-nav .navbar-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.page-nav .navbar-nav .nav-item:nth-child(1) {
  display: none;
}

.page-nav .navbar-nav .nav-item {
  text-align: center;
  justify-content: center;
  display: flex;
  width: 100%;
}

.page-nav .navbar-nav .nav-item .nav-link {
  display: block;
  color: #b6b6b6;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 200;
  padding: 14px 0px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.page-nav .navbar-nav .nav-item .nav-link.active {
  color: #000;
  font-weight: 600;
}

.page-nav .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

/*page-hizmet-liste*/

.page-hizmet-liste {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}

.page-hizmet-liste.no-border {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-hizmet-liste .page-hizmet-liste-ust {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #000;
}

.page-hizmet-liste .page-hizmet-liste-ust h3 {
  margin: 0px;
  font-size: 15px;
  font-weight: 500;
}

.page-hizmet-liste .page-hizmet-liste-ust .il {
  margin: 0px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.page-hizmet-liste .page-hizmet-resim {
  width: 100%;
  height: auto;
}

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

.page-hizmet-liste .page-hizmet-video {
  width: 100%;
  height: auto;
  margin-top: 5px;
}

.page-hizmet-liste .page-hizmet-video a {
  display: block;
  margin-bottom: 11px;
}

.page-hizmet-liste .page-hizmet-video .image {
  width: 100%;
  height: 180px;
  position: relative;
}

.page-hizmet-liste .page-hizmet-video .zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  background: #0000008b;
  z-index: 99;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
}

.page-hizmet-liste .page-hizmet-video .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hizmetmodal .btn-close {
  width: 25px;
  background-color: #000;
  opacity: 1;
  border-radius: 50%;
  height: 25px;
  position: fixed;
  right: 40px;
  top: 10px;
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
}

.hizmetmodal .btn-close span {
  position: absolute;
  bottom: -22px;
  font-weight: 700;
}

.hizmetmodal .btn-close::before {
    display: flex;
    font-family: "fontello";
    content: '\e858';
    position: relative;
    margin-top: 2px;
}

.hizmetmodal .modal-dialog {
  max-width: 1000px;
}

.hizmetmodal img {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  display: block;
}

@media (min-width: 576px) {
  .hizmetmodal .modal-dialog {
    margin: 4.75rem auto 1.75rem;
  }
}

/*hakkimizda-ic-liste*/

.hakkimizda-ic-liste {
  margin-bottom: 40px;
  padding-bottom: 0px;
}

.hakkimizda-ic-liste h3 {
  display: block;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
  color: #6d6d6d;
}

.hakkimizda-ic-liste .text {
  text-align: justify;
  padding-right: 18px;
}

.hakkimizda-ic-liste .text p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 25px;
}

.hakkimizda-ic-liste.no-border {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal-content {
  border-radius: 0;
}

.modal-body {
  padding: 40px 18px;
}

/*iletisim*/

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

.iletisim .container {
  max-width: 1200px;
}

.iletisim .maps {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.iletisim .maps iframe {
  width: 100%;
  height: 100%;
}

.iletisim .maps img {
  width: 100%;
}

.iletisim .iletisim-bilgi {
  width: 100%;
  margin-bottom: 50px;
}

.iletisim .iletisim-bilgi li {
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}

.iletisim-form {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 60px;
  display: block;
}

.iletisim-form .basliklabel {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}

.iletisim-form form.form1 .btn {
  height: 39px;
  padding: 0 1.9rem;
  margin-top: 28px;
}

form.form1 .guvenlik_input .guvenlik_resim {
  position: absolute;
  right: 0px;
  top: 12px;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Açılır Memü Başlangıç */

a.menubtn-b {
  padding: 0 0px;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
}

a.menubtn-b .text {
  display: none;
}

a.menubtn-b .text2 {
  display: none;
}

a.menubtn-b.menubtn-b-Active .text {
  display: none;
}

a.menubtn-b.menubtn-b-Active .text2 {
  display: block;
  color: #000;
}

a.menubtn-b .text {
  margin-right: 10px;
}

a.menubtn-b .buton {
  height: 22px;
  width: 22px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 36px;
  z-index: 99;
}

a.menubtn-b .buton img {
  width: 20px;
}

a.menubtn-b .buton .buttonic {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 22px;
}

a.menubtn-b .buton span {
  display: block;
  height: 2px;
  background: #000;
  transition: transform 0.5s;
  width: 100%;
  margin: 5px 0;
}

a.menubtn-b .buton span.line1 {
  width: 100%;
  height: 2px;
  display: block;
  margin: 0px;
}

a.menubtn-b.menubtn-b-Active .buton {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  background: transparent;
  height: auto;
  width: auto;
}

a.menubtn-b .buton img {
  width: 15px;
}

.nav-menu {
  background: #fff;
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 160px;
  color: #000;
  -webkit-transition: background-color 250ms ease 150ms;
  transition: background-color 250ms ease 150ms;
  -moz-transition: background-color 250ms ease 150ms;
  -ms-transition: background-color 250ms ease 150ms;
  -o-transition: background-color 250ms ease 150ms;
  opacity: 0;
  z-index: -9999;
  overflow: hidden;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}

.nav-menu.MenuAc {
  z-index: 99999;
  opacity: 1;
  transform: translateX(0%);
}

.nav-menu .orta-bolum {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  padding: 20px 15px;
  padding-bottom: 130px;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.nav-menu .navbar-brand {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.nav-menu .navbar-brand img {
  width: auto;
  height: 35px;
}

.nav-menu .menu-dil {
  width: 100%;
  display: flex;
}

.nav-menu .menu-dil li {
  list-style: none;
  margin-right: 15px;
}

.nav-menu .menu-dil li a {
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu .menu-dil li a .icon {
  display: none;
}

.nav-menu .menu-resim {
  margin: 0px 0px 50px 0px;
}

.nav-menu a.menubtn-b {
  display: flex;
  align-items: center;
  justify-content: end;
}

.nav-menu .nav-menu-text {
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 35px;
  display: block;
}

.nav-menu .nav-menu-text p {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.nav-menu .uk-divider-icon {
  position: relative;
  height: 20px !important;
  background: url("../images/yuvarlak.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 1;
}

.nav-menu .uk-divider-icon::before,
.nav-menu .uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}

.nav-menu .uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

.nav-menu .uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

.nav-menu .nav-menu-sales .logolar {
  display: flex;
  justify-content: space-between;
}

.nav-menu .nav-menu-sales a.logoLi:first-child {
  margin-left: 0px;
}

.nav-menu .nav-menu-sales a.logoLi {
  font-weight: 800;
  width: 85px;
  height: 85px;
  background: #f9f2e875;
  border-radius: 50%;
  display: inline-flex;
  margin: 0px 0px;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
  color: black;
  margin-left: 2px;
}

.nav-menu .nav-menu-sales {
  display: block;
  padding-top: 0px;
}

.nav-menu h3 {
  display: flex;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  align-items: center;
}

.nav-menu h3:before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #000;
  display: block;
  margin-right: 15px;
}

.nav-menu .nav-menu-sales a.logoLi2 {
  font-weight: 800;
  width: 140px;
  height: 140px;
  background: #f1641e;
  border-radius: 50%;
  display: flex;
  margin: 0px 10px;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
  color: white;
}

.nav-menu .nav-menu-sales a.logoLi img {
  height: 70%;
}

.nav-menu .nav-menu-iletisim {
  width: 100%;
  height: auto;
  text-align: left;
  padding-top: 40px;
}

.nav-menu .nav-menu-iletisim ul {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.nav-menu .nav-menu-iletisim ul li:first-child {
  margin-top: 0px;
}

.nav-menu .nav-menu-iletisim ul li {
  width: 100%;
  height: auto;
  list-style: none;
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
}

.nav-menu .nav-menu-iletisim ul li img {
  height: 18px;
  width: 18px;
  object-fit: contain;
}

.nav-menu .nav-menu-iletisim ul li span {
  display: block;
}

.nav-menu .nav-menu-iletisim ul button {
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0px;
  background: transparent;
  border: none;
}

/*basinda-biz/*/

.basinda-biz .basintext {
  width: 100% !important;
}

.basinda-biz .basinresim {
  width: 100% !important;
  margin-top: 20px;
}

.basinda-biz .hakkimizda-ic-liste h3 {
  margin-bottom: 0px;
  font-style: italic;
  font-size: 20px;
  color: black;
}

.hakkimizda-ic-liste .text p {
  margin-bottom: 0px;
  margin-top: 13px;
}
