@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

:root {
  --color-primary: #54595f;
  --color-footer-background: #dfdfdf;
  --color-text: #808080;
  --color-border: #796060;
  --color-border-box: #ebdbdb;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

ul,
li,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.swiper.heroSwiper .swiper-scrollbar {
  width: 300px !important;
  height: 1px !important;
  position: relative !important;
  bottom: 55px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  background: #fff !important;
  z-index: 20 !important;
}

.swiper.heroSwiper .swiper-scrollbar-drag {
  position: absolute;
  background: #fff !important;
  height: 3px !important;
  border-radius: 0 !important;
  top: -1px;
}

.pd0 {
  padding-inline: 0;
}

section {
  padding: 80px 0;
}

.short-title {
  font-size: 12px;
  color: #000;
  text-align: center;
}

.section-title {
  font-size: 40px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 65px;
}

@media (max-width: 576px) {
  .section-title {
    font-size: 35px;
  }
}

.light-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .light-btn {
    margin-top: 0px;
    transform: translate(10px, 55px);
  }
}

.light-btn a {
  background-color: #fff;
  color: #000;
  display: inline-flex;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 40px;
  transition: all 0.3s ease;
}

.light-btn a:hover {
  background-color: red;
  color: #fff;
}

.dark-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark-btn a {
  background-color: #000;
  color: #fff;
  display: inline-flex;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 40px;
  transition: all 0.3s ease;
}

.dark-btn a:hover {
  background-color: red;
  color: #fff;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

/* Content Wrapper START*/

.content-wrapper {
  padding: 20px 5px;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .content-wrapper {
    margin-bottom: 30px;
  }
}

.content-wrapper p {
  color: #000;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.content-wrapper img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  display: flex;
  margin: 20px auto;
  height: auto;
}

.content-wrapper-title {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 10px;
}

.content-wrapper ul {
  padding-left: 20px;
}

.content-wrapper ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.content-wrapper ul li::before {
  content: "✔"; /* Tik iÃ…Å¸areti */
  position: absolute;
  left: 0;
  top: 0;
  color: red; /* Ã„Â°stersen deÃ„Å¸iÃ…Å¸tir */
  font-weight: 700;
}

.content-wrapper h1 {
  font-size: 25px;
}

.content-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
}

.content-wrapper h3 {
  font-size: 21px;
  font-weight: 500;
}

.content-wrapper a {
  font-weight: 600;
}

.content-wrapper i {
  color: #25aae2;
  margin-right: 10px;
}
/* Content Wrapper END*/

/* DESKTOP-HEADER START */
.desktop-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.desktop-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.header-top {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.header-top .left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top .left ul a {
  font-size: 16px;
  color: #fff;
}

.header-top .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  gap: 30px;
}

.header-logo img {
  max-width: 100%;
  width: 200px;
  object-fit: cover;
}

.desktop-header .menu-list {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: -10px;
  gap: 10px;
}

.language-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: -10px;
}

.desktop-header .header-bottom {
  padding: 20px 0;
}

.desktop-header .header-bottom a {
  color: #fff;
}

.desktop-header .header-bottom .row {
  display: flex;
  align-items: center;
}

.desktop-header .left ul li i {
  margin-right: 6px;
}

.language-list li {
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.language-list li:last-child {
  border-right: none;
}

.sticky-header {
  position: sticky;
  z-index: 999;
}

.desktop-header {
  position: absolute;
  z-index: 999;
}

.mobile-header {
  display: none;
}

.mobile-header.scrolled {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.mobile-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

@media (max-width: 1024px) {
  .desktop-header .menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -10px;
    gap: 4px;
  }
}

@media (max-width: 991px) {
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
    padding: 20px 5px;
  }
}

/* DESKTOP-HEADER END */

/* HERO START */
.hero-section {
  position: relative;
  top: -130px;
  margin-bottom: -120px;
}

.heroSwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.heroSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; ile aynÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
  background: rgba(0, 0, 0, 0.4); /* %40 siyah karartÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
  z-index: 1;
}

.heroSwiper .hero-image {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  z-index: 0;
}

.slider-navigation {
  position: absolute;
  top: 64%;
  left: 0%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-navigation i {
  display: none;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  width: 50px;
  text-align: center;
  height: 30px;
  transition: all 0.3s ease;
}

.hero-section {
  transition: all 0.3s ease;
}

.hero-section:hover i {
  display: block;
}

.slider-navigation .home-left {
  margin-left: 20px;
}

.slider-navigation .home-right {
  margin-right: 20px;
}

.slider-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
}

.slider-navigation i {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 45px;
  border-radius: 50%;
  transition: 0.3s;
  height: 45px;
}

/* Content Box Ortalama ve Stil */
.heroSwiper .content-box {
  position: absolute;
  font-family: "Raleway", sans-serif;
  width: 70%;
  z-index: 2; /* before'dan yÃƒÆ’Ã‚Â¼ksek olmalÃƒâ€žÃ‚Â± */
  color: #fff;
  max-width: 90%;
  padding: 20px;
}

