@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");

* {
  font-family: "Quicksand", sans-serif;
}

:root {
  --primary: #434345;
  --secondary: #0aae84;
  --light: #fff;
  --dark: #2b2825;
}

h1,
h2,
.font-weight-bold {
  /* font-family: "Quicksand", sans-serif; */
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  /* font-family: "Quicksand", sans-serif; */
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  /* font-family: "Quicksand", sans-serif; */
  font-weight: 500 !important;
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--secondary);
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link {
  /* font-family: "Quicksand", sans-serif; */

  padding: 30px 15px;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary);
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--secondary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
}
@media (max-width: 425px) {
  .navbar-brand.d-block.d-lg-none img {
    width: 175px;
    height: auto;
  }
}

@media (max-width: 410px) {
  .navbar-brand.d-block.d-lg-none img {
    width: 160px;
    height: auto;
  }
}
@media (max-width: 395px) {
  .navbar-brand.d-block.d-lg-none img {
    width: 130px;
    height: auto;
  }
}
@media (max-width: 366px) {
  .navbar-brand.d-block.d-lg-none img {
    width: 120px;
    height: auto;
  }
}
@media (max-width: 355px) {
  .navbar-brand.d-block.d-lg-none img {
    width: 110px;
    height: auto;
  }
}
@media (max-width: 345px) {
  .navbar-brand.d-block.d-lg-none img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 335px) {
  .navbar-brand.d-block.d-lg-none img {
    width: 90px;
    height: auto;
  }
}
@media (max-width: 325px) {
  .navbar-brand.d-block.d-lg-none img {
    width: 80px;
    height: auto;
  }
}

@media (max-width: 319px) {
  .navbar-brand.d-block.d-lg-none img {
    display: none;
  }
}

@media (max-width: 425px) {
  .navbar-brand.d-block.d-lg-none.me-3 img {
    width: 2rem;
    height: auto;
    display: block;
  }
}
#headerTop {
  background: var(--light);
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 60px;
}

#headerTop a {
  text-decoration: none;
}

#headerTop .iletisim-bilgi i {
  font-style: normal;
  color: var(--secondary);
}

#headerTop .iletisim-bilgi i a,
#headerTop .iletisim-bilgi i span {
  padding-left: 5px;
  color: var(--primary);
}

#headerTop .iletisim-bilgi i a {
  line-height: 0;
  transition: 0.3s;
}

#headerTop .iletisim-bilgi i a:hover {
  color: var(--secondary);
}

#headerTop .sosyal-medya a {
  color: var(--primary);
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#headerTop .sosyal-medya a:hover {
  color: var(--secondary);
}

#headerTop .sosyal-medya a span:hover {
  color: red;
}

#headerTop .sosyal-medya a:first-child {
  border-left: 0;
}

@media (max-width: 991.98px) {
  #headerTop {
    display: none !important;
  }
}
/* navbar */

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /* font-family: "Quicksand", sans-serif; */
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--secondary);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--light);

  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: lighter;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: var(--secondary);
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* Anasayfa Hero */
#hero-anasayfa .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 17, 32, 0.7);
  z-index: 1;
}

@media (max-width: 576px) {
  #hero-anasayfa .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  #hero-anasayfa .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

#hero-anasayfa .carousel-control-prev,
#hero-anasayfa .carousel-control-next {
  width: 10%;
}

#hero-anasayfa .carousel-control-prev-icon,
#hero-anasayfa .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

#hero-anasayfa #ve {
  color: var(--secondary);
}

/* Sayfa Bannerları */

