
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #E8F5E9;
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
}

.container {
  flex: 1;
}


.navbar {
  background-color: #1A2B42;
}

.navbar-brand img {
  height: 60px;
}

.navbar-nav .nav-link {
  color: white !important;
  margin-right: 15px;
  font-size: 1.1rem;
}

.social-icons i {
  color: white;
  font-size: 1.5rem;
  margin-left: 15px;
  transition: color 0.3s;
}

.social-icons i:hover {
  color: darkgray;
}

@media (max-width: 768px) {
  .social-icons {
    margin-top: 10px;
    justify-content: center;
  }
}

.dropdown-menu.custom-dropdown {
  background-color: white;
  border: 1px solid black;
  text-align: center;
}

.dropdown-menu.custom-dropdown .dropdown-item {
  color: black;
  text-decoration: none;
}

.dropdown-menu.custom-dropdown .dropdown-item:hover {
  background-color: #f0f0f0;
  color: black;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


#sayfa {
  border-width: 0px;
  background-color: azure;
  border-style: solid;
  margin-top: 10px;
  border-color: darkgray;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}


.box {
  position: fixed;
  right: 3%;
  bottom: 5%;
  background-color: #4FCE5D;
  padding: 10px;
  border-radius: 10px;
}

.box a {
  text-decoration: none;
  color: white;
}

.box a:hover {
  color: whitesmoke;
}


.footer {
  margin-top: auto;
  background-color: #6c757d;
  color: #f8f9fa;
  padding-top: 1rem;
  padding-bottom: 1rem;
}


.carousel-caption h3 {
  color: #fff;
}


.resim-liste-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}


.resim-liste-container img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: 30px;
}


.resim-liste-container ul {
  list-style-type: disc;
  padding-left: 20px;
  max-width: 300px;
  margin-top: 70px;
  margin-left: 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 8px;
  background: #fff;
  padding: 15px;
}


@media (max-width: 768px) {
  .resim-liste-container {
    flex-direction: column;
    align-items: center;
  }
  .resim-liste-container img,
  .resim-liste-container ul {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px !important;
    text-align: center;
  }
}
