@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 {
  --primary-color: #e52621;
  --primary-100: white;
  --primary-300: #0089f7;
  --primary-500: #ececec;
  --primary-900: #000000;
  --text-white: white;
  --text-black: black;
}

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

/* GENERAL CSS START */
ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none !important;
  color: black;
  font-size: 16px;
  transition: all 0.3s ease;
  pointer-events: auto !important;
}

li {
  list-style: none;
}

section {
  padding: 60px 0;
}

section {
  scroll-margin-top: 120px;
}

@media (max-width:992px) {
  section {
    padding: 60px 15px;
  }
}
.services-wrapper {
    scroll-margin-top: 160px;
}
img {
  max-width: 100%;
}

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

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

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

.swiper-pagination-bullet-active {
  background: white !important;
}

.swiper-pagination-bullet {
  background: white !important;
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  ) !important;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  ) !important;
}

@media (max-width: 992px) {
  .container-fluid {
    padding: 0 22px;
  }
}

/* GENERAL CSS END */

/* CONTENT WRAPPER START */

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

.category-desc {
  padding: 0 0 60px 0;
}

.category-desc .content-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.content-wrapper ul,
.content-wrapper ol {
  padding-left: 40px !important;
  margin-bottom: 20px !important;
}

.content-wrapper ul li {
  list-style: unset;
  margin-bottom: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.content-wrapper ol li {
  list-style: disc;
  margin-bottom: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.content-wrapper p + h2,
.content-wrapper p + h3,
.content-wrapper p + h4,
.content-wrapper p + h5,
.content-wrapper p + h6 {
  margin-bottom: 20px;
}

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

/* CONTENT WRAPPER END */

/* HEADER START */

header {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: sticky;
  top: 0;
  background-color: var(--primary-100);
  z-index: 100;
}

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

.desktop-header .logo {
  margin-right: 25px;
}

.logo img {
  width: 225px;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  flex-shrink: 0;
}

@media (max-width: 1400px) {
  .header-left {
    align-items: normal;
    gap: 0px;
    flex: unset;
    flex-shrink: unset;
  }
}

.header-left .desktop-form {
  flex: 1;
  max-width: 350px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--primary-900);
}

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

.header-left .header-input {
  display: flex;
  align-items: center;
}

.header-left .desktop-form .header-input button {
  background: none;
  border: none;
}

.header-left .desktop-form .header-input input {
  width: 100%;
  padding: 8px 12px;
  border: none;
  outline: none;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1400px) {
  .header-right {
    gap: 5px;
  }
}

.wrapper nav {
  flex: 1;
}

.wrapper nav ul {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1400px) {
  .wrapper nav ul {
    gap: 30px;
  }
}

.wrapper nav ul li a {
  color: var(--text-black);
}

.wrapper nav ul li a:hover {
  color: var(--primary-color);
}

.header-contact a {
  color: var(--text-black);
  font-size: 24px;
  font-weight: 600;
  border: 2px solid var(--primary-900);
  padding: 10px 25px;
  border-radius: 10px;
}

.header-contact a:hover {
  background-color: var(--primary-900);
  color: var(--text-white);
}

/* MOBILE HEADER START */

@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}

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

.mobile-header {
  transition: all 0.3s ease;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 550px) {
  .mobile-header .logo img {
    width: 125px;
  }
}

