body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #f5f5f5;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #da7426;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: calc(100vh - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/p2.jpg);
  background-size: cover;
}
.customm-box {
  height: 300px; /* Kutunun yüksekliğini burada ayarlayın */
}
.customm-box img {
  height: 100%; /* Görselin kutuya uyum sağlaması */
  object-fit: cover; /* Görselin düzgün yerleşmesi */
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section .header_bottom {
  background-color: #003471;
}

.header_section {
  border-top: 15px solid #da7426;
}
.owl-carousel .item .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;  /* Genişlik kapsayıcıya göre */
  height: 300px; /* Sabit yükseklik */
}

.owl-carousel .item .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Resim kesilmeden orantılı olarak sığacak */
}


.header_section .header_top {
  padding: 15px 0;
  background-color: #003471;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #da7426;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .social_box a:hover i {
  background-color: #da7426;
}

.header_section .header_bottom {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.navbar-brand span {
  color: #da7426;
}

.navbar-brand:hover {
  color: inherit;
}

.navbar_brand_mobile {
  display: none;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #da7426;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #da7426;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #da7426;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 3rem;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #da7426;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #da7426;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #da7426;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 105px;
  height: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.slider_section .carousel_btn-box a {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100%;
  color: #003471;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #da7426;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #da7426;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #da7426;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #da7426;
}

.portfolio_section {
  background-color: #003471;
  color: #ffffff;
  padding-top: 45px;
}

.portfolio_section .heading_container {
  margin-bottom: 25px;
}

.portfolio_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-filter-bar {
  display: flex;
  justify-content: center;
  gap: 10px; /* Filtreler arasındaki boşluk */
  margin-bottom: 20px; /* Aşağıdaki içerikten boşluk */
}

.owl-filter-bar .item {
  display: flex; /* İçeriği ortalamak için flexbox */
  align-items: center; /* Dikeyde ortalama */
  justify-content: center; /* Yatayda ortalama */
  width: 200px; /* Kare yapısı için sabit genişlik */
  height: 50px; /* Kare yapısı için sabit yükseklik */
  background-color: #f8f9fa; /* Arka plan rengi */
  border: 1px solid #ddd;
  border-radius: 5px; /* Hafif köşeli bir görünüm */
  text-decoration: none;
  color: #333;
  font-size: 15px; /* Metin boyutu */
  transition: all 0.3s ease-in-out;
  text-align: center; /* Metin hizalaması */
  white-space: nowrap; /* Metnin taşmasını önler */
}

.owl-filter-bar .item:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.owl-filter-bar .item.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.facebook-icon {
  display: inline-block; /* İkonun bir satırda görünmesini sağlar */
  text-decoration: none; /* Alt çizgi kaldırılır */
  color: #3b5998; /* Facebook rengi */
  font-size: 24px; /* İkon boyutu */
  margin: 5px; /* İkonlar arasında boşluk bırakmak için */
  transition: transform 0.3s ease, color 0.3s ease;
}

.facebook-icon:hover {
  color: #2d4373; /* Hover sırasında renk değişir */
  transform: scale(1.1); /* Hover sırasında ikon biraz büyür */
}

.portfolio_section .filter_box .owl-filter-bar a.active {
  color: #000000;
  background-color: #ffffff;
}

.portfolio_section .box {
  position: relative;
}
/* Popup Kapalı İken Gizli */

/* Popup İçeriği */
/* Pop-up içeriği */
.popup-content {
  display: flex;
  /* Yatayda sıralama */
  flex-direction: row; /* Görsel ve butonlar yan yana olacak */
  align-items: center; /* Dikeyde ortalama */
  justify-content: flex-start; /* Butonlar ve resmin yan yana olmasını sağlar */

  background: #fff;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* Pop-up kapsayıcısı */
.popup {
  display: none; /* Başlangıçta gizli */
  position: fixed; /* Sayfa içinde sabit */
  top: 50%; /* Ekranın ortasına hizalama */
  left: 50%;
  transform: translate(-50%, -50%); /* Tam merkezleme */
  z-index: 1000; /* Öne çıkar */
  width: 65vw; /* Ekran genişliğinin %65'i */
  height: 65vh; /* Ekran yüksekliğinin %65'i */
  padding: 20px; /* İç boşluk */
  background-color: white; /* Arka plan rengi */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Hafif gölge */
  border-radius: 10px; /* Köşeleri yuvarlat */
  overflow: auto; /* Taşan içerik için kaydırma çubuğu */
  font-family: Arial, sans-serif; /* Yazı tipi */
  flex-direction: column; /* Dikeyde hizalamak için flexbox kullan */
}

/* Kapat Butonu */
/* Kapatma çarpısının genel stili */
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s, transform 0.2s ease-in-out;
  background: none; /* Arka planı kaldır */
  border: none; /* Sınırları kaldır */
}

.popup-close:hover {
  color: #FF6347;
  transform: scale(1.1);
}

/* Resmin boyutunu ayarlamak için popup-image img stilini güncelleyin */
/* Pop-up resim boyutlandırma */
.popup-content img {
  width: 90%;  /* Görselin genişliğini %50 yap */
  height: auto; /* Yüksekliği orantılı olarak otomatik ayarla */
  max-width: 100%; /* Maksimum genişlik 100% olacak şekilde sınırla */
  max-height: 80vh; /* Maksimum yükseklik ekranın %80'ini geçmesin */
  object-fit: contain; /* Görselin orantısını bozmadan sığmasını sağlar */
  border-radius: 8px; /* Köşeleri yuvarlatma */
  margin-right: 20px; /* Görselin sağında biraz boşluk bırak */
}

/* Butonlar */
.popup-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
/* Boyutlar başlığı */
.popup-title {
  font-size: 24px; /* Yazı boyutunu büyüt */
  color: #333; /* Yazı rengini koyu gri yap */
  font-weight: bold; /* Yazıyı kalın yap */
  margin-bottom: 20px; /* Butonlar ile arasına boşluk bırak */
  text-align: center; /* Yazıyı ortala */
}

/* Diğer stiller değişmeden kalacak */

/* Buton satırı */
.button-row {
  display: flex;
  justify-content: center; /* Butonları yatayda ortalar */
  gap: 30px; /* Butonlar arasına boşluk ekler */
  width: 100%; /* Satır genişliğini tamamlar */
  margin-bottom: 120px;
}

/* Buton */
.popup-button {
  width: 23%; /* Buton genişliğini %23 yap */
  padding: 10px;
  background-color: #007BFF; /* Mavi arka plan rengi */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.1s ease, background-color 0.2s ease; /* Buton animasyonu */
}

/* Buton üzerine gelindiğinde basılıymış gibi hissettirme */
.popup-button:hover {
  background-color: #0056b3; /* Koyu mavi */
  transform: scale(0.98); /* Butonu biraz küçült */
}

/* Butonlara tıklanmaz gibi bir izlenim vermek için */
.popup-button:focus {
  background-color:#FF8C00; /* Turuncu arka plan */
  color: white; /* Yazı rengini beyaz yap */
  outline: none; /* Seçili kenarlık (outline) kaldır */
}



.portfolio_section .box .img-box {
  position: relative;
  

}
.portfolio_section .item {
  flex: 1 1 calc(33.333% - 20px); /* Three items per row */
  box-sizing: border-box; /* Include padding and margin in the width */
  margin-bottom: 35px; /* Adds space between rows */
}
.portfolio_section .box:hover .img-box img {
  opacity: 0.8;

}
.portfolio_section .box .img-box {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
  transition: all 0.3s ease;
  object-fit: cover; /* Görselin orantılı şekilde kesilmesini sağlar */

  
  
  

}

.portfolio_section .box:hover .img-box {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
  border-color: #da7426; /* Highlight border on hover */
}

.portfolio_section .box .img-box {
  position: relative;
  object-fit: cover; /* Görselin orantılı şekilde kesilmesini sağlar */

}

.portfolio_section .box .img-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
  padding: 10px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  object-fit: cover; /* Görselin orantılı şekilde kesilmesini sağlar */

}

.portfolio_section .box:hover .img-box::after {
  opacity: 1; /* Shows the text when hovering */
}
.portfolio_section .box .img-box img {
  transition: transform 0.3s ease;
  object-fit: cover; /* Görselin orantılı şekilde kesilmesini sağlar */

}
/* Genel Stil Ayarları */
.baskent_portfolio_section {
  padding: 50px 0;
  background-color: #003471;
  color: #ffffff;
}

.baskent_heading_container {
  text-align: center;
  margin-bottom: 30px;
}

.baskent_heading_container h2 {
  font-size: 28px;
  color: #333;
}

/* Ürünler Listesi */
.baskent_portfolio_items {
  display: flex;
  flex-direction: column; /* Elemanları alt alta diz */
  align-items: center;    /* Ortala */
  gap: 20px;              /* Elemanlar arası boşluk */
}

.baskent_portfolio_item {
  width: 100%;
  max-width: 300px;       /* Görsellerin maksimum genişliği */
  overflow: hidden;       /* Taşan içerikleri gizle */
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Görseller İçin */
.baskent_portfolio_item .baskent_box .baskent_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.baskent_portfolio_item .baskent_box .baskent_img-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px 8px 0 0; /* Üst kenarları yuvarla */
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .baskent_portfolio_items {
    gap: 15px;
  }

  .baskent_portfolio_item {
    max-width: 250px; /* Daha küçük ekranlarda genişliği azalt */
  }
}
.responsive-image {
  width: 100%;          /* Görüntüyü kapsayıcıya sığdır */
  max-width: 400px;     /* Maksimum genişliği ayarla */
  height: auto;         /* Yüksekliği orantılı tut */
  display: block;       /* Taşmaları engelle */
  margin: 0 auto;       /* Ortala */
}
.portfolio_section .box:hover .img-box img {
  transform: scale(1.1); /* Slight zoom effect */
}

.portfolio_section .box .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Görselin orantılı şekilde kesilmesini sağlar */

  
}

