@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-display: swap;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-display: swap;
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}
:root {
  --mardini-orange: #df611a;
  --mardini-gray: #aaaaaa;
}

body {
  font-family: "Gilroy, sans-serif";
}

.top-logo {
  text-align: center;
  padding: 20px 0;
}

.top-logo img {
  height: 50px;
}

.hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-image {
  width: 100%;
  height: auto;
}

.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--mardini-orange);
  padding: 40px;
  opacity: 0.8;
  text-align: center;
  color: white;
  width: 80%;
  max-width: 600px;
}
.hero-overlay p {
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 24px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: white;
}

/* WHO WE ARE section styling */
.who-we-are-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-color: #fff;
}

.who-we-are-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-we-are-left img.product {
  /* width: 100%; */
  height: auto;
  object-fit: cover;
}

.who-we-are-right {
  /* max-width: 600px; */
  /* margin-left: 50px; */
}

.who-we-are-right h2 {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: var(--mardini-orange);
  font-size: 2.5rem;
}

.who-we-are-right h2 span {
  color: var(--mardini-gray);
}

.who-we-are-right p {
  font-family: "Gilroy-Light", sans-serif;
  color: #222222;
  font-size: 15px;
  line-height: 1.6;
}
.who-we-are-right p:last-child {
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #222222;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .who-we-are-section {
    flex-direction: column;
    text-align: center;
  }

  .who-we-are-left {
    margin-bottom: 20px;
  }

  .who-we-are-right {
    margin-left: 0;
  }
  .who-we-are-left img.product {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .hero-overlay p {
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
  }
  .hero-overlay {
    padding: 10px;
  }
}
.footer {
  background-color: #727272;
  color: white;
  padding: 40px 0;
  font-family: "Gilroy", sans-serif;
}

.footer-section {
  margin-bottom: 20px;
  text-align: left;
}

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

.company-name {
  font-size: 14px;
  margin-top: 10px;
  color: white;
  text-align: center;
}

.section-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: white;
}

.footer p {
  font-size: 14px;
  line-height: 1.6;
  margin: 5px 0;
}

.gilroy-bold {
  font-family: "Gilroy Bold", sans-serif;
  font-weight: bold;
}

.footer-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: inline-block; /* Ölçeklendirme için gerekli */
  transition: transform 0.3s ease, color 0.2s ease;
}

.footer-link:hover {
  text-decoration: none;
  transform: scale(1.1); /* Hover durumunda büyütme */
  color: #e48551; /* Hover durumunda renk değişimi */
}

/* products-slider.css */
.products-slider {
  --swiper-navigation-size: 14px;
  --swiper-theme-color: #fff;
  position: relative;
  margin-bottom: 3rem;
}

.products-slider__container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 20px; */
}

.products-slider__title {
  font-family: "Gilroy-ExtraBold", sans-serif;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #aaaaaa;
  font-weight: 800;
}

.products-slider__description {
  font-family: "Gilroy-Light", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #222222;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

/* Slider Wrapper ve Container Düzeni */
.slider-section {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

.products-slider__wrapper {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.products-slider__slide {
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.products-slider__slide img {
  max-width: 70%;
  height: auto;
}

.products-slider__name {
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: 800;
  margin: 20px 0;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  color: #222222;
}

/* Active slide styles */
.products-slider__slide.swiper-slide-active {
  opacity: 1;
}

.products-slider__slide.swiper-slide-active .products-slider__name {
  opacity: 1;
  visibility: visible;
}

/* Navigation buttons */
.slider-nav-button {
  width: 32px;
  height: 32px;
  background: #bcbcbc;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background-color 0.3s ease;
  border: none;
}

.slider-nav-button:hover {
  background: #999;
}

.slider-nav-button--prev {
  left: 0;
}

.slider-nav-button--next {
  right: 0;
}

.slider-nav-button:after {
  font-size: 14px;
  font-weight: bold;
}

.slider-nav-button--prev:after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 4px;
}

.slider-nav-button--next:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  margin-right: 4px;
}
/* Butonu ortalamak için */
.button-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px;
}

/* Buton Stilleri */
.products-button {
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: 600;
  background-color: #df611a;
  color: white;
  padding: 5px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Buton Hover Efekti */
.products-button:hover {
  background-color: #c55017;
  transform: scale(1.05);
}

/* Responsive styles */
@media (max-width: 768px) {
  .products-slider__title {
    font-size: 2rem;
  }

  .products-slider__slide {
    width: 100% !important;
  }

  .products-slider__description {
    padding: 0 20px;
  }

  .slider-nav-button {
    display: none; /* Mobilde butonları gizle */
  }
}
.copy-icon {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    transition: color 0.3s ease;
}

.copy-icon:hover {
    color: #DF611A;
}

.copy-icon.copied {
    color: green; /* Kopyalandıktan sonra yeşil renk */
}
.logolar img {
    width: 230px;
    height: 60px;
    margin: 0 10px;
  }
  .logo-slider {
    overflow: hidden;
  }
  
  .logos {
    display: flex;
    transition: transform 0.5s ease; /* Add a smooth transition effect */
  }
  
  .logos img {
    width: 100%;
    height: auto;
    margin-right: 10px;
  }