.mobile-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-top {
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hamburger {
  display: block;
  cursor: pointer;
  position: relative;
}

/* .hamburger::after {
  content: "MENÜ";
  position: absolute;
  left: -50px;
  top: 50%;
  color: var(--primary-900);
  transform: translateY(-50%);
} */

.hamburger .bar {
  display: block;
  margin: 5px 0;
  height: 3px;
  width: 30px;
  border-radius: 10px;
  background-color: var(--primary-900);
  transition: 0.3s ease;
  position: relative;
  z-index: 13;
}

@media (min-width: 430px) {
  .hamburger.active .bar {
    background-color: white;
  }
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* .hamburger.active::after {
  content: "KAPAT";
  color: white;
  z-index: 9;
} */

.header-wrapper {
  background-color: white;
  width: 50%;
  height: 100vh;
  padding: 15px 30px;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 12;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: scroll;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-wrapper.active {
  left: 0;
}

@media (max-width: 768px) {
  .header-wrapper {
    width: 75%;
  }
}

@media (max-width: 430px) {
  .header-wrapper {
    width: 100%;
  }
}

.header-wrapper .social-links {
  justify-content: flex-start;
}

.overlay {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.9) !important;
  z-index: 3;
  display: none;
  pointer-events: none;
  bottom: 0;
}

.overlay.active {
  display: block;
  pointer-events: all;
}

.mobile-header nav ul li {
  padding: 10px 0;
}

.mobile-header nav ul li a {
  color: black;
  display: block;
  width: 100%;
}

.mobile-header .dropdown-icon i {
  font-size: 27px;
}

@media (max-width: 992px) {
  .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .dropdown-content {
    display: none;
  }

  .dropdown-content.open {
    display: block;
  }
}

/* MOBILE HEADER END */

/* HEADER DROPDOWN START */

.dropdown {
  position: static !important;
  cursor: pointer;
}

.dropdown a {
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .dropdown a {
    padding-bottom: 0px !important;
  }
}

.dropdown-content {
  width: 100%;
  position: absolute;
  background: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
  top: 118px;
  transform: scaleY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: top;
  opacity: 0;
  padding: 0 0 30px 0;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 sütuna böler */
  gap: 20px;
  /* sütunlar arası boşluk */
  align-items: flex-start;
  overflow: hidden;
  padding: 20px 60px;
  /* içerik duvara yapışmasın diye */
  margin-bottom: 30px;
}

.mega-title {
  font-size: 40px;
  font-weight: 600;
  padding: 20px 0 20px 60px;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-900);
  color: var(--primary-900);
}

.dropdown-grid-item {
  padding: 15px !important;
  padding-bottom: 0;
  border: 2px solid var(--primary-900);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: normal;
  height: 100%;
}

.dropdown-grid-item:hover {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.dropdown-grid-item:hover .icon {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.dropdown-grid-item img {
  height: 110px;
  object-fit: contain;
}

.dropdown-btn {
  padding-left: 60px;
}

.dropdown-btn a {
  background-color: var(--primary-900);
  color: var(--text-white) !important;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid var(--primary-900);
  padding: 10px 30px;
  border-radius: 10px;
}

.dropdown-btn a:hover {
  color: var(--text-black) !important;
  background-color: var(--primary-100);
}

@media (max-width: 992px) {
  .dropdown-content {
    border: none;
    position: static;
    width: 100%;
    left: 0px;
    box-shadow: none;
    opacity: 1;
    transform: scaleY(1);
  }
}

.dropdown-items {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0 !important;
  width: 100%;
  padding: 30px !important;
}

@media (max-width: 992px) {
  .dropdown-items {
    grid-template-columns: repeat(1, 1fr) !important;
    padding: 0 !important;
  }
}

.dropdown-content .dropdown-items li {
  display: block;
  padding: 10px;
  width: 100%;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .dropdown-content .dropdown-items li {
    padding: 10px 0;
  }
}

.dropdown-content .dropdown-items li a {
  color: black !important;
  padding-bottom: 0;
  font-weight: 300;
}

.dropdown:hover .dropdown-content {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: all;
}

.dropdown-img {
  width: 75%;
  padding: 30px;
}

.dropdown-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

.dropdown-icon i {
  transition: all 0.3s ease;
  font-size: 12px;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-icon i {
    color: var(--primary-900);
    transform: rotate(180deg);
    transition: transform 0.3s ease, color 0.3s ease;
  }
}

.dropdown-icon i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.dropdown.open .dropdown-icon i {
  transform: rotate(180deg);
  color: var(--primary-500);
}

/* HEADER DROPDOWN END */

/* SEARCH BOX - START */

.searchBox {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  background-color: white;
  gap: 10px;
  padding: 200px 60px;
  transition: 0.5s ease-in-out;
}

.searchBox input {
  width: 100%;
  border: none;
  outline: none;
  height: 50px;
  font-size: 32px;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.searchBox input::placeholder {
  font-size: 32px;
}

.searchBox.active {
  top: 0;
}

.searchOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 98;
}

.searchOverlay.active {
  visibility: visible;
  opacity: 1;
}

.searchSubmit {
  background: none;
  border: none;
}

.searchSubmit i {
  font-size: 50px;
}

@media (min-width: 1400px) {
  .searchBtn {
    display: none;
  }
}

.searchBtn i {
  color: var(--primary-900);
  font-size: 22px;
}

.closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.closeBtn i {
  font-size: 42px;
}

.mobile-search {
  position: absolute;
  top: 50%;
  right: 85px;
  background-color: transparent;
  padding: 0px;
  transform: translateY(-50%);
}

@media (max-width: 565px) {
  .searchBox {
    height: 100vh;
  }

  .searchBox input {
    font-size: 18px;
  }

  .searchBox input::placeholder {
    font-size: 18px;
  }

  .searchSubmit i {
    font-size: 22px;
  }

  .closeBtn i {
    font-size: 27px;
  }
}

/* SEARCH BOX - END */

/* HEADER END */

/* HERO START */

.hero {
  padding: 0;
  background-color: #000000;
}

.heroSlider .container {
  position: relative;
}

.heroSlider img {
  position: relative;
  z-index: 2;
}

.heroSlider .hero-title {
  position: absolute;
  left: 25%;
  transform: translateX(-50%);
  top: 60px;
  display: flex;
  flex-direction: column;
  z-index: 9;
}

.hero-title span {
  color: var(--text-white);
  font-size: 75px;
  font-weight: 900;
  line-height: 1.1;
}

.hero-desc {
  position: absolute;
  right: 60px;
  bottom: 30%;
  width: 25%;
  text-align: right;
  color: var(--text-white);
}

.hero-desc button {
  background-color: var(--primary-color);
  color: var(--text-white);
  border: 1px solid var(--primary-color);
  padding: 10px 25px;
  border-radius: 10px;
}

.hero .container img,
.hero .hero-title,
.hero .hero-desc {
  opacity: 0;
  transform: translateX(50px);
}

/* Görsel için sağdan giriş */
@keyframes heroImageRightIn {
  from {
    opacity: 0;
    transform: translateX(80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Title için soldan giriş */
@keyframes heroTitleLeftIn {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}

/* Desc için sağdan giriş */
@keyframes heroDescRightIn {
  from {
    opacity: 0;
    transform: translateX(80px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Class eklenince animasyonlar başlasın */
.hero.active-slide .container img {
  animation: heroImageRightIn 0.5s ease forwards;
}

.hero.active-slide .hero-title {
  animation: heroTitleLeftIn 1s ease forwards;
  animation-delay: 1s;
}

.hero.active-slide .hero-desc {
  animation: heroDescRightIn 1s ease forwards;
  animation-delay: 2s;
}

@media (min-width: 992px) {
  .desktop-hero {
    display: block;
  }

  .mobile-hero {
    display: none;
  }
}

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

  .mobile-hero {
    display: block;
  }
}

.mobile-hero .heroSlider {
  padding-bottom: 60px !important;
}

.mobile-hero .hero-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top:30px;
}

.hero .mobile-hero .container img,
.hero .mobile-hero .hero-title,
.hero .mobile-hero .hero-desc {
  opacity: 1;
  transform: translateX(0px);
}

.mobile-hero .heroSlider .hero-title {
  position: static !important;
}

.mobile-hero .hero-title span {
  font-size: 50px;
}

.mobile-hero .hero-desc {
  position: static;
  width: 100%;
  text-align: center;
}

/* Hero Video Styles */
.hero-video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.heroSlider .hero-video {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
}

.hero.active-slide .hero-video {
  animation: heroImageRightIn 0.5s ease forwards;
}

.mobile-hero .hero-video {
  opacity: 1;
  transform: translateX(0px);
}

/* HERO END */

/* ABOUT SECTION START */

.about {
  padding: 20px 0 60px 0;
}

.about-left .link i {
  border: 3px solid var(--primary-900);
}

.about .link i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-left {
  background-color: #ececec;
  height: 100%;
  border-radius: 20px;
  padding: 35px;
  position: relative;
}

.about-left .link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  bottom: 35px;
  color: var(--primary-900);
}

@media (max-width: 992px) {
  .about-left .link {
    position: static;
  }
}

.about-left .link span {
  font-size: 35px;
  font-weight: 400;
}

.about-left .left-wrapper {
  width: 75%;
}

@media (max-width: 768px) {
  .about-left .left-wrapper {
    width: 100%;
  }

  .about-left .link span {
    font-size: 20px;
  }
}

.about-left .left-title {
  font-size: 50px;
  font-weight: 600;
}

@media (max-width:992px) {
  .about-left .left-title {
    font-size: 32px;
  }
}

.about-left .left-desc {
  font-size: 35px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .about-left .left-desc {
    font-size: 20px;
  }
}

.about-right {
  width: 100%;
  height: 550px;
  border-radius: 20px;
  background-color: #151515;
  position: relative;
}

@media (max-width: 992px) {
  .about-right {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .about-right {
    height: 350px;
  }
}

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

.about-right .right-title {
  position: absolute;
  top: 35px;
  left: 35px;
  font-size: 35px;
  font-weight: 400;
  color: var(--text-white);
}

.about-right .link {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.about-right .link i {
  border: 3px solid var(--primary-100);
  color: var(--primary-100);
}

/* ABOUT SECTION END */

/* SERVICES SECTION START */

.services-left {
  margin-left: 60px;
}

.services-left .left-title {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .services-left {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 60px;
  }

  .services-left .left-title {
    margin-bottom: 30px;
  }
}

.services-left .left-title span {
  font-size: 70px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .services-left .left-title span {
    font-size: 40px;
  }
}

.services-left .link {
  background-color: var(--primary-900);
  color: var(--text-white);
  border: 2px solid var(--primary-900);
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
}

.services-left .link:hover {
  background-color: var(--primary-100);
  color: var(--text-black);
}

/* FAQ SECTION START */

.faq-list {
  list-style: none;
  padding-left: 0px !important;
  margin-right: 60px !important;
}

@media (max-width: 1200px) {
  .faq-list {
    margin-right: 0px !important;
  }
}

.faq-item {
  color: var(--primary-900);
  color: var(--primary-900);
  border-bottom: 1px solid var(--primary-900);
  padding: 30px;
}

@media (max-width: 768px) {
  .faq-item {
    padding: 15px;
  }
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 12px 0px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 22px;
  font-weight: normal;
}

.faq-question i {
  font-size: 16px;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  color: var(--primary-900);
  padding: 0 50px;
}

@media (max-width: 768px) {
  .faq-question {
    font-size: 20px;
  }

  .faq-answer {
    padding: 0px 10px;
  }
}

/* ikon dönüş animasyonları */
@keyframes rotateOpen {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(180deg);
  }
}

@keyframes rotateClose {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.faq-item:has(.faq-answer.open) .faq-question {
  color: var(--primary-color);
}

/* Açık olan itema kırmızı border */
.faq-item:has(.faq-answer.open) {
  border-left: 1px solid var(--primary-color);
}

/* FAQ SECTION END */

/* SERVICES SECTION END */

/* INFO SECTION START */

.grid-container {
  display: grid;
  grid-template-columns: 1fr; /* Küçük mobil: tek sütun */
  gap: 20px;
}

@media (max-width: 992px) {
  .grid-container {
    padding: 0 15px;
  }
}

/* Küçük cihazlar (min 481px) */
@media (min-width: 481px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 sütun */
  }
}

/* Tablet (min 768px) */
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr); /* 3 sütun */
  }
}

/* Büyük tablet / küçük laptop (min 992px) */
@media (min-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr); /* 4 sütun */
  }
}

/* Desktop (min 1200px) */
@media (min-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(5, 1fr); /* 5 sütun */
  }
}

.info-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 35px;
  border-radius: 10px;
}

