:root {
  --bg-color: #020b1b;
  --theme-color: #000;
  --main-color: #566B79;
}

/* === Genel taşma önleme === */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
  /* Yatay kaydırmayı engeller */
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Her elemanın sınırı hesaba katılsın */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Görsellerin taşmasını engelle */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

@font-face {
  font-family: 'Opet';
  src: url('subset-OpetTr.woff2') format('woff2'), url('subset-OpetTr.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

/* === NAVBAR GENEL === */
.navbar {
  position: absolute;
  left: 0;
  top: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100px;
  z-index: 9999999;
  transition: all 0.3s ease;
}

.navbar .logo {
  padding: 7px 15px;
  border-radius: 30px;
}

.navbar .navbar-nav {
  padding: 2px 5px;
  border-radius: 30px;
  margin-left: 15px;
}

@media (max-width: 450px) {
  .navbar .logo {
    width: 53%;
  }
}

.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}

.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
}

.navbar .topnav .butn {
  padding: 7px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
}

/* === LOGO === */
.logo img {
  width: 200px;
}

/* === BUTON STİLLERİ === */
.butn {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.butn.butn-md {
  padding: 12px 25px;
  transition: all 0.4s;
}

.butn.butn-rounded {
  border-radius: 30px;
}

.butn.butn-bord {
  border: 1px solid #ccc;
}

.butn.butn-bord:hover {
  background: #212121;
  color: #fff;
}

.butn-circle {
  width: 180px;
  height: 180px;
  border: 1px solid #141414;
  border-radius: 50%;
  transition: all 0.4s;
}

.butn-circle.butn-dark {
  color: #fff;
  background: #141414;
}

.butn-circle.butn-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.butn-circle.butn-light:hover {
  background: #fff;
  color: #141414;
}

.butn-circle.butn-light:hover .text {
  color: #141414;
}

.butn-circle.butn-light:hover svg path {
  stroke: #141414;
}

.butn-circle svg path {
  transition: all 0.4s;
}

.butn-circle:hover {
  background: #141414;
  color: #fff;
}

.butn-circle:hover svg path {
  stroke: #fff;
}

.butn-circle:hover .text-dark {
  color: #fff !important;
}

/* === RESPONSIVE === */

/* 📱 900px altı: Teklif butonu gizlenir, menu icon görünür */
@media screen and (max-width: 900px) {

  /* Teklif iste butonu gizleniyor */
  a.teklif-buton,
  .teklif-buton {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  /* Menü ikonu görünür */
  .menu-icon {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* 💻 900px ve üzeri: Menü ikonu gizlenir, buton görünür */
@media screen and (min-width: 901px) {
  .menu-icon {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }

  a.teklif-buton,
  .teklif-buton {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* --------------- header --------------- */
/* --------------- YENÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â° HEADER --------------- */
.header-ds {
  background-image: url(../imgs/ansayfa/homebgdegisim2.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000917;
  min-height: 90vh;
  width: 100%;
  position: relative;
  color: white;
  z-index: 1;
}

/* Header'a gradient geÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§iÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ ekleyin */
.header-ds::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 191px;
  /* GeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§iÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ yÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸i */
  background: linear-gradient(to bottom, rgba(26, 26, 46, 0) 0%, #3675c7 70%, #3779cd 100%);
  z-index: 3;
  pointer-events: none;
}


/* Header'a gradient geÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§iÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ ekleyin */
.section-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  /* GeÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§iÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ yÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸i */
  background: linear-gradient(to bottom, #3675c7 0%, #3675c7 30%, rgb(39 68 115) 70%, rgba(26, 26, 46, 0) 100%);
  z-index: 3;
  pointer-events: none;
}

/* Section overlay'i dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼zenleyin */
.section-overlay {
  position: relative;
  overflow: hidden;
  padding: 0 0 50px 0;
  /* ÃƒÆ’Ã†â€™Ãƒâ€¦Ã¢â‚¬Å“st padding'i kaldÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±rÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±n */
  z-index: 100;
  background: linear-gradient(to bottom,
      rgba(26, 26, 46, 1) 0%,
      rgba(26, 26, 46, 0.8) 50%,
      transparent 100%);
}

/* Alternatif olarak mavi ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±k katmanÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±nÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± daha yumuÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ak yapÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±n */
.bg-layer-2 {
  position: absolute;
  top: -509px;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 50;
  pointer-events: none;
  opacity: 0.6;
  /* Opacity'yi dÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼n */
  /* YumuÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ak geÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§iÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸ iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in gradient mask */
  mask: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.content-wrapper {
  position: relative;
  z-index: 200;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-ds::before {
  /* content: ''; */
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* z-index: 1; */
}

.header-ds .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.header-ds .caption h1 {
  font-size: 68px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header-ds .caption h1 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  color: #64b5f6;
}

.header-ds .caption p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  opacity: 0.9;
}

/* Video KÃ„Â±smÃ„Â± */
.video-section {
  position: absolute;
  top: calc(50vh - 90px);
  /* Viewport yÃƒÂ¼ksekliÃ„Å¸inin ortasÃ„Â±ndan 90px yukarÃ„Â± */
  right: calc(13vw - 400px);
  /* Ana iÃƒÂ§eriÃ„Å¸in saÃ„Å¸Ã„Â±ndan belirli bir mesafe */
  width: clamp(250px, 22vw, 320px);
  /* Responsive geniÃ…Å¸lik */
  height: clamp(150px, 14vw, 200px);
  /* Responsive yÃƒÂ¼kseklik */
  z-index: 1000;
}

.video-container {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  position: relative;
  background: #000;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  border-radius: 20px;
  /* Thumbnail'a da border radius ekle */
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  /* Resme de border radius ekle */
}

/* Modern Play Button TasarÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±mÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± - ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â°kinci resimdeki gibi */
.play-button {
  position: absolute;
  bottom: -25px;
  right: -25px;
  cursor: pointer;
  z-index: 20;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
  opacity: 1;
}

.play-btn-circle {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 10px rgba(37, 117, 252, 0.15), 0 6px 20px rgba(37, 117, 252, 0.4);
  transition: all 0.3s ease;
}

.play-btn-circle:hover {
  background: rgb(187, 193, 204);

  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(37, 117, 252, 0.6);
}

.play-btn-circle svg {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  color: #2575fc;
}

/* Video thumbnail hover efekti */
.video-thumbnail:hover .play-btn-circle {
  transform: scale(1.05);
  background: rgb(187, 193, 204);
}

.video-thumbnail:hover .play-button {
  transform: scale(1.1);
}

#youtubeVideo {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Kapatma Butonu */
.close-button {
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 60px;
  height: 60px;
  background: #dc3545;
  border-radius: 50%;
  display: none;
  /* BaÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸langÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ta gizli */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 10px rgba(220, 53, 69, 0.15), 0 6px 20px rgba(220, 53, 69, 0.4);
  border: none;
  outline: none;
}

.close-button:hover {
  background: #c82333;
  transform: scale(1.1);
  box-shadow: 0 0 0 10px rgba(220, 53, 69, 0.25), 0 8px 25px rgba(220, 53, 69, 0.6);
}

.close-button svg {
  width: 22px;
  height: 22px;
  color: white;
}



@media screen and (max-width: 1700px) {
  .video-section {
    top: calc(50vh - 90px);
    right: calc(350px - 400px);
    width: clamp(250px, 22vw, 320px);
    height: clamp(150px, 14vw, 200px);
  }

}

@media screen and (max-width: 1380px) {
  .video-section {
    top: calc(50vh - 90px);
    right: calc(494px - 400px);
    width: clamp(224px, 22vw, 223px);
    height: clamp(146px, 14vw, 149px);
  }

}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .video-section {
    top: calc(72vh - 90px);
    left: 51%;
    transform: translateX(-50%);
    width: clamp(189px, 22vw, 179px);
    height: clamp(123px, 14vw, 127px);
  }

  .header-ds {

    min-height: 85vh;
    width: 100%;

  }

  .header-ds::after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    height: 124px;
    background: linear-gradient(to bottom, rgba(26, 26, 46, 0) 0%, #3675c7 70%, #3779cd 100%);
    z-index: 3;
    pointer-events: none;
  }



}

@media screen and (max-width: 768px) {

  .header-ds {
    min-height: 72vh;
    width: 100%;
  }

  .video-section {
    top: calc(61vh - 89px);
    left: 51%;
    transform: translateX(-50%);
    width: clamp(132px, 22vw, 144px);
    height: clamp(88px, 14vw, 99px);
  }

  .header-ds::after {
    bottom: -30px;
  }


}




.social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #020b1b;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.social-icon a:hover {
  color: #fff;
  background: transparent;
}









/* --------------- About --------------- */
.intro-ds {
  /* background-image: url(../imgs/about-bg.png); */
  /* background-size: cover; */
  /* background-position: top; */
  /* position: relative; */
  /* margin-top: 0px; */
}

.intro-ds .container {
  position: relative;
  margin-top: -1px;
  z-index: 3;
}

.intro-ds .container .box {
  /* padding: 60px 80px;*/
  /* background: #fff; */
  /* border-radius: 15px 15px 0 0; */
  /* position: relative; */
  /* z-index: 2; */
}

.intro-ds .container .layers {
  position: absolute;
  top: -10px;
  left: 40px;
  right: 40px;
  bottom: 5px;
  background: #fff;
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

.intro-ds .container .layers:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  right: 20px;
  bottom: 5px;
  background: #fff;
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

.intro-ds .comit .item h6 {
  font-size: 20px;
  line-height: 28px;
}

.intro-ds .founders .imgs .img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
}

.intro-ds .founders .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.intro-ds .founders .imgs .img.img2 {
  margin-left: -15px;
  position: relative;
  z-index: -1;
}

.intro-ds .founders p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  margin-left: 10px;
}

.intro-ds p {
  color: #000;
}

/* --------------- Services --------------- */
.services-ds .item {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* overflow: hidden; */
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}



.services-ds .item .title h2 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 8px;
}

.services-ds .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 150px;
}

.services-ds .item .icon img {
  width: 30px;
  height: 30px;
}

.services-ds .item .title {
  flex: 1;
  position: relative;
  /* margin-bottom: -70px; */
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-ds .item .title ul {
  display: block !important;
  position: static !important;
  margin-top: 10px;
  padding-left: 15px;
  list-style: disc;
}

.services-ds .item .title ul li {
  margin-bottom: 5px;
}

.services-ds .item .title h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}


.services-ds .item:hover {
  /*background: rgba(255, 255, 255, 0.05);*/
}

.services-ds .item:hover .title {
  margin-bottom: 0;
  color: #566B79;
}

/* --------------- Works --------------- */
.works-ds {
  position: relative;
  overflow: hidden;
  padding-bottom: 300px;
  z-index: 1;
}

/* Sabit arka plan katmanÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â± */
.works-ds::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../imgs/sektorbg.webp');
  /* Arka plan resmini burada deÃƒâ€žÃ…Â¸iÃƒâ€¦Ã…Â¸tir */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  opacity: 1;
  /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â°stersen saydamlÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±k iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in 0.7 gibi bir deÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€¦Ã‚Â¸er verebilirsin */
}


.works-ds .work-box {
  /* -webkit-clip-path: inset(-100vw -100vw -100vw 0); */
  /* clip-path: inset(-100vw -100vw -100vw 0); */
}

.works-ds .swiper-container {
  overflow: visible;
}

.works-ds .swiper-slide {
  width: 75%;
}

.works-ds .sec-head .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.works-ds .sec-head .butn.butn-bord:hover {
  background: var(--main-color);
  color: #fff;
}

.works-ds .item:hover .cont h4 {
  color: var(--main-color);
}

.works-ds .item .img {
  border-radius: 15px;
  overflow: hidden;
}

.works-ds .item .cont {
  margin-top: 40px;
}

.works-ds .item .cont span {
  font-size: 14px;
}

.works-ds .swiper-wrapper {
  padding-bottom: 60px;
}

.works-ds .swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  padding: 2px 25px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.works-ds .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}

/* --------------- Clients --------------- */
.brand-ds .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-ds .item:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.brand-ds .item .text-center {
  width: 100%;
}

.brand-ds .item .img {
  width: 50px;
  margin: auto;
  opacity: .25;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.brand-ds .item p {
  margin-top: 30px;
}

.brand-ds .item:nth-of-type(3) .img,
.brand-ds .item:nth-of-type(4) .img {
  width: 70px;
}

.brand-ds .item:hover {
  z-index: 4;
}

.brand-ds .item:hover:after {
  border-color: var(--main-color);
}

.brand-ds .item:hover .img {
  opacity: 1;
}

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px;
}

.clients-ds .item .text-center {
  width: 100%;
}

.clients-ds .item .img {
  max-width: 100px;
  margin: auto;
}

.clients-ds .item p {
  margin-top: 30px;
}

/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.testimonials-ds .qoute-icon .text {
  width: 340px;
}

.testimonials-ds .qoute-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
}

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-ds .item .info .info-text {
  padding-left: 20px;
}

