@media screen and (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1367px) {
  .header_p {
    top: 0px!important;
  }
  aside ul {
    padding: 0px;
  }
  .slider-f1 {
    font-size: 1.5rem;
    padding-left: 6px;
  }
  .slider-f2 {
    font-size: 1.5rem;
  }
  .slider-f3 {
    font-size: 1.5rem;
  }
  .slider-f4 {
    width: 90% !important;
  }
}

/* Mobil görünüm için medya sorguları */
@media (max-width: 768px) {
  .header_p {
    position: fixed;
    top: 0;
  }
  .dropdown-menu{
    position: relative!important;
  }
  .header_p ul.nav1 {
    display: none;
    width: 100%;
    min-width: 110%;
    background-color: #fff;
  }
  .header_p ul.nav1 li {
    text-align: center;
    width: 100%!important;
    min-width: 100%!important;
    background-color: rgba(108, 117, 125, 1);
    border-bottom: 1px solid #ccc;
  }
  .header_p ul.nav1 li a {
    padding: 10px;
    border-bottom: 1px solid rgba(108, 117, 125, 1);
  }
  .header_p ul.nav1.show {
    display: flex;
  }
  .nav-toggle {
    display: block;
    cursor: pointer;
    font-size: 1.5em;
    color: #fff;
  }
  .header_p .nav{
  }
  .header_p .nav3 {
  }
  .header_p .nav3 .dropdown ul{
    width: 100%;
  }
  .header_p .nav3 .dropdown ul li{
    width: 100%;
    background-color: #fff;
  }

  .pi-caption01{
    left: 15px;
    top: 170px;
  }
  .pi-caption02{
    left: 15px;
    top: 220px;
  }
  .pi-caption03{
    left: 15px;
    top: 270px;
  }
  .pi-caption04{
    width:300px;
    top: 330px;
    left:15px
  }
  .pi-caption05{
    width:200px;bottom:40px;
    left:15px
  }
  .pi-caption06{
    left: 15px;
    top: 150px;
  }

  .pi-caption07{
    left:40px;
    width:300px;
    top:450px;
    color: #000;
  }

}

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  padding-left: 15px;
  border-bottom: 1px solid #515f6b;
}

.mobile-menu li.active{
  background-color: #132d44!important;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background: #51616f;
}

.mobile-menu li a {
  text-decoration: none;
  color: #fff;
}

.mobile-menu {
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #2f3c48;
  color: #fff;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.has-children:hover {
  cursor: hand;
}

.children {
  display: none;
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: black;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.icon-arrow:after {
  content: "▼";
  color: #fff;
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
.mobile-menu-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}