.info-title {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 160px;
}

@media (max-width: 768px) {
  .info-title {
    margin-bottom: 30px;
  }
}

.info-bottom {
  font-size: 20px;
  font-weight: 600;
}

/* INFO SECTION END */

/* VIDEO SECTION START */

.video {
  padding: 0;
  position: relative;
}

.video video {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.video::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

/* Play ikonu */
.play-icon {
  font-size: 40px;
  color: white;
  cursor: pointer;
  pointer-events: none;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 3px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: relative;
}

.play-icon::before,
.play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  /* ikonun kendisinden büyük */
  height: 80px;
  /* ikonun kendisinden büyük */
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse1 2s infinite;
  z-index: -1;
}

.play-icon::after {
  animation-delay: 1s;
}

@keyframes pulse1 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.7;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-white);
  font-size: 32px;
  font-weight: bold;
  z-index: 3;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}

.video-content:hover {
  color: var(--text-white);
}

/* VIDEO SECTION END */

/* ROUTER SECTION START */

.router {
  padding: 60px 0 0 0;
}

@media (max-width: 992px) {
  .router {
    padding: 60px 15px 0 15px;
  }
}

.router-box {
  padding: 60px 35px;
  background-color: var(--primary-100);
  color: var(--text-black);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
  height: 100%;
}

