﻿.header {
  position: sticky;
  z-index: 5;
  top: 0;
  padding-block: 8px;
  box-shadow: 0 3px 6px #0000001c;
}
.main-menu-box .menu-item a {
  transition: 0.4s;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 4px 15px 0px 15px;
  position: relative;
  font-weight: bold;
}
.main-menu-box .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu-box .menu-item a:hover {
  color: var(--main-color);
}
.main-menu-box .menu-item:not(:last-of-type):after {
  content: "|";
}
.head-land-link {
  padding-top: 4px;
  color: #000;
}
.landing-section {
  height: calc(100vh - var(--header-height));
}
.under-header-box {
  background-image: url(/frontend-assets/images/bottom-banner.png);
}
.swiper-custom-pagination .swiper-pagination-bullet {
  transition: 0.4s;
  margin: 0 !important;
  background: var(--main-color);
  width: 16px;
  height: 16px;
  border: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-custom-pagination .swiper-pagination-bullet-active {
  background: var(--secondary-color);
  width: 53px;
  border-radius: 30px;
}
.swiper-custom-pagination .swiper-pagination-bullet-active:before {
  background: var(--main-color);
}
.landing-section .swiper-custom-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.section-title-48 {
  font-size: 48px;
  font-weight: unset;
  font-family: var(--secondary-font);
}
.banner-title {
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: unset;
  font-family: var(--main-font);
}
.boxes-section .content {
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn {
  transition: 0.4s;
  background: #fff;
  color: #000;
  padding: 8px 30px 4px 30px;
  border-radius: 0;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}
.boxes-section.left-side .box {
  justify-content: start;
}
.boxes-section.left-side .content {
  left: auto;
  right: 0;
}
.subscribe-section {
  border-bottom: 1px solid #ffffff38;
}
.subscribe-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 2rem;
}
.subscribe-section p {
  font-weight: 100;
  font-size: 1.4rem;
  padding: 0 2rem;
  margin: 0;
  width: 18%;
  text-align: left;
}
.subscribe-section .input-box {
  border: 1px solid #fff;
}
.subscribe-section .input {
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 10px 10px 7px 10px;
  width: 250px;
  height: 50px;
  font-size: 16px;
}
.subscribe-section .input::placeholder {
  color: #fff;
  opacity: 0.7;
}
.subscribe-section .btn {
  border-left: 1px solid;
  font-weight: 400;
  background: transparent;
  color: #fff;
}
.foot-links a,
.foot-links p {
  color: #fff;
  font-size: 16px;
  width: 100%;
  transition: 0.4s;
}
.foot-links a:hover {
  color: var(--secondary-color);
}
.footer .links-section {
  padding: 1.5rem 0 3rem;
  border-bottom: 1px solid #ffffff38;
}
.footer .copyright-con {
  width: 100%;
  padding-top: 1.5rem;
  text-align: center;
  color: #a8afc7;
  font-family: "Gill-Sans";
  font-size: 0.9rem;
  box-sizing: border-box; 
}
.footer .copyright-con a {
  text-decoration: none;
  color: #a8afc7; 
}
.btn-outline {
  background: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: var(--main-radius);
  color: var(--secondary-color);
}
.btn-gray {
  background: var(--soft-white);
  color: #000;
}
.accept-cookies {
  position: sticky;
  bottom: 0;
  z-index: 4;
  background: linear-gradient(rgba(19, 19, 19, 0.9), rgba(19, 19, 19, 0.9));
  backdrop-filter: blur(5px);
}
.accept-cookies .btn {
  font-size: 14px;
  padding: 8px 20px 4px 20px;
}
.banner-section {
  height: 400px;
}
.banner-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  pointer-events: none;
}
.breadcrumb * {
  font-size: 18px;
  letter-spacing: 3px;
}
.breadcrumb a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: 0.4s;
}
.breadcrumb a:after {
  content: "|";
  color: #fff !important;
}
.breadcrumb a:hover {
  color: var(--secondary-color);
}
.social-balls a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--main-color);
}
.categories-listing-section .select-transparent {
  height: 70px;
  border: 0;
  font-size: 20px;
  appearance: none;
  background: url(/frontend-assetsimages/sl-arr.svg) no-repeat;
  background-size: 18px;
  background-position: calc(100% - 30px) center;
  background-color: #d13239;
  color: #fff;
}
.lang-ar .categories-listing-section .select-transparent {
  background-position: 30px center;
}
.categories-listing-section .cat-search-bar .input {
  font-size: 20px;
  padding-inline: 30px 15px;
}
.categories-listing-section .cat-search-bar .input::placeholder {
  color: #fff;
}
.categories-listing-section .filter-lbl {
  width: 100px;
}
.categories-listing-section .filter-lbl:after,
.categories-listing-section .middle:after {
  content: "";
  position: relative;
  height: 70%;
  width: 2px;
  background: #ffffff36;
  margin-block: auto;
  margin-inline-start: 20px;
}
.categories-listing-section .search-btn {
  width: 50px;
}
.table {
  border-collapse: collapse;
}
.table thead th {
  padding: 15px 0;
  padding-inline-start: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.table tbody td {
  padding: 15px 0;
  padding-inline-start: 15px;
  border-bottom: 1px solid #e8e7e7;
}
.table tbody .last-td {
  width: 15%;
  padding-inline-start: 0;
}
.table tbody .last-td .btn:hover,
.btn-red-hover:hover {
  background: var(--main-color);
  color: #fff;
}
.nk-malls-section .mall-item {
  border: 1px solid #e8e7e7;
}
.nk-malls-section .mall-item img {
  max-height: 97%;
}
.header .header-search-input {
  background-color: #0000001f;
  height: 31px;
  border: 0;
  padding: 5px 5px 0 5px;
  width: 100%;
  overflow: hidden;
}
[header-search-box] .input-wrapper {
  width: 0;
  overflow: hidden;
}
[header-search-box].active .input-wrapper {
  width: 170px;
}
[header-search-box].active .header-search-opener,
[header-search-box] .inner .head-search-btn {
  display: none;
}
[header-search-box] .head-search-btn {
  width: 31px;
  height: 31px;
}
[header-search-box].active .inner .head-search-btn {
  display: flex;
}
.search-results-section .results-box .res-item {
  border-bottom: 1px solid #e8e7e7;
}
.btn-outline-black {
  border: 1px solid #000;
}
.site-map-item {
  display: flex;
  color: #000;
  padding-inline: 20px;
  padding-block: 10px 7px;
  font-size: 20px;
}
.site-map-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  background-color: var(--main-color);
  height: 100%;
}
.site-map-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--secondary-color);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-inline-start: -4.5px;
}
.lang-ar .site-map-item:before,
.lang-ar .site-map-item:after {
  left: auto;
  right: 0;
}
.contact-box-info .fig {
  background: #555;
  width: 60px;
  height: 60px;
}
.contact-box-info .fig svg,
.visitor-info svg {
  width: 20px;
}
.contactus-section .right {
  background: #555;
  padding: 35px 50px;
}
.form-control {
  background: #fff;
  border: 0;
  padding: 10px 15px;
  color: #000;
  font-size: 20px;
  width: 100%;
  margin-block: 10px;
}
.contactus-section .btn-primary {
  background-color: var(--main-color);
  color: #fff;
}
.contactus-section .btn-primary:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.single-event {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.single-event h5 {
  font-size: 1.1rem;
  font-weight: 100;
}
.single-event p {
  font-size: 0.8rem;
  margin: 0.5rem 0;
}

.events_heading h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #ce1c2b;
}

