@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
  background-color: #fff;
  font-family: "fieldwork", sans-serif;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
}

header {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1030;
}

.headtop {
  background: rgb(0, 216, 255);
  background: #259692;
  float: left;
  width: 100%;
  padding: 8px 0;
}

.container-full {
  padding: 0px 35px;
  max-width: 1900px;
  margin: 0 auto;
}

.headtop span {
  float: left;
  color: #fff;
  font-size: 17px;
}

.headtop ul {
  float: right;
}

.headtop ul li {
  float: right;
  margin-left: 15px;
}

.headtop ul li a {
  float: left;
  color: #fff;
  padding: 2px 15px;
  position: relative;
}

.headtop ul li a::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  background: #fff;
}

.headtop ul li:nth-last-child(1) a::before {
  display: none;
}

.mainbar {
  float: left;
  width: 100%;
  padding: 5px 0;
  background: #fff;
}

.mainbar .hiz {
  float: left;
  width: 100%;
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}

.logo {
  float: left;
}

.logo img {
  height: 50px;
}

.mainmenu ul {
  margin-top: 11px;
}

.mainmenu ul li {
  float: left;
  margin: 0px 9px;
}

.mainmenu ul li a {
  color: #231F20;
  padding: 10px;
  transition: all 0.6s;
  font-size: 18px;
}

.mainmenu ul li a:hover {
  color: #259692;
}

.bayigirisi {
  float: right;
  padding: 10px 0;
}

.bayigirisi a {
  background: #106D97;
  color: #fff;
  font-size: 18px;
  padding: 8px 30px;
  margin-right: 20px;
  transition: all 0.7s;
}

.bayigirisi a:hover {
  background: rgba(0, 216, 255, 1);
}

.pagetitle {
  float: left;
  width: 100%;
  background: rgb(0, 216, 255);
  background: #259692;
  text-align: center;
  padding: 50px 0;
}

.pagetitle h1 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 0;
}

