* {
  box-sizing: border-box;
}
body {
  position: relative;
}
.light-box {
  position: fixed;
  background-color: white;

  top: 10%;
  left: 10%;
  width: 80vw;
  height: 80vh;
  z-index: 99;
  border: solid 4px #e6dba4;
  border-radius: 10px;
  padding: 10px;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.lb-img {
  height: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: solid 3px #231f1f;
  border-radius: 10px;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 25;
}

/* Aktif hali */
body.overlay-active::after {
  opacity: 0.5;
  visibility: visible;
}
.head-1 {
  background: linear-gradient(90deg, #1f5f3b, #4f8f52, #c9b36b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
}
.head-2 {
  background: linear-gradient(
    90deg,
    #1e0f0b,
    /* çok koyu toprak */ #3a1f14,
    /* ıslak kahve */ #5d4037,
    /* koyu kahverengi */ #8d6e63 /* yumuşak toprak */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
}
.head-3 {
  color: #1f3d2b;
  padding-bottom: 5px;
}
.head-4 {
  /* Senin seçtiğin renk paleti */
  background: linear-gradient(
    90deg,
    #ffd700 0%,
    /* Saf Altın Sarısı */ #ffb900 40%,
    /* Parlak Kehribar */ #ff8c00 100% /* Koyu Portakal/Güneş Sarısı */
  );

  /* Gradyanı yazıya maskeleme */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Kurumsal Duruş İçin Eklemeler */
  font-family: "Playfair Display", serif; /* Ya da 'Inter', sans-serif */
  font-weight: 800;
  letter-spacing: -0.02em; /* Harfleri biraz yaklaştırarak daha premium bir hava katar */
  line-height: 1.2;

  /* Hafif bir keskinlik kazandırmak için */
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));

  display: inline-block; /* Gradyanın doğru hesaplanması için önemlidir */
  padding-bottom: 5px;
}
.color-1 {
  color: #feffd3 !important;
}
.color-2 {
  color: #ffa6a6 !important;
}
.two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 5px;
}
.one-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* .four-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */
.four-lines {
  line-height: 1.5;
  max-height: calc(1.5em * 4);
  overflow-y: auto;
}
.two-lines-2 {
  line-height: 1.5;
  max-height: calc(1.5em * 2);
  overflow-y: auto;
}
.two-md-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header {
  height: 100vh;
  background-image: url(pictures/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.topbar img {
  width: 150px;
  height: 150px;
}
.my-navbar ul li {
  background: transparent;
  border: none;
  text-align: center;
}
.my-navbar ul li a {
  text-decoration: none;
  color: #e6dba4;
  font-size: 20px;
  font-weight: 300;
}
.my-navbar ul li:last-child a {
  padding: 5px 20px;
  background-color: black;
  border-radius: 5px;
  border: solid 1px #e6dba4;
  font-size: 22px;
}
.my-navbar {
  position: relative;
  border-top: solid 1px #e6dba4;
  border-bottom: solid 1px #e6dba4;
  padding-left: auto;
  padding-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.my-navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231f1f;
  opacity: 0.7;
}
.my-navbar-2 {
  background-color: #231f1f;
}
.my-navbar-2 ul li {
  background: transparent;
  border: none;
}
.my-navbar-2 ul li a {
  color: #e6dba4;
  text-decoration: none;
}
.my-navbar-2 ul li:last-child {
  border-radius: 0;
  border: solid 1px #e6dba4 !important;
}
.my-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  z-index: 5;
  background-color: #e6dba4;
  border-radius: 5px;
}
.my-dropdown ul {
  padding: 10px 20px;
}
.my-dropdown li {
  list-style: none;
  padding: 2px 0;
}
.my-dropdown li a {
  color: #231f1f !important;
}
.my-dropdown li:hover a {
  text-decoration: underline;
}
/* breadcrumbs */
.breadcrumbs a {
  text-decoration: none;
}
/* product-2  */
.product-2 ul {
  border: none !important;
}
.product-2 ul li {
  border: solid 1px #e6dba4 !important;
}
.product-2 ul li a {
  text-decoration: none;
  color: black;
}
.product-2 .card img {
  height: 250px !important;
  width: 100%;
}
.product-2 .card .card-body {
  height: 170px;
  position: relative;
}
.product-2 .card {
  margin-bottom: 15px;
}
.product-2 .card .card-body .product-detail {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
}

.header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.header-botbar {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 100%;

  transform: translate(-50%, -50%);
}
.header-botbar a {
  position: relative;
  margin: 10px;
  text-decoration: none;
  color: #e6dba4;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #e6dba4;
}
.header-botbar a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: -1;
}
.product ul {
  border-radius: 0;
}
.product ul li {
  border: none !important;

  background: transparent;
  border-right: solid 1px #333 !important;
}
.product ul li:last-child {
  border: none !important;
}