.testimonials-ds .item .info .info-text p {
  font-size: 14px;
  color: #BBBBBB;
  margin-top: 5px;
}

.testimonials-ds .swiper {
  position: relative;
}

.testimonials-ds .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  background: #BBBBBB;
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

/* --------------- Pricing --------------- */
.pricing-ds .bg-gray {
  background: rgba(255, 255, 255, 0.1);
}

.pricing-ds .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px;
  border-radius: 50px;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label {
  background-color: transparent;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label small {
  color: #000;
  background: #fff;
  padding: 1px 5px;
  font-size: 10px;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input:checked~.form-check-label {
  background-color: var(--main-color);
}

.pricing-ds .content {
  min-width: 800px;
  margin-top: 50px;
}

.pricing-ds .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.pricing-ds .content .price-head .price-headTitle {
  width: 34%;
}

.pricing-ds .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  text-align: center;
  padding: 30px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pricing-ds .content .price-head .price-headItem .label {
  position: absolute;
  top: -60px;
  right: -15px;
  z-index: 5;
  width: 160px;
}

.pricing-ds .content .price-head .price-headItem h6 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing-ds .content .price-head .price-headItem h2 {
  font-size: 40px;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.pricing-ds .content .price-head .price-headItem h2 span {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}

.pricing-ds .content .price-head .price-headItem p {
  font-size: 13px;
  color: #bbb;
  line-height: 1.5;
}

.pricing-ds .content .price-body .price-bodyItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-ds .content .price-body .price-bodyItems:last-of-type {
  border: 0;
}

.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle {
  width: 34%;
  padding: 15px 0;
  font-size: 14px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle i {
  font-size: 11px;
  color: #999;
  margin: 0 3px;
}

.pricing-ds .content .price-body .price-bodyItems .price-item {
  width: 22%;
  padding: 15px 0;
  text-align: center;
  height: 60px;
  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;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing-ds .content .price-body .price-bodyItems .price-item i {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #2AA20C;
  font-size: 13px;
}

.pricing-ds .content .price-body .price-bodyItems .price-item span {
  font-size: 14px;
}

.pricing-ds .content .price-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing-ds .content .price-foot .price-footTitle {
  width: 34%;
}

.pricing-ds .content .price-foot .price-foot-item {
  width: 22%;
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pricing-ds .monthly_price {
  display: none;
}

.pricing-ds .botm {
  font-size: 14px;
  text-align: center;
}

.pricing-ds .botm a {
  color: var(--main-color);
  text-decoration: underline;
  margin-left: 15px;
}

/* --------------- FAQS --------------- */
.faqs-ds .accordion-item {
  background: var(--bg-color);
  border-radius: 10px;
  border: 0;
  margin-bottom: 5px;
}

.faqs-ds .accordion-item.active {
  background: var(--main-color);
}

.faqs-ds .accordion-item .accordion-header {
  background: transparent;
}

.faqs-ds .accordion-item .accordion-header button {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faqs-ds .accordion-item .accordion-header button:after {
  background-image: url(../imgs/pricing/plus-solid.svg);
  -webkit-filter: invert(1);
  filter: invert(1);
}

.faqs-ds .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url(../imgs/pricing/minus-solid.svg);
}

.faqs-ds .accordion-item .accordion-body {
  padding: 0;
  padding: 0px 100px 30px 30px;
}

.faqs-ds .accordion-item .accordion-body p {
  font-size: 14px;
}

/* --------------- FAQS --------------- */
.team-ds .item {
  text-align: center;
  margin-bottom: 60px;
}

.team-ds .item:hover .img {
  border-color: var(--main-color);
}

.team-ds .item:hover .cont h6 {
  color: var(--main-color);
}

.team-ds .item .img,


.team-ds .item .img img,


.team-ds .item .img {
  border: 2px solid transparent;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-ds .item .numb {
  line-height: 220px;
}

.team-ds .item .numb h3 {
  line-height: 220px;
}

.team-ds .item .cont {
  margin-top: 15px;
}

.team-ds .item .cont h6 {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-ds .item .cont span {
  color: #bbb;
  font-size: 14px;
  margin-top: 5px;
}

.team-ds .item .cont span a {
  color: var(--main-color);
  text-decoration: underline;
}

/* --------------- Blogs --------------- */
.blog-ds {
  background: var(--bg-color);
}

.blog-ds .item .info {
  font-size: 14px;
}

.blog-ds .item .info .date {
  color: #808080;
}

.blog-ds .item .info .dash {
  color: #808080;
  margin: 0 15px;
}

.blog-ds .item .img {
  position: relative;
  height: 300px;
}

.blog-ds .item .img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-ds .item .img .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--main-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-ds .item .img .icon img {
  width: 22px;
}

.blog-ds .item:hover .img .icon {
  opacity: 1;
  visibility: visible;
}

/* --------------- footer --------------- */
.footer-ds {
  border-color: rgba(255, 255, 255, 0.3);
  position: relative;
}

.footer-ds .subscribe .form-group {
  margin: 60px 0 15px;
  position: relative;
}

.footer-ds .subscribe .form-group label {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-ds .subscribe .form-group input {
  padding: 20px 50px 20px 20px;
  background: var(--bg-color);
  border: 0;
  border-radius: 5px;
  width: 100%;
  color: #fff;
}

.footer-ds .subscribe .form-group button {
  background: transparent;
  border: 0;
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 25px;
}

.footer-ds .subscribe span {
  color: #808080;
  font-size: 13px;
}

.footer-ds .subscribe span a {
  color: #fff;
  text-decoration: underline;
}

.footer-ds .contact-info .item h6 {
  margin-bottom: 15px;
}

.footer-ds .contact-info .item p {
  font-size: 14px;
  margin-top: 5px;
}

.footer-ds .sub-footer .copy .logo {
  width: 25px;
}

.footer-ds .sub-footer .copy p {
  font-size: 14px;
}

.footer-ds .sub-footer .copy p a {
  color: #fff;
}

.footer-ds .sub-footer .links {
  width: 100%;
}

.footer-ds .sub-footer .links a {
  font-size: 14px;
}

.footer-ds .sub-footer .links .active {
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
  font-family: "Inter", sans-serif;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px;
  font-family: "Inter", sans-serif;
}

h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px;
  font-family: "Inter", sans-serif;
}

h4 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -2px;
  font-family: "Inter", sans-serif;
}

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  font-family: "Inter", sans-serif;
}

h6 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Inter", sans-serif;
}

.sub-head {
  font-size: 20px;
  line-height: 28px;
}

p {
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.sec-head h2 {
  font-size: 65px;
  line-height: 65px;
  font-family: "Inter", sans-serif;
}

.sec-head h2 span {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  /* font-style: italic; */
  font-weight: 400;
}

.loader-wrap svg {
  fill: #1d1d1d;
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.butn.butn-bord:hover {
  background: var(--main-color);
  color: #fff;
}

.butn.butn-bg {
  background: var(--main-color);
  border: 1px solid transparent;
  color: #fff;
}

.butn.butn-bg:hover {
  background: transparent;
  border-color: var(--main-color);
  color: inherit;
}

.icon.invert img {
  /* -webkit-filter: invert(1); */
  /* filter: invert(1); */
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.box-light {
  /*  background-color: #fff;*/
  color: #000;
  position: relative;
  padding-bottom: 0 !important;
}

.box-light-bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.box-dark .box {
  background: var(--bg-color);
  border-radius: 15px;
  padding: 100px 80px;
  position: relative;
}

.box-dark .box .layers {
  position: absolute;
  top: 5px;
  left: 30px;
  right: 30px;
  bottom: -10px;
  background: var(--bg-color);
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

.box-dark .box .layers:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 20px;
  right: 20px;
  bottom: -10px;
  background: var(--bg-color);
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {


  .services-ds .item .title h2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .pricing-ds .sec-head .d-flex {
    display: block !important;
  }

  .pricing-ds .sec-head .d-flex .ml-auto {
    margin-top: 30px;
  }

  .pricing-ds .content .price-foot .price-foot-item .butn span:first-of-type {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {

  .sec-head {
    display: block !important;
  }

  .sec-head h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .sec-head .butn {
    margin-top: 15px;
  }











  .intro-ds .comit .item {
    text-align: center;
    margin-bottom: 10px;
  }

  .intro-ds .comit .text-right {
    text-align: center !important;
  }

  .intro-ds .container .box {
    padding: 60px 15px;
  }

  .brand-ds .item:after {
    left: 0;
    right: 0;
  }

  .works-ds .item .cont h4 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: normal;
  }



  .services-ds .item .title {
    margin-bottom: 0;
  }

  .services-ds .item .title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .services-ds .item .icon {
    margin-left: 15px;
  }

  .box-dark .box {
    padding: 100px 15px;
  }

  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }

  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }

  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }

  .faqs-ds .accordion-item .accordion-header button {
    font-size: 17px;
    line-height: 1.4;
  }

  .pricing-ds .content .price-head .price-headItem h2 {
    font-size: 24px;
  }
}







/* --------------------------- */
.box video {
  width: 85%;
  height: 700px;
  object-fit: cover;
  margin-left: 7.5%;
  border-radius: 55px 55px 0 0;
  /* border: 0px solid; */
  /* border: none; */
}


.bg-beyaz {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  /* Gradientin yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  /* background: linear-gradient(to bottom, transparent, white); */
  /* z-index: 0; */
}



.since {
  width: 233px;
  z-index: 4;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  /* Ortalamak iÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§in */
  margin-top: -60px;
  /* YukarÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ya kaydÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rmak iÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§in */
}

.since:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgb(0 71 255);
  border: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}


.urun_png {
  position: absolute;
  top: -100px;
  -webkit-filter:
    /*drop-shadow(-37px 43px 28px #0202025e);filter: drop-shadow(-37px 43px 28px #0202025e);color: #0202025e;*/
}



.categories-container {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;
}

.categories-container .category-card {
  flex: 0 0 200px;
  border-radius: 0.5rem;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.categories-container .category-card .content {
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  opacity: 1;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgb(39 49 108 / 89%) 0%, rgba(255, 255, 255, 0) 100%);
}

.categories-container .category-card:hover {
  flex: 0 0 250px;
}

.categories-container .category-card:hover .content {
  /* opacity: 1; */
  /* transform: translatey(0%); */
  /* visibility: visible; */
}



.mappin {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: 498px;
  animation: ripple 0.9s linear infinite;
  border-radius: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ripple effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%), 0 0 0 20px rgb(255 255 255 / 100%), 0 0 0 40px rgb(255 255 255 / 10%), 0 0 0 60px rgb(255 255 255 / 10%);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 40px rgb(255 255 255 / 10%), 0 0 0 60px rgb(255 255 255 / 10%), 0 0 0 80px rgba(0, 71, 255, 0);
  }
}

.mapdunya {
  width: 100%;
  height: auto;
}





/* Slider alanÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
.renderlar {
  width: 100%;
  margin-top: -55px;
  padding: 50px 0;
  margin-bottom: 50px;
}

/* Slider ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸eleri */
.renderlar .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 150px;
  /* KÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼k kartlarÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±n boyutu */
  /* height: 200px; */
}

/* Ortadaki ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸e bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼lecek */
.renderlar .swiper-slide-active {
  /* width: 250px !important; */
  /* Ortadaki kartÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±n bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼k boyutu */
  /* height: 300px !important; */
  transform: scale(1.2);
  margin-left: 50px;
  margin-right: 80px !important;

}

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

#bg_mavi {
  width: 100%;
  /* Holder geniÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  height: 500px;
  /* Holder yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#bg_mavi_beyaz {
  width: 100%;
  /* Holder geniÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  height: 500px;
  /* Holder yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #ffffff, #ffffff00);
}



.hole {
  position: absolute;
  top: 62%;
  left: 50%;
  z-index: 2;
}

.hole i {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: -70px;
  top: -70px;
  border-radius: 140px;
  opacity: 0;
  animation-name: scale;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hole i:nth-child(1) {
  animation-delay: 0.3s;
}

.hole i:nth-child(2) {
  animation-delay: 0.6s;
}

.hole i:nth-child(3) {
  animation-delay: 0.9s;
}

.hole i:nth-child(4) {
  animation-delay: 1.2s;
}

.hole i:nth-child(5) {
  animation-delay: 1.5s;
}

.hole i:nth-child(6) {
  animation-delay: 1.8s;
}

.hole i:nth-child(7) {
  animation-delay: 2.1s;
}

.hole i:nth-child(8) {
  animation-delay: 2.4s;
}

.hole i:nth-child(9) {
  animation-delay: 2.7s;
}

.hole i:nth-child(10) {
  animation-delay: 3s;
}

@keyframes scale {
  0% {
    transform: scale(2);
    opacity: 0;
    box-shadow: 0px 0px 50px rgb(0 71 255);
  }

  50% {
    transform: scale(1) translate(0px, -5px);
    opacity: 1;
    box-shadow: 0px 8px 20px rgb(0 71 255 / 50%);
  }

  100% {
    transform: scale(0.1) translate(0px, 5px);
    opacity: 0;
    box-shadow: 0px 10px 20px rgba(255, 255, 255, 0);
  }
}


#bg_mavi_2 {
  width: 100%;
  /* Holder geniÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  height: 315px;
  /* Holder yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

#bg_mavi_siyah_2 {
  width: 100%;
  /* Holder geniÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  height: 315px;
  /* Holder yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #000000, #00000000);
}




.urunbuyukcard button {
  font-family: "Inter", sans-serif;
  border: none;
  cursor: pointer;
}

.urunbuyukcard button:focus {
  outline: 0;
}

.urunbuyukcard {
  width: 1000px;
  /* height: auto; */
  position: relative;
  /* transform: translate(-50%, -50%); */
  /* margin-left: auto; */
  display: flex;
  align-items: center;
  /* margin: 0 auto; */
}

.urunbuyukcard .left {
  width: 480px;
  height: 402px;
  background: linear-gradient(to bottom, #006876, #00a4b8, #2a2a2a, #000000);
  /* background-image: linear-gradient(
    45deg,
    hsl(223deg 100% 50%) 0%,
    hsl(219deg 100% 50%) 8%,
    hsl(216deg 100% 50%) 17%,
    hsl(213deg 100% 50%) 25%,
    hsl(210deg 100% 50%) 33%,
    hsl(208deg 100% 52%) 42%,
    hsl(209deg 100% 59%) 50%,
    hsl(210deg 100% 64%) 58%,
    hsl(210deg 100% 69%) 67%,
    hsl(210deg 100% 73%) 75%,
    hsl(210deg 100% 77%) 83%,
    hsl(210deg 98% 81%) 92%,
    hsl(209deg 90% 85%) 100%
  ); */
  display: flex;
  align-items: center;
}

.urunbuyukcard .left .wordmark {
  opacity: 1;
  margin-left: -64px;
  width: 363px;
}

.urunbuyukcard .right {
  width: 654px;
  height: 479px;
  background: #020b1b;
  position: absolute;
  left: -10%;
  transform: translateX(50%);
}

.urunbuyukcard .right .helmet {
  position: absolute;
  width: 413px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.urunbuyukcard .right .productInfo {
  width: 300px;
  height: 300px;
  margin: 50px 0 0 235px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.urunbuyukcard .right .productInfo h1 {
  /* font-weight: 800; */
  font-family: "Inter", sans-serif;
  /* line-height: 46px; */
  /* font-size: 40px; */
  /* margin-bottom: 15px; */
}

.urunbuyukcard .right .productInfo h2 {
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}

.urunbuyukcard .right .productInfo .details {
  height: 145px;
  font-size: 20px;
  line-height: normal;
}

.urunbuyukcard .right .productInfo .details .size,
.urunbuyukcard .right .productInfo .details .durability {
  width: 50%;
  float: left;
}

.urunbuyukcard .right .productInfo .details .durability {
  text-align: center;
}

.urunbuyukcard .right .productInfo .details .durability h4 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
}

.urunbuyukcard .right .productInfo button {
  height: 48px;
  background: #566B79;
  border-radius: 90px;
  font-weight: 300;
  line-height: 35px;
  font-size: 14px;
  padding: 0 24px;
  color: #fff;
}

.urunbuyukcard .right .productInfo i.fav {
  font-size: 12px;
  margin: 0 12px 0 24px;
  color: #CB2140;
}

.urunbuyukcard .right .productInfo a {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: #fff;
  opacity: 0.3;
  text-decoration: none;
}

.urunbuyukcard .right .productInfo h3 {
  width: 80px;
  height: 80px;
  font-weight: 300;
  line-height: 80px;
  font-size: 16px;
  margin-left: 30px;
  positon: relative;
  font-family: "Inter", sans-serif;
}

.urunbuyukcard .right .productInfo h4 {
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 3px;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

.urunbuyukcard .right .productInfo p {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: normal;
  text-align: center;
  font-weight: 300px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 50%;
  transition: 0.3s linear;
  border: 1px solid transparent;
  cursor: pointer;
}

.urunbuyukcard .right .productInfo p:hover {
  border: 1px solid #CB1F40;
}

.urunbuyukcard .right .productInfo p:nth-of-type(1) {
  border: 1px solid #CB1F40;
}

.slider {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  margin-left: -90px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  color: #566B79;
  cursor: pointer;
}

.slider:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: -121px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 576px) {
  .urunbuyukcard {
    transform: rotate(90deg) scale(0.7) translate(calc(50% - 25vh), 50%);
    position: static;
  }
}

.youtube {
  font-family: "Open Sans", "Inter", sans-serif;
  text-decoration: none;
  position: absolute;
  right: 2.5vw;
  bottom: 2vw;
  transform: translate(, );
  -webkit-animation: clickMe 1s ease-in-out infinite;
  animation: clickMe 1s ease-in-out infinite;
}

@-webkit-keyframes clickMe {
  50% {
    opacity: 0.5;
  }
}

@keyframes clickMe {
  50% {
    opacity: 0.5;
  }
}

.uruncardlar {
  /* text-align: center; */
  margin-top: 100px;
  margin-bottom: 300px;
}

.sagsolurun {
  margin-top: 85px;
  width: 360px;
}

.department-section {
  padding: 80px 0;
  background-color: #000816;
  /* min-height: 50vh; */
  position: relative;
}

.department-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Location tabs */
.location-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  background: rgba(30, 30, 30, 0.95);
  padding: 8px;
  border-radius: 15px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.location-btn {
  padding: 12px 24px;
  font-size: 15px;
  background: transparent;
  border: none;
  color: #808080;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.location-btn.active {
  background: #1a73e8;
  color: #ffffff;
}

.location-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
}

/* Department cards grid */
.department-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.department-grid.hidden {
  display: none;
  opacity: 0;
}

.department-card {
  background: rgba(18, 18, 18, 0.95);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

.department-card:hover {
  transform: translateY(-5px);
}

.department-card h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.department-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #1a73e8;
  border-radius: 2px;
}

.contact-item {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-label {
  color: #808080;
  min-width: 80px;
  font-weight: 500;
}

.contact-value {
  color: #ffffff;
}

/* USA Department Grid */
#usa-departments {
  display: none;
}

#usa-departments.active {
  display: grid;
}

/* Responsive Design */
@media (max-width: 768px) {
  .department-section {
    padding: 40px 0;
  }

  .location-tabs {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .location-btn {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
  }

  .department-card {
    padding: 20px;
  }
}

/*Mobil Video*/

/* Tablo Stilleri */
.degisim-systems-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.degisim-container {
  max-width: 1200px;
  margin: 0 auto;
}

.degisim-title-container {
  margin-bottom: 30px;
  position: relative;
}

.degisim-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.degisim-title-icon {
  color: #566B79;
  margin-right: 10px;
  font-size: 1.8rem;
}

.degisim-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
}

.degisim-table th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  background-color: #929292;
  border: 1px solid #ddd;
}

.degisim-table td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
  font-size: 0.95rem;
}