.page-header {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

.page-header h1 {
  color: var(--light);
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

#banner {
  background: radial-gradient(#2b2825, #000000);
  -webkit-overflow-y: hidden;
  -moz-overflow-y: hidden;
  -o-overflow-y: hidden;
  overflow-y: hidden;
  -webkit-animation: fadeIn 1 1s ease-out;
  -moz-animation: fadeIn 1 1s ease-out;
  -o-animation: fadeIn 1 1s ease-out;
  animation: fadeIn 1 1s ease-out;
}

#banner .light {
  position: absolute;
  width: 0px;
  opacity: 0.75;
  background-color: white;
  box-shadow: #e9f1f1 0px 0px 20px 2px;
  opacity: 0;
  top: 100vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

#banner .x1 {
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#banner .x2 {
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

#banner .x3 {
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  left: -15%;
}

#banner .x4 {
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

#banner .x5 {
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

#banner .x6 {
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: -81%;
}

#banner .x7 {
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

#banner .x8 {
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

#banner .x9 {
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

#banner button:focus {
  outline: none;
}

@-webkit-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}
@-moz-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}
@-o-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}
@keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes finalFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes finalFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes finalFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes finalFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

/* Section'lar  */

section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Başlıkları */

.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--secondary);
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* accordion'lar */

#faq__accordian-main-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;

  line-height: 1.6;
}
.faq__accordion-content p {
  margin: 0;
}
.faq__accordian-heading {
  background-color: #eeeeee;
  padding: 10px 30px 10px 45px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
  text-decoration: var(--secondary);
  color: var(--primary);
}
.faq__accordian-heading::before {
  content: "\f101";
  color: var(--secondary);
  font-family: fontawesome;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.faq__accordian-heading.active {
  background-color: var(--secondary);
  color: #ffffff;
}
.faq__accordian-heading.active::before {
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transform: translateY(-50%) rotate(360deg);
  -moz-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  -o-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
}
.faq__accordian-heading.active::before {
  color: #ffffff;
}
.faq__accordion-content {
  display: none;
  padding: 10px 20px;
}

/* referanslar */

#clients {
  padding: 60px 0;
}
#clients .clients-wrap {
  border-top: 1px solid var(--light);
  border-left: 1px solid var(--light);
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  overflow: hidden;
  background: var(--light);
  height: 160px;
}

#clients img {
  transition: all 0.4s ease-in-out;
}

#clients .zoom-on-hover {
  transition: transform 0.5s ease;
}
#clients .zoom-on-hover:hover {
  transform: scale(1.2);
}

/* iletişim */

#iletisim .iletisim-info {
  margin-bottom: 20px;
  text-align: center;
}

#iletisim .iletisim-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--secondary);
}

#iletisim .iletisim-info adres,
#iletisim .iletisim-info p {
  margin-bottom: 0;
  color: var(--primary);
}

#iletisim .iletisim-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary);
}

#iletisim .iletisim-info a {
  color: var(--primary);
  text-decoration: none;
}

#iletisim .iletisim-info a:hover {
  color: var(--secondary);
}

#iletisim .iletisim-adres,
#iletisim .iletisim-telefon,
#iletisim .iletisim-mail {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #iletisim .iletisim-adres,
  #iletisim .iletisim-telefon,
  #iletisim .iletisim-mail {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #iletisim .iletisim-telefon {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 576px) {
  #iletisim #google-map {
    margin-top: 20px;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#iletisim .section-header p {
  padding: 0;
  margin: 0;
}

/* Hakkımızda */

#main-hakkimizda p {
  font-size: 1.2rem;
  line-height: 2rem;
}

#main-hakkimizda .fa {
  color: var(--secondary);
}
#main-hakkimizda h5 {
  font-weight: bold;
}

/* Tarihçe */
#main-tarihce .tarihce .nav .nav-link {
  background: var(--light);
  transition: 0.5s;
}

#main-tarihce .tarihce .nav .nav-link.active {
  background: var(--secondary);
}
#main-tarihce h4 {
  color: var(--secondary);
}

