/* basic necessary options */
@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&display=swap");

:root {
  --max-with: 1920px;
  --primary-bg-color: #ff7400;
  --secondary-bg-color: #d9d9d9;
  --primary-button-color: #00aeef;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* basic necessary options */

/* header */
.top_nav {
  display: flex;
  justify-content: end;
  padding: 13px 110px;
  background-color: var(--primary-bg-color);
  color: white;
  /*  height: 81px; */
}

.top_nav > ul {
  display: flex;
  gap: 47px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  width: 100%;
  max-width: var(--max-with);
  justify-content: end;
  margin: auto;
}

.top_nav li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.border-right-white {
  border-right: white solid 1px;
  padding-right: 15px;
}

.content_bottom_text_social {
  gap: 10.8px;
}

.top_nav img {
  width: 22px;
}

.navbar-brand {
  width: 281px;
  height: 51px;
}

/* .navbar-brand img {
  width: inherit;
  height: inherit;
} */

.navbar {
  background-color: var(--bg-dark-grey);
  padding: 0 110px;
  /*   min-height: 88px; */
}

nav .container-fluid {
  max-width: 1920px;
  padding: 0;
}

.nav-item {
  display: flex;
  align-items: center;
}

.nav-item,
.nav-link,
.nav-link:hover {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

/* 
    .nav-link:hover {
        font-weight: 600;
    } */

.navbar-nav {
  --bs-nav-link-hover-color: #000000;
  justify-content: end;
  padding-left: 20px;
  width: 100%;
  gap: 44px;
}

.nav-button-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.red-button {
  background-color: white;
  color: var(--primary-bg-color);

  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  text-align: left;
  padding: 5px 34px;
}

.red-button:hover {
  border: 1px solid white;
}

.black-border-btn {
  border: 1px solid black;
}

.offcanvas-header {
  background-color: var(--primary-bg-color);
}

.offcanvas-title {
  color: white;
}

/* header */

.index-main {
  background-color: white;
}

swiper-container::part(bullet-active) {
  background-color: rgb(255, 255, 255);
  border: 1px solid transparent;
  width: 66px;
  height: 7px;
  border-radius: 3px;
  margin: 2px;
}

swiper-container::part(bullet) {
  background-color: var(--secondary-bg-color);
  border: white 1px solid;
  border-radius: 3px;
  width: 25px;
  margin: 2px;
}

.banner-swiper swiper-slide {
  min-height: 100px;
  height: calc(100vh - 115px);
  background-color: transparent;
}
body > div.index-main > div.banner-swiper > swiper-container > swiper-slide > video {
    object-fit:contain;
    width:100%;
}

.banner-swiper swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-swiper {
  width: 100%;
  overflow: hidden;
  max-width: var(--max-with);
  margin: auto;
}

.index-info-bg {
  background-color: var(--primary-bg-color);
  margin-top:-7px;
}

.index-info {
  min-height: 690px;
  max-width: var(--max-with);
  margin: auto;
  display: flex;
}

.index-info .left {
  max-width: 370px;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 690px;
}

.index-info .left .text-box {
  transform: rotate(-90deg);
  position: absolute;
  color: white;
  bottom: 150px;
  right: -80px;
}

.index-info .left .text-box .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  transform: translateY(30px);
}

.index-info .left .text-box .name {
  font-size: 45px;
  font-weight: 500;
  line-height: 67.5px;
  text-align: left;
}

.index-info .right {
  height: 100%;
  width: 100%;
  display: flex;
  gap: 20px;
  padding-top: 107px;
  background-image: url(../images/white-simple-textured-design-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-info .right > .img-box {
  max-width: 452px;
  width: 100%;
  display: flex;
  align-items: end;
}

.index-info .right > .img-box img {
  width: 452px;
}

.index-info .right .text-box {
  padding-right: 247px;
  padding-right: 20px;
}

.index-info .right .text-box .img-box {
  max-width: 450px;
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 30px;
}

/* whatwedogridbox */

.what-we-do-grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  width: 100%;
  gap: 20px;
}

.dropdown-menu {
  --bs-dropdown-min-width: 1rem;
}

.whatsapp {
  height: 54px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  background-color: white;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #29a71a;
  position: fixed;
  right: 0;
  bottom: 300px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #c9c9c9;
  z-index: 100;
  transform: translateX(110px);
  transition: 0.3s ease;
}

.whatsapp:hover {
  transform: translateX(1px);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.grid-box-item {
  height: 297px;
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.17);

  position: relative;
  overflow: hidden;
  background-color: white;
  /* Arka plan rengi */
  color: #000;
  /* Yaz rengi */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

.grid-box-item.active {
  border-color: var(--primary-bg-color);
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(8, 8, 8, 0.48);
}

.grid-box-item::after {
  content: "";
  background-color: white;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  /* Z-index artırıldı */
  border-radius: inherit;
}

.grid-box-item:hover {
  box-shadow: 0rem 0.25rem 0.75rem 0rem var(--primary-bg-color);
}

.grid-box-item.active::before {
  animation: rotate 4s linear infinite;
  opacity: 1;
}

.grid-box-item:hover::before {
  animation: rotate 4s linear infinite;
  opacity: 1;
}

.grid-box-item::before {
  content: "";
  background-image: conic-gradient(transparent 0deg, var(--primary-bg-color) 100deg);
  min-width: 1000px !important;
  width: 1000px !important;
  height: 1000px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
  /* Z-index azaltıldı */
  opacity: 0;
}

.grid-box-inner {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 50px 25px 10px;
  border-radius: 10px;
}

.banner-swiper .top-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000a2;
  display: flex;

  align-items: center;
  color: white;
  font-size: 40px;
  padding: 0 125px;
  z-index: 100;
  font-weight: 600;
}

.grid-box-inner .img-box {
  max-height: 200px;
  max-width: 200px;
  padding-top: 20px;
}

.grid-box-inner .text {
  font-size: 15px;
}

.grid-box-inner p {
  margin-bottom: 0;
}

/* whatwedogridbox */
.parca-store {
  max-width: var(--max-with);
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  background-color: white;
  padding: 0 208px;
  padding-bottom: 25px;
}

.parca-store-bg {
  background-color: white;
}

.parca-store h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  padding: 49px 0;
}

.ikinci-el-link {
  color: white;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  padding: 57px 20px;
  width: 100%;
  margin: auto;
  background-color: var(--primary-bg-color);
}

.tri-d-model {
  height: 620px;

  margin: auto;
  max-width: var(--max-with);
}

.footer-bg {
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer {
  max-width: var(--max-with);
  margin: auto;
  padding: 60px 224px 52px;
  display: flex;
  flex-direction: column;
}

footer .first .img-box {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 30px;
}

footer .first .img-box img:last-child {
  width: 142px;
}

footer .first {
  display: flex;
  justify-content: space-between;
}

footer .first .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

footer .first .iletisim-box {
  max-width: 286px;
  display: flex;
  flex-direction: column;
  gap: 20px;

  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

footer .first > ul {
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

footer .first li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

footer .second {
  display: flex;
  justify-content: space-between;
  padding-top: 114px;
}

footer .second .left > ul {
  display: flex;
  padding-left: 0;
  gap: 19px;
  padding-bottom: 20px;
}

footer .second a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: black;
}

footer .all-rights-reserved {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.underline {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 5px;
  /* Alt izgi ile metin arasında boşluk */
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: black;
  transition: width 0.3s ease;
}

.underline.hovered::after {
  width: 80%;
}

.parca-mag-dropdown.show {
  box-shadow: 0rem 0.25rem 0.75rem 0rem rgba(0, 0, 0, 0.17);

  width: 90vw;
  max-width: 1340px;
  position: absolute;
  min-height: 227px;
  transform: translateX(-55%);
  padding: 0;
   transition: opacity 0.5s ease; 
}

.parca-mag-dropdown .dropdown-inner {
  display: grid;
  grid-template-columns: repeat(9, minmax(160px, 1fr));
  height: 227px;
}

.parca-mag-dropdown .dropdown-inner .box {
  height: 100%;
  padding: 30px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}

/* .parca-mag-dropdown .dropdown-inner .box .text {
  height: 44px;
}
 */
.parca-mag-dropdown .dropdown-inner .box:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  justify-content: center;
}

.parca-mag-dropdown .dropdown-inner .box:nth-child(odd) {
  background-color: var(--primary-bg-color);
  color: white;
}

.parca-mag-dropdown .dropdown-inner .box:nth-child(even) {
  background: white;
  color: black;
}

.parca-mag-dropdown .dropdown-inner .box a {
  height: 100%;
  width: 100%;
}



.dropdown-mobile {
  display: none;
}

.mobile-menu {
  padding: 20px;
}

.mobile-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
  list-style: disc;
  font-size: 20px;
}

.mobile-menu > ul li::marker {
  color: var(--primary-bg-color);
}

.mobile-inner-dropdown ul {
  padding: 20px 20px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: circle;
  list-style-position: var(--primary-bg-color);
  font-size: 17px;
}

.mobile-inner-dropdown ul li::marker {
  color: var(--primary-bg-color);
}

/* for modelviewer */

model-viewer {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  background-image: url(ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #dadce0;
}

#ar-button:active {
  background-color: #e8eaed;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from {
    transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

@keyframes elongate {
  from {
    transform: translateX(100px);
  }

  to {
    transform: translateX(-100px);
  }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}

/* for modelviewer */

.about-us-bg {
  background-color: white;
}

.about-us {
  text-align: center;
  max-width: var(--max-with);
  margin: auto;
  padding: 20px 110px;
}

.about-us .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 52.5px;
  position: relative;
  padding-top: 81px;
}

.about-us .title::before {
  content: "Hakkımızda";
  position: absolute;
  opacity: 0.07;
  font-size: 70px;
  font-weight: 600;
  line-height: 94.52px;
  bottom: -10px;
  transform: translateX(-20%);
}
.about-us .title-servis::before {
  content: "Servis";
  position: absolute;
  opacity: 0.07;
  font-size: 70px;
  font-weight: 600;
  line-height: 94.52px;
  bottom: -10px;
  transform: translateX(-20%);
}

.about-us .text {
  padding-top: 85px;
  padding-bottom: 173px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.video-area {
  height: 477px;
  max-width: var(--max-with);
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-bg-color);
}

.video-area video {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.mission-vision-bg {
  background-color: white;
}

.mission-vision {
  max-width: var(--max-with);
  margin: auto;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 43px;
  min-height: 714px;
  padding: 0 200px 97px;
}

.mission-vision .left .img-box {
  height: 100%;
  background-color: transparent;
}

.mission-vision .right {
  max-width: 760px;
}

.mission-vision .right .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 52.5px;
  padding-left: 80px;
  position: relative;
  bottom: -10px;
}

.mission-vision .right .title:first-child:before {
  content: "Misyonumuz";
  position: absolute;
  opacity: 0.07;
  font-size: 70px;
  font-weight: 600;
  line-height: 94.52px;
  bottom: -10px;
  transform: translateX(-20%);
}

.mission-vision .right .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.mission-vision .right .text-1 {
  padding-bottom: 70px;
}

.mission-vision .right .title-2::before {
  content: "Vizyonumuz";
  position: absolute;
  opacity: 0.07;
  font-size: 70px;
  font-weight: 600;
  line-height: 94.52px;
  bottom: -10px;
  transform: translateX(-20%);
}

.references-bg {
  background-color: white;
}

.references {
  margin: auto;
  max-width: var(--max-with);
  text-align: center;
}

.references .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 52.5px;
  position: relative;
}

.references .title::before {
  content: "Referanslar";
  position: absolute;
  opacity: 0.07;
  font-size: 70px;
  font-weight: 600;
  line-height: 94.52px;
  bottom: -10px;
  transform: translateX(-20%);
}

/* references logos-box */

.logos-box {
  overflow: hidden;

  max-width: 1920px;
  margin: auto;
  display: flex;
  align-items: center;
}

@keyframes slide {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.logos {
  overflow: hidden;
  padding: 32px 0;
  background: var(--bg-red);
  color: white;
  white-space: nowrap;
  position: relative;
  display: flex;
  background-color: #d9d9d9;
  text-align: left;
  z-index: 2;
  gap: 15px;
  margin-top: 66px;
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 45s slide infinite linear;
}

.logos-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.logos-slide span {
  display: inline-block;
  /* Kutu gibi davranması için */
  height: 159px;
  width: 241px;
  background-color: white;
  margin: 0 10px;
  color: black;
  border-radius: 10px;
  padding: 10px;
}

/* references logos-box */
.fabrica-photos-bg {
  background-color: white;
}

.fabrica-photos {
  text-align: center;
  margin: auto;
  max-width: var(--max-with);
  padding: 0 92px;
}

.fabrica-photos .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 52.5px;
  position: relative;
  padding-top: 160px;
}

.fabrica-photos .title::before {
  content: "Fabrikadan Görseller";
  position: absolute;
  opacity: 0.07;
  font-size: 70px;
  font-weight: 600;
  line-height: 94.52px;
  bottom: -10px;
  transform: translateX(-20%);
}

.fabrica-photos .area {
  margin-top: 97px;
  margin-bottom: 100px;
  background-color: transparent;
  border-radius: 20px;
  height: 635px;
  display:flex;
  align-items:center;
}

/* iletisim page start */
.iletisim-main-bg {
  background-color: white;
}

.iletisim-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: var(--max-with);
  margin: auto;
  background-color: white;
  padding: 68px 202px 127px;
}