.pageimg {
  float: left;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.pageimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abouttext {
  float: left;
  width: 100%;
  background: #F1F2F3;
  border: 1px solid #259692;
  padding: 30px 40px;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 80px;
}

.abouttext h2 {
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 20px;
}

.abouttext p {
  font-size: 19px;
  line-height: 32px;
  font-family: "Poppins", serif;
}

.abourarea {
  float: left;
  width: 100%;
  padding: 30px 95px;
  background: #259692;
  border: 1px solid #259692;
  color: #fff;
  margin-bottom: 75px;
}

.abourarea h3 {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 15px;
}

.abourarea p {
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.abourarea img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.abourarea .row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.abourarea .col-md-8,
.abourarea .col-md-4 {
  align-items: center;
  display: flex;
}

footer {
  float: left;
  width: 100%;
  background: rgb(0, 216, 255);
  background: #259692;
  padding: 40px 15px;
}

.footerlogo {
  float: left;
  width: 100%;
}

.footerlogo img {
  float: left;
  width: 100%;
  height: 50px;
  object-fit: contain;
  object-position: left;
}

.ftmenu {
  float: left;
  width: 90%;
  color: #fff;
}

.ftmenu label {
  float: left;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.ftmenu ul {
  float: left;
  width: 100%;
}

.ftmenu ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.ftmenu ul li a {
  color: #fff;
  font-size: 18px;
}

.ftmenu span {
  float: left;
  width: 100%;
  font-size: 18px;
}

.ftsocial .item {
  width: auto;
  float: left;
  margin-right: 10px;
}

.ftsocial img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.copyright {
  float: left;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  margin-top: 50px;
}

.copyright span {
  color: #fff;
  font-size: 18px;
}

.markalarlist {
  float: left;
  width: 100%;
  margin-bottom: 120px;
  margin-top: -60px;
}

.markalarlist .item {
  float: left;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1F2F3;
  padding: 30px;
  border: 1px solid #259692;
  position: relative;
}

.markalarlist .col-md-6, .markalarlist .col-md-3 {
  margin-bottom: calc(var(--bs-gutter-x) * .5);
  margin-top: calc(var(--bs-gutter-x) * .5);
}

.markalarlist .item img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 160px;
  object-fit: contain;
}

.markalarlist .col-md-3 .item {
  padding: 70px 20px;
}

.markalarlist .col-md-3 img {
  max-height: 110px;
  max-width: 110px;
}

.markalarlist .item.resmi::before {
  content: "";
  background: url(../img/resmisatici.png);
  width: 100px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 20px;
}

.dagitimmerkezler {
  float: left;
  width: 100%;
  margin-bottom: 120px;
  margin-top: -40px;
}

.dagitimmerkezler .item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #F1F2F3;
  padding: 40px;
}

.dagitimmerkezler .item .merkezimg {
  float: left;
  width: 100%;
  height: 300px;
}

.dagitimmerkezler .item .merkezimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dagitimmerkezler .item .text {
  float: left;
  width: 80%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.dagitimmerkezler .item h2 {
  float: left;
  width: 100%;
  color: #4A4A4A;
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 40px;
}

.dagitimmerkezler .item .imglist {
  float: left;
  width: 100%;
}

.dagitimmerkezler .item .imglist img {
  float: left;
  margin-right: 20px;
}

.dagitimmerkezler .item .imglist img.orta {
  width: 100px;
}

.dagitimmerkezler .item .imglist img.buyuk {
  width: 120px;
}

.dagitimmerkezler .item .imglist img.kucuk {
  width: 70px;
}

.dagitimmerkezler .item .konum {
  float: right;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
}

.dagitimmerkezler .item .konum img {
  float: right;
  width: 100%;
  height: 190px;
  object-position: center;
  object-fit: contain;
}

.dagitimmerkezler .yakinda {
  float: left;
  width: 100%;
  background: #259692;
  border: 1px solid #259692;
  padding: 40px 30px;
  color: #fff;
}

.dagitimmerkezler .yakinda h2 {
  font-size: 34px;
  text-align: left;
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dagitimmerkezler .yakinda img {
  height: 180px;
  object-fit: contain;
  float: right;
  width: 100%;
  object-position: center;
}

.contacdetail {
  float: left;
  width: 100%;
  padding: 80px 50px;
  background: #F1F2F3;
  margin-top: -50px;
  text-align: center;
  margin-bottom: 40px;
}

.contacdetail .icon img {
  height: 95px;
  width: 95px;
  object-fit: contain;
  margin-bottom: 15px;
}

.contacdetail .text a {
  font-size: 18px;
  color: #4A4A4A;
  text-decoration: none;
}

.contacdetail .text a.mail {
  font-size: 18px;
}

.mapiframe {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.mapiframe iframe {
  width: 100%;
  height: 400px;
}

.bayiform {
  float: left;
  width: 100%;
  background: #F1F2F3;
  padding: 50px 50px;
  margin-bottom: 90px;
  margin-top: -40px;
}

.bayiform input {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: #4A4A4A;
  font-size: 18px;
  background: transparent;
  border: 1px solid #00D8FF;
  font-weight: 500;
}

.bayiform textarea {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  color: #4A4A4A;
  font-size: 18px;
  background: transparent;
  border: 1px solid #00D8FF;
  font-weight: 500;
  min-height: 150px;
}

.bayiform button {
  float: right;
  margin-top: 40px;
  background: rgb(0, 216, 255);
  background: linear-gradient(86deg, rgba(0, 216, 255, 1) 5%, rgba(18, 87, 146, 1) 80%);
  color: #fff;
  font-size: 18px;
  border: 0;
  padding: 12px 60px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.sliderright {
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

.sliderright img {
  object-fit: contain;
  width: 120px;
  height: 120px;
  margin-top: 19px;
}

.sliderright .text::before {
  content: "";
  background: url(../img/rightbg.png);
  width: 220px;
  height: 220px;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -11px;
  top: -12px;
  z-index: -1;
}

.sliderleft {
  cursor: pointer;
  text-align: center;
}

.sliderleft img {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

.swiper-button-next {
  right: 60px;
}

.swiper-button-prev {
  left: 60px;
}

.slidetext {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.slidetext span {
  color: #259692;
  font-size: 40px;
  font-weight: bold;
}

.sliderright .text {
  position: absolute;
  width: 197px;
  height: 197px;
  left: -40px;
  top: -28px;
}

.sliderright .text img {
  width: 100%;
  height: 100%;
  margin-top: 0;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

header.sliderout .mainbar {
  background: transparent;
}

.siteslider {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -90px;
  min-height: 1100px;
}

.siteslider::before {
  content: "";
  background: url(../img/zemin.jpg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slideralan {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 85px;
}

.sliderparca {
  float: left;
  width: 100%;
}

.sliderparca .img {
  float: left;
  width: 100%;
  height: 830px;
  display: flex;
  align-items: end;
}

.sliderparca .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobilmenu {
  display: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.mobilarea {
  padding: 20px 0;
}

.mobilarea ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobilarea ul li {
  margin-bottom: 15px;
}

.mobilarea ul li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.mobilarea ul li a:hover {
  background: #fff;
  color: #007bff;
  border-color: #007bff;
  transform: translateX(5px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .mobilarea ul li.active a {
        background: rgb(0, 216, 255);
        background: #259692;
        color: #fff;
        border: none;
    }

.homeinfobar {
  float: left;
  width: 100%;
  margin-bottom: 90px;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}

.homeinfobar .itemc {
  float: left;
  width: 100%;
  padding: 45px 25px;
  background: rgb(0, 216, 255);
  background: #259692;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.homeinfobar .markalarlist {
  margin-top: 15px;
  margin-bottom: 0;
}

.onlinesiparis {
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 30px;
  background: rgb(0, 216, 255);
  background: linear-gradient(37deg, rgba(0, 216, 255, 1) 0%, rgba(12, 131, 183, 1) 33%, rgba(15, 111, 166, 1) 63%, rgba(18, 87, 146, 1) 100%);
}

.onlinesiparis .text {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 53px;
}

.onlinesiparis a {
  color: #fff;
}

.onlinesiparis img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.merkezler {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  position: relative;
}

.merkezler::after {
  content: "";
  background: #259692;
  width: 100%;
  position: absolute;
  left: 0;
  top: 65%;
  height: 500px;
}

.container-merkez {
  float: left;
  width: 100%;
  padding: 0px 100px;
}

.merkezler h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #4A4A4A;
  font-size: 40px;
  margin-bottom: 50px;
}

.merkezler .merkezitem {
  float: left;
  width: 100%;
  background: #F1F2F3;
  padding: 15px 40px;
  border: 1px solid #259692;
  height: 100%;
}

.merkezler .merkezitem img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

.merkezler .merkezitem h4 {
  color: #4A4A4A;
  font-weight: normal;
  text-align: center;
  font-size: 22px;
  padding: 15px 0;
  margin-bottom: 0;
  border-top: 1px solid #352C1F;
  border-bottom: 1px solid #352C1F;
}

.merkezler .merkezitem span {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #259692;
  margin-top: 15px;
  min-height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.teslimat {
  float: left;
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  margin-top: 35px;
}

.teslimat h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 45px;
  margin-bottom: 50px;
}

.teslimatarea {
  float: left;
  width: 100%;
  background: #F1F2F3;
  padding: 60px;
  border: 1px solid #259692;
}

.teslimatitem {
  float: left;
  width: 100%;
  text-align: center;
}

.teslimatitem img {
  float: left;
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 15px;
}

.teslimatitem h4 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
  color: #4A4A4A;
}

.teslimatitem p {
  font-size: 15px;
  color: #4A4A4A;
}

.mobilacik {
  display: none;
}

.webkapali {
  display: none;
}

@media (max-width: 768px) {
  .headtop {
    display: none;
  }

  .webkapali {
    display: block;
  }

  .mainmenu {
    display: none;
  }

  .bayigirisi {
    display: none;
  }

  .mobilmenu {
    display: block;
    float: right;
  }

  .mobilmenu img {
    width: 35px;
    height: 35px;
    object-fit: contain;
  }

  .logo img {
    height: 35px;
  }

  .pagetitle {
    padding: 25px 0;
  }

  .pagetitle h1 {
    font-size: 25px;
  }

  .pageimg {
    height: 250px;
  }

  .dagitimmerkezler .item h2 {
    font-size: 22px;
  }

  .dagitimmerkezler .item .imglist img.orta {
    width: 60px;
  }

  .dagitimmerkezler .item .imglist img.buyuk {
    width: 80px;
  }

  .dagitimmerkezler .item .imglist img.kucuk {
    width: 50px;
  }

  .dagitimmerkezler .item .konum img {
    height: 150px;
  }

  .dagitimmerkezler .item .imglist img {
    margin-right: 10px;
  }

  .dagitimmerkezler .item .imglist {
    display: flex;
    align-items: start;
  }

  .dagitimmerkezler .item .row {
    flex-flow: column-reverse;
  }

  .dagitimmerkezler .item .merkezimg {
    margin-bottom: 25px;
    height: 150px;
  }

  .dagitimmerkezler .item {
    padding: 20px;
  }

  .dagitimmerkezler .yakinda {
    padding: 30px 25px;
    margin-bottom: 15px;
  }

  .dagitimmerkezler .yakinda .row .col-md-6 {
    width: 50%;
  }

  .dagitimmerkezler .yakinda img {
    height: 110px;
  }

  .dagitimmerkezler .yakinda h2 {
    font-size: 28px;
    text-align: left;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
  }

  .offcanvas-end {
    max-width: 65%;
  }

  .offcanvas {
    z-index: 1045;
  }

  .offcanvas-backdrop {
    z-index: 1040;
  }

  .mobilarea .bayigiriss {
    background: #106D97;
    color: #fff;
    font-size: 18px;
    padding: 8px 30px;
    margin-right: 20px;
    transition: all 0.7s;
    float: left;
    width: 100%;
    text-align: center;
  }

  .siteslider {
    margin-top: 0;
    min-height: 400px;
    padding-top: 170px;
  }

  .sliderparca .img {
    height: auto;
  }

  .sliderparca .img img {
    height: 340px !important;
  }

  .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next {
    padding-left: 20px;
    top: -140px !important;
    width: 100% !important;
  }

  .sliderright .text::before {
    left: -12px;
    top: -11px;
  }

  .sliderright .text {
    left: -28px;
    width: 167px;
    height: 167px;
    top: -28px;
  }

  .sliderright .text::before {
    height: 190px;
    width: 190px;
  }

  .sliderright img {
    object-fit: contain;
    width: 110px;
    height: 110px;
    margin-top: 11px;
  }

  .slideralan .img.parca1 img {
    height: 350px !important;
    margin-top: -44px !important;
  }

  .slideralan .img.parca2 {
    margin-top: 0px !important;
    margin-left: -29px !important;
  }

  .slideralan .img.parca2 img {
    height: 410px !important;
    margin-top: -54px;
    margin-left: 10px;
  }

  .slideralan .img.parca3 img {
    margin-bottom: 240px !important;
    height: 221px !important;
    margin-top: 20px !important;
  }

  .slideralan .img.parca4 img {
    margin-left: 20px;
    margin-top: -30px;
  }

  .mobilacik {
    display: block;
    position: absolute;
    width: 200px;
    text-align: center;
    left: -48px;
    margin-top: 251px;
  }

  .mobilacik span {
    font-size: 29px;
    margin-left: 15px;
  }

  .homeinfobar {
    padding: 0px 15px;
    margin-bottom: 10px;
  }

  .homeinfobar .col-md-3 {
    width: 50%;
    padding: 5px;
  }

  .homeinfobar .itemc {
    font-size: 15px;
    padding: 25px 10px;
  }

  .homeinfobar .markalarlist .col-md-6 {
    padding: 0px 5px;
    margin-bottom: 0px;
  }

  .markalarlist .item img {
    width: 100%;
    height: auto;
    max-width: 145px;
    max-height: 80px;
    object-fit: contain;
    min-height: 76px;
  }

  .markalarlist .item.resmi::before {
    height: 30px;
    right: 0px;
    top: 10px;
  }

  .markalarlist .col-md-3 .item img {
    width: 100%;
    height: auto;
    max-width: 100px;
    max-height: 67px;
    object-fit: contain;
    min-height: 54px;
  }

  .markalarlist .col-md-3 {
    margin-bottom: 0;
  }

  .markalarlist .col-md-3 .item {
    padding: 40px 10px;
  }

  .onlinesiparis .text {
    padding: 40px 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .onlinesiparis .row {
    flex-flow: column-reverse;
  }

  .onlinesiparis img {
    height: 220px;
  }

  .merkezler h3 {
    font-size: 30px;
  }

  .teslimat h3 {
    font-size: 30px;
  }

  .footerlogo {
    margin-bottom: 20px;
  }

  .footerlogo img {
    height: 42px;
  }

  .copyright span {
    font-size: 14px;
  }

  .ftmenu label {
    font-size: 18px;
  }

  .ftmenu ul li a {
    font-size: 16px;
  }

  footer .col-md-4 {
    width: 50%;
  }

  .ftmenu span {
    font-size: 16px;
    line-height: 28px;
  }

  .mobilkapali {
    display: none;
  }

  .ftsocial {
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

  .ftsocial img {
    width: 30px;
    height: 30px;
  }

  .ftsocial .item {
    margin-right: 5px;
  }

  .markalarlist .col-md-3 {
    width: 50%;
  }

  .contacdetail .icon img {
    width: 60px;
    height: 60px;
  }

  .contacdetail .text a {
    font-size: 23px;
  }

  .contacdetail .col-md-4 {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .contacdetail {
    padding: 40px;
  }

  .mapmobil {
    max-width: 100%;
    padding: 0;
  }

  .mapmobil .mapiframe {
    margin-bottom: 0;
    height: 400px;
  }

  .abouttext h2 {
    font-size: 22px;
  }

  .abouttext {
    padding: 30px;
  }

  .abouttext p {
    font-size: 16px;
  }

  .abourarea {
    padding: 20px;
  }

  .abourarea h3 {
    font-size: 20px;
  }

  .abourarea p {
    font-size: 16px;
  }

  .abourarea .row:nth-child(1) {
    flex-flow: column-reverse;
  }

  .abourarea .row:nth-child(3) {
    flex-flow: column-reverse;
  }

  .abourarea img {
    float: left;
    width: 100%;
    height: 120px;
    margin-bottom: 40px !important;
  }

  .bayiform {
    padding: 30px;
  }

  .bayiform input, .bayiform textarea {
    font-size: 16px;
  }

  .sliderout .mobilmenu {
    filter: brightness(0) saturate(100%) invert(22%) sepia(93%) saturate(1756%) hue-rotate(197deg) brightness(90%) contrast(103%);
  }

  .container-merkez {
    padding-left: 27px;
    padding-right: 0px;
  }

  .merkezler .merkezitem {
    padding: 10px 30px;
  }

  .merkezler .merkezitem img {
    height: 100px;
  }

  .merkezler .merkezitem h4 {
    font-size: 18px;
  }

  .merkezler .merkezitem span {
    font-size: 16px;
  }

  .container-merkez .swiper-slide-active {
    width: calc(100% - 150px) !important;
  }

  .container-merkez .swiper-slide-next {
    width: calc(100% - 150px) !important;
  }

  .container-merkez .swiper-slide-next .merkezitem {
    padding: 10px;
  }

  .teslimatarea {
    padding: 20px;
  }

  .teslimat {
    padding-left: 13px;
  }

  .teslimat .container {
    padding-right: 0;
    border-right: 0;
  }

  .teslimatarea {
    border-right: 0;
    padding-right: 0;
  }

  .teslimatarea .swiper-slide-active {
    width: calc(100% - 150px) !important;
  }

  .teslimatarea .swiper-slide-next {
    width: calc(100% - 150px) !important;
  }
}

@media screen and (min-width: 1900px) and (max-width: 2900px) {
  .sliderparca .img {
    height: 925px;
  }

  .sliderparca .img.parca2 img {
    margin-bottom: -3px;
  }

  .sliderparca .img.parca3 img {
    height: 561px !important;
    object-position: bottom;
    margin-bottom: 187px !important;
  }

  .sliderparca .img.parca4 img {
    height: 874px !important;
  }

  .container-merkez .swiper {
    max-width: 2000px;
  }
}

@media screen and (min-width: 2900px) and (max-width: 4050px) {
  .sliderparca .img {
    height: 1172px;
  }

  .sliderparca .img.parca2 img {
    margin-bottom: -40px;
  }

  .sliderparca .img.parca3 img {
    height: 674px !important;
    object-position: bottom;
    margin-bottom: 198px !important;
  }

  .sliderparca .img.parca4 img {
    height: 1024px !important;
  }

  .container-merkez .swiper {
    max-width: 2000px;
  }
}

@media screen and (min-width: 1900px) and (max-width: 3900px) {
  .siteslider {
    height: 1500px !important;
    margin-top: -280px;
  }

  .sliderparca .img {
    height: 1180px;
  }

  .sliderparca .img.parca2 img {
    height: 1110px;
  }

  .sliderparca .img.parca3 img {
    height: 661px !important;
    margin-bottom: 217px !important;
  }

  .sliderparca .img.parca4 img {
    height: 1101px !important;
    margin-bottom: -3px;
  }
}