#main-tarihce .tarihce .nav .nav-link.active h4 {
  color: var(--light) !important;
}
/* #main-tarihce h1 {
  text-align: center;
  height: 38px;
  margin: 80px 0;
}
#main-tarihce h1 span {
  white-space: nowrap;
}

#main-tarihce .flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  min-height: 500px;
}

#main-tarihce .input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 80vw;
  max-width: 1000px;
  position: relative;
  z-index: 0;
  margin-left: calc((80vw - 25px) / 20);
}

#main-tarihce input {
  width: 25px;
  height: 25px;
  background-color: #2c3e50;
  position: relative;
  border-radius: 50%;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
#main-tarihce input:focus {
  outline: none;
}
#main-tarihce input::before,
#main-tarihce input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2c3e50;
  width: 4vw;
  height: 5px;
  max-width: 50px;
}
#main-tarihce input::before {
  left: calc(-4vw + 12.5px);
}
#main-tarihce input::after {
  right: calc(-4vw + 12.5px);
}
#main-tarihce input:checked {
  background-color: #2c3e50;
}
#main-tarihce input:checked::before {
  background-color: #2c3e50;
}
#main-tarihce input:checked::after {
  background-color: #aeb6bf;
}
#main-tarihce input:checked ~ input,
#main-tarihce input:checked ~ input::before,
#main-tarihce input:checked ~ input::after {
  background-color: #aeb6bf;
}
#main-tarihce input:checked + .dot-info span {
  font-size: 13px;
  font-weight: bold;
}

#main-tarihce .dot-info {
  width: 25px;
  height: 25px;
  display: block;
  visibility: hidden;
  position: relative;
  z-index: -1;
  left: calc((((80vw - 25px) / 20) * -1) - 1px);
}
#main-tarihce .dot-info span {
  visibility: visible;
  position: absolute;
  font-size: 12px;
}
#main-tarihce .dot-info span.year {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#main-tarihce .dot-info span.label {
  top: -65px;
  left: 0;
  transform: rotateZ(-45deg);
  width: 70px;
  text-indent: -10px;
}

#main-tarihce #timeline-descriptions-wrapper {
  width: 100%;
  margin-top: 140px;
  font-size: 22px;
  font-weight: 400;
  margin-left: calc((-80vw - 25px) / 20);
}
#main-tarihce #timeline-descriptions-wrapper p {
  margin-top: 0;
  display: none;
}

#main-tarihce .bi {
  color: var(--secondary);
}

#main-tarihce
  input[data-description="1985"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1985"] {
  display: block;
}

#main-tarihce
  input[data-description="1996"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="1996"] {
  display: block;
}

#main-tarihce
  input[data-description="2002"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2002"] {
  display: block;
}

#main-tarihce
  input[data-description="2011"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2011"] {
  display: block;
}

#main-tarihce
  input[data-description="2018"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2018"] {
  display: block;
}

#main-tarihce
  input[data-description="2019"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2019"] {
  display: block;
}

#main-tarihce
  input[data-description="2022"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2022"] {
  display: block;
}

#main-tarihce
  input[data-description="2023"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2023"] {
  display: block;
}

#main-tarihce
  input[data-description="2025"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2025"] {
  display: block;
}

#main-tarihce
  input[data-description="2000"]:checked
  ~ #timeline-descriptions-wrapper
  p[data-description="2000"] {
  display: block;
}

@media (min-width: 1250px) {
  #main-tarihce .input-flex-container {
    margin-left: 62.5px;
  }

  #main-tarihce input::before {
    left: -37.5px;
  }
  #main-tarihce input::after {
    right: -37.5px;
  }

  #main-tarihce .dot-info {
    left: calc((((1000px - 25px) / 20) * -1) - 1px);
  }

  #main-tarihce #timeline-descriptions-wrapper {
    margin-left: -37.5px;
  }
}
@media (max-width: 630px) {
  #main-tarihce .flex-parent {
    justify-content: initial;
  }

  #main-tarihce .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 400px;
    height: auto;
    margin-top: 15vh;
    margin-left: 0;
    padding-bottom: 30px;
  }

  #main-tarihce input,
  #main-tarihce .dot-info {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
  }

  #main-tarihce input {
    background-color: transparent !important;
    z-index: 1;
  }
  #main-tarihce input::before,
  #main-tarihce input::after {
    content: none;
  }
  #main-tarihce input:checked + .dot-info {
    background-color: #2c3e50;
  }
  #main-tarihce input:checked + .dot-info span.year {
    font-size: 14px;
  }
  #main-tarihce input:checked + .dot-info span.label {
    font-size: 12px;
  }

  #main-tarihce .dot-info {
    visibility: visible;
    border-radius: 50%;
    z-index: 0;
    left: 0;
    margin-left: -70px;
    background-color: #aeb6bf;
  }
  #main-tarihce .dot-info span.year {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ecf0f1;
  }
  #main-tarihce .dot-info span.label {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }

  #main-tarihce #timeline-descriptions-wrapper {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #main-tarihce .input-flex-container {
    width: 340px;
  }
}
@media (max-width: 400px) {
  #main-tarihce .input-flex-container {
    width: 300px;
  }
} */