.product-img {
  height: 100% !important;
  width: 10%;
}
.product .list-group span {
  cursor: pointer;
  color: #6d6d6d;
}
.product .list-group li {
  padding: 8px;
}

.product .list-group span.active {
  color: #1f3d2b;
  font-weight: 500;
  border-bottom: 2px solid #e6dba4;
}
.contact a {
  text-decoration: none;
  color: black;
}
.product-carousel .item img {
  height: 100px;
}
.product-carousel .item h5 {
  font-size: 16px;
  text-align: center;
}
.product-carousel .item .card-body {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px !important;
}
/* product-carousel-2 */
.product-carousel-2 .card img {
  height: 200px !important;
}
.product-carousel-2 .card {
  cursor: pointer;
}
/* product-card */
.product-card {
  cursor: pointer;
}

/* footer */

.footer {
  border-top: solid 3px #e6dba4;
}
.footer li {
  border: none;
}
.footer a {
  text-decoration: none;
  color: black;
}
.footer a:hover {
  color: darkblue;
  text-decoration: underline;
}
/* bread img */
.bread-img div {
  height: 30vh;
  position: relative;
}

.bread-img div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.bread-img div h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
/* contact list */

.contact-list li {
  border: none;
  padding: 10px 0;
}
.contact-list li a {
  color: black;
  text-decoration: none;
}
.contact-list li a:hover {
  color: #0d6efd;
}
/* about */
.about-content {
  position: relative;
}
.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
/* landscaping */
.landscaping {
  position: relative;
}
.landscaping::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.landscaping h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #0ac4e0;
}
/* collapse */
#quickMenu a {
  font-weight: bold;
}
#quickMenu {
  border-radius: 0;
}
@media (max-width: 567px) {
  .footer {
    text-align: center;
  }
  .product-2 .card img {
    height: 200px !important;
  }
  .lb-img {
    height: 250px;
  }
  .product-carousel-2 .card img {
    height: 150px !important;
  }
  .bread-img div {
    height: 20vh;
  }
  .product-2 .product-size {
    font-size: 12px;
  }
  .product-2 .product-price {
    font-size: 15px;
  }
  .product-2 .product-desc {
    font-size: 12px;
  }
  .product-2 .card-title {
    font-size: 16px;
  }
  .product-2 .card .card-body {
    height: 160px;
  }
  .two-md-lines {
    -webkit-line-clamp: 1;
  }
  .lb-title {
    font-size: 16px;
  }
}
@media (min-width: 567px) and (max-width: 768px) {
  .my-navbar ul li a {
    font-size: 16px;
  }
  .lb-img {
    height: 250px;
  }
  .two-md-lines {
    -webkit-line-clamp: 1;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .four-lines {
    max-height: calc(1.5em * 8);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .four-lines {
    max-height: calc(1.5em * 8);
  }
}
@media (min-width: 1200px) {
  .four-lines {
    max-height: calc(1.5em * 8);
  }
}
