.navbar {
  background-color: #2e7d32;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.logo img {
  height: 75px;
  width: 200px;
}
.navbar a {
  color: #f5deb3;
  text-decoration: none;
}
.navbar a:hover {
  color: #faf3e0;
}
.navbar-link-sm li {
  background: transparent;
  border: none;
  padding: 4px 8px;
}
#canvas-icon {
  color: #f5deb3;
}
#canvas-icon:hover {
  cursor: pointer;
}
.services-link:hover + i {
  color: #faf3e0 !important;
}
.my-dropdown-menu-1 {
  background-color: #2e7d32;
  padding: 0;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  width: max-content;
  z-index: 5;
}
.my-dropdown-menu-1 li {
  list-style: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.my-dropdown-menu-1 li:last-child {
  border: none;
}
.ceviz-cesitleri-menu li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.ceviz-cesitleri-menu li:last-child {
  border: none !important;
}
.badem-cesitleri-menu li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.badem-cesitleri-menu li:last-child {
  border: none;
}
.offcanvas-body {
  background-color: #2e7d32;
}
.offcanvas-header {
  background-color: #2e7d32;
}
.offcanvas-body li {
  background: transparent;
  border: none;
}
#ceviz-cesitleri-menu-sm {
  padding-left: 30px;
  padding-top: 10px;
}
#ceviz-cesitleri-menu-sm li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 0;
}
#ceviz-cesitleri-menu-sm li:last-child {
  border: none;
}
#badem-cesitleri-menu-sm {
  padding-left: 30px;
  padding-top: 10px;
}
#badem-cesitleri-menu-sm li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 0;
}
#badem-cesitleri-menu-sm li:last-child {
  border: none;
}
.urunlerimizli {
  border-radius: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3) !important;
  padding: 0;
  margin-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.canvaslistli {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3) !important;
}
.canvaslistlitop {
  border-top: solid 1px rgba(255, 255, 255, 0.3) !important;
}
/* header contetnt */

.carousel-item img {
  height: 80vh;
}

@media (min-width: 768px) and (max-width: 992px) {
  .carousel-item img {
    height: 70vh;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .carousel-item img {
    height: 60vh;
  }
}
@media (min-width: 992px) {
  .carousel-caption h5 {
    font-size: 32px;
  }
  .carousel-caption p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .carousel-item img {
    height: 60vh;
  }
  .carousel-caption h5 {
    font-size: 24px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
}
.carousel-inner {
  position: relative;
}
.carousel-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.carousel-caption {
  z-index: 2;
  color: #eaeaea;
}
.flash {
  animation: myflash 2s infinite;
}
@keyframes myflash {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.head-1 {
  background: linear-gradient(90deg, #c17c3d, #e1b96e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* bu şart! */
  background-clip: text;
  color: transparent;

  /* Opsiyonel: okunabilirlik için gölge */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.head-2 {
  background: linear-gradient(90deg, #faf9f6, #eae7dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}
/* .services-list li {
  color: black;
} */
/* pictures */
.about-picture {
  background-image: url(../pictures/fidan/ceviz-fidanlari.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  width: 60%;
  position: relative;
  border: solid 5px #2e7d32;
  border-radius: 10px;
}
.about-picture img {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  transform: translate(30%, 30%);
  border: solid 5px #f5deb3;
}
.dekarasyon-1 img {
  width: 200px;
  height: 200px;
}
.about-picture-2 {
  background-image: url(../pictures/fidan/ceviz-fidanlari-7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  width: 60%;
  position: relative;
  border: solid 5px #2e7d32;
  border-radius: 10px;
}
.about-picture-2 img {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  bottom: 0;
  right: 0;
  transform: translate(25%, 25%);
  border: solid 5px #f5deb3;
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-picture {
    width: 80%;
    height: 350px;
  }
  .about-picture img {
    width: 130px;
    height: 130px;
  }
  .dekarasyon-1 img {
    width: 75px;
    height: 75px;
  }
  .dekarasyon-1 {
    top: 40% !important;
  }
  .about-picture-2 {
    width: 80%;
    height: 350px;
  }
  .about-picture-2 img {
    width: 130px;
    height: 130px;
  }
  .test {
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .dekarasyon-1 img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .about-picture {
    width: 70%;
    height: 400px;
    margin-bottom: 50px;
  }
  .about-picture img {
    width: 150px;
    height: 150px;
  }
  .about-picture-2 {
    width: 70%;
    height: 400px;
    margin-bottom: 50px;
  }
  .about-picture-2 img {
    width: 150px;
    height: 150px;
  }
}