.degisim-table tr:nth-child(even) td {
  background-color: #2d2d2d;
}

/* Responsive TasarÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±m */
@media only screen and (max-width: 768px) {
  .degisim-systems-section {
    padding: 40px 0;
  }

  .degisim-title {
    font-size: 1.5rem;
  }

  .degisim-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 480px) {
  .degisim-title {
    font-size: 1.3rem;
  }

  .degisim-table th,
  .degisim-table td {
    padding: 10px;
    font-size: 0.9rem;
  }
}

.degisim-sector-dynamics {
  padding: 60px 0;
  background-color: #000817;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.degisim-sector-container {
  max-width: 1200px;
  margin: 0 auto;
}

.degisim-sector-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.degisim-sector-icon {
  color: #3c6fe7;
  margin-right: 15px;
  font-size: 1.8rem;
}

.degisim-dynamics-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.degisim-dynamics-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
}

.degisim-dynamics-list li:last-child {
  border-bottom: none;
}

.degisim-list-bullet {
  margin-right: 12px;
  font-size: 1.2rem;
}

.degisim-note-box {
  /* padding: 20px; */
  margin-top: 20px;
}

.degisim-note-box p {
  margin: 0 0 10px 0;
  line-height: 1.6;
  color: #fff;
}

.degisim-note-box p:last-child {
  margin-bottom: 0;
}