@media (max-width: 992px) {
  .router-box {
    height: auto;
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .router-box {
    flex-direction: column;
  }
}

.router-box:hover {
  background-color: var(--primary-900);
  color: var(--text-white);
}

.router-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .router-title {
    flex-direction: column;
  }
}

.router-box i {
  font-size: 50px;
  color: var(--primary-color);
}

.router-desc {
  font-size: 16px;
}

@media (max-width: 1200px) {
  .router-desc {
    padding: 0px;
  }
}

@media (max-width: 992px) {
  .router-desc {
    font-size: 15px;
  }
}

.download-btn {
  background-color: var(--primary-color);
  color: var(--text-white);
  border: 1px solid var(--primary-color);
  padding: 15px 50px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 992px) {
  .download-btn {
    padding: 15px;
    width: 100%;
  }
}

.router-bottom {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .router-bottom {
    margin-top: 0;
  }
}

.router-bottom a {
  color: var(--primary-color);
  font-size: 20px;
}

.router-bottom a:hover {
  color: var(--text-black);
  text-decoration: underline !important;
}

/* ROUTER SECTION END */

/* BLOG SECTION START */
@media (min-width: 992px) {
  .desktop-blog {
    display: block;
  }

  .mobile-blog {
    display: none;
  }
}

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

  .mobile-blog {
    display: block;
  }
}

.blog .section-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

.blog-box {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

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

.blog-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.blog-box:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
  .blog-box::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.blog-box img {
  width: 100%;
  transition: all 0.3s ease;
}

.blog-box:hover img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .blog-box img {
    transform: scale(1.1);
  }
}

.blog-box-title {
  position: absolute;
  left: 35px;
  bottom: 35px;
  z-index: 3;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-white);
  transition: all 0.3s ease;
}

.blog-box-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 5px;
  background-color: var(--primary-100);
  transition: all 0.7s ease;
  border-radius: 30px;
}

.blog-box:hover .blog-box-title {
  transform: translateY(-30px);
}

.blog-box:hover .blog-box-title::after {
  width: 100%;
}

