.menu-item:hover,
.menu-item.active {
  color: var(--main-color);
}
.menu-item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: var(--main-color);
  transition: 0.4s;
}
.menu-item:hover:before {
  width: 100%;
}
.land-slide {
  height: 450px;
}
.land-slide:after,
.standard-cat-item:after,
.overlay-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: 0.4s;
}
.landing-section .swiper-custom-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.swiper-custom-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}
.landing-section .swiper-custom-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.swiper-custom-pagination .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
.section-title-47 {
  font-size: 47px;
  font-weight: 500;
}
.standard-cat-item:hover .cntnt .tt {
  transform: scale(1.2);
}
.standard-cat-item:hover:after {
  opacity: 0.6;
  /*background-color: var(--main-color);*/
  background-color: #00000094;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 35px;
  background-color: #78955f;
  color: #fff;
  font-size: 13px;
  font-family: m500;
  border: 2px solid 78955f;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  transition: 0.4s;
}
.btn:hover:before {
  width: 100%;
}
.btn span {
  z-index: 1;
  transition: 0.4s;
}
.btn:hover span {
  color: var(--secondary-color);
}
.shop-tenant-section .box {
  align-items: end;
}
.btn.soft-bg:before {
  background-color: var(--soft-white);
}
.gray {
  color: grey;
}
.shop-tenant-section .box .item:nth-of-type(even) {
  align-self: start;
}
.border-secondary {
  border: 1px solid var(--secondary-color);
}
.latest-event-item .inner {
  border-right: 4px solid #dadada45;
  border-bottom: 4px solid #dadada45;
  position: absolute;
  right: 0;
}
.latest-event-item .object-fit.img {
  width: 830px;
}
.standard-blog-item {
  position: relative;
}
.standard-blog-item .tt {
  height: 58px;
}
.link-hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--secondary-color);
  transition: 0.4s;
}
.link-hover:hover:before {
  width: 100%;
}
.hover-secondary:hover {
  color: var(--secondary-color);
}
footer{
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer .foot-col {
  max-width: 20%;
}
.footer .box2 {
  background-color: #f2ebdb;
}
.accept-cookies {
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: linear-gradient(rgba(19, 19, 19, 0.9), rgba(19, 19, 19, 0.9));
  backdrop-filter: blur(5px);
}
.banner-title {
  text-shadow: 6px 6px 11px rgb(0 0 0 / 70%);
  font-size: 50px;
}
.banner-section {
  height: calc(60vh - var(--header-height));
}
.breadcrumb-box a,
.breadcrumb-box p {
  font-size: 24px;
  transition: 0.4s;
  color: var(--main-color);
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-box p {
  color: var(--secondary-color);
}
.breadcrumb-box li {
  display: flex;
  align-items: center;
}
.breadcrumb-box li:not(:last-of-type):after {
  content: ">";
  color: var(--secondary-color);
  margin-inline-start: 25px;
  font-size: 24px;
}
.category-details-section .item img {
  max-width: 95%;
  max-height: 95%;
  transition: 0.4s;
}
.category-details-section .item:hover img,
.similar-brands-section .item:hover img {
  transform: scale(1.1) rotate(2deg);
}
.tabs-box button {
  padding: 20px 40px;
  font-size: 18px;
  color: #000;
  position: relative;
  background: #fff;
}
.tabs-box button.active {
  color: var(--secondary-color);
  border: 1px solid #ddd;
  border-width: 0 1px 0px 1px;
  z-index: 1;
}
.tabs-box button.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--secondary-color);
}
.tabs-box:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  z-index: 1;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.xl {
  display: block;
}
.lg {
  display: none !important;
}
.location-iframe iframe {
  width: 100%;
  height: 700px;
}
.mall-location-open-section .box .right img {
  min-height: 385px;
}
.park-item .shape:before {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  transition: 0.4s;
  display: block;
  border-radius: 50%;
  flex-shrink: 0;
}
.park-item:not(:last-of-type) .shape:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #4b72291f;
  display: block;
}
.park-item:not(:last-of-type) .cntnt {
  padding-bottom: 40px;
}
.important-info-section .box {
  row-gap: 40px;
}
.important-info-section .custom-list li {
  display: flex;
}
.important-info-section .custom-list p:before {
  content: '>>';
  /*margin-left: 2rem;*/
  margin-right:10px;
  /*top: 2rem;*/
  font-size: 0.9rem;
  color: #78955F;
  letter-spacing: -2px;
  transform: scale(1, 2);
  display: inline-block;
  position: relative;
}
.arabic .important-info-section .custom-list p:before{
  margin-right:-20px;
  margin-left:10px;
}
[accordion-item] .cntnt a {
  color: var(--main-color);
}
.search-control {
  padding: 10px 30px;
  padding-inline-start: 40px;
  width: 300px;
  border: 1px solid #bbb;
  background: url(../images/search.svg) no-repeat 10px center;
}
.pagination a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--secondary-color);
  transition: .4s;
  color: #000;
}
.pagination a.active {
  background: var(--secondary-color);
  color: #fff;
}
.blog-social-icons .icon {
  width: 35px;
  height: 35px;
}
.blog-details-section .description p {
  color: #343434;
  font-size: 16px;
  line-height: 1.4;
}
.blog-details-section h2 {
  font-size: 46px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--secondary-color);
}
.blog-details-section img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.blog-details-section .banner-img {
  max-width: 100%;
  width: 100%;
  object-fit: fill;
  max-height: 350px;
  min-height: 350px;
}
.blog-details-section .description img {
  margin-block: 10px;
}
.blog-details-section .description a {
  color: var(--main-color);
}
@media (min-width: 1025px) {
  .highlight-first-blog-item .standard-blog-item:first-of-type {
    grid-column: span 3;
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type .btns{
    justify-content: center;
    position: absolute;
    left: calc(50% + 30px);
    bottom: 0;
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type .lang-ar.btns{
    left: auto;
    right: calc(50% + 30px);
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type > div:first-of-type {
    display: flex;
    gap: 30px;
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type > div:first-of-type .tt {
    height: auto;
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type > div:first-of-type .cntnt{
    justify-content: center;
    padding-bottom: 60px;
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type .mb-10 {
    margin-bottom: 0;
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type .tt {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type figure {
    width: 50%;
    flex-shrink: 0;
  }
  .highlight-first-blog-item .standard-blog-item:first-of-type figure img {
    height: 340px;
  }

}
@media (max-width: 1250px) {
  .xl {
    display: none !important;
  }
  .lg {
    display: block !important;
  }
  .burger-lines {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .burger-lines span {
    width: 30px;
    height: 2px;
    background-color: #000;
    transition: 0.4s;
  }
  .burger-lines span:nth-of-type(3) {
    width: 16px;
  }
  .burger-lines:hover span:nth-of-type(3) {
    width: 30px;
  }
  .main-menu-mobile {
    right: -100%;
    left: auto;
  }
  .lang-ar .main-menu-mobile {
    right: auto;
    left: -100%;
  }
  .main-menu-mobile.active {
    right: 0;
  }
  .lang-ar .main-menu-mobile.active {
    left: 0;
  }
  .main-menu-mobile .menu-wrapper {
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .land-slide {
    height: calc(100vh - var(--header-height));
  }
  .land-slide .inner {
    text-align: center;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 65px;
  }
  .header-logo img {
    width: 130px;
  }
  .header .box > .right {
    position: relative;
    top: 5px;
  }
  .section-title-47 {
    font-size: 30px;
  }
  .shop-category-section .box .img {
    height: 147px;
  }
  .shop-category-section .box .cntnt {
    padding-bottom: 10px;
  }
  .shop-category-section .box .tt {
    font-size: 18px;
  }
  .latest-event-item img {
    height: 400px;
  }
  .latest-event-item .cntnt {
    align-items: end;
    justify-content: start;
    padding-inline-start: 1px;
    padding-bottom: 1px;
  }
  .latest-event-item .cntnt .inner {
    width: 90%;
  }
  .btn {
    padding: 7px 19px;
    font-size: 14px;
  }
  .footer .foot-col {
    max-width: inherit;
  }
  .banner-section {
    height: calc(40vh - var(--header-height));
  }
  .breadcrumb-box a,
  .breadcrumb-box p {
    font-size: 15px;
    white-space: nowrap;
  }
  .breadcrumb-box .box {
    gap: 10px;
  }
  .breadcrumb-box li:not(:last-of-type):after {
    content: ">";
    color: var(--secondary-color);
    margin-inline-start: 10px;
    font-size: 12px;
  }
  .category-details-section .item {
    height: 140px;
  }
  .small-banner-section .img {
    height: 200px;
  }
  .similar-brands-section .item .img {
    height: 200px;
  }
  .banner-title {
    font-size: 30px;
  }
  .tabs-box button.active:after {
    height: 2px;
  }
  .tabs-box {
    gap: 0;
  }
  .tabs-box button {
    white-space: nowrap;
    padding: 10px 10px;
    font-size: 14px;
    font-family: m500;
  }
  .location-iframe iframe {
    height: 380px;
  }
  .mall-location-open-section .box .right img {
    min-height: 440px;
    width: 100%;
  }
  .other-payments-section .box .fig {
    width: 100%;
  }
  .blog-details-section .description img {
    height: auto!important;
  }
  .blog-details-section h2 {
    font-size: 30px;
  }
  .latest-event-item .inner {
    position: unset;
    right: unset;
  }
  .latest-event-item .object-fit.img {
    width: 100%;
  }
}

.tenant_image , .tenant_title{
  display: inline;
  vertical-align: middle;
}
.footer-list{
  margin-bottom: 20px;
}

.font-dark-gray {
  color: #111111;
}
/*outlet design*/
/*latest event design*/

.events-section h2{
  text-align: center;
}
.events-section.section-spacing {
  margin: 10rem 0;
}
.events-section .events-slider-wrapper .slider-item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.events-section .events-slider-wrapper .slider-item .img-wrapper {
  width: 830px;
  height: 575px;
}

.events-section .events-slider-wrapper .slider-item .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.events-section .events-slider-wrapper .slider-item .text-wrapper {
  position: absolute;
  top: 25%;
  right: 0;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 5rem 4rem 4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 4px solid #dadada45;
  border-bottom: 4px solid #dadada45;
}

.events-section .events-slider-wrapper .slider-item .text-wrapper h3 {
  margin-top: 0;
}

.events-section .events-slider-wrapper .slider-item .text-wrapper p {
  line-height: 1.5;
}
.events-section .btn-wrapper a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #4b7229;
}
.events-section .btn-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.events-section .btn-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #4b7229;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.events-section .btn-wrapper:hover::before {
  content: "";
  position: absolute;
  width: 0%;
}

.events-section .btn-wrapper a:hover {
  color: #4b7229;
}


.events-section .slider-arrows img {
  cursor: pointer;
}

@media (max-width: 1440px) {
  .events-section .events-slider-wrapper .slider-item .text-wrapper {
    right: 32rem;
  }
}
@media (max-width: 1300px) {
  .events-section .events-slider-wrapper .slider-item .text-wrapper {
    top: unset;
    bottom: 5px;
    right: 0;
    left: 5px;
    width: 70%;
    padding: 1rem;
  }
}
@media (max-width: 550px) {
  .events-section .events-slider-wrapper .slider-item .text-wrapper {
    bottom: 0;
    left: 0;
    width: 70%;
  }
  .events-section h3 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .top-slider-wrapper {
    height: 40vh;
  }
  .top-slider-wrapper .slider-item .text-wrapper {
    top: 40%;
  }
  .events-section .events-slider-wrapper .slider-item .text-wrapper {
    bottom: 0;
    left: 0;
    width: 90%;
  }
}
.blog-social-icons {
  align-items: baseline;
  gap: 10px;
}
.blog-social-icons a {
  color: #FFF;
  position: relative;
  width: 25px;
  display: inline-block;
  height: 25px;
  border-radius: 50px;
  background: #B5992E;
  margin-bottom: 0;
}
.blog-social-icons a i {
  top: 50%;
  left: 50%;
  transform: translate(-55%, -55%);
  position: absolute;
}
a.tenant-breadcrumb {
  color: #78955f;
}
.object-contain {
  object-fit: contain;
}
.text-capitalize {
  text-transform: capitalize;
}
.head-margin {
  margin: 0 100px 0;
}
.main-menu-box {
  margin-bottom: 0;
}
@media (max-width: 1250px) {
  .head-margin {
    margin: 0 20px 0;
  }
}