.degisim-highlight {
  font-weight: 600;
}

/* Responsive TasarÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±m */
@media only screen and (max-width: 768px) {
  .degisim-sector-dynamics {
    padding: 40px 0;
  }

  .degisim-sector-title {
    font-size: 1.5rem;
  }

  .degisim-note-box {
    padding: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .degisim-sector-title {
    font-size: 1.3rem;
  }

  .degisim-dynamics-list li {
    padding: 10px 0;
  }
}

.degisim-card {
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.degisim-scenario {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #f0f0f0;
}

.degisim-desc {
  margin-bottom: 1.5rem;
}




:root {
  --bg-color: #020b1b;
  --theme-color: #000;
  --main-color: #566B79;
}

@font-face {
  font-family: 'Opet';
  src: url('subset-OpetTr.woff2') format('woff2'), url('subset-OpetTr.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap
}


/* Tekrar ediyor galiba*/

/* --------------- Menu --------------- */
.navbar {
  position: absolute;
  left: 0;
  top: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100px;
  -webkit-backdrop-filter: blur(8px);
  /* backdrop-filter: blur(8px); */
  /* transition: all 0.3s ease; */
}

.navbar .logo {
  padding: 7px 15px;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 30px;
}


.navbar .navbar-nav {
  padding: 2px 5px;
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  border-radius: 30px;
  margin-left: 15px;
}

@media (max-width:450px) {
  .navbar .logo {
    width: 53%;
  }
}

.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}

.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
}

.navbar .topnav .butn {
  padding: 7px 20px;
  background: #000917;
  border: 1px solid white;
  color: #ffffff;
  margin-right: 15px;
}

.logo img {
  width: 200px;
}


.social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #020b1b;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.social-icon a:hover {
  color: #fff;
  background: transparent;
}





/* --------------- About --------------- */
.intro-ds {
  /* background-image: url(../imgs/about-bg.png); */
  /* background-size: cover; */
  /* background-position: top; */
  /* position: relative; */
  /* margin-top: 0px; */
}

.intro-ds .container {
  position: relative;
  margin-top: -1px;
  z-index: 3;
}

.intro-ds .container .box {
  /* padding: 60px 80px;*/
  /* background: #fff; */
  /* border-radius: 15px 15px 0 0; */
  /* position: relative; */
  /* z-index: 2; */
}

.intro-ds .container .layers {
  position: absolute;
  top: -10px;
  left: 40px;
  right: 40px;
  bottom: 5px;
  background: #fff;
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

.intro-ds .container .layers:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  right: 20px;
  bottom: 5px;
  background: #fff;
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

.intro-ds .comit .item h6 {
  font-size: 20px;
  line-height: 28px;
}

.intro-ds .founders .imgs .img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
}

.intro-ds .founders .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.intro-ds .founders .imgs .img.img2 {
  margin-left: -15px;
  position: relative;
  z-index: -1;
}

.intro-ds .founders p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  margin-left: 10px;
}

.intro-ds p {
  color: #000;
}

/* --------------- Services --------------- */
.services-ds .item {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* overflow: hidden; */
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  margin-bottom: 25px;
}

.urun-icon {
  width: 46px;
}

.services-ds .item .title h2 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.services-ds .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 0px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-left: 150px;
  margin-top: 5px;
}

.services-ds .item .icon img {
  width: 42px;
  height: 42px;
}

.services-ds .item .title {
  flex: 1;
  position: relative;
  /* margin-bottom: -70px; */
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-ds .item:hover {
  /*background: rgba(255, 255, 255, 0.05);*/
}

.services-ds .item:hover .title {
  margin-bottom: 0;
  color: #566B79;

}

/* --------------- Works --------------- */
.works-ds {
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}

.works-ds .work-box {
  /* -webkit-clip-path: inset(-100vw -100vw -100vw 0); */
  /* clip-path: inset(-100vw -100vw -100vw 0); */
}

.works-ds .swiper-container {
  overflow: visible;
}

.works-ds .swiper-slide {
  width: 75%;
}

.works-ds .sec-head .butn.butn-bord {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.works-ds .sec-head .butn.butn-bord:hover {
  background: var(--main-color);
  color: #fff;
}

.works-ds .item:hover .cont h4 {
  color: var(--main-color);
}

.works-ds .item .img {
  border-radius: 15px;
  overflow: hidden;
}

.works-ds .item .cont {
  margin-top: 40px;
}

.works-ds .item .cont span {
  font-size: 14px;
}

.works-ds .swiper-wrapper {
  padding-bottom: 60px;
}

.works-ds .swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  padding: 2px 25px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.works-ds .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--main-color);
}

/* --------------- Clients --------------- */
.brand-ds .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-ds .item:after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.brand-ds .item .text-center {
  width: 100%;
}

.brand-ds .item .img {
  width: 50px;
  margin: auto;
  opacity: .25;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.brand-ds .item p {
  margin-top: 30px;
}

.brand-ds .item:nth-of-type(3) .img,
.brand-ds .item:nth-of-type(4) .img {
  width: 70px;
}

.brand-ds .item:hover {
  z-index: 4;
}

.brand-ds .item:hover:after {
  border-color: var(--main-color);
}

.brand-ds .item:hover .img {
  opacity: 1;
}

.clients-ds .item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 80px;
  height: 100%;
  padding: 50px 30px;
}