.portfolio_section .box .img-box .btn_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 100%;
  background-color: transparent; /* Beyaz katmanı kaldırır */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.portfolio_section .box .img-box .btn_overlay a {
  padding: 10px 45px;
  border: 1px solid #da7426;
  color: #da7426;
}

.portfolio_section .box .img-box .btn_overlay a:hover {
  background-color: #da7426;
}

.portfolio_section .box .img-box:hover .btn_overlay {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          background-color: transparent !important; /* Varsayılan arka planı kaldır */

}

.portfolio_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

/* Görsellerin çok satırlı düzeni */
.owl-carousel {
  display: flex;
  flex-wrap: wrap; /* Görselleri birden fazla satıra yayar */
  gap: 20px; /* Görseller arası boşluk */
  justify-content: center; /* Görselleri merkeze hizalar */
}

.owl-carousel .item {
  flex: 1 1 calc(50% - 20px); /* %50 genişlik, boşlukları hesaba katar */
  max-width: calc(50% - 20px);
  box-sizing: border-box; /* Padding ve border hesaba katılır */
  text-align: center; /* Görsellerin hizalanması */
}

.portfolio_section .portfolio_carousel {
  margin-top: 35px; /* Üst boşluk korundu */
}

.img-box img {
  width: 100%; /* Görsel genişliği tam kapsayıcı */
  height: auto; /* Oran koruma */
  display: block; /* Görsel hizalaması */
}