.event_de_heading h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #ce1c2b;
}

.pagination nav > div:nth-child(2) > div:nth-child(2) > span {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 18px;
  width: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #000;
}

.pagination nav > div:nth-child(2) > div:nth-child(2) > span span,
.pagination nav > div:nth-child(2) > div:nth-child(2) > span a {
  display: flex;
  width: 38px;
  padding: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 32px;
}
.pagination nav > div:nth-child(2) > div:nth-child(2) > span a {
  color: #000;
}
span[aria-current="page"] span {
  color: #d13239;
  border-radius: 50%;
  width: 50px;
  padding: 7px;
  border: none;
}
.pagination .border {
  border: 1px solid var(--apply-filter-color, #F1F1F1);
  
}
.pagination nav > div:nth-child(2) > div:nth-child(2) svg {
  height: 25px;
}
.main-section {
  background-color: #F4F4F4;
  padding-top: 8rem;
}
.blogs-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
  flex-wrap: wrap;
}
.blog-box1 {
  width: 66%;
  background-color: #fff;
  margin-bottom: 1.5rem;
  position: relative;
}
.blog-box2 {
  width: 32%;
  background-color: #fff;
  margin-bottom: 1.5rem;
  position: relative;
}
.blog-image {
  width: 100%;
  height: 27.6rem;
  object-fit: cover;
}
.blog-desc-cont {
  padding: 2rem;
  margin-bottom: 2rem;
}
.blog-title {
  color: #CE2F36;
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--main-font);
}
.blog-description {
  color: #000;
  font-size: 18px;
  font-family: var(--main-font);
}
.blog-btn {
  color: #000;
  font-family: var(--main-font);
  display: block;
  position: absolute;
  bottom: 2rem;
}
.blog-container {
  padding-top: 135px !important;
}
.sidebar {
  width: 100%;
  max-width: 400px;
}
.blog-header h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 12px 0;
  color: #374250;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
}
.widget-categories h2 {
  margin: 0 0 35px 0;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
.imagebox {
  background: #000;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.imagebox:hover img {
  opacity: .7;
}
.imagebox img {
  opacity: 1;
  transition: .5s opacity;
  width: 100%;
}
.imagebox .imagebox-desc {
  background-color: rgba(180, 55, 53, .9);
  bottom: 0;
  color: #fff;
  font-size: 1.2em;
  left: 0;
  padding: 25px 15px;
  position: absolute;
  transition: .5s padding;
  text-align: center;
  width: 100%;
  float: left;
  max-height: 100%;
}
.img-desc-detail {
  padding: 10px 12px !important;
}
.blog-titles-detail {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 26px;
}
.blog-detail span {
  color: #4D4D4D;
}
.blog-detail img {
  max-width: 100%;
}
.titless h1 {
  margin: 0 0 16px 0;
  font-size: 30px;
  line-height: 1.2;
  color: #374250;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.blog-detail p {
  font-size: 16px !important;
  margin: 0px 16px;
  padding-top: 20px;
  text-align: justify;
}
.blog-detail p span {
  color: #000;
  font-family: "Arial",sans-serif;
}
.services-intro {
  text-align: center;
}
.services-intro .title {
  font-size: 3rem;
  margin-top: 0;
  margin-left: 32px;
  margin-right: 32px;
  font-weight: bold;
  color: #000;
}
.services-intro .intro-txt {
  margin: auto;
}
.transportation {
  grid-template-columns: 50% 50%;
}
.transportation .grid-item:nth-child(1), 
.transportation .grid-item:nth-child(2) {
  border-bottom: 1px solid #e1e0e0;
}
.transportation .grid-item {
  padding: 48px 48px 48px 80px;
}
.transportation .grid-item img {
  width: 70px;
}
.mall_rules {
  text-align: center;
}
.mall_rules img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.reach-us-form-sec h2 {
  font-size: 2rem;
}
.reach-us-form-sec .form-box {
  background-color: #efeded;
  padding: 3rem 5rem;
}
.reach-us-form-sec .form-box input {
  border: none;
  background: #ffffff;
  color: #000000;
  padding: 1rem;
  outline: 0;
  margin: 0.5rem 0;
  margin-right: 1rem;
  font-family: "Gill-Sans";
  box-sizing: border-box;
}
.reach-us-form-sec .form-box input::placeholder {
  color: #000;
  font-size: 14px;
}
.reach-us-form-sec .form-box textarea {
  border: none;
  background: #ffffff;
  color: #000000;
  padding: 1rem;
  outline: 0;
  margin: 0.5rem 0;
  font-family: "Gill-Sans";
  width: calc(100% - 1rem);
  box-sizing: border-box;
}
.lang-ar .reach-us-form-sec .form-box textarea {
  margin-right: 1rem;
}
.reach-us-form-sec .form-box .btn {
  background-color: #d13239;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1062px){
  .boxes-section .content {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 910px) {
  .header .container .box {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .close-mainmenu-icon {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  .under-header-box {
    display: none;
  }
  [mobile-header-search-row] {
    display: grid !important;
    grid-template-rows: 0fr;
    transition: 0.4s;
  }
  [mobile-header-search-row].active {
    grid-template-rows: 1fr;
  }
  [mobile-header-search-row] > div {
    overflow: hidden;
  }
  [mobile-header-search-row].active > div {
    animation: search-overflow 0.4s forwards;
  }
  @keyframes search-overflow {
    from {
      overflow: hidden;
    }
    to {
      overflow: visible;
    }
  }
  .header-search-form-box-mo .btn {
    background-color: var(--main-color);
    color: #fff;
    height: 31px;
    font-size: 14px;
  }
  .header .header-logo img {
    width: 132px;
    height: 64px;
  }
  .landing-section {
    height: 165px;
  }
  .swiper-custom-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-custom-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  .boxes-section .content {
    position: relative;
    padding: 20px;
  }
  .boxes-section .box {
    flex-direction: column;
  }
  .boxes-section .box .patt {
    display: none;
  }
  .section-title-48,
  .banner-title {
    font-size: 36px;
  }
  .banner-title {
    font-size: 30px;
  }
  .breadcrumb {
    flex-wrap: wrap;
  }
  .breadcrumb * {
    font-size: 14px;
  }
  .breadcrumb a, .breadcrumb {
    gap: 15px;
  }
  .subscribe-section .container {
    flex-direction: column;
  }
  .subscribe-section p {
    margin: 20px 0;
    width: 50%;
  }
  .subscribe-section .input-box {
    width: 100%;
  }
  .categories-listing-section .head {
    flex-direction: column;
    padding-block: 20px;
  }
  .categories-listing-section .head > * {
    width: 100%;
  }
  .categories-listing-section .head .px-30 {
    padding-inline: 0;
  }
  .categories-listing-section .filter-lbl:after,
  .categories-listing-section .middle:after {
    content: none;
  }
  .categories-listing-section .select-transparent {
    height: 50px;
  }
  .categories-listing-section .cat-search-bar .input {
    padding-inline: 0;
  }
  .categories-listing-section .input-box {
    flex-direction: column;
    gap: 5px;
  }
  .categories-listing-section .search-btn {
    width: 100%;
  }
  .table thead th,
  .table tbody td {
    padding: 10px 5px;
    font-size: 15px;
  }
  .table tbody td {
    font-size: 13px;
  }
  .table tbody td:last-of-type {
    padding-inline-end: 0;
  }
  .table tbody .btn {
    font-size: 10px;
    padding: 5px;
  }
  .table tbody .last-td {
    width: 61px;
  }
  .banner-section {
    height: 60vh;
  }
  .keep-bore-section .item .fig img {
    height: 110px;
  }
  .nk-malls-section .mall-item {
    padding: 5px;
  }
  .contactus-section .right {
    padding: 25px;
  }
  .main-section {
    background-color: #F4F4F4;
    padding-top: 2rem;
  }
  .blogs-list {
    width: unset;
    margin: unset;
    display: unset;
    justify-content: space-between;
    padding-bottom: unset;
  }
  .blog-box1 {
    width: unset;
    background-color: #fff;
  }
  .blog-box2 {
    width: unset;
    background-color: #fff;
  }
  .transportation {
    grid-template-columns: 100%;
  }
  .mall_rules h3 {
    font-size: 18px;
    padding: 0 10px;
  }
  .reach-us-form-sec {
    flex-wrap: wrap;
  }
  .reach-us-form-sec .form-box {
    padding: 3rem;
  }
  .reach-us-form-sec .form-box .box {
    flex-wrap: wrap;
  }
  .transportation .grid-item {
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #e1e0e0;
  }
}

.text-center {
  text-align: center;
}

.ml-3 {
  margin-left: 3rem;
}

.pagination .border {
  border: 0px solid #000 !important;
}

/* search page styling */

.search-page-cont .name-title h4,
.search-page-cont .box-sub-text {
    padding: 1.5rem 0;
}

.search-page-cont .underlined {
    border-bottom: 1px solid #707070;
    height: 60px;
}
.search-page-cont .pb-5 {
    padding-bottom: 5rem;
}
.search-page-cont .searches h2,
.search-page-cont h3 {
    font-weight: 400;
}

.search-page-cont .righted-pt {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.search-page-cont .lefted-img img {
    width: 200px;
    height: 200px;
}

.search-page-cont .flexed-r-l {
    display: flex;
    gap: 2rem;
    padding-top: 3rem;
}

.search-page-cont .content-searches {
    width: 100%;
    margin-left: 15px;
    margin-top: 3rem;
}

.search-page-cont .flexing-s-items {
    width: 100%;
    margin-left: 15px;
    gap: 4rem;
    margin-top: 5rem;
}

.search-page-cont .sliderimage {
    background-image: url('/frontend-assets/images/search/search.webp');
    background-size: cover;
    width: 100%;
    height: 40rem;
    background-position: center;
}

.search-page-cont a:not([href]):not([tabindex]):focus,
.search-page-cont a:not([href]):not([tabindex]):hover {
    color: #ffff;
    text-decoration: none;
    cursor: pointer;
}
.search-page-cont .psr-t {
    position: relative;
    top: unset;
}

.search-page-cont .cat-title {
    width: 150px;
    padding: 5px;
    color: #fff;
    background: #af695b;
    margin-bottom: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}

.search-page-cont .brown-border-button:hover {
    color: #fff !important;
}

.search-page-cont .inner-ptrn-enjoy img {
    display: none;
}

.search-page-cont .righted-pt img {
    display: none;
}

.search-page-cont .read-more-btn {
    margin-top: 3rem;
}

.search-page-cont .blog-img-bg {
    background-position: center !important;
    background-size: cover !important;
    width: 250px;
    height: 250px;
}

@media(max-width: 768px) {
    .search-page-cont .mob-lis {
        display: flex !important;
        gap: 1rem;
        height: 70px;
        text-align: center;
    }
    .search-page-cont .flexed-r-l {
        flex-direction: column;
        text-align: center;
    }
    .search-page-cont .sliderimage {
        background-size: cover;
        height: 300px;
        background-repeat: no-repeat;
    }
    .search-page-cont .content-searches {
        margin-left: unset;
    }
    .search-page-cont .cat-title {
        margin: auto;
    }
    .search-page-cont .search-title {
        margin-left: unset;
        margin-top: 3rem;
        font-size: revert;
    }
    .search-page-cont .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .search-page-cont .flexing-s-items {
        margin-left: unset;
    }
    .search-page-cont .lefted-img img {
        width: 100%;
    }
    .search-page-cont .back-top-btn {
        right: 25px;
    }

}

.no-resize {
  resize: none;
}