.contact-form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 19px;
  height: auto;
}

.contact-form p {
  font-size: 16px;
}

.contact-form #first-name,
.contact-form #last-name,
.contact-form #firma-ismi,
.contact-form #country {
  background: #0000000d;
  border: 1px solid #00000033;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  height: 59px;
}

.contact-form #email-iletisim,
.contact-form #phone-iletisim,
.contact-form #message-iletisim,
.contact-form button,
.contact-form #konu {
  grid-column: span 2;
  background: #0000000d;
  border: 1px solid #00000033;
  border-radius: 5px;
  padding: 10px;
  height: 59px;
}

.iletisim-form .contact-form #message-iletisim {
  height: 151px;
}

.contact-form button {
  background: #00aeef;
  color: white;
  border: none;
  border: 10px;
  padding: 10px;
}

.teklif-main .bayi-form h2 {
  font-size: 40px;
  padding-bottom: 70px;
}
.teklif-main .bayi-form > .img-box {
  max-width: 1200px;
  height: 538px;
  margin: auto;

  padding: 32px 20px;
}
.teklif-main .bayi-form form {
  grid-template-columns: repeat(1, 1fr);
}
.teklif-main .bayi-form {
  & h3 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 50px;
    font-weight: 600;
  }
  & form {
    max-width: 1000px;
    width: 100%;
    padding: 20px;
    margin: auto;
  }
  & label {
    font-size: 16px;
  }
  &.contact-form #email-iletisim,
  &.contact-form #phone-iletisim,
  &.contact-form button {
    grid-column: span 1;
  }
}
.bayi-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 20px;
  max-width: 1920px;
  margin: auto;
  padding: 100px 20px;
}

