body {
  background-color: #f6f3e8;
}
.page-breadcrumb li,
.page-breadcrumb li a {
  color: #000;
}
.carousel-container {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  overflow: hidden;
  padding: 100px 0;
  direction: rtl;
}
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  direction: rtl;
  padding-top: 100px;
}

.carousel-track {
  display: flex;
  will-change: transform;
}

.item {
  flex: 0 0 auto;
  width: 359px;
  margin: 0 20px;
}

.item img {
  width: 100%;
  height: 435px;
  border-radius: 8px 8px 8px 125px !important;
  object-fit: cover;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(246, 243, 232, 0.5);
  backdrop-filter: blur(17.399999618530273px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1002;

  display: flex;
  flex-direction: column;
  top: 0;
  left: -5%;
  right: 0;
  bottom: 0;
  overflow: scroll;
  align-items: flex-start;
  justify-content: flex-start;

  display: none;
  width: 105%;
  padding: 4%;
}
.desc-content:hover {
  cursor: url("../images/cursor.png") 16 16, auto;
}

.desc-content {
  padding: 50px;
  text-align: right;
  color: #000;
}
.popup-content {
  z-index: 100001;
  width: 100%;
  padding: 50px;
  position: relative;
  direction: rtl;
  cursor: default;
}

.popup-content img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.popup-close {
  margin-bottom: 30px;
  font-size: 24px;
  cursor: pointer;
  font-weight: bold;
}

.popup-content h3 {
  margin-top: 0;
  align-self: stretch;
  color: #1c4220;
  text-align: justify;
  font-family: ModamVF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.popup-content p {
  align-self: stretch;
  color: #000;
  text-align: justify;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  line-height: 1.8;
  opacity: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.title-ev {
  transition: all 0.2s linear;
  margin-top: 5px;
  opacity: 0;
  align-self: stretch;
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.item:hover {
  cursor: pointer;
}
.item:hover .title-ev {
  opacity: 1;
}
.event-date {
  align-self: stretch;
  color: #000;
  text-align: right;
  font-family: Megila;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.event-form-show {
  color: #f6f3e8;
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  display: inline-flex;
  padding: 11px 44px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #1c4220;
}
.link-form {
  text-align: right;
  padding: 0 60px 60px 60px;
}
.ev-content {
  margin: auto;
  border-radius: 16px;
  background: #fff;
  padding: 30px;
  direction: rtl;
}
@media (min-width: 768px) {
  .ev-content {
    max-width: 687px;
    margin: auto;
  }
  .text-event {
    max-width: 475px;
  }
  .ev-content {
    padding: 70px 120px;
  }
}
.mt-10 {
  margin-top: 10px;
}
.text-event {
  color: #525252;
  text-align: right;
  font-family: ModamVF;
  font-size: 17px;
  font-style: normal;
  line-height: 25px;
  margin-top: 10px;
}
.text-event p {
  margin-bottom: 5px;
}
.frm label{
color: #525252;

}