.clients-ds .item .text-center {
  width: 100%;
}

.clients-ds .item .img {
  max-width: 100px;
  margin: auto;
}

.clients-ds .item p {
  margin-top: 30px;
}

/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.testimonials-ds .qoute-icon .text {
  width: 340px;
}

.testimonials-ds .qoute-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
}

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-ds .item .info .info-text {
  padding-left: 20px;
}

.testimonials-ds .item .info .info-text p {
  font-size: 14px;
  color: #BBBBBB;
  margin-top: 5px;
}

.testimonials-ds .swiper {
  position: relative;
}

.testimonials-ds .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  background: #BBBBBB;
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

/* --------------- Pricing --------------- */
.pricing-ds .bg-gray {
  background: rgba(255, 255, 255, 0.1);
}

.pricing-ds .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px;
  border-radius: 50px;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label {
  background-color: transparent;
  font-size: 14px;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label small {
  color: #000;
  background: #fff;
  padding: 1px 5px;
  font-size: 10px;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input:checked~.form-check-label {
  background-color: var(--main-color);
}

.pricing-ds .content {
  min-width: 800px;
  margin-top: 50px;
}

.pricing-ds .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.pricing-ds .content .price-head .price-headTitle {
  width: 34%;
}

.pricing-ds .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  text-align: center;
  padding: 30px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pricing-ds .content .price-head .price-headItem .label {
  position: absolute;
  top: -60px;
  right: -15px;
  z-index: 5;
  width: 160px;
}

.pricing-ds .content .price-head .price-headItem h6 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing-ds .content .price-head .price-headItem h2 {
  font-size: 40px;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.pricing-ds .content .price-head .price-headItem h2 span {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}

.pricing-ds .content .price-head .price-headItem p {
  font-size: 13px;
  color: #bbb;
  line-height: 1.5;
}

.pricing-ds .content .price-body .price-bodyItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-ds .content .price-body .price-bodyItems:last-of-type {
  border: 0;
}

.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle {
  width: 34%;
  padding: 15px 0;
  font-size: 14px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle i {
  font-size: 11px;
  color: #999;
  margin: 0 3px;
}

.pricing-ds .content .price-body .price-bodyItems .price-item {
  width: 22%;
  padding: 15px 0;
  text-align: center;
  height: 60px;
  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;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing-ds .content .price-body .price-bodyItems .price-item i {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background: #2AA20C;
  font-size: 13px;
}

.pricing-ds .content .price-body .price-bodyItems .price-item span {
  font-size: 14px;
}

.pricing-ds .content .price-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing-ds .content .price-foot .price-footTitle {
  width: 34%;
}

.pricing-ds .content .price-foot .price-foot-item {
  width: 22%;
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pricing-ds .monthly_price {
  display: none;
}

.pricing-ds .botm {
  font-size: 14px;
  text-align: center;
}

.pricing-ds .botm a {
  color: var(--main-color);
  text-decoration: underline;
  margin-left: 15px;
}

/* --------------- FAQS --------------- */
.faqs-ds .accordion-item {
  background: var(--bg-color);
  border-radius: 10px;
  border: 0;
  margin-bottom: 5px;
}

.faqs-ds .accordion-item.active {
  background: var(--main-color);
}

.faqs-ds .accordion-item .accordion-header {
  background: transparent;
}

.faqs-ds .accordion-item .accordion-header button {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faqs-ds .accordion-item .accordion-header button:after {
  background-image: url(../imgs/pricing/plus-solid.svg);
  -webkit-filter: invert(1);
  filter: invert(1);
}

.faqs-ds .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url(../imgs/pricing/minus-solid.svg);
}

.faqs-ds .accordion-item .accordion-body {
  padding: 0;
  padding: 0px 100px 30px 30px;
}

.faqs-ds .accordion-item .accordion-body p {
  font-size: 14px;
}

/* --------------- FAQS --------------- */
.team-ds .item {
  text-align: center;
  margin-bottom: 60px;
}

.team-ds .item:hover .img {
  border-color: var(--main-color);
}

.team-ds .item:hover .cont h6 {
  color: var(--main-color);
}

.team-ds .item .img,
.team-ds .item .numb {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--bg-color);
  margin: auto;
}

.team-ds .item .img img,
.team-ds .item .numb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.team-ds .item .img {
  border: 2px solid transparent;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-ds .item .numb {
  line-height: 220px;
}

.team-ds .item .numb h3 {
  line-height: 220px;
}

.team-ds .item .cont {
  margin-top: 15px;
}

.team-ds .item .cont h6 {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.team-ds .item .cont span {
  color: #bbb;
  font-size: 14px;
  margin-top: 5px;
}

.team-ds .item .cont span a {
  color: var(--main-color);
  text-decoration: underline;
}

/* --------------- Blogs --------------- */
.blog-ds {
  background: #000816;
}

.blog-ds .item .info {
  font-size: 14px;
}

.blog-ds .item .info .date {
  color: #808080;
}

.blog-ds .item .info .dash {
  color: #808080;
  margin: 0 15px;
}

.blog-ds .item .img {
  position: relative;
  height: 300px;
}

.blog-ds .item .img>img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-ds .item .img .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: var(--main-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.blog-ds .item .img .icon img {
  width: 22px;
}

.blog-ds .item:hover .img .icon {
  opacity: 1;
  visibility: visible;
}

/* --------------- footer --------------- */
.footer-ds {
  border-color: rgba(255, 255, 255, 0.3);
  position: relative;
}

.footer-ds .subscribe .form-group {
  margin: 60px 0 15px;
  position: relative;
}

.footer-ds .subscribe .form-group label {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-ds .subscribe .form-group input {
  padding: 20px 50px 20px 20px;
  background: var(--bg-color);
  border: 0;
  border-radius: 5px;
  width: 100%;
  color: #fff;
}

.footer-ds .subscribe .form-group button {
  background: transparent;
  border: 0;
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 25px;
}

.footer-ds .subscribe span {
  color: #808080;
  font-size: 13px;
}

.footer-ds .subscribe span a {
  color: #fff;
  text-decoration: underline;
}

.footer-ds .contact-info .item h6 {
  margin-bottom: 15px;
}

.footer-ds .contact-info .item p {
  font-size: 14px;
  margin-top: 5px;
}

.footer-ds .sub-footer .copy .logo {
  width: 25px;
}

.footer-ds .sub-footer .copy p {
  font-size: 14px;
}

.footer-ds .sub-footer .copy p a {
  color: #fff;
}

.footer-ds .sub-footer .links {
  width: 100%;
}

.footer-ds .sub-footer .links a {
  font-size: 14px;
}

.footer-ds .sub-footer .links .active {
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background-color: #000816;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px;
}

h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -2px;
}

h4 {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -2px;
}

h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
}

h6 {
  font-size: 24px;
  line-height: 32px;
}

.sub-head {
  font-size: 20px;
  line-height: 28px;
}

p {
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.sec-head h2 {
  font-size: 65px;
  line-height: 65px;
}

.sec-head h2 span {
  color: #ffffff;
  /* font-family: "sans-serif"; */
  /* font-style: italic; */
  font-weight: 600;
}

.loader-wrap svg {
  fill: #1d1d1d;
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.butn.butn-bord:hover {
  background: var(--main-color);
  color: #fff;
}

.butn.butn-bg {
  background: var(--main-color);
  border: 1px solid transparent;
  color: #fff;
}

.butn.butn-bg:hover {
  background: transparent;
  border-color: var(--main-color);
  color: inherit;
}

.icon.invert img {
  /* -webkit-filter: invert(1); */
  /* filter: invert(1); */
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.box-light {
  /*  background-color: #fff;*/
  color: #000;
  position: relative;
  padding-bottom: 0 !important;
}

.box-light-bg {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.box-dark .box {
  background: var(--bg-color);
  border-radius: 15px;
  padding: 100px 80px;
  position: relative;
}

.box-dark .box .layers {
  position: absolute;
  top: 5px;
  left: 30px;
  right: 30px;
  bottom: -10px;
  background: var(--bg-color);
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

.box-dark .box .layers:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 20px;
  right: 20px;
  bottom: -10px;
  background: var(--bg-color);
  border-radius: 15px;
  opacity: .7;
  z-index: -1;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {

  .services-ds .item .title h2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .pricing-ds .sec-head .d-flex {
    display: block !important;
  }

  .pricing-ds .sec-head .d-flex .ml-auto {
    margin-top: 30px;
  }

  .pricing-ds .content .price-foot .price-foot-item .butn span:first-of-type {
    display: block !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .header-ds .container {
    padding: 60px 15px;
  }

  .header-ds .caption h1 {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .header-ds .caption p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .video-container {
    width: 100%;
    height: 100%;
  }

  .video-thumbnail {
    width: 100%;
    height: 100%;
  }

  .video-thumbnail img {
    width: 100%;
    height: 100%;
  }

  #youtubeVideo {
    width: 100% !important;
    height: 100% !important;
  }

  .play-button {
    bottom: -20px;
    right: -20px;
  }

  .play-btn-circle {
    width: 45px;
    height: 45px;
  }

  .play-btn-circle svg {
    width: 16px;
    height: 16px;
  }

  .close-button {
    bottom: -20px;
    right: -20px;
    width: 45px;
    height: 45px;
  }

  .close-button svg {
    width: 16px;
    height: 16px;
  }

  .sec-head {
    display: block !important;
  }

  .sec-head h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .sec-head .butn {
    margin-top: 15px;
  }











  .intro-ds .comit .item {
    text-align: center;
    margin-bottom: 10px;
  }

  .intro-ds .comit .text-right {
    text-align: center !important;
  }

  .intro-ds .container .box {
    padding: 60px 15px;
  }

  .brand-ds .item:after {
    left: 0;
    right: 0;
  }

  .works-ds .item .cont h4 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: normal;
  }



  .services-ds .item .title {
    margin-bottom: 0;
  }

  .services-ds .item .title h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .services-ds .item .icon {
    margin-left: 15px;
  }

  .box-dark .box {
    padding: 100px 15px;
  }

  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }

  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }

  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }

  .faqs-ds .accordion-item .accordion-header button {
    font-size: 17px;
    line-height: 1.4;
  }

  .pricing-ds .content .price-head .price-headItem h2 {
    font-size: 24px;
  }
}

.box video {
  width: 85%;
  height: 700px;
  object-fit: cover;
  margin-left: 7.5%;
  border-radius: 55px 55px 0 0;
  /* border: 0px solid; */
  /* border: none; */
}


.bg-beyaz {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  /* Gradientin yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  /* background: linear-gradient(to bottom, transparent, white); */
  /* z-index: 0; */
}



.since {
  width: 233px;
  z-index: 4;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  /* Ortalamak iÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§in */
  margin-top: -60px;
  /* YukarÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ya kaydÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±rmak iÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§in */
}

.since:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgb(0 71 255);
  border: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}


.urun_png {
  position: absolute;
  top: -100px;
  -webkit-filter:
    /*drop-shadow(-37px 43px 28px #0202025e);filter: drop-shadow(-37px 43px 28px #0202025e);color: #0202025e;*/
}



.categories-container {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 500px;
  gap: 10px;
}

.categories-container .category-card {
  /* flex: 0 0 120px; */
  border-radius: 0.5rem;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.categories-container .category-card .content {
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  opacity: 1;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(0deg, rgb(39 49 108 / 89%) 0%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.5s ease-in-out, transform 0.5s 0.2s;
  /* visibility: hidden; */
}

.categories-container .category-card:hover {
  /* flex: 0 0 250px; */
}

.categories-container .category-card:hover .content {
  /* opacity: 1; */
  /* transform: translatey(0%); */
  /* visibility: visible; */
}




.mappin {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: 229px;
  animation: ripple 0.9s linear infinite;
  border-radius: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ripple effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%), 0 0 0 20px rgb(255 255 255 / 100%), 0 0 0 40px rgb(255 255 255 / 10%), 0 0 0 60px rgb(255 255 255 / 10%);
  }

  100% {
    box-shadow: 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 40px rgb(255 255 255 / 10%), 0 0 0 60px rgb(255 255 255 / 10%), 0 0 0 80px rgba(0, 71, 255, 0);
  }
}

.mapdunya {
  width: 60%;
  margin-left: 20%;
  height: auto;
}





/* Slider alanÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
.renderlar {
  width: 100%;
  margin-top: -55px;
  padding: 50px 0;
  margin-bottom: 50px;
}

/* Slider ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸eleri */
.renderlar .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 150px;
  /* KÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼k kartlarÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±n boyutu */
  /* height: 200px; */
}

/* Ortadaki ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸e bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼tÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼lecek */
.renderlar .swiper-slide-active {
  /* width: 250px !important; */
  /* Ortadaki kartÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±n bÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼k boyutu */
  /* height: 300px !important; */
  transform: scale(1.2);
  margin-left: 50px;
  margin-right: 80px !important;

}

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

#bg_mavi {
  width: 100%;
  /* Holder geniÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  height: 500px;
  /* Holder yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#bg_mavi_beyaz {
  width: 100%;
  /* Holder geniÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  height: 500px;
  /* Holder yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #ffffff, #ffffff00);
}



.hole {
  position: absolute;
  top: 62%;
  left: 50%;
  z-index: 2;
}

.hole i {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: -70px;
  top: -70px;
  border-radius: 140px;
  opacity: 0;
  animation-name: scale;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.hole i:nth-child(1) {
  animation-delay: 0.3s;
}

.hole i:nth-child(2) {
  animation-delay: 0.6s;
}

.hole i:nth-child(3) {
  animation-delay: 0.9s;
}

.hole i:nth-child(4) {
  animation-delay: 1.2s;
}

.hole i:nth-child(5) {
  animation-delay: 1.5s;
}

.hole i:nth-child(6) {
  animation-delay: 1.8s;
}

.hole i:nth-child(7) {
  animation-delay: 2.1s;
}

.hole i:nth-child(8) {
  animation-delay: 2.4s;
}

.hole i:nth-child(9) {
  animation-delay: 2.7s;
}

.hole i:nth-child(10) {
  animation-delay: 3s;
}

@keyframes scale {
  0% {
    transform: scale(2);
    opacity: 0;
    box-shadow: 0px 0px 50px rgb(0 71 255);
  }

  50% {
    transform: scale(1) translate(0px, -5px);
    opacity: 1;
    box-shadow: 0px 8px 20px rgb(0 71 255 / 50%);
  }

  100% {
    transform: scale(0.1) translate(0px, 5px);
    opacity: 0;
    box-shadow: 0px 10px 20px rgba(255, 255, 255, 0);
  }
}


#bg_mavi_2 {
  width: 100%;
  /* Holder geniÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  height: 315px;
  /* Holder yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

#bg_mavi_siyah_2 {
  width: 100%;
  /* Holder geniÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸liÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  height: 315px;
  /* Holder yÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â 'ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ksekliÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸i */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #000000, #00000000);
}




.urunbuyukcard button {
  border: none;
  cursor: pointer;
}

.urunbuyukcard button:focus {
  outline: 0;
}

.urunbuyukcard {
  width: 1000px;
  /* height: auto; */
  position: relative;
  /* transform: translate(-50%, -50%); */
  /* margin-left: auto; */
  display: flex;
  align-items: center;
  /* margin: 0 auto; */
}

.urunbuyukcard .left {
  width: 480px;
  height: 402px;
  background: linear-gradient(to right, #006876, #00a4b8, #2a2a2a);

  /* background-image: linear-gradient(
    45deg,
    hsl(223deg 100% 50%) 0%,
    hsl(219deg 100% 50%) 8%,
    hsl(216deg 100% 50%) 17%,
    hsl(213deg 100% 50%) 25%,
    hsl(210deg 100% 50%) 33%,
    hsl(208deg 100% 52%) 42%,
    hsl(209deg 100% 59%) 50%,
    hsl(210deg 100% 64%) 58%,
    hsl(210deg 100% 69%) 67%,
    hsl(210deg 100% 73%) 75%,
    hsl(210deg 100% 77%) 83%,
    hsl(210deg 98% 81%) 92%,
    hsl(209deg 90% 85%) 100%
  ); */
  border-radius: 23px;
  display: flex;
  align-items: center;
}

.urunbuyukcard .left .wordmark {
  opacity: 1;
  margin-left: -64px;
  width: 363px;
}

.urunbuyukcard .right {
  width: 654px;
  height: 479px;
  background: #020b1b;
  position: absolute;
  left: -10%;
  transform: translateX(50%);
}

.urunbuyukcard .right .helmet {
  position: absolute;
  width: 413px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.urunbuyukcard .right .productInfo {
  width: 300px;
  height: 300px;
  margin: 50px 0 0 235px;
  color: #fff;
  /* font-family: "Open Sans", sans-serif; */
}

.urunbuyukcard .right .productInfo h1 {
  /* font-weight: 800; */
  /* line-height: 46px; */
  /* font-size: 40px; */
  /* margin-bottom: 15px; */
}

.urunbuyukcard .right .productInfo h2 {
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}

.urunbuyukcard .right .productInfo .details {
  height: 145px;
  font-size: 20px;
  line-height: normal;
}

.urunbuyukcard .right .productInfo .details .size,
.urunbuyukcard .right .productInfo .details .durability {
  width: 50%;
  float: left;
}

.urunbuyukcard .right .productInfo .details .durability {
  text-align: center;
}

.urunbuyukcard .right .productInfo .details .durability h4 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.urunbuyukcard .right .productInfo button {
  height: 48px;
  background: #566B79;
  font-weight: 300;
  line-height: 35px;
  font-size: 14px;
  padding: 0 24px;
  color: #fff;
}

.urunbuyukcard .right .productInfo i.fav {
  font-size: 12px;
  margin: 0 12px 0 24px;
  color: #CB2140;
}

.urunbuyukcard .right .productInfo a {
  font-size: 12px;
  color: #fff;
  opacity: 0.3;
  text-decoration: none;
}

.urunbuyukcard .right .productInfo h3 {
  width: 80px;
  height: 80px;
  font-weight: 300;
  line-height: 80px;
  font-size: 16px;
  margin-left: 30px;
  positon: relative;
}

.urunbuyukcard .right .productInfo h4 {
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.urunbuyukcard .right .productInfo p {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: normal;
  text-align: center;
  font-weight: 300px;
  line-height: 28px;
  font-size: 14px;
  transition: 0.3s linear;
  border: 1px solid transparent;
  cursor: pointer;
}

.urunbuyukcard .right .productInfo p:hover {
  border: 1px solid #CB1F40;
}

.urunbuyukcard .right .productInfo p:nth-of-type(1) {
  border: 1px solid #CB1F40;
}

.slider {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  margin-left: -90px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  color: #566B79;
  cursor: pointer;
}

.slider:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: -121px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 576px) {
  .urunbuyukcard {
    transform: rotate(90deg) scale(0.7) translate(calc(50% - 25vh), 50%);
    position: static;
  }
}

.youtube {
  font-family: "Open Sans", "Inter", sans-serif;
  text-decoration: none;
  position: absolute;
  right: 2.5vw;
  bottom: 2vw;
  transform: translate(, );
  -webkit-animation: clickMe 1s ease-in-out infinite;
  animation: clickMe 1s ease-in-out infinite;
}

@-webkit-keyframes clickMe {
  50% {
    opacity: 0.5;
  }
}

@keyframes clickMe {
  50% {
    opacity: 0.5;
  }
}

.uruncardlar {
  /* text-align: center; */
  margin-top: 100px;
  margin-bottom: 300px;
}

.sagsolurun {
  margin-top: 85px;
  width: 360px;
}

.department-section {
  padding: 80px 0;
  background-color: #000816;
  /* min-height: 50vh; */
  position: relative;
}

.department-container {
  max-width: 1200px;
  margin-top: 66px;
  /* margin: 0 auto; */
  padding: 0 20px;
}

/* Location tabs */
.location-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  background: rgba(30, 30, 30, 0.95);
  padding: 8px;
  border-radius: 15px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.location-btn {
  padding: 12px 24px;
  font-size: 15px;
  background: transparent;
  border: none;
  color: #808080;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
}

.location-btn.active {
  background: #1a73e8;
  color: #ffffff;
}

.location-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
}

/* Department cards grid */
.department-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.department-grid.hidden {
  display: none;
  opacity: 0;
}

.department-card {
  background: rgb(0 8 22);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

.department-card:hover {
  transform: translateY(-5px);
}

.department-card h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.department-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #1a73e8;
  border-radius: 2px;
}

.contact-item {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-label {
  color: #808080;
  min-width: 80px;
  font-weight: 500;
}

.contact-value {
  color: #ffffff;
}

/* USA Department Grid */
#usa-departments {
  display: none;
}

#usa-departments.active {
  display: grid;
}

/* Responsive Design */
@media (max-width: 768px) {
  .department-section {
    padding: 40px 0;
  }

  .location-tabs {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .location-btn {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
  }

  .department-card {
    padding: 20px;
  }
}

/*Mobil Video*/

/* Tablo Stilleri */
.degisim-systems-section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.degisim-title-container {
  margin-bottom: 30px;
  position: relative;
}

.degisim-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
}

.degisim-title-icon {
  color: #566B79;
  margin-right: 10px;
  font-size: 1.8rem;
}

.degisim-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
}

.degisim-table th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  background-color: #929292;
  border: 1px solid #ddd;
}

.degisim-table td {
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
  font-size: 0.95rem;
}

.degisim-table tr:nth-child(even) td {
  background-color: #2d2d2d;
}

/* Responsive TasarÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±m */

@media only screen and (max-width: 1250px) {

  .categories-container .category-card {
    flex: 0 0 120px;
  }


}

/* Mevcut CSS kodlarÃ„Â±nÃ„Â±z aynÃ„Â± kalacak, sadece en alta bu media query'yi ekleyin */

/* 768px altÃ„Â±nda mobil responsive tasarÃ„Â±m */
@media (max-width: 768px) {
  .categories-container {
    flex-direction: column;
    height: auto;
    gap: 15px;
    padding: 20px 0;
  }

  .categories-container .category-card {
    flex: none;
    width: 100%;
    height: 150px;
    /* TÃƒÂ¼m kartlar aynÃ„Â± yÃƒÂ¼kseklikte */
    margin-bottom: 0;
  }

  .categories-container .category-card .content {
    font-size: 1.2rem;
    padding: 10px 15px;
    background: linear-gradient(0deg, rgb(39 49 108 / 95%) 0%, rgba(255, 255, 255, 0) 100%);
  }

  .categories-container .category-card:hover {
    flex: none;
    width: 100%;
    transform: scale(1.02);
    /* Hafif bÃƒÂ¼yÃƒÂ¼tme efekti */
    transition: transform 0.3s ease;
  }

  /* Ã„Â°ÃƒÂ§erik wrapper'Ã„Â± mobilde daha iyi padding */
  .content-wrapper {
    padding: 0 15px;
  }

  /* Section overlay mobil dÃƒÂ¼zenlemesi */
  .section-overlay {
    padding: 20px 0 30px 0;
  }
}

@media only screen and (max-width: 768px) {




  .degisim-systems-section {
    padding: 40px 0;
  }

  .degisim-title {
    font-size: 1.5rem;
  }

  .degisim-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 480px) {
  .degisim-title {
    font-size: 1.3rem;
  }

  .degisim-table th,
  .degisim-table td {
    padding: 10px;
    font-size: 0.9rem;
  }
}

.degisim-sector-dynamics {
  padding: 60px 0;
  background-color: #000817;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.degisim-sector-container {
  max-width: 1200px;
  margin: 0 auto;
}

.degisim-sector-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.degisim-sector-icon {
  color: #3c6fe7;
  margin-right: 15px;
  font-size: 1.8rem;
}

.degisim-dynamics-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.degisim-dynamics-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-start;
}

.degisim-dynamics-list li:last-child {
  border-bottom: none;
}

.degisim-list-bullet {
  margin-right: 12px;
  font-size: 1.2rem;
}

.degisim-note-box {
  /* padding: 20px; */
  margin-top: 20px;
}

.degisim-note-box p {
  margin: 0 0 10px 0;
  line-height: 1.6;
  color: #fff;
}

.degisim-note-box p:last-child {
  margin-bottom: 0;
}

.degisim-highlight {
  font-weight: 600;
}

/* Responsive TasarÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±m */
@media only screen and (max-width: 768px) {
  .degisim-sector-dynamics {
    padding: 40px 0;
  }

}

@media only screen and (max-width: 480px) {

  .degisim-dynamics-list li {
    padding: 10px 0;
  }
}


/**/

.degisim-sector-dynamics h2 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding-left: 22px;
  letter-spacing: 0.1px;
}

.degisim-sector-dynamics p {
  padding-left: 30px;
}

.degisim-sector-dynamics h3 {
  padding-left: 22px;
  font-size: 1.5rem;
}

.anasayfa-navbar {
  background: linear-gradient(to bottom, rgb(0 8 22), rgba(0, 0, 0, 0));
}




/* ------------------------------------------------------- */
.section-space {
  position: relative;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150vh;
  /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â min-height: 100vh yerine */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.custom-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
}

.fade-in.layer-1 {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: fadeInOpacity 0.8s ease forwards 0.4s;
  opacity: 0;
  /* BaÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€¦Ã‚Â¸langÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ta gÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼nmez */
}

.product-image-1 {
  position: absolute;
  bottom: 30%;
  right: 10%;
  width: 550px;
  height: auto;
  z-index: 3;
  animation: fadeInRight 1s ease forwards 0.6s;
  opacity: 0;
}

/* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚Â°kinci resim - Sol alt */
.product-image-2 {
  position: absolute;
  top: 360px;
  left: 13%;
  width: 400px;
  height: auto;
  z-index: 3;
  animation: fadeInLeft 1s ease forwards 0.8s;
  opacity: 0;
}

.blue-circle {
  position: relative;
  width: 500px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  bottom: 313px;
  left: 28%;
  transform: translate(-50%, -50%);
}

.circle-text {
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding: 16px;
}


@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Mobil cihazlar iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶zel ayarlar */
@media (max-width: 768px) {
  .fade-in.layer-1 {
    width: 95%;
  }

  .section-space,
  .section-space-alternative,
  .section-space-responsive {
    background-position: center center;
    min-height: 100vh;
  }
}

/* Tablet iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in ayarlar */
@media (min-width: 769px) and (max-width: 1024px) {

  .section-space,
  .section-space-alternative,
  .section-space-responsive {
    background-position: center center;
  }
}

/* BÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼yÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¼k ekranlar iÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§in */
@media (min-width: 1921px) {

  .section-space,
  .section-space-alternative,
  .section-space-responsive {
    background-size: cover;
    background-position: center;
  }
}





.product-detail-container {
  position: relative;
  width: 100%;
  min-height: 508px;
}

.product-bg-oval {
  position: absolute;
  z-index: -1;
  object-fit: contain;
  width: 650px;
  height: 350px;
  left: 50%;
  transform: translate(-50%);
}


.product-bg-oval-alt {
  width: 100%;
  height: 317px;
  object-fit: fill;
  position: absolute;
  top: 144px;
  z-index: -1;
}


.product-sogukoda {
  position: absolute;
  z-index: 0;
  object-fit: contain;
  width: 507px;
  height: 526px;
  left: 50%;
  transform: translate(-50%);
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 15px;
}

/* Gradyan oval - en arkada */
.gradient-oval {
  background: linear-gradient(135deg, #2245a2 0%, #071248 98%);
  border: 1px solid #7295db;
  border-radius: 36px;
  padding: 10px 16px;
  box-shadow: 0 0 40px rgba(34, 69, 162, 0.5),
    0 0 80px rgba(7, 18, 72, 0.3),
    inset 0 0 30px rgba(114, 149, 219, 0.2);
  animation: gradient-pulse 4s ease-in-out infinite alternate;
}

/* DÃƒâ€žÃ‚Â±Ãƒâ€¦Ã…Â¸ oval border - ortada */
.outer-oval {
  width: max-content;
  /* height: 110px; */
  border: 2px solid rgba(114, 136, 208, 0.5);
  border-radius: 46px;
  background: transparent;
  box-shadow: 0 0 25px rgba(114, 149, 219, 0.3),
    inset 0 0 20px rgba(114, 149, 219, 0.1);
  animation: outer-glow 3s ease-in-out infinite alternate;
  padding: 11px 15px;
}

/* Ana buton - en ÃƒÆ’Ã‚Â¼stte */
.custom-button {
  padding: 7px 40px;
  background: #00072a;
  border: 1px solid #7295db;
  border-radius: 28px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(114, 149, 219, 0.4),
    0 0 40px rgba(114, 149, 219, 0.2),
    inset 0 0 10px rgba(114, 149, 219, 0.1);
  transition: all 0.3s ease;
  z-index: 3;
}

.custom-button:hover {

  box-shadow: 0 0 30px rgba(114, 149, 219, 0.6),
    0 0 60px rgba(114, 149, 219, 0.3),
    inset 0 0 15px rgba(114, 149, 219, 0.2);
  border-color: rgba(114, 149, 219, 0.8);
}

@keyframes outer-glow {
  0% {
    box-shadow: 0 0 25px rgba(114, 149, 219, 0.3),
      inset 0 0 20px rgba(114, 149, 219, 0.1);
  }

  100% {
    box-shadow: 0 0 35px rgba(114, 149, 219, 0.5),
      inset 0 0 30px rgba(114, 149, 219, 0.2);
  }
}




.feature-label-top-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: -60px;
  gap: 38px;
}

.custom-button::after {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.feature-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #224994;
  border: 2px solid #446aba;
  margin-right: 8px;
  vertical-align: middle;
}

.feature-label {
  /* position: absolute; */
  /* width: 120px; */
  /* height: 120px; */
  /* display: flex; */
  /* align-items: center; */
  position: relative;
  /* justify-content: center; */
}

.feature-label .feature-bullet {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: -8px;
  left: calc(44%);
  border-radius: 50%;
  /* background: #224994; */
  border: 2px solid #446aba;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.feature-label .feature-content {
  position: relative;
  /* background: rgba(255,255,255,0.95); */
  border-radius: 12px;
  border-bottom: 2px solid #446aba;
  padding: 16px 12px 12px 16px;
  /* margin-left: 60px; */
  /* box-shadow: 0 2px 12px rgba(34,73,148,0.08); */
  z-index: 1;
  min-width: 120px;
  max-width: 220px;
}

.feature-label.feature-top-left {
  top: 0;
  left: 0;
}

.feature-label.feature-top-right {
  top: 0;
  right: 0;
}

.feature-label.feature-bottom-left {
  /* left: 72%; */
  /* top: 25%; */
  /* position: absolute; */
}

.feature-label.feature-bottom-right {
  /* left: 12%; */
  /* top: 24%; */
  /* position: absolute; */
}

.feature-label.feature-top-left .feature-bullet {
  left: 0;
  top: 0;
  border: 2px solid #446aba;
}

.feature-label.feature-top-right .feature-bullet {
  right: 0;
  top: 0;
  border: 2px solid #446aba;
}

.feature-label.feature-bottom-left .feature-bullet {
  left: -4%;
  bottom: 36%;
}

.feature-label.feature-bottom-left .feature-content {
  left: 0;
  bottom: 0;
  border-left: 2px solid #446aba;
  border-right: none;
  border-bottom: none;
}


.feature-label.feature-bottom-right .feature-bullet {
  left: 95%;
  top: 40%;
  /* border: 2px solid #446aba; */
}

.feature-label.feature-bottom-right .feature-content {
  /* left: 0; */
  /* bottom: 0; */
  border-right: 2px solid #446aba;
  border-left: none;
  border-bottom: none;
}


.feature-bottom-row-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 600px;
  position: absolute;
  top: 33%;
  width: 100%;
  justify-content: center;
}

.product-showcase {
  margin-bottom: 100px;
}

.isikli-bg {
  width: 75%;
  margin-left: 12.5%;
}



/*Anasayfa ÃƒÅ“rÃƒÂ¼nler Responsive*/

@media (max-width: 1024px) {

  .product-sogukoda {
    width: 442px;
    height: 444px;
    left: 50%;
    transform: translate(-50%);
  }

  .product-bg-oval {
    width: 607px;
    height: 344px;
    left: 50%;
    transform: translate(-50%);
  }

  .feature-label .feature-bullet {
    width: 16px;
    height: 16px;
    bottom: -8px;
    left: calc(46%);
  }

  .feature-label .feature-content {

    font-size: 15px;
  }

  .feature-label.feature-bottom-left .feature-bullet {
    left: -4%;
    bottom: 37%;
  }

  .feature-label.feature-bottom-right .feature-bullet {
    left: 94%;
    top: 40%;

  }
}


@media (max-width: 992px) {

  .product-sogukoda {
    width: 342px;
    height: 403px;
    left: 50%;
    transform: translate(-50%);
  }

  .product-bg-oval {
    width: 529px;
    height: 318px;
    left: 50%;
    transform: translate(-50%);
  }

  .feature-bottom-row-container {
    gap: 490px;
    top: 28%;

  }

  .feature-label-top-container {
    top: -32px;
    gap: 27px;
  }


  .feature-label .feature-bullet {
    width: 13px;
    height: 13px;
    bottom: -6px;
    left: calc(46%);
  }

  .feature-label .feature-content {

    font-size: 15px;
  }

  .feature-label.feature-bottom-left .feature-bullet {
    left: -4%;
    bottom: 37%;
  }

  .feature-label.feature-bottom-right .feature-bullet {
    left: 94%;
    top: 40%;

  }

  .custom-button {
    padding: 3px 27px;
    font-size: 15px;
  }

  .gradient-oval {
    padding: 8px 10px;
  }

  .outer-oval {

    padding: 10px 12px;
  }

  .button-container {

    bottom: 121px;
  }
}

@media (max-width: 768px) {

  .product-sogukoda {
    width: 273px;
    height: 369px;
    left: 50%;
    transform: translate(-50%);
  }

  .product-bg-oval {
    width: 417px;
    height: 325px;
    left: 50%;
    transform: translate(-50%);
  }

  .feature-bottom-row-container {
    gap: 377px;
    top: 25%;
  }

  .feature-label-top-container {
    top: 5px;
    gap: 40px;
  }

  .feature-label .feature-title {
    font-size: 11px;
    margin-bottom: 2px;
  }

  .feature-label .feature-desc {
    font-size: 9px;
    line-height: 1.1;
  }


  .feature-label .feature-bullet {
    width: 13px;
    height: 13px;
    bottom: -6px;
    left: calc(46%);
  }

  .feature-label .feature-content {

    font-size: 15px;
  }

  .feature-label.feature-bottom-left .feature-bullet {
    left: -4%;
    bottom: 37%;
  }

  .feature-label.feature-bottom-right .feature-bullet {
    left: 94%;
    top: 40%;

  }

  .custom-button {
    padding: 2px 22px;
    border-radius: 25px;
    font-size: 12px;

  }

  .gradient-oval {
    border-radius: 28px;
    padding: 5px 6px;
  }

  .outer-oval {
    padding: 6px 8px;
  }

  .button-container {
    bottom: 166px;
  }
}

@media (max-width: 598px) {
  .product-showcase {
    margin-top: 25% !important;
    /* Mobilde daha fazla boşluk */
  }

  .product-detail-container {
    display: flex;
    flex-direction: column;
    /* Resim ve içerikleri dikey sırala */
    align-items: center;
  }

  .product-sogukoda {
    width: 345px !important;
    height: auto !important;
    margin-bottom: -276px;
    /* Resim altına boşluk */
    position: relative !important;
    left: auto !important;
    transform: none !important;
  }

  .product-bg-oval {
    width: 345px !important;
    height: auto !important;
    position: relative !important;
    left: auto !important;
    transform: none !important;
    margin-bottom: 85px;
  }

  .feature-label .feature-bullet {
    width: 13px;
    height: 13px;
    bottom: -5px;
    left: calc(48%);
  }

  .feature-label-top-container,
  .feature-bottom-row-container {
    position: static !important;
    /* Pozisyonu sıfırla */
    display: flex;
    flex-direction: column;
    /* Yazıları alt alta sırala */
    gap: 15px !important;
    width: 100%;
    align-items: center;
  }

  .feature-bottom-row-container {
    gap: 15px !important;
    margin-top: 15px;
  }

  .feature-label.feature-bottom-left .feature-content {
    left: 0;
    bottom: 0;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #446aba;
  }

  .feature-label.feature-bottom-left .feature-bullet {
    width: 13px;
    height: 13px;
    bottom: -5px;
    left: calc(48%);
  }

  .feature-label.feature-bottom-right .feature-content {
    left: 0;
    bottom: 0;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #446aba;
  }

  .feature-label.feature-bottom-right .feature-bullet {
    width: 13px;
    height: 13px;
    top: 90%;
    left: calc(48%);
  }

  .feature-label {
    width: 100%;
    max-width: 219px;
    text-align: center;
    position: relative;
  }

  .feature-label .feature-title {
    font-size: 14px !important;
    /* Okunabilir boyut */
  }

  .feature-label .feature-desc {
    font-size: 12px !important;
    /* Okunabilir boyut */
  }

  .feature-bullet {
    display: none;
    /* Mobilde noktaları kaldır (isteğe bağlı) */
  }

  .button-container {
    position: relative !important;
    bottom: auto !important;
    margin-top: 20px;
  }
}

.degisim-projeler-container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.degisim-projeler-content {
  padding: 60px 40px;
}

.degisim-projeler-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.degisim-projeler-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  cursor: pointer;
  height: 280px;
}