.heroSwiper .content-box .title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.heroSwiper .content-box .content {
  font-size: 32px;
  margin-bottom: 20px;
}

.heroSwiper .content-box a {
  display: inline-block;
  padding: 7px 15px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.3s ease;
  font-size: 12px;
}

.heroSwiper .content-box a:hover {
  background-color: #ddd;
}

.mobile-hero-section {
  position: relative;
  display: none;
  top: -83px;
}

.mobile-hero-section .hero-image {
  height: 85vh;
}

@media (max-width: 1200px) {
  .hero-section {
    top: -155px;
  }

  .menu-list > li {
    font-size: 11px;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .hero-section {
    margin-bottom: 0;
  }

  .hero-section {
    display: none;
  }

  .mobile-hero-section {
    display: block;
  }
}

@media (max-width: 576px) {
  .heroSwiper .content-box {
    width: 100%;
    max-width: 100%;
    top: 54%;
  }

  .heroSwiper .content-box .title {
    font-size: 37px;
  }

  .heroSwiper .content-box .content {
    font-size: 13px;
  }
}

.pos-sol-ust {
  top: 30%;
  left: 15%;
  text-align: left;
}

.pos-sol-alt {
  bottom: 15%;
  left: 15%;
  text-align: left;
}

.pos-sag-ust {
  top: 30%;
  right: 15%;
  text-align: right;
}

.pos-sag-alt {
  bottom: 15%;
  right: 15%;
  text-align: right;
}

.pos-orta {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.pos-orta-ust {
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.pos-orta-alt {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* HERO END */

/* CERTIFICATE START */
.certificates-section {
  background-image: url("front/assets/images/arka-plan.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.certificates-section .title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.certificates-section .text {
  text-align: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  width: 60%;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .certificates-section .text {
    width: 100%;
    margin-bottom: 10px;
  }
}

.logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 992px) {
  .logo-box {
    height: 200px;
  }

  .logo-title {
    font-size: 14px;
  }
}

.logoSwiper {
  position: relative;
}

.logo-image {
  max-width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
}

.logo-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.logoSwiper .swiper-slide {
  border-left: 1px solid #504e4e;
  margin-right: 0;
  padding-left: 30px;
}

.logoSwiper .swiper-slide:first-child {
  border-left: none;
}

.logoSwiper .swiper-slide img {
  max-width: 100%;
  width: auto;
  object-fit: contain !important;
}

.certificates-page .certificates-navigation {
  top: 70%;
}

.certificates-page .text {
  text-align: center;
}

.certificates-navigation {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  pointer-events: none;
}

.certificates-navigation .swiper-button-prev,
.certificates-navigation .swiper-button-next {
  padding: 12px 14px;
  border-radius: 60%;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
}

@media (max-width: 992px) {
  .certificates-navigation {
    position: static;
    transform: none;
    justify-content: center;
    padding: 10px 0;
    pointer-events: none;
    gap: 20px;
  }

  .certificates-navigation .swiper-button-prev,
  .certificates-navigation .swiper-button-next {
    position: static; /* swiper default pozisyonlarını sıfırla */
    transform: none;
    border-radius: 0; /* köşeleri birleştirmek için */
    pointer-events: all; /* tıklanabilir */
  }
}

.certificates-navigation i {
  font-size: 22px;
  color: #fff;
}

.certificates-page .certificates-navigation i {
  color: black;
}

.certificates-navigation .fa-arrow-left {
  margin-left: 100px;
}

.certificates-navigation .fa-arrow-right {
  margin-right: 100px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

@media (max-width: 1200px) {
  .certificates-navigation .fa-arrow-left {
    margin-left: 0px;
  }

  .certificates-navigation .fa-arrow-right {
    margin-right: 0px;
  }
}

@media (max-width: 820px) {
  .logo-box {
    width: 100%;
    /* margin-bottom: 100px; */
  }

  .certificates-section .col-lg-3:nth-child(2n) .logo-box {
    border-right: none;
  }

  .certificates-section .title {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .certificates-section .title {
    margin-bottom: 20px;
  }

  .certificates-section .col-lg-3:nth-child(n) .logo-box {
    border-right: none;
  }

  .logoSwiper .swiper-slide {
    border-right: none;
  }
}

/* CERTIFICATE END */

/* PRODUCTION START */
.production-box {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 20px;
  margin-bottom: 40px;
  text-align: center;
}

.production-logo {
  max-width: 80px;
  height: auto;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.production-box:hover .production-logo {
  transform: scale(1.1);
}

.production-box .content {
  padding: 0 10px;
}

.production-box .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222222;
  transition: color 0.3s ease;
}

.production-box:hover .title {
  color: #cc0000;
}

.production-box .desc {
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
}

.production-image {
  margin-bottom: 20px;
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .production-box:hover {
    box-shadow: rgba(204, 0, 0, 0.15) -10px 10px,
      rgba(204, 0, 0, 0.1) -20px 20px;
    transform: translateY(-5px);
  }
}

@media (max-width: 820px) {
  .production-box {
    padding: 17px 9px;
  }

  .production-box .title {
    font-size: 18px;
  }

  .production-box .desc {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .production-box .title {
    font-size: 14px;
  }

  .production-box .desc {
    font-size: 10px;
  }

  .production-logo {
    width: 20%;
  }

  .production-box {
    padding: 10px 5px;
  }

  .production-box .content {
    padding: 0;
  }
}

/* PRODUCTION END */

/* COLLECTION START */
.collection-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.4s ease;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.collection-box .image {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: auto;
  transition: border-radius 0.4s ease;
}

.collection-box:hover .image {
  border-radius: 0;
}

.collection-box .content {
  position: relative;
  padding: 25px 20px;
  transition: color 0.4s ease;
  z-index: 1;
}

.collection-box:hover .content::before {
  top: 0;
}

.collection-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.collection-box .title-box .title {
  font-size: 27px;
  font-weight: 600;
  color: #000;
  transition: color 0.3s ease;
}

.collection-box:hover .title-box .title {
  color: black;
}

.collection-box .title-box button {
  border: none;
  background: transparent;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.collection-box:hover .title-box button {
  transform: scale(1.15);
}

.collection-box .title-box button i {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease, transform 0.3s ease;
}

.collection-box:hover .title-box button i {
  background-color: #cc0000;
  color: #fff;
  transform: rotate(180deg);
}

.collection-box .desc {
  font-weight: 300;
  font-size: 13px;
  color: #6d6d6d;
  padding-right: 35px;
  transition: color 0.3s ease;
}

.collection-box:hover .desc {
  color: #fff;
}

.collection-box:hover {
  box-shadow: 0 12px 32px rgba(255, 0, 0, 0.2);
  transform: translateY(-5px);
}

/* COLLECTION END */

/* HOME ABOUT START */
.image-box {
  position: relative;
  width: fit-content;
  display: inline-block;
}

.top-image-wrapper {
  max-width: 100%;
  position: relative;
  left: 134px;
  bottom: 0;
  z-index: 1;
}

.top-image-wrapper .top-image {
  border-radius: 30px;
}

.bottom-image-wrapper {
  max-width: 100%;
  position: absolute;
  top: 40px;
  left: -51px;
  z-index: 0;
  border-bottom-right-radius: 30px;
}

.bottom-image-wrapper .bottom-image {
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-background {
  position: relative;
  z-index: 0; /* bu div zemin */
  overflow: hidden;
}

.about-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* karartÃ„Â± */
  z-index: 1; /* karartÃ„Â± katmanÃ„Â± */
}

.about-background .text-box {
  position: relative; /* ÃƒÂ¶nemli! */
  z-index: 2; /* yazÃ„Â± ÃƒÂ¼stte kalÃ„Â±r */
  padding: 10px 150px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-background .text-box .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-background .text-box .text {
  font-size: 16px;
  font-weight: 400;
  /* margin-bottom: 30px; */
}

.about-btn {
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.about-btn:hover {
  color: #fff;
  background-color: red;
}

.home-about-section .row {
  display: flex;
  align-items: center;
}

.about-background {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  color: #fff;
  height: 400px;
}

.mobile-home-about-section {
  display: none;
  margin-top: -110px;
}

@media (max-width: 992px) {
  .mobile-home-about-section .top-image {
    filter: grayscale(0);
    position: relative;
    z-index: 10;
  }

  .mobile-home-about-section .top-image img {
    width: 100%;
  }

  .mobile-home-about-section .bottom-image {
    filter: grayscale(0) !important;
    display: none;
  }
}

.mobile-home-about-section .bottom-image {
  max-width: 100%;
  width: 100%;
  border-radius: 25px;
  filter: grayscale(100%);
}

.mobile-home-about-section .mobile-image-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  padding: 0 10px;
  margin-bottom: -60px;
}

@media (max-width: 1200px) {
  .text-box {
    padding: 10px 100px 50px 200px;
  }
}

@media (max-width: 1024px) {
  .about-background {
    position: relative;
    background-image: url(front/assets/images/arka-plan.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 27px 0;
    color: #fff;
    height: 416px;
  }

  .top-image-wrapper {
    left: 45px;
  }

  .about-background .text-box {
    padding: 20px 25px;
  }

  .about-background .text-box .text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .top-image-wrapper {
    left: 251px;
    bottom: -63px;
  }

  .about-background {
    height: auto;
    top: 30px;
    z-index: 9;
  }

  .about-background::before {
    background: rgba(0, 0, 0, 0.6);
  }

  .text-box {
    padding: 20px 25px 22px 40px;
  }

  .home-about-section {
    display: none;
  }

  .mobile-home-about-section {
    display: block;
  }
  .mobile-image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px !important;
  }
}

@media (max-width: 576px) {
  .top-image-wrapper .top-image {
    width: 75%;
  }

  .bottom-image-wrapper .bottom-image {
    width: 100vw;
  }

  .top-image-wrapper {
    left: 97px;
    bottom: -74px;
  }
}

@media (max-width: 380px) {
  .about-background .text-box .text {
    font-size: 10px;
  }

  .about-background .text-box .title {
    font-size: 30px;
  }
}

/* HOME ABOUT END */

/* VIDEO SECTION START */

.video-box .background-video {
  width: 100vw;
  height: 100vh;
  display: block;
}

.video-box .video-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .video-box .video-container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}

.video-box .video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.video-box .video-container img {
  width: 100%;
}

.video-box .content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 20px;
}

@media (max-width: 992px) {
  .video-box .video-container::before {
    background: none;
  }

  .video-pop {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .video-box .content-box {
    position: static;
    transform: translate(0, 0);
    color: black;
  }
}

.video-box .content-box .title {
  font-size: 32px;
  margin-bottom: 173px;
}

@media (max-width: 992px) {
  .video-box .content-box .title {
    font-size: 18px;
    margin-bottom: 0px;
  }
}

.video-box .content-box p {
  font-size: 18px;
}

.video-box2 .video-pop {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  color: #fff;
  margin-block: 50px;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
  transform: translateX(-50%) translateY(-50%) scale(0.7);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--color2);
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: var(--color1);
}

.video-play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid white;
}

.video-play-button i {
  font-size: 32px;
  color: white;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .video-box .content-box {
    width: 100%;
  }
}

/* VIDEO SECTION END */

/* CTA START */
.cta-context {
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-context .title {
  font-size: 38px;
  margin-bottom: 20px;
}

.cta-context .phone {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 25px;
}

.cta-context .email {
  font-size: 25px;
}

@media (max-width: 576px) {
  .cta-context .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .cta-context .email {
    font-size: 15px;
  }

  .cta-context .phone {
    font-size: 15px;
  }
}
/* CTA END */

/* FOOTER START */

footer {
  background-color: #333;
  padding: 50px 0 20px 0;
}

@media (max-width: 992px) {
  footer {
    padding: 50px 0 140px 0;
  }
}

.footer-top {
  padding-bottom: 50px;
}

.footer-top .box {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.footer-top .box .icon {
  font-size: 47px;
  color: #fff;
}

.footer-top .box .content {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-center .menu-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 38px;
  padding-top: 3px;
  margin-bottom: 50px;
}

.footer-bottom .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fb-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 820px) {
  .footer-center .menu-list {
    gap: 5px;
  }
}

@media (max-width: 576px) {
  .footer-top .box .icon {
    font-size: 30px;
  }

  .footer-top .box {
    margin-bottom: 35px;
  }

  .footer-top {
    padding-bottom: 0;
  }
}

/* FOOTER END */

.hamburger-menu {
  position: sticky;
  display: flex;
  top: 0;
  right: 0;
  padding-top: 6px;
  padding-right: 15px;
  width: 100%;
  height: 43px;
  cursor: pointer;
  z-index: 9998;
  gap: 10px;
  color: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  justify-content: flex-end;
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: #fff;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: #fff;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0px;
}

.mobile-menu li a {
  text-decoration: none;
  color: #cccccc;
}

/*---------------------
	Mobiles Menu - Slide IN 
	----------------------*/

.mobile-menu {
  top: 0;
  max-width: 40%;
  left: -100%;
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  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;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .mobile-menu {
    max-width: 60%;
  }
}

@media (max-width: 568px) {
  .mobile-menu {
    max-width: 80%;
  }
}

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

.children {
  display: none;
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.modal-logo {
  max-width: 100%;
  width: 100%;
  padding: 20px 10px;
}

.modal-logo img {
  width: 175px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* karartÃ„Â± */
  z-index: 998; /* menÃƒÂ¼nÃƒÂ¼n altÃ„Â±nda olmasÃ„Â±n diye yÃƒÂ¼ksek deÃ„Å¸er */
  display: none; /* varsayÃ„Â±lan olarak gizli */
}

body.menu-open .menu-overlay {
  display: block;
}

/* MenÃƒÂ¼ aÃƒÂ§Ã„Â±ldÃ„Â±Ã„Å¸Ã„Â±nda bodyÃ¢â‚¬â„¢ye .menu-open class'Ã„Â± eklenirse mobil menÃƒÂ¼ gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r */
body.menu-open .mobile-menu {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/* Overlay gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r olacak */
body.menu-open .menu-overlay {
  display: block;
}

body.menu-open {
  overflow: hidden;
  height: 100vh; /* bazÃ„Â± tarayÃ„Â±cÃ„Â±larda taÃ…Å¸mayÃ„Â± da engeller */
}

.mobile-menu .menu-list {
  margin-bottom: 50px;
}

.mobile-menu .social-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu .social-list a i {
  font-size: 27px;
}

.mobile-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* BREADCRUMB START */
.breadcrumb {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 210px 0 80px 0;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .breadcrumb {
    padding: 160px 0 80px 0;
  }
}

.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
}

.breadcrumb h1 {
  color: #fff;
  position: relative;
  z-index: 1;
}

.breadcrumb li a i {
  margin-right: 7px;
}

.breadcrumb .container,
.breadcrumb .breadcrumb-box,
.breadcrumb ul,
.breadcrumb li,
.breadcrumb a {
  position: relative;
  z-index: 1;
  color: white !important;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.breadcrumb-ul li {
  position: relative;
}

.breadcrumb-ul li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -15px;
  color: white;
}

/* BREADCRUMB END */

/* ABOUT US PAGE START */

.image-column {
  position: relative;
  display: flex;
  z-index: 0;
}

.image-column::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 38%;
  width: 400px;
  height: 400px;
  background-color: #d3d3d3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
}

.image-column img:first-child {
  display: flex;
  max-width: 100%;
  width: 366px;
  height: 450px;
  object-fit: cover;
  position: relative;
  left: 41%;
  z-index: 9;
}

.image-column img:last-child {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 50%;
  transform: translateY(30%);
  z-index: 10;
}

.image-column img {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.about-us-page .title-box .title {
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.about-us-page .title-box .about-title {
  position: relative;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.about-us-page .title-box .about-title::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 3px;
  left: 0;
  top: 114px;
  background-color: #c6c4c4;
}

.list-style-one {
  margin-top: 15px;
  padding-left: 0;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 12px;
}

.list-style-one li::before {
  content: "*"; /* Unicode tik âœ“ */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #28a745; /* YeÅŸil renk */
  font-weight: bold;
}

.list-style-one li a:hover {
  color: #44bce2;
}

.about-us-page .dark-btn {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.image-row {
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .image-column img:first-child {
    left: 27%;
  }
}

@media (max-width: 1024px) {
  .image-column img:first-child {
    left: 15%;
  }

  .image-column img:last-child {
    left: 0%;
  }

  .about-us-page .title-box .about-title::after {
    left: 0;
    top: 170px;
  }
}

@media (max-width: 820px) {
  .image-column img:first-child {
    width: 270px;
    height: 365px;
  }

  .about-us-page .title-box .about-title {
    font-size: 30px;
    margin-bottom: 14px;
  }

  .image-row {
    margin-bottom: 100px;
    display: flex;
    align-items: center;
  }

  .about-us-page .title-box .about-title::after {
    top: 125px;
  }
}

@media (max-width: 576px) {
  .image-column img:first-child {
    left: 29%;
    width: 250px;
    height: 305px;
  }

  .image-column {
    margin-bottom: 150px;
  }
}

/* ABOUT US PAGE END */

/* CONTACT START */

.contact-page .contact-column {
  height: auto;
}

.contact-image {
  max-width: 100%;
  position: relative;
  object-fit: cover;
  height: 620px;
  width: 550px;
  border-radius: 25px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.contact-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid gray;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
}

.google-maps {
  padding: 20px;
}

.contact-left .title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-block: 30px;
}

.contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
}

.contact-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}

.contact-box div span {
  text-align: center;
}

.contact-box i {
  font-size: 25px;
  color: #2c4a36;
}

.contact-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
}

.contact-column .section-title {
  margin-bottom: 10px;
  font-size: 32px;
}

.contact-column .short-title {
  font-size: 15px;
  color: #828080;
  font-weight: 500;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
}

.contact-column .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-btn {
  color: #fff;
  border-radius: 8px;
  padding: 20px 0;
  width: 100%;
  border: 2px solid #3d3c3c;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  background-color: black;
  text-align: center;
}

.contact-btn:hover {
  background-color: #fff;
  color: #000;
}

.captcha-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.contact-short-text {
  color: #3d3c3c;
  font-size: 16px;
  padding: 15px 25px;
}

.contact-form {
  width: 100%;
}

/* CONTACT END */

.dark-header {
  background-color: rebeccapurple;
}

/* Genel menÃƒÂ¼ stilleri */
.header-bottom .menu-list {
  list-style: none;
  margin: 0 0 0 40px;
  padding: 0;
  display: flex;
  gap: 12px;
  margin-bottom: -10px;
}

.menu-list > li {
  position: relative;
  padding: 15px 5px;
  transition: all 0.3s ease;
}

.menu-list li::after {
  content: "";
  position: absolute;
  bottom: 10px;
  height: 2px;
  background-color: white;
  width: 0;
  transition: all 0.3s ease;
}

.menu-list > li:hover::after {
  width: 100%;
}

@media (max-width: 992px) {
  .menu-list > li {
    padding: 0;
    margin-bottom: 10px;
  }
  .menu-list > li:hover::after {
    width: 0;
  }

  .menu-list li:hover {
    background-color: transparent;
    padding: 0;
  }
}

.menu-list .menu-list-children a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 992px) {
  .menu-list .menu-list-children a {
    padding: 5px 0;
    color: white;
  }
}

.menu-arrow {
  margin-left: 0px;
  font-size: 14px;
  color: white;
}

@media (max-width: 992px) {
  .menu-arrow {
    font-size: 18px;
    padding-left: 30px;
  }
}

/* ALT MENÃƒÅ“ - BAÃ…Å¾TA GÃ„Â°ZLÃ„Â° */
.menu-list-children {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 1000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  animation: dropdownFade 0.3s ease forwards;
}

.has-children i {
  transition: all 0.3s ease;
}

.has-children:hover > .menu-list-children {
  display: block;
  animation: dropdownFade 0.3s ease forwards;
}

.has-children:hover i {
  transform: rotate(180deg);
}

@keyframes dropdownFade {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-list-children li a {
  display: block;
  color: #333;
  white-space: nowrap;
  padding: 10px 15px;
}

@media (max-width: 992px) {
  .has-children:hover > .menu-list-children {
    display: none !important;
  }

  .has-children.open > .menu-list-children {
    display: block !important;
  }
}

/* MULTI-COLUMN DURUMUNDA HOVER ANINDA GRID YAP */
.has-children:hover > .menu-list-children.multi-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Ã„Â°stersen 3 yapabilirsin */
  gap: 10px;
  padding: 15px;
  min-width: 400px;
}

.menu-item-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .mobile-menu .menu-list {
    width: 100%;
  }
  .menu-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .has-children:hover > .menu-list-children.multi-column {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }

  .menu-list-children,
  .menu-list-children.multi-column {
    position: static;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    min-width: 100%;
    display: none;
  }

  .has-children.open > .menu-list-children {
    display: block;
  }

  .has-children.open > .menu-list-children.multi-column {
    display: grid;
  }
}

/* SINGLE PRODUCTION START */
.knitting-detail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Georgia", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  background-color: #fff;
}

.knitting-detail p {
  margin-bottom: 1.5rem;
}

.knitting-detail strong {
  font-weight: 600;
  color: #1a1a1a;
}

.knitting-detail ul {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.knitting-detail ul li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1rem;
}

.knitting-detail ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  background-color: #555;
  border-radius: 50%;
}

.knitting-detail img.knitting-image {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  margin: 2rem 0;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.production-page .gallery-item:hover {
  box-shadow: 0 12px 32px rgba(255, 0, 0, 0.2);
  transform: translateY(-5px);
}

.gallery-item .gallery-img {
  width: 100%;
}

.gallery-item .gallery-img img {
  width: 100%;
}

.gallery-bottom {
  padding: 10px;
}

.gallery-bottom .title {
  font-size: 20px;
  font-weight: 500;
}

.gallery-bottom .desc {
  font-weight: 300;
}

.gallery-item .content {
  padding: 10px;
}

.gallery-item .content .title {
  font-size: 27px;
  font-weight: 600;
  color: black;
}

/* SINGLE PRODUCTION END */

/* CERTIFICATES PAGE START */

.logo-row {
  margin-bottom: 50px;
}

/* CERTIFICATES PAGE END */

/* SINGLE PAGE START */
.image-wrapper img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.single-page .wrapper-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single-page .wrapper-box ul li {
  margin-bottom: 10px;
  font-weight: 400;
  list-style: none;
  position: relative;
}

.single-page .wrapper-box ul li:before {
  content: "\2714"; /* âœ” sembolÃ¼ */
  color: red;
  position: absolute;
  left: -20px;
  top: 0;
  font-weight: bold;
}

.single-page .wrapper-box .title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.single-row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
/* SINGLE PAGE END */

.desktop-header.sticky-active {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.9); /* veya rgba(255,255,255,0.3) */
}

.logoSwiper {
  padding: 20px 0;
}

/* Modern Form TasarÃ„Â±mÃ„Â± */
.ik-form {
  max-width: 900px;
  margin: 10px auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  font-family: "Inter", sans-serif;
  color: #1f1f1f;
}

/* BaÃ…Å¸lÃ„Â±k AlanÃ„Â± */
.ik-form .title-box {
  margin-bottom: 40px;
  text-align: center;
}

.ik-form .title {
  font-size: 32px;
  font-weight: 700;
  color: #d32f2f;
}

.ik-form .text {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Form ElemanlarÃ„Â± */
.ik-form .form-floating {
  position: relative;
}

.ik-form input,
.ik-form textarea,
.ik-form select {
  border-radius: 12px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  font-size: 15px;
  color: #333;
  transition: 0.3s border ease;
}

.ik-form input:focus,
.ik-form textarea:focus,
.ik-form select:focus {
  border-color: #d32f2f;
  background-color: #fff;
  outline: none;
}

/* Label */
.ik-form label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

/* CV AlanÃ„Â± */
.ik-form legend {
  font-size: 18px;
  font-weight: 600;
  color: #d32f2f;
  border-left: 4px solid #d32f2f;
  padding-left: 10px;
  margin: 40px 0 20px 0;
}

/* Submit Butonu */
.ik-form button[type="submit"] {
  background-color: #d32f2f;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.ik-form button[type="submit"]:hover {
  background-color: #b71c1c;
}

/* Captcha Blok */
.captcha-block {
  display: flex;
  align-items: center;
}

.captcha-row {
  display: flex;
  align-items: center;
}

.btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

.form-floating label {
  color: black;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: auto;
}

/* Responsive DÃƒÂ¼zen */
@media (max-width: 768px) {
  .ik-form {
    padding: 25px;
  }

  .ik-form .title {
    font-size: 26px;
  }

  .ik-form button[type="submit"] {
    width: 100%;
  }

  .captcha-block {
    justify-content: center;
  }
}

.certificate-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.certificate-modal .modal-content {
  max-width: 100%;
  margin: auto;
  display: block;
  width: auto;
  /* height: 49vh; */
}

.certificate-modal .modal-close {
  position: absolute;
  top: 30px;
  right: 60px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.certificate-modal .modal-close:hover {
  color: #ccc;
}

body.modal-open {
  overflow: hidden;
}

body.menu-open .mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: #fff; /* Gerekirse arkaplan rengi */
}

.text-row {
  margin-top: 100px;
}

/* WHATSAPP START */
.fixedButton {
  position: fixed;
  bottom: 65px;
  right: -115px;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  transition: none;
  max-width: 100%;
}

@media (max-width: 992px) {
  .fixedButton {
    display: none;
  }
}

.fixedButton .fixedButton-icon {
  position: relative; /* pulse efekti iÃƒÂ§in gerekli */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4ac959;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}

.fixedButton .fixedButton-icon::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 49%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(74, 201, 89, 0.5); /* YarÃ„Â± Ã…Å¸effaf yeÃ…Å¸il */
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.fixedButton .fixedButton-icon:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fixedButton-content {
  --fixedButton-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --fixedButton-bg-c: #fff;
  width: 190px;
  padding: 10px 10px;
  box-shadow: var(--fixedButton-shadow);
  margin-bottom: 20px;
  border-radius: 18px;
  position: relative;
  background-color: var(--fixedButton-bg-c);
  color: #303030;
  font-weight: 700;
  line-height: initial;
  font-size: 14px;
  margin-right: 38px;
  opacity: 0;
  right: 82px;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

.fixedButton-content::before {
  --offset: 10px;
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  bottom: calc(0px - var(--offset));
  width: 0;
  height: 0;
  border-left: var(--offset) solid transparent;
  border-right: var(--offset) solid transparent;
  border-top: var(--offset) solid var(--fixedButton-bg-c);
  filter: drop-shadow(var(--fixedButton-shadow));
}

.fixedButton .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  font-size: 15px;
  background-color: rgba(34, 34, 34, 0.7);
  color: white;
  border-radius: 50%;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

/* Hover Durumu */
.fixedButton:hover .fixedButton-content {
  opacity: 1;
  transform: translateY(0);
}

.fixedButton:hover .close {
  opacity: 1;
}

/* WHATSAPP END */

/* Arkaplan direkt gelsin */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85); /* Direkt gösterilecek */
}

/* İçerik animasyonu */
.custom-modal.show .custom-modal-content {
  animation: slideDown 0.4s ease forwards;
}

.custom-modal-content {
  margin: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.3px);
  -webkit-backdrop-filter: blur(8.3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  width: 80%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

@media (max-width: 992px) {
  .custom-modal-content {
    height: 50%;
    overflow-y: scroll;
  }

  /* Scrollbar genel alanı */
  .custom-modal-content::-webkit-scrollbar {
    width: 8px; /* çubuğun genişliği */
  }

  /* Scrollbar arka planı */
  .custom-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  /* Scrollbar kaydırma alanı */
  .custom-modal-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  /* Hover efekti */
  .custom-modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

/* Yukarıdan inme animasyonu */
@keyframes slideDown {
  from {
    transform: translate(-50%, -60%); /* Biraz daha yukarıdan başla */
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%); /* Ortada dur */
    opacity: 1;
  }
}

.modal-body {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.modal-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.modal-description {
  flex: 1;
  font-size: 16px;
  padding: 20px;
  color: white;
}

.close {
  position: absolute;
  top: -15px;
  right: 10px;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  z-index: 999;
  color: white;
}

.modal-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.modal-desc {
  text-align: center;
}

/* BLOG BOX START */
.blog-box {
  display: flex;
  flex-direction: column;
  border: 1px solid lightgray;
  border-radius: 25px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  perspective: 1000px; /* 3D perspektif */
}

.blog-box:hover {
  transform: scale(1.03) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.blog-image {
  max-width: 100%;
  width: auto;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transition: transform 0.5s ease;
}

.blog-box .content {
  padding: 15px;
}

.blog-box .title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0px 10px 0px;
}

.sticky-form .captcha-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* BLOG BOX END */

.certificate-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

/* ANIMATION CSS START */

.animate-product-slide-in {
  opacity: 0;
  transform: translateY(60px);
}

.animate-product-slide-in-active {
  animation: productSlideUpFade 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
.animate-slide-in {
  opacity: 0;
  transform: translateY(60px);
}

.animate-slide-in-active {
  animation: productSlideUpFade 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes productSlideUpFade {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ANIMATION CSS END */

body.modal-open {
  overflow: hidden;
}

@media (max-width: 992px) {
  .production-process-section {
    padding: 0 0 80px 0;
    margin-top: -30px;
  }
}

/* FOOTER STICKY MENU START */

.footer-sticky {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: black;
  position: fixed;
  z-index: 10;
  width: 100%;
  bottom: 0;
  padding: 0 0.5rem 1.15rem 0.5rem;
  border-top-left-radius: 2.15rem;
  border-top-right-radius: 2.15rem;
  border-top: 6px solid #303030;
}

@media (max-width: 992px) {
  .footer-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-sticky .sticky-box {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  cursor: pointer;
}

.footer-sticky .sticky-box .icon {
  height: 48px;
  width: 48px;
  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;
  background-color: transparent;
}

.footer-sticky .sticky-box .text {
  font-size: 14px;
  color: white;
  text-align: center;
}

@media (max-width: 568px) {
  .footer-sticky .sticky-box .text {
    font-size: 10px;
  }
}

.footer-sticky .top-box .icon::before {
  content: "";
  position: absolute;
  height: 66px;
  width: 66px;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 0.5;
}

.footer-sticky .top-box .icon::after {
  content: "";
  position: absolute;
  height: 56px;
  width: 56px;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 0.75;
}

.footer-sticky .sticky-box .icon i {
  font-size: 22px;
  color: white;
}

.footer-sticky .top-box .icon i {
  font-size: 22px;
  color: white;
}

.footer-sticky .top-box {
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}
.footer-sticky .top-box .text {
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  text-align: center;
}

.footer-sticky .top-box .icon {
  background: black;
  border-radius: 50%;
  position: relative;
}

/* FOOTER STICKY BUTTON END */


/* SUSTAINABILITY PAGE START */

.sustainability {
 background-color: rgba(220, 220, 220, 0.593);
 padding: 0;
}

.sustainability .content-wrapper {
  border-radius: 0;
  padding:40px;
}


.sustainability .content-wrapper img {
  width: 50%;
}


.grid-container {
    display: grid;
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.grid-content {
  background-color: white;
}

/* Tek sıra: görsel solda, yazı sağda */
.grid-row.odd .grid-image {
    order: 1;
}
.grid-row.odd .grid-content {
    order: 2;
}

/* Çift sıra: görsel sağda, yazı solda (yılan efekti) */
.grid-row.even .grid-image {
    order: 2;
}
.grid-row.even .grid-content {
    order: 1;
}

.grid-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-image img {
    width: 50%;
    height: auto;
    display: block;
}

@media (max-width:992px) {
  .grid-image img {
    padding: 60px 0;
}
}

.grid-content {
    font-size: 1rem;
    line-height: 1.6;
}

/* Tüm genişlikte açıklama */
.grid-full {
    grid-column: 1 / -1;
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive: tek sütun */
@media (max-width: 768px) {
    .grid-row {
        grid-template-columns: 1fr;
    }

    .grid-row .grid-image,
    .grid-row .grid-content {
        order: unset;
    }
}

.sustainabiliyt-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
}

.sustainabiliyt-gallery img {
  width: 50%;
}

@media (max-width:992px) {
  .sustainabiliyt-gallery {
    padding: 0 0 120px 0;
  }
  .sustainabiliyt-gallery img {
    width: 100%;
  }
}
/* SUSTAINABILITY PAGE END */