/* Kaydırma kontrolleri kaldırıldı */
.portfolio_section .portfolio_carousel .owl-nav {
  display: none; /* Kaydırma oklarını gizle */
}

.service_section {
  position: relative;
}

.service_section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Kutular arasındaki boşluğu eşitle */
}

.service_section .col-6 {
  flex: 1 1 calc(50% - 20px); /* Eşit genişlikte 2 kutu olacak şekilde */
  padding: 10px;
}

.service_section .box {
  height: 350px; /* Sabit yükseklik */
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmin kutuya sığmasını sağlar, orantılı şekilde keser */
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #da7426;
  color: #ffffff;
}

.service_section .box:hover .img-box img {
  -webkit-filter: None;
          filter: None;
}

.service_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #da7426;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #da7426;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #da7426;
}

.contact_section {
  width: 100%; /* Kapsayıcının genişliği %100 yapılmalı */

}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.contact_section .form_container {
  background-color: #003471;
  width: 100%;
  padding: 45px;
}

.contact_section .form_container .form-control {
  width: 100%;
  
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.contact_section .form_container .form-control::-webkit-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control:-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::placeholder {
  color: #565554;
}

.contact_section .form_container .form-control.message-box {
  height: 95px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_section .form_container .btn_box button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #da7426;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #da7426;
}

.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #da7426;
}





.client_section .heading_container {
  margin-bottom: 45px;
}

.client_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .client_id h5 {
  margin-top: 10px;
  margin-bottom: 0;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box .img-box {
  width: 145px;
  min-width: 145px;
  position: relative;
  border: 10px solid #da7426;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 15px;
  margin-bottom: 34px;
  margin-left: 1px;
}

.client_section .box .detail-box p {
  margin: 0;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .carousel-indicators li {
  background-color: #da7426;
  width: 20px;
  height: 20px;
  border: none;
  background-clip: unset;
  margin: 5px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  background-color: transparent;
}

/* info section */
.info_section {
  position: relative;
  background-color: #252525;
  color: #ffffff;
}

.info_section h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.info_section .info_logo .navbar-brand {
  font-size: 28px;
}

.info_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: #da7426;
  border-radius: 100%;
  margin-right: 5px;
}

.info_section p {
  margin-bottom: 0;
  color: #878585;
}

.info_section a {
  text-transform: none;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}
/* Satır kaydırma animasyonları */
.first-row, .second-row {
  display: flex;
  overflow: hidden;
  position: relative;
}

.first-row {
  animation: slide-right 10s infinite linear; /* Sağdan sola kayma */
}

.second-row {
  animation: slide-left 10s infinite linear; /* Soldan sağa kayma */
}

/* Kaydırılabilir öğeler */
.item {
  flex: 0 0 auto;
  width: 100%;
}

/* Resim kutuları */
.box {
  width: 100%;
  height: 100%;
}

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

/* Animasyon tanımları */
@keyframes slide-right {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes slide-left {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.info_section ul li a {
  color: #878585;
}
/* Genel stil */
.popup {
  display: none; /* Başlangıçta görünmez */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1000;
}

.popup.active {
  display: block; /* Görünür yapmak için */
}
.img-box img {
  background-color: transparent !important;
}

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

body.popup-open {
  overflow: hidden; /* Popup açıkken kaydırmayı kapatır */
}

.info_section .info_link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_contact {
  margin: 15px 0;
}

.info_section .info_contact .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  color: #ffffff;
}

.info_section .info_contact .link-box i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #da7426;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
}

.info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_form form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  border: none;
  padding-left: 10px;
}

.info_form form button {
  width: 45px;
  height: 45px;
  background-color: #da7426;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 12px;
  margin: 0;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
/* Genel Ayarlar */
/* Genel Ayarlar */