@media (max-width: 992px) {
  .blog-box .blog-box-title {
    transform: translateY(-30px);
  }

  .blog-box .blog-box-title::after {
    width: 100%;
  }
}

.blog-box .read-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  color: var(--text-white);
  z-index: 3;
}

.blog-box:hover .read-btn {
  display: block;
}

.blogSlider {
  padding-bottom: 70px !important;
}

.blogSlider .swiper-pagination-bullet {
  background: var(--primary-900) !important;
}

/* BLOG SECTION END */

/* FOOTER START */

footer {
  padding: 100px 15px 60px 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 992px) {
  footer {
    padding: 100px 15px;
  }
  footer .logo {
    margin-bottom: 30px;
  }
}

.footer-top-center {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 992px) {
  .footer-top-center {
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
  }
}

.footer-top-center .footer-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-top-center .footer-list li a {
  color: var(--text-black);
  font-weight: 500;
}

.footer-top-center .footer-list li a:hover {
  color: var(--primary-300);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-contact .footer-title {
  font-size: 24px;
  font-weight: 600;
}

.footer-contact .footer-contact-phone {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contact .footer-contact-phone a {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-black);
}

.footer-contact .footer-contact-phone a:hover {
  color: var(--primary-300);
  text-decoration: underline !important;
}

.footer-center {
  margin: 100px 0;
}

@media (max-width: 992px) {
  .footer-center {
    margin: 30px 0;
  }

  .footer-center .footer-center-left {
    margin-bottom: 30px;
  }
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

@media (max-width: 992px) {
  .social-links {
    justify-content: center;
  }
}

.social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
  background-color: var(--primary-100);
}

.social-links a:hover {
  background-color: var(--primary-color);
  color: var(--primary-100);
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.footer-bottom a {
  color: var(--text-black);
  font-weight: 300;
}

.footer-bottom a img {
  width: 22px;
  height: 22px;
}

.footer-bottom a:hover {
  color: var(--text-black);
  text-decoration: underline !important;
}

/* FOOTER END */

/* CATEGORY GROUP START */

.category-group .section-title {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 992px) {
  .category-group .section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.group-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 30px;
  border-radius: 10px;
  color: var(--text-black);
}

.group-box:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: var(--text-black);
}

.group-box img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.group-box .group-content .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* CATEGORY GROUP END */

/* CONTACT PAGE START */
.contact-page .section-title {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width:992px) {
  .contact-page .section-title {
    font-size: 32px;
  }
}

.contact-col {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #ececec;
  padding: 15px;
  border-radius: 10px;
  height: 95%;
}

@media (max-width: 992px) {
  .contact-col {
    height: auto;
    margin-bottom: 30px;
  }
}

.contact-col .title {
  font-weight: 300;
  font-size: 20px;
}

.contact-col a {
  font-size: 24px;
  color: var(--text-black);
}

@media (max-width: 768px) {
  .contact-col a {
    font-size: 14px;
  }

  .contact-col .title {
    font-size: 16px;
  }
}

.contact-col a:hover {
  color: var(--primary-color);
}

.contact-col .phone-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-col i {
  font-size: 32px;
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .contact-col i {
    font-size: 27px;
  }
}

.contact-wrapper {
  padding: 60px 0;
}

.maps-wrapper {
  padding: 60px 0;
}

.location-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 30px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  height: 100%;
  color: var(--primary-900);
}

.location-box:hover {
  color: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 992px) {
  .location-box {
    height: auto;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: var(--primary-color);
  }
}

.location-box img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.location-box-title {
  font-size: 22px;
  font-weight: 300;
}

.location-box-bottom .address-title {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}

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

.maps-wrapper .maps-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width:992px) {
  .maps-wrapper .maps-title {
    font-size: 22px;
  }
}

.form-wrapper {
  border: 1px solid #ececec;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 30px;
}

.form-wrapper .section-title {
  font-size: 32px;
}

.form-wrapper form input,
.form-wrapper form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  border: none;
  border-bottom: 2px solid var(--primary-900);
  outline: none;
}

.form-wrapper .form-bottom {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .form-wrapper .form-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.form-wrapper .form-bottom button {
  color: var(--text-white);
  font-size: 24px;
  font-weight: 600;
  border: 2px solid var(--primary-900);
  padding: 15px 60px;
  border-radius: 10px;
  background-color: var(--primary-900);
}

.form-wrapper .form-bottom button:hover {
  background-color: var(--primary-100);
  color: var(--text-black);
}

@media (max-width: 768px) {
  .form-wrapper .form-bottom button {
    width: 100%;
  }
}

/* CONTACT PAGE END */

/* BRANDS PAGE START */

@media (max-width: 992px) {
  .brands {
    padding: 60px 15px;
  }
}

.brand-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 30px;
  border: 1px solid #ececec;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  padding: 30px;
  color: var(--text-black);
  height: 90%;
}

.brand-box:hover {
  color: var(--text-black);
}

.brand-box .title {
  font-size: 24px;
  font-weight: 600;
}