/* insan kaynakları politikası */

#main-insan-kaynaklari-politikasi ul li {
  margin-bottom: 10px;
}

#main-insan-kaynaklari-politikasi ul li {
  list-style: none;
}

#main-insan-kaynaklari-politikasi ul li::before {
  content: "\2022";
  color: var(--secondary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* etik kurallar */
#main-etik-kurallar #baslik {
  text-decoration: underline;
  text-decoration-color: var(--secondary);
}

/* kurumsal kalite */

#main-kurumsal-kalite h3 {
  text-decoration: underline;
  text-decoration-color: var(--secondary);
}

#main-kurumsal-kalite .container-sertifika img {
  width: 100%;
  height: 25%;
}

/* şirket bilgileri */

/* Makineler ve üretim kapasitesi */

#main-makineler h1 {
  color: var(--primary);
}

#main-makineler .img-border {
  position: relative;
  height: 100%;
  min-height: 400px;
}

#main-makineler .img-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 3rem;
  bottom: 3rem;
  border: 5px solid var(--secondary);
}

#main-makineler .img-border img {
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
}

#main-makineler .far {
  color: var(--secondary);
}

@media (max-width: 991.98px) {
  #lazer-akbant .row > div:nth-child(1) {
    order: 2;
  }
  #metal-uretim .row > div:nth-child(2) {
    order: 2;
  }
  #plastik-uretim .row > div:nth-child(1) {
    order: 2;
  }
  #kaliphane .row > div:nth-child(2) {
    order: 2;
  }
  #kalite .row > div:nth-child(1) {
    order: 2;
  }
}

/* ürünler */
.urunler-anasayfa {
  margin-top: 55px;
  display: block;
  position: relative;
}

.urunler-anasayfa img {
  min-width: 100%;
}

.urunler-anasayfa .urunler-btn {
  position: absolute;
  z-index: 1;
  min-width: 162px;
  padding: 23px 30px;
  left: calc(50% - 130px);
  bottom: -30px;
  text-transform: uppercase;
  background: var(--dark);
}

.urunler-btn {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: var(--light);
  padding: 12px 30px;
  min-width: 138px;
  font-weight: 500;
  border: none;
  background: #414141;
  cursor: pointer;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* metal ürünler  */
#main-metal-urun img {
  max-height: 25vh;
  min-height: 25vh;
  transition: transform 0.5s;
}
#main-metal-urun img:hover {
  transform: scale(1.1);
}

#main-metal-urun .card-body {
  background-color: var(--primary);
  color: var(--light);
}

#main-metal-urun .btn {
  color: var(--primary);
  border-color: var(--secondary);
}
#main-metal-urun .btn:hover {
  background-color: var(--secondary);
  color: var(--light);
}