.bayi-info .text-box .title {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 50px;
}
.bayi-info .text-box .text {
  font-size: 20px;
  letter-spacing: 1px;
}
/* iletisim page start */

.iletisim-main-row-2-box > ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.iletisim-main-row-2-box li {
  display: flex;
  align-items: center;
  gap: 25px;
}

.iletisim-main-row-2-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.iletisim-main-row-2-box ul li {
  font-size: 20px;
  font-weight: 400;

  text-align: left;
}

.iletisim-main-row-2-box h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
  text-align: left;
}

.iletisim-main-row-2-box p {
  font-size: 25px;
  font-weight: 400;
  line-height: 37.5px;
  letter-spacing: -0.01em;
  text-align: left;
  padding-bottom: 60px;
}

.iletisim-form {
  max-width: 590px;
  padding-top: 50px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.map {
  max-width: var(--max-with);
  margin: auto;
  height: 342px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.store-title {
  height: 264px;
  font-size: 30px;
  font-weight: 700;
  background-color: red;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
}
.store-title img{
    position:absolute;
    object-fit:cover;
    
}
.store-title .title{
    z-index:2;
}

.detay-inner {
  background-color: white;
}

.detay-grid {
  padding: 90px 208px;
  max-width: var(--max-with);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.detay-grid .detay-grid-item {
  border-radius: 10px;
  background-color: var(--secondary-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 297px;
  padding: 30px;
}

.white-bg {
  background-color: white;
}

.search-bar-yayin {
  display: flex;
  justify-content: end;
  padding: 30px 100px;
  margin: auto;
  max-width: 1920px;
  background-color: white;
}

.search-bar-yayin select,
.search-bar-yayin option,
.search-bar-yayin button {
  color: black;
  padding: 10px;
  background-color: white;
}

.store-main {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 44px;
  max-width: var(--max-with);
  margin: auto;
  padding-bottom:100px;
}

.store-main .sidebar {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 47px 55px;
}

.store-main .sidebar ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

.store-main .sidebar ul li {
  border-bottom: 1px solid black;
  text-align: center;
  padding-bottom: 5px;
}
.store-main .sidebar ul li a img {
 max-width:200px;
 max-height:150px;
 object-fit:contain;
}
.store-main .sidebar .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  padding-bottom: 50px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.content-grid-item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align:center;
}

.content-grid-item .product-code {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.content-grid-item {
  max-height: 389px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  padding: 0 0px;
box-shadow: 0px 4px 5px 0px #00000012;
  padding-bottom:10px;


}
.blog-swiper .content-grid-item {
  padding: 0 30px;
}

.content-grid-item .img-box {
  max-width: 310px;

}

.content-grid-item .incele {
  color: white;
  background-color: var(--primary-bg-color);
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 59px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
  transition: transform 0.3s ease;
  /* Smooth transition */
}

.content-grid-item:hover .incele {
  transform: translate(-50%, 0);
  /* Slide down into view */
}

/* custom modal gallery */
.custom-gallery-box {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 600px;
  position: relative;
  /* padding: 0 5%; */
}

.custom-gallery-box-bigImg {
  width: 600px;
  height: 600px;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease;
}

.custom-gallery-box-items {
  width: 110px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: space-between;
  gap: 12px;
}

.custom-gallery-box-items img {
  max-width: 165px;
  min-width: 50px;
  height: 100px;
  /* margin: 5px; */
  cursor: pointer;
  transition: transform 0.5s ease;
}

/* Added modal styles */
.custom-gallery-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.custom-gallery-modal-content {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  max-width: 1440px;
  position: relative;
}

.custom-gallery-modal-content img {
  width: 100%;
  height: auto;
}

.modal-close-button {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close-button:hover,
.modal-close-button:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.modal-prev-button,
.modal-next-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-next-button {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.modal-prev-button:hover,
.modal-next-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.custom-gallery-box-prevBox,
.custom-gallery-box-nextBox {
  cursor: pointer;
  position: absolute;
  bottom: 2%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #1b449d;
}

.custom-gallery-box-prevBox {
  left: 0%;
  display: flex;
  align-items: center;
  display: none;
}

.custom-gallery-box-nextBox {
  right: 0%;
  display: none;
}

/* custom modal gallery */

.product-main {
  display: grid;
  grid-template-columns: 6fr 4fr;
  max-width: var(--max-with);
  margin: auto;
  padding: 80px 209px 60px;
}

.product-main .right {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}

.product-main .right .title {
  padding-top: 44px;
  padding-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: left;
}

.product-main .right ul {
  padding-top: 360px;
  list-style: disc;
}

.similar-content {
  max-width: var(--max-with);
  margin: auto;
  padding: 0 200px 122px;
  position:relative;
}

.similar-content > .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  padding-bottom: 43px;
}

.similar-content .content-grid-item .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}
.blog-swiper::part(wrapper){
    padding: 10px 5px 10px 2px;
    width:105%;
    
}
.prevCustom{
    position:absolute;
    left:150px;
    color: var(--primary-bg-color);
    font-size:50px;
    border:none;
    background:none;
    transform:translateY(-250px);
    z-index:10;
}
.nextCustom{
    position:absolute;
    right:150px;
    color: var(--primary-bg-color);
    font-size:50px;
    border:none;
    background:none;
    transform:translateY(-250px);
     z-index:10;
}

.blog-swiper::part(button-next),
.blog-swiper::part(button-prev) {
  color: var(--primary-bg-color);
}
.blog-swiper::part(button-next) {
  right: -3px;
  transform: translateY(-32px) !important;
}
.blog-swiper::part(button-prev) {
  left: -3px;
  transform: translateY(-32px) !important;
}

.teklif-top {
  background-color: var(--secondary-bg-color);
  height: 264px;
}

.teklif-top-inner {
  max-width: 1920px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teklif-top-inner img {
  object-fit: cover;
}

.teklif-main {
  max-width: 1920px;
  margin: auto;
  padding: 70px 223px;
  background-color: white;
}

.teklif-main h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
  padding-bottom: 114px;
}
.servis-img-box {
  max-width: var(--max-with);
  height: 714px;
  margin: auto;
  background-color: transparent;
  margin-bottom: 193px;
}
.refSwiper{
    background-color:var(--secondary-bg-color);
    padding: 30px 0;
    height:223px;
}
.refSwiper .swiper-slide{
    background-color:white;
    overflow:hidden;
    border-radius:10px;
}
.refSwiper .swiper-slide img{
    width:100%;
    
}
@media (max-width: 1920px){
    .banner-swiper swiper-slide{
        height:auto;
    }
}
@media (max-width: 1600px){
    footer{
          padding-left: 50px;
    padding-right: 50px;
    }
}
@media (max-width: 1368px) {
    .parca-mag-dropdown .dropdown-inner{
        grid-template-columns: repeat(9, 1fr);
    }
    .prevCustom{
        left:0;
    }
    .nextCustom{
        right:0;
    }
  .teklif-main {
    padding: 70px 100px;
  }
  .mission-vision,
  .about-us {
    padding-left: 50px;
    padding-right: 50px;
  }

  .product-main,
  .similar-content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detay-grid {
    padding: 90px 50px;
  }

  .iletisim-main {
    padding: 50px;
  }

  .parca-store {
    padding: 50px;
  }

  .top_nav > ul {
    gap: 10px;
  }

  .navbar-brand {
    height: 60px;
    width: 230px;
  }

  .index-info .right {
    flex-direction: column;
  }

  .index-info .right > .text-box {
    order: -1;
    padding: 20px;
  }
  .custom-gallery-box-bigImg{
      width:100%;
      height:400px;
  }

  footer {
    padding: 60px 20px 52px;
  }
}

@media (max-width: 1205px) {
  .bayi-info {
    grid-template-columns: 1fr;
  }
  .banner-swiper .top-layer {
    padding: 20px;
    font-size: 20px;
  }
  .product-main,
  .similar-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parca-store {
    padding: 40px;
  }

  .navbar,
  .top_nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-nav {
    gap: 0;
  }
}
/*old 992px media query new 1200px media query */
@media (max-width: 1200px) {
    .fabrica-photos .area{
        height:auto;
    }
  .teklif-main h2 {
    font-size: 40px;
  }
  .teklif-main {
    padding: 70px 50px;
  }
  .fabrica-photos {
    padding: 20px;
  }

  .similar-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-main {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-main .right ul {
    padding-top: 100px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .detay-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iletisim-main {
    padding: 70px 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .iletisim-form {
    justify-content: center;
    display: flex;
    max-width: 100%;
  }

  .mission-vision .right .title {
    padding-left: 0;
  }

  .mission-vision {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }

  .mission-vision .right {
    width: 100%;
    text-align: center;
  }

  .parca-mag-dropdown .dropdown-mobile {
    display: none;
  }

  .parca-mag-dropdown .dropdown-inner {
    display: flex;
  }

  .parca-store {
    padding: 20px;
  }

  .what-we-do-grid-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .index-info {
    flex-direction: column;
  }

  .index-info .left .text-box {
    transform: rotate(0deg);
    position: static;
  }

  .index-info .left {
    min-height: 200px;
    padding: 20px;
  }

  footer .first {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  footer .second,
  footer .second .left > ul,
  footer .all-rights-reserved {
    flex-direction: column;
    text-align: center;
  }

  footer .first .img-box {
    margin: auto;
  }

  footer .first .iletisim-box {
    max-width: 100%;
    text-align: center;
    padding-top: 20px;
    grid-column: 1/3;
  }

  footer .first .iletisim-box .title {
    text-align: center;
  }

  footer .first > ul li {
    text-align: center;
  }
}

@media (max-width: 520px) {
  .teklif-main {
    padding: 70px 20px;
  }

  footer .first .iletisim-box {
    grid-column: 1;
  }

  .custom-gallery-box-items {
    max-width: 90vw;
  }

  .store-main {
    grid-template-columns: 1fr;
  }

  .detay-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .mission-vision .right .title:first-child:before,
  .mission-vision .right .title-2::before,
  .references .title::before,
  .fabrica-photos .title::before,
  .about-us .title::before {
    display: none;s
  }

  .what-we-do-grid-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .index-info .right .text-box .img-box {
    flex-direction: column;
  }

  .index-info .right > .img-box img {
    max-width: 100%;
  }

  footer .first {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  footer .first > div,
  footer .first > ul {
    width: 100%;
    align-items: center;
    padding-left: 0;
  }

  footer .first .img-box {
    max-width: 100%;
  }

  footer .second {
    padding-top: 30px;
  }
}
