body {
  margin: 0;
  padding: 0;
  background-image: url("./images/Anıtkabir2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
  font-family: "Roboto Mono" !important;
}

.navbar {
  opacity: 0.7;
}

.navbar-container {
  background-image: url("./images/TurkBayragi.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.container-fluid {
  display: block;
}

.color-overwrite-footer {
  color: white !important;
}

.special-color-tag {
  color: white !important;
}

.logo {
  height: 100px;
  width: 100px;
}

.carousell {
  z-index: 1;
  position: relative;
}

.carousel-inner {
  border-radius: 85px;
  width: 75%;
  margin: auto;
}

.shadow-md {
  background-color: rgba(105, 105, 105, 0.7);
  padding: 40px 15px;
  border-radius: 80px;
  width: 75%;
  margin: auto;
}

.shadow-md h2 {
  font-size: 16px;
  color: azure;
  margin-bottom: 35px;
  text-align: center !important;
  font-family: "Roboto Mono";
}

.footer-container {
  background-color: rgba(10, 9, 9, 0.5);
  overflow: hidden;
}

.footer-logo {
  width: 500px;
  margin-right: 50px;
}

.footer-logo img {
  width: 100%;
  margin: auto;
}

.col-footer {
  margin-left: 4rem;
}

.modal-content {
  background-color: dimgray;
  color: azure;
}

.modal-body img {
  max-width: 100%;
}

.social-media-container {
  display: flex;
  gap: 15px;
  margin-right: 100px;
  margin-top: 15px;
  padding-left: 12px;
}

#scrollUpBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #873636;
  color: white;
  cursor: pointer;
  padding: 15px;
  padding-top: 10px;
  border-radius: 15px;
}

#scrollUpBtn:hover {
  background-color: #777;
}

.col a {
  color: black !important;
  text-decoration: none !important;
  text-align: center;
}

.col .card {
  border-radius: 50px;
  background-color: beige;
}

.baskan img {
  border-radius: 80px;
}

.baskan-text {
  text-align: center;
}

.dernek-logo {
  width: 250px;
}

.baskan-text-footer {
  text-align: left;
  font-size: small;
}

@media only screen and (max-width: 600px) {
  .baskan-text-footer {
    white-space: normal;
    overflow: scroll;
    text-overflow: clip;
  }
  .footer-logo {
    text-align: center;
    width: 100% !important;
  }
  #myInput {
    margin-bottom: 8px;
    width: 104px;
    text-align: center;
    font-size: 14px;
  }
  #language-button {
    margin-left: 0px !important;
    width: 104px;
  }
  #languages-dropdown {
    max-width: 104px !important;
  }
  #donate-container {
    overflow: scroll;
  }
  .footer-logo{
    width: 150px !important;
    margin-top: 116px !important;
    margin-left: 39px !important;
    margin: 0px;
    padding: 0px;
  }
  .col-footer {
    width: 125px !important;
    padding: 0px !important;
  }
  #yonetim{
    margin-left: 5px;
  }
}

#language-button {
  background-color: rgba(105, 105, 105, 1);
  border: none;
  padding: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 8px;
}

#carouselItem:hover {
  cursor: pointer;
}

.link {
  color: azure;
  text-decoration: none;
}

.max-width-90 {
  max-width: 90%;
}

.max-width-100 {
  max-width: 100%;
}