.brand-box img {
  width: 123px;
  height: 60px;
  object-fit: contain;
}

/* BRANDS PAGE END */

/* PRODUCT PAGE START */

.product {
  padding: 20px 0 60px 0;
}

@media (max-width: 992px) {
  .product {
    padding: 60px 15px;
  }
}

.product .content-wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-black);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 30px;
}

.product-box:hover {
  color: var(--text-black);
}

.product-img {
  overflow: hidden;
  background-color: #f7f6f9;
  width: 100%;
  height: 100%;
}

.product-img img {
  transition: all 0.3s ease;
}

.product-box:hover img {
  transform: scale(1.1);
}

.product-title {
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
}

/* PRODUCT PAGE END*/

/* PRODUCT DETAIL START */

.detail-top {
  padding: 20px 0 60px 0;
  margin: 0 100px !important;
}

@media (max-width: 992px) {
  .detail-top {
    margin: 0 !important;
  }
}

.gallerySlider2 .swiper-button-next,
.gallerySlider2 .swiper-button-prev {
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 768px) {
  .gallerySlider2 .swiper-button-next,
  .gallerySlider2 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

.gallerySlider2 .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 18px;
  color: var(--primary-900);
}

.gallerySlider2 .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 18px;
  color: var(--primary-900);
}

.gallerySlider2 {
  margin-bottom: 20px;
}

.gallerySlider1 .swiper-button-next,
.gallerySlider1 .swiper-button-prev {
  color: black;
}

.gallery-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
}

.gallerySlider1 .gallery-box img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

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

.gallerySlider1 .gallery-box:hover img {
  opacity: 1;
}

.gallerySlider1 .swiper-slide-thumb-active .gallery-box img {
  opacity: 1;
}
.gallerySlider1 .swiper-slide {
  aspect-ratio: 1 / 1; /* Kare görünüm */
  overflow: hidden;
  border-radius: 8px;
}

.gallerySlider1 .gallery-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallerySlider1 .gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 🔹 Play ikonu sadece küçük thumb’larda */
.video-thumb .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

@media (max-width: 992px) {
  .video-thumb .play-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.video-thumb:hover .play-icon {
  background: rgba(0, 0, 0, 0.7);
}

/* 🔹 BÜYÜK slider (gallerySlider2) dokunulmaz */
.gallerySlider2 .swiper-slide {
  height: auto;
}

.gallerySlider2 .gallery-box img {
  width: 100%;
  height: auto;
  object-fit: contain; /* Görseller oranını koruyarak sığsın */
}

/* 🔹 Video slide boyutları (büyük alan) */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 oran */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.features-list {
  width: 100%;
  margin-bottom: 30px !important;
}

.features-list li {
  margin-bottom: 15px;
  color: #7d7d7d;
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.features-list li span {
  background-color: white;
}

@media (max-width: 768px) {
  .features-list li span {
    font-size: 13px;
  }
}

.features-list li .right {
  padding-left: 30px;
  font-style: italic;
}

.features-list li .right::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: -1;
  height: 1px;
  width: 70%;
  background-color: #7d7d7d;
}

@media (max-width: 768px) {
  .features-list li .right::after {
    width: 60%;
  }
}

.tab-item .features-list li .right::after {
  width: 85%;
}

.offer-btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  background: var(--primary-color);
  color: var(--text-white);
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.offer-btn:hover {
  color: var(--text-white);
}

#contact-form {
  scroll-margin-top: 135px;
}

@media (max-width: 992px) {
  #contact-form {
    scroll-margin-top: 100px;
  }
}

.desktop-tabs {
  display: flex;
}

.tab-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #929292;
}

@media (max-width: 992px) {
  .tab-nav {
    flex-direction: column;
    justify-content: center;
    border-bottom: none;
    text-align: center;
  }
}

.tab-nav li {
  cursor: pointer;
  font-size: 20px;
  position: relative;
  border-bottom: 3px solid #929292;
}

@media (max-width: 992px) {
  .tab-nav li {
    width: 100%;
    background-color: var(--primary-color);
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 15px;
    color: var(--text-white);
  }
}

