@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

/* Variables */
:root {
  --firstColor: #1296f2;
  --secondColor: #27dff4;
  --thirdColor: #f32e1d;
  --fourthColor: #fdb60d;
  --darkColor: #0c083f;
}

/* General */
body {
  font-family: "Poppins", sans-serif;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.first-color {
  color: var(--firstColor)
}

.first-bg-color {
  background-color: var(--firstColor)
}

.first-border {
  border: 2px solid var(--firstColor);
}

.second-color {
  color: var(--secondColor)
}

.second-bg-color {
  background-color: var(--secondColor)
}

.second-border {
  border: 2px solid var(--secondColor);
}

.third-color {
  color: var(--thirdColor)
}

.third-bg-color {
  background-color: var(--thirdColor)
}

.third-border {
  border: 2px solid var(--thirdColor);
}

.fourth-color {
  color: var(--fourthColor)
}

.fourth-bg-color {
  background-color: var(--fourthColor)
}

.fourth-border {
  border: 2px solid var(--fourthColor);
}

.dark-color {
  color: var(--darkColor)
}

.dark-bg-color {
  background-color: var(--darkColor)
}

/* styles.css */

.navbar {
  background-color: #0c083f;
  padding: 1rem 0;
}

.navbar .nav-link {
  color: white;
}

.navbar .nav-item:not(:last-child) {
  margin: 0 40px;
}

.navbar-toggler {
  background-color: #fff;
}

/* Slider */
/* Set the height of the carousel */
#carouselSlider {
  height: 800px;
  position: relative;
  /* Position the carousel container relative */
  /* Adjust the height as needed */
}

/* Set the height of carousel inner and carousel items */
#carouselSlider .carousel-inner,
#carouselSlider .carousel-item {
  height: 100%;
  /* Make carousel inner and carousel items fill the specified height */
}

/* Set the height of carousel images to cover the entire carousel item */
#carouselSlider .carousel-item .main-image {
  height: 100%;
  object-fit: cover;
  /* Ensure the image covers the entire carousel item */
}

/* Add smooth black overlay */
/* #carouselSlider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
} */

/* Style carousel captions */
.carousel-caption {
  position: absolute;
  top: 50%;
  /* Vertically center the caption */
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  /* Adjust to vertically center */
  z-index: 1;
  /* Ensure the captions appear on top of the overlay */
  max-width: 80%;
  /* Set the maximum width of the caption */
  margin-left: auto;
  /* Center the caption horizontally */
  margin-right: auto;
  /* Center the caption horizontally */
}

/* Company */
.company-info {
  padding: 3rem;
  border-radius: 10px;
  height: 438px;
}

.company-title {
  padding: 10px 0;
  /* Add padding to the title */
  border-radius: 10px;
  /* Add border radius */
  font-size: 24px;
  font-weight: 700;
  color: #101010;
  /* White text color */
}

.company-description {
  font-size: 16px;
  margin-bottom: 15px;
  color: #101010;
  /* Medium text color */
}

.company-services {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #23af83;
  /* Custom color for services */
}

.company-services-list {
  list-style: none;
  padding-left: 0;
}

.company-services-list li {
  margin-bottom: 5px;
  color: #666;
  /* Medium text color */
}

.company-image img {
  width: 100%;
  height: 500px;
  /* Set the height of the images */
  object-fit: cover;
  /* Ensure images cover the entire container */
  border-radius: 10px;
}

/* section */
section {
  padding: 50px 0;
}


/* page indicator */
.page-indicator {
  background: url('/img/background-pattern.jpg');
  color: #fff;
  padding: 100px 0 0;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-indicator-content {
  padding-bottom: 100px;
}

.page-indicator-footer {
  border-top: 1px solid #101010;
}

/* Aura Group */
#aura-group-section {
  padding: 6rem 0;
  text-align: center;
}

#aura-group-section h2 {
  font-size: 40px;
}

#aura-group-section p {
  max-width: 800px;
  line-height: 1.6;
  font-size: 21px;
  margin: 2rem auto 4rem;
}

/* References */

#references-section {
  background-color: #f8f9fa;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#references-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

/* Projects */

.project-main-image {
  width: 100%;
  margin-bottom: 20px;
}

.thumbnail-image {
  width: 100%;
  margin-bottom: 10px;
}

.project-detail {
  margin-bottom: 40px;
}

.other-projects-heading {
  margin-top: 40px;
}

.other-projects .card {
  margin-right: 10px;
}


/* Footer */
.footer {
  background-color: #0c083f;
}

.footer p,
.footer a {
  margin-bottom: 0;
}

/* Font Awesome Icons */
.fab {
  font-size: 24px;
}

/* Kategori filtreleri için input-group tarzı stil */
.category-filter-link {
  text-decoration: none;
  font-weight: 500;
  color: #333;
  padding: 8px 16px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

/* İlk ve son elemanlarda yuvarlak köşe */
.category-filter .list-inline-item .category-filter-link {
  border-radius: 10px;
}

/* Hover ve aktif durumunda renk ve çerçeve değişimi */
.category-filter-link:hover {
  color: #007bff;
  border-color: #007bff;
}

.category-filter-link.active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* İç kenar sınırlarının gizlenmesi */
/* .category-filter .list-inline-item:not(:first-child) .category-filter-link {
  border-left: none;
} */

.category-filter {
  font-size: 0;
}

/* Liste elemanları arasında küçük boşluk */
.category-filter .list-inline-item {
  margin: 0 5px;
  font-size: 1rem;
}