.degisim-projeler-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.degisim-projeler-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.degisim-projeler-item:hover .degisim-projeler-image {
  transform: scale(1.05);
}

/* ✅ LIGHTBOX TASARIMI */
.degisim-projeler-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.degisim-projeler-lightbox-image {
  margin: auto;
  display: block;
  max-width: 60%;
  max-height: 85vh;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  transition: opacity 0.3s ease;
}

.degisim-projeler-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.degisim-projeler-close:hover {
  color: #bbb;
}

.degisim-projeler-nav {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 50px;
  cursor: pointer;
  user-select: none;
  padding: 10px;
  transform: translateY(-50%);
  transition: color 0.3s ease;
}

.degisim-projeler-nav:hover {
  color: #999;
}

.degisim-projeler-nav.prev {
  left: 30px;
}

.degisim-projeler-nav.next {
  right: 30px;
}

/* Responsive */
@media (max-width: 968px) {
  .degisim-projeler-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .degisim-projeler-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .degisim-projeler-content {
    padding: 40px 25px;
  }

  .degisim-projeler-item {
    height: 240px;
  }

  .degisim-projeler-close {
    right: 20px;
  }

  .degisim-projeler-nav.prev {
    left: 10px;
  }

  .degisim-projeler-nav.next {
    right: 10px;
  }
}