.tab-nav li.active {
  font-weight: 600;
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
@media (max-width: 992px) {
  .tab-nav li.active {
    color: var(--text-white);
  }
}
.tab-content {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .tab-content {
    padding: 30px 0;
  }
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.tab-item-title {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 992px) {
  .tab-item-title {
    font-size: 40px;
  }
}

.tab-item-desc {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.reverse-wrapper .content-wrapper {
  padding: 20px 0;
  text-align: center;
}

.column-reverse:not(:last-child) {
  margin-bottom: 30px;
}

.column-reverse:nth-child(odd) {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.column-reverse:nth-child(even) {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
}

.column-reverse .title {
  font-size: 27px;
  font-weight: bold;
}

.tab-content .center-title {
  padding: 60px 0;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 992px) {
  .tab-content .center-title {
    font-size: 27px;
    padding: 30px 0;
  }
}

.technical-features {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .technical-features {
    padding: 30px 0;
  }
}

.technical-box {
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: white;
  height: 90%;
}

@media (max-width: 1200px) {
  .technical-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .technical-box {
    flex-direction: row;
    text-align: left;
    height: 90%;
  }
}

.technical-box .technical-icon {
  width: 60px;
  height: 60px;
  padding: 0 20px;
  background-color: var(--primary-color);
  color: var(--primary-100);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.technical-box .technical-icon i {
  font-size: 32px;
}

.technical-box .technical-box-right .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.advantage {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .advantage {
    padding: 30px 0;
  }
}

.advantage-box {
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: white;
  height: 95%;
}

.advantage-box .title {
  font-size: 24px;
  font-weight: 600;
}

.bottom-wrapper {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .bottom-wrapper {
    padding: 60px 0 0 0;
  }
}

.tab-item .bottom-desc {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.pdf-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  color: var(--text-black);
}

.pdf-box:hover {
  color: var(--text-black);
}

.pdf-box img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  width: 25%;
  height: 100%;
  object-fit: cover;
}

#video .row .col-lg-12 .video-wrapper iframe {
  height: 650px;
}

.video-wrapper iframe {
  width: 100%;
  height: 355px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.youtubeShortSlider {
  padding-bottom: 60px !important;
}

.youtubeShortSlider .swiper-pagination-bullet {
  background-color: var(--primary-900) !important;
}

.shorts-box {
  position: relative;
  overflow: hidden; /* after taşmasın diye */
  display: block;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.shorts-box .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shorts-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--primary-color), rgba(255, 0, 0, 0));
  pointer-events: none; /* tıklamaları engellemesin */
  z-index: 1; /* içerikten altta kalmasını istiyorsan 0 yap */
}

@media (max-width: 992px) {
  .shorts-box img {
    width: 100%;
  }
}

.product-contact {
  padding: 0 0 60px 0;
}

/* PRODUCT DETAIL END */

/* OUR STORY PAGE START */

.top-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.top-wrapper .top-title {
  font-size: 22px;
  font-weight: 600;
}

.top-wrapper .top-image {
  width: 100%;
  margin: 30px 0;
}

.top-wrapper .top-image img {
  width: 100%;
}

.our-story .year {
  font-style: italic;
  padding-top: 12px;
}

.our-story .snake-info .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.timeline-centered {
  position: relative;
}

@media (min-width: 992px) {
  .timeline-centered .timeline-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
  }

  .timeline-centered .timeline-marker {
    height: 100%;
  }

  /* Marker’ın çizgisi */
  .timeline-centered .timeline-marker::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #00000014;
    z-index: -1;
    transition: all 0.3s ease;
  }

  .timeline-item:hover .timeline-marker::after {
    background: var(--primary-color);
  }

  /* Bilgi ve içerik */
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }

  /* Odd item → info solda, content sağda */
  .timeline-centered > .timeline-item:nth-child(odd) {
    flex-direction: row;
  }

  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    text-align: right;
    padding-right: 30px;
  }

  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    text-align: left;
    padding-left: 30px;
  }

  /* Even item → info sağda, content solda */
  .timeline-centered > .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    text-align: left;
    padding-left: 30px;
  }

  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    text-align: right;
    padding-right: 30px;
  }

  /* Period (tek görsel olanlar) */
  .timeline-centered > .timeline-item.period {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .timeline-centered > .timeline-item.period .timeline-content {
    padding: 0;
    width: 100%;
  }

  .timeline-centered > .timeline-item.period .timeline-content img {
    width: 100%;
  }

  /* Tek görsel varsa marker gizle */
  .timeline-centered > .timeline-item.period .timeline-marker {
    display: none;
  }
}

/* OUR STORY PAGE END */

/* SERVICES PAGE START */

.services-page .services-wrapper {
  margin-bottom: 90px;
}

.services-page .section-title {
  font-size: 80px;
  font-weight: 500;
}

.services-page .bottom-title {
  font-size: 35px;
}

.services-page .slogan {
  font-style: italic;
  margin-bottom: 30px;
}

.services-page .desc {
  padding: 30px 0;
}

.services-page .service-info-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.services-page .progress-center .progress-center-title {
  font-size: 80px;
  font-weight: 500;
}

.services-page .progress-center .progress-center-text {
  font-size: 32px;
}

.services-page .progress-item {
  margin-bottom: 30px;
}

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

.progress-header {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 5px;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background: #eee !important;
  border-radius: 3px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: #000;
  /* Siyah bar */
  width: 0;
  transition: width 0.8s ease;
}

/* SERVICES PAGE END */

/* CTA SECTION START */