#main-metal-urun .active {
  background-color: var(--secondary);
  color: var(--light);
}
@media screen and (max-width: 1399px) {
  #main-metal-urun .card-body {
    width: auto;
    height: 10vh;
  }
}

@media screen and (max-width: 1190px) {
  #main-metal-urun .card-body {
    width: auto;
    height: 10.5vh;
  }
}

@media screen and (max-width: 1000px) {
  #main-metal-urun .card-body {
    width: auto;
    height: 12.5vh;
  }
}

@media screen and (max-width: 963px) {
  #main-metal-urun .card-body {
    width: auto;
    height: 15vh;
  }
}

@media screen and (max-width: 768px) {
  #main-metal-urun .card-body {
    width: auto;
    height: 15vh;
  }
}
/* plastik ürünler */

#main-plastik-urun img {
  max-height: 25vh;
  min-height: 25vh;
  transition: transform 0.5s;
}
#main-plastik-urun img:hover {
  transform: scale(1.1);
}

#main-plastik-urun .card-body {
  background-color: var(--primary);
  color: var(--light);
}

#main-plastik-urun .btn {
  color: var(--primary);
  border-color: var(--secondary);
}
#main-plastik-urun .btn:hover {
  background-color: var(--secondary);
  color: var(--light);
}

#main-plastik-urun .active {
  background-color: var(--secondary);
  color: var(--light);
}

@media screen and (max-width: 1399px) {
  #main-plastik-urun .card-body {
    width: auto;
    height: 10vh;
  }
}

@media screen and (max-width: 1190px) {
  #main-plastik-urun .card-body {
    width: auto;
    height: 10.5vh;
  }
}

@media screen and (max-width: 1000px) {
  #main-plastik-urun .card-body {
    width: auto;
    height: 12.5vh;
  }
}

@media screen and (max-width: 963px) {
  #main-plastik-urun .card-body {
    width: auto;
    height: 15vh;
  }
}

@media screen and (max-width: 768px) {
  #main-plastik-urun .card-body {
    width: auto;
    height: 15vh;
  }
}

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

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
}

#main-basvuru #kariyer {
  text-align: center;
}

#main-basvuru #kariyer a {
  text-decoration: none;
  color: var(--secondary);
}

/* Hakkimizda Anasayfa */

.hakkimizda-img {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.hakkimizda-img img {
  position: absolute;
  width: 60%;
  height: 80%;
  object-fit: cover;
}

.hakkimizda-img img:last-child {
  margin: 20% 0 0 40%;
}

.hakkimizda-img::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 80%;
  top: 10%;
  left: 20%;
  border: 5px solid var(--primary);
  z-index: -1;
}

#hakkimizda-anasayfa .btn {
  background-color: var(--primary);
  color: var(--light);
}

#hakkimizda-anasayfa .btn:hover {
  background-color: var(--dark);
  color: var(--light);
}

/* Referanslar Anasayfa */

@media (min-width: 992px) {
  .container.referans-anasayfa {
    max-width: 100% !important;
  }

  .referans-anasayfa-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .referans-anasayfa-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .referans-anasayfa-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

.referans-anasayfa .fa {
  color: var(--secondary);
}

.referans-anasayfa h2 {
  color: var(--primary);
}

.referans-anasayfa .btn {
  background-color: var(--primary);
  color: var(--light);
}
.referans-anasayfa .btn:hover {
  background-color: var(--dark);
  color: var(--light);
}

#anasayfa .btn {
  border-radius: 0;
}

#anasayfa .btn {
  font-weight: 500;
  transition: 0.5s;
}
#earth {
  background-color: var(--dark);
}
circle {
  fill: var(--dark);
  transition: 0.5s;
}
.colored {
  fill: var(--secondary);
}

#kvkk a {
  margin-left: 25px;
  color: var(--primary);
  font-weight: bold;
}
.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 4px;
  color: color-mix(in srgb, var(--dark), transparent 95%);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}
