body {
  overflow-x: unset;
}

.navbar .custom-toggler {
  border: none;
  background: none;
  padding: 0;
}

.navbar .custom-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: #000000c7;
  transition: all 0.3s ease;
}

/* حالت ضربدر */
.navbar .custom-toggler.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar .custom-toggler.active span:nth-child(2) {
  opacity: 0;
}

.navbar .custom-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.blog-sidebar .card-sticky {
  height: 15rem;
}

.blog-sidebar .card-sticky1 {
  height: 15.4rem;
  top: 72px;
}

.blog-sidebar .card-sticky2 {
  height: 14rem;
  top: 22rem;
}

.blog-sidebar .card-bar {
  width: 2.5rem;
  height: 0.2rem;
  background-color: var(--primary-color);
  border-radius: 10rem;
}

.section-images-article .overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #000, transparent);
  padding: 30px 10px 10px 0;
  font-weight: 600;
}

.section-images-article .card {
  max-height: 13.125rem;
}

.logo {
  width: 7rem;
}

.section-hotel-gardi .card img {
  width: 9rem;
  height: 6rem;
}

.section-knowledge .card img {
  height: 9rem;
}

@media (max-width: 1024px) {
  .blog-sidebar .card-sticky1,
  .blog-sidebar .card-sticky2 {
    position: unset;
    height: auto;
  }
}