.cta {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.cta-wrapper {
  display: block;
  color: var(--text-black);
}

.cta-wrapper:hover {
  color: var(--primary-color);
}

.cta-left {
  font-size: 35px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .cta-left {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.cta .right-icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--primary-900);
  border-radius: 50%;
}

.cta .right-icon i {
  font-size: 32px;
}

.cta-wrapper:hover .right-icon {
  border-color: var(--primary-color);
}

@media (max-width: 768px) {
  .cta .right-icon {
    width: 50px;
    height: 50px;
    border: 3px solid var(--primary-900);
  }

  .cta .right-icon i {
    font-size: 24px;
  }
}

/* CTA SECTION END*/

/* BLOG DETAIL START */

@media (max-width: 992px) {
  .blog-detail {
    padding: 30px 0 60px 0;
  }
}

.blog-detail .content-wrapper {
  padding: 0px 175px 60px 175px;
}

@media (max-width: 992px) {
  .blog-detail .content-wrapper {
    padding: 0px 0 60px 0;
  }
}

.blog-detail .content-wrapper p {
  font-weight: 300;
}

.blog-detail .section-title {
  font-size: 80px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .blog-detail .section-title {
    font-size: 27px;
    text-align: left;
    margin-bottom: 15px;
  }
}

.blog-detail .section-desc {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

.blog-detail .similar-blog-title {
  font-size: 80px;
  text-align: center;
  margin-bottom: 30px;
}

/* BLOG DETAIL END */

/* HR PAGE START */

.hr-page .section-title {
  font-size: 80px;
  font-weight: 500;
}

.hr-page .section-desc {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

/* HR PAGE END */

/* 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 var(--primary-color);
}

@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: var(--primary-900);
  border-radius: 50%;
  position: relative;
}

/* FOOTER STICKY BUTTON END */

/* BREADCRUUMB START */

.breadcrumb-container {
  height: 500px;
  background: #151515;
  margin: 0 15px 0 15px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb-container .breadcrumb-wrapper h1 {
  font-size: 60px;
  font-weight: 600;
  color: var(--text-white);
  margin-top: -30px;
  margin-left: 30px;
}

.breadcrumb-container .breadcrumb-wrapper .links {
  display: none;
}

/* BREADCRUUMB END */

/* PRODUCT DETAIL BREADCRUMB START */

.breadcrumb-section {
  padding: 40px 0 0 120px;
}

@media (max-width: 992px) {
  .breadcrumb-section {
    padding: 30px 0 0 22px;
  }
}

.breadcrumb-section h1 {
  font-size: 54px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .breadcrumb-section h1 {
    font-size: 32px;
  }
}

.breadcrumb-section .breadcrumb-wrapper .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.breadcrumb-section .breadcrumb-wrapper .links li {
  position: relative;
  font-weight: 300;
}

.breadcrumb-section .breadcrumb-wrapper .links li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -20px;
}

.breadcrumb-section .breadcrumb-wrapper .links li a {
  color: var(--text-black);
}

/* PRODUCT DETAIL BREADCRUMB END */

/* WHATSAPP FIXED START */
.wp-img {
  color: #fff;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mypage-alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  opacity: 0.5;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mypage-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4 !important;
}

.mypage-alo-ph-img-circle {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1)
    url(https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.inetmar.com%2Fblog%2Fweb-sitesine-whatsapp-butonu-ekleme%2F&psig=AOvVaw24o_fVXdJxPaz-ZYw6fVc_&ust=1728734068863000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCKi3trKihokDFQAAAAAdAAAAABAE)
    no-repeat center center;
  background-size: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 100%;
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.header .container {
  position: relative;
}

.mypage-alo-phone {
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 9999999;
}

.mypage-alo-ph-circle {
  border-color: #43b91e;
}

.mypage-alo-ph-circle-fill {
  background-color: #43b91e;
}

.mypage-alo-ph-img-circle {
  background-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle {
  border-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle-fill {
  background-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
  background-color: #43b91e;
}

.hotlinemp {
  position: fixed;
  right: 139px;
  bottom: 130px;
  z-index: 9999;
}

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

/* WHATSAPP FIXED END*/

/* BANNER START */
.banner-container {
  padding: 30px 0 60px 0;
}

.banner {
  background-color: #ff6900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.banner-link {
  text-align: center;
}

.banner-link {
  color: var(--text-white);
  font-size: 20px;
}

.banner:hover .banner-link {
  color: var(--primary-500);
}

/* BANNER END*/

/* 404 PAGE START */

@media (max-width:992px) {
  .error-page-left {
    margin-bottom: 30px;
  }
}

.error-page-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
}

.error-page-right .title {
  font-size: 32px;
  font-weight: bold;
}

.error-page-right .desc {
  font-size: 18px;
}

.error-page-right .home-link {
  padding: 15px 60px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-align: center;
  color: var(--text-white);
  border-radius: 30px;
}




/* 404 PAGE END */



.category-box {
  display: block;
  padding: 20px;
  background-color: var(--primary-color);
  color: var(--text-white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 8px;
}

.category-box:hover {
  color: var(--text-white);
  opacity: 0.8;
}