@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: "Noto Kufi Arabic", sans-serif !important;
    box-sizing: border-box;
}

p,
span,
a,
b,
strong,
div {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

#event-details p,
#event-details span,
#event-details a,
#event-details b,
#event-details strong {
    font-size: 16px !important;
}

a {
    text-decoration: none;
}

ul,
li,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Kufi Arabic", sans-serif !important;
    direction: rtl;
}

body,
html {
    height: 100%;
}

/*---------------------------------- This is a Header CSS-------------------------------------------------- */
.language_drop a{
  cursor:pointer;
  color:#fff !important;
}
.footer-bg a[href^="tel"] {
    color: #fff !important;
    /* Change to desired color */
    text-decoration: none !important;
    /* Remove underline if needed */
}

.header {
    gap: 50px;
}

.header_top_row ul li img {
    margin-right: 10px;
    margin-left: 7px;

}

.header_top_row ul li span,
.header_top_row ul li a {
    white-space: nowrap;
}

.header_top_row {
    width: 1035px;
}

.mobile_nav .navigation-cls ul li ul {
    padding-right: 0;
    ;
}

.time-items ul li img {
    margin-left: 10px;
}

.navigation-cls ul li a,
.mobile_nav .navigation-cls ul li ul li a,
.header_top_row ul li,
.header_top_row ul li a,
.navigation-cls ul li ul li a {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.navigation-cls ul li a.arrow {
    padding-right: 20px;
    background: url(../images/arrow.svg) no-repeat right 12px !important;
}

.directionltr {
    direction: ltr;
}

.desk_copy {
    display: block;
}

.mobile_copy {
    display: none;
}

.custom-button {
    float: right;
}

.gradient-bg-arabic h2 {
    font-size: 64px;

}

.gradient-bg-arabic p {
    font-size: 18px;
    font-weight: 400;
}

.banner_learnmore {
    float: right !important;
}

.banner_learnmore {
    width: 190px !important;
}

.banner_info h1 {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

.banner_wraper .owl-carousel .owl-item .banner_learnmore img {
    float: left !important;
    transform: scaleX(-1);
    margin-top: 6px !important;
}

.search_drop{
    transform: scaleX(-1);
}
.language_drop_but a{
    cursor:pointer;
    color:#fff !important;
  }




/*Banner Start*/
.Banner {
    height: calc(100vh - 160px);
    max-height: 700px;
    /* background: url(../images/shoppingDirectory.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.Banner.less-heit {
    height: calc(100vh - 190px);
}

.Banner .bannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.Banner .bannerImg .videoTag video {
    object-fit: cover;
}

.Banner .bannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Banner .bannerTitle {
    /* left: 5%;
    bottom: 5%; */
    padding-bottom: 4%;
}

.Banner .bannerTitle .mainTittle {
    display: flex;
    gap: 10px;
    align-items: center;
    background: linear-gradient(0deg,
            rgba(45, 45, 45, 0.06),
            rgba(45, 45, 45, 0.06)),
        linear-gradient(270deg,
            rgba(89, 69, 139, 0) 0%,
            rgba(89, 69, 139, 0.3) 100%);
    max-width: 60%;
    z-index: 99;
    padding: 10px 15px;
    backdrop-filter: blur(5px);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.Banner .mainTittle img {
    width: 120px;
    height: 120px;
    border-radius: 5px;

}

.Banner .bannerTitle .mainTittle.disc-cls {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.Banner .zin {
    z-index: 99;
}

.Banner .bannerTitle .mainTittle.disc-cls {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.green.Banner .bannerTitle .subtitle {


    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
        linear-gradient(90deg,
            rgba(88, 207, 121, 0.8) 0%,
            rgba(72, 214, 174, 0.8) 158.62%);
}


.blue.Banner .bannerTitle .subtitle {

    background: rgb(54, 145, 167);
    background: linear-gradient(180deg, rgba(54, 145, 167, 1) 0%, rgba(41, 115, 143, 1) 100%);
}



.Banner .bannerTitle .mainTittle h1 {
    font-size: 32px;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
}

.Banner .bannerTitle .mainTittle p {
    color: #fff;
}

.Banner .bannerTitle .subtitle {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)),
        linear-gradient(90deg,
            rgba(247, 171, 68, 0.8) 0%,
            rgba(247, 123, 66, 0.8) 158.62%);
    padding: 10px;
    z-index: 99;
    backdrop-filter: blur(50px);
    display: flex;
    align-items: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.Banner .bannerTitle .subtitle h2 {
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}


/*Banner End*/



.custom-button:first-child {
    margin-right: 0 !important;
}

.custom-button {
    float: right !important;
}

/* .header_top_row {
    width: 1021px !important;
} */

/* Footer Arabic Background and General Styling Start*/
.gradient-bg-arabic {
    background: url('../images/gradientbg-arabic.svg');
    background-size: cover;
    background-repeat: no-repeat;
    direction: rtl;
}

.shop-arrow-arabic {
    width: 30px !important;
    transform: scaleX(-1);
}

.content-arrow-arabic h6 {
    padding-right: 14px;
    font-weight: 700;
    font-size: 18px;
}

.border-start-orange-arabic {
    border-right: 2px solid #FF5733 !important;
}

.border-start-green-arabic {
    border-right: 2px solid #0ECF8A !important;
}

.border-start-blue-arabic {
    border-right: 2px solid #1960B3 !important;
}

.btn-agi-primary-arabic {
    transform: scaleX(-1);
}

.btn-arrow-arabic {
    width: 12px;
    transform: scaleX(-1);
}


.whatsnew-wrapper p {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0px !important;
    padding-left: 20px;

}

.owl-item.center {
    opacity: 1 !important;
}

.owl-item.active {
    opacity: 1 !important
}

.og-learnmore-btn span {
    float: left;
    transform: scaleX(-1) !important;
}

#wtsnew-carousel h2.card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
}

.blog-wrapper p {
    padding-right: 0 !important;
    padding-left: 20px !important;
}

.og-learnmore-btn span {
    float: left !important;
}

.og-learnmore-btn {
    text-align: right !important;

}

.og-learnmore-btn {
    background-color: #fff !important;
}

.store-card-custom .position-absolute img {
    border-radius: 5px;
}

#gallery-carosal .item .caption {
    position: absolute;
    bottom: 0px;
    left: 10% !important;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.06), rgba(45, 45, 45, 0.08)), linear-gradient(90deg, rgba(89, 69, 139, 0) -9.07%, rgb(89 69 139 / 73%) 100%);
    padding: 10px 25px;
    width: 80% !important;
    border-radius: 8px 8px 0 0;
    backdrop-filter: blur(5px);
}

.newbreadvrumb {
    margin: 15px 0 20px 0 !important;
}

.shopbanner {
    height: calc(100vh - 186px) !important;
}

/*Footer arrow flip */
.footer-arrow-icon-arabic {
    transform: scaleX(-1) !important;
}

.arabic-footer {
    background-image: url('../images/footer-bg-arabic.svg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 40px 0px;
}

.test2 {
    width: 90%;
}

.list-scedule-icon {
    height: auto;
    width: 42px;
    transform: scaleX(-1);
}

.content-card .border-start-green {
    border-right: 3px solid #0ECF8A !important;
    border-left: 0 !important;
    padding-right: 12px;
    margin-top: 0px;
}

.content-card .border-start-orange {
    border-right: 3px solid #FF5733 !important;
    border-left: 0 !important;
    padding-right: 12px;
}

.content-card .border-start-blue {
    border-right: 3px solid #1960B3 !important;
    border-left: 0 !important;
    padding-right: 12px;
}
.border-start-blue h6{
    font-weight: 700;
    font-size: 18px;
    color: #2d2d2d;
    width: 200px;
white-space: nowrap;    
  overflow: hidden;         
  text-overflow: ellipsis;
}
.shop-arrow,
.btn.btn-agi-primary img,
.viewall-arrow,
.blog-heading img,
.newsletter-form .position-absolute img,
.viewall-arrow img {
    transform: scaleX(-1) !important;
}
.newsletter-arrow:hover svg path{
    stroke: rgba(124, 29, 94, 1);
    fill: rgba(124, 29, 94, 1);
  }
  .newsletter-arrow svg{
    transform: scaleX(-1);
  }
.newsletter-error{
    background: rgba(222, 25, 25, 0.6) ;
    border: 1px solid rgba(222, 25, 25, 0.6) !important ;
  }
  
  .newsletter-footer .alertText{
    font-size: 12px;
    color: rgba(255, 255, 255, 1) ; 
  }
  
  .newsletter-success{
    background: rgba(25, 222, 115, 0.6) !important;
    border: 1px solid rgba(25, 222, 115, 0.6) !important ;
  }
  

.newsletter-form .position-absolute {
    left: 10px;
    right: inherit !important;
    cursor: pointer;
}


/* Footer Arabic Background and General Styling Start*/


/* Footer Arabic Background and General Styling Start*/
.gradient-bg-arabic {
    background: url('../images/gradientbg-arabic.svg');
    background-size: cover;
    background-repeat: no-repeat;
    direction: rtl;
}

.shop-arrow-arabic {
    width: 30px !important;
    transform: scaleX(-1);
}

.content-arrow-arabic h6 {
    padding-right: 14px;
    font-weight: 700;
    font-size: 18px;
}

.border-start-orange-arabic {
    border-right: 2px solid #FF5733 !important;
}

.border-start-green-arabic {
    border-right: 2px solid #0ECF8A !important;
}

.border-start-blue-arabic {
    border-right: 2px solid #1960B3 !important;
}

.btn-agi-primary-arabic {
    transform: scaleX(-1);
}

.btn-arrow-arabic {
    width: 12px;
    transform: scaleX(-1);
}

.custom-button:last-child {
    margin-left: 0 !important;
}

.custom-button {
    margin: 0 3% !important;
}

/*Footer arrow flip */
.footer-arrow-icon-arabic {
    transform: scaleX(-1) !important;
}

.arabic-footer {
    background-image: url('../images/footer-bg-arabic.svg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 40px 0px;
}

.blog-wrapper h2.card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
}

.newsletter-form .form-control {
    padding-right: 20px !important;
}

.view-all-transparent a {
    white-space: nowrap;
}

.shopbrand-info-sec {
    background: linear-gradient(to right, #f2c183, #f67c42) !important;
}

.shop-component .shopbanner-text {
    border-image: linear-gradient(-360deg, rgba(247, 171, 68, 0.8) 0%, rgba(247, 123, 66, 0.8) 100%) 1 !important;
    border-right: 45px solid;
}

.shopbrand-info-sec.green {
    background: linear-gradient(221deg, #79dda0, #9bdd71) !important;
}

.shopbrand-info-sec.blue {
    background: rgb(138, 193, 221) !important;
    background: linear-gradient(225deg, rgba(138, 193, 221, 1) 0%, rgba(50, 112, 151, 1) 100%) !important;
}

.shopbanner.directory-banner {
    height: calc(100vh - 220px);
}

.arabic-dir .border-start-orange {
    border-right: 3px solid #FF5733;
    ;
    border-left: 0 !important;
    padding-right: 10px;
    padding-left: 0px !important;
}

.border-start-orange {
    float: left;
    margin-top: 7px;
    padding-left: 10px;
}

.promotions-section {
    margin-bottom: 30px;
}

.store-card-body .border-start-orange {
    border-right: 3px solid #FF5733 !important;
    border-left: none !important;
    padding-right: 10px;
}

.store-card-body .border-start-blue {
    border-right: 3px solid #1960B3 !important;
    border-left: none !important;
    padding-right: 10px;
}

@media (max-width:600px) {
   
    .vist-but a {
        font-size: 14px !important;
    }

    .vist-but a img {
        margin: -3px 10px 0 0px !important;
        transform: scalex(-1) !important;
    }
}

@media (max-width: 768px) {
    .border-start-blue h6{
        width: 200px;
    }
    .border-start-green h6{
        width: 200px;
    }
    .border-start-orange h6{
        width: 200px;
    }
    .shopbrand-info-sec.green {
        margin-bottom: 40px;
    }

    .shop-brand-info {
        padding: 30px 0px !important;
    }
    .viwbtn a:focus, .viwbtn a:active {
        text-decoration: none;
        color: #fff;
      }
    .shopbanner.directory-banner .banner-background {
        height: calc(100vh - 220px);
        object-position: 60%;
    }

    .breadcrumb li a {
        font-size: 16px !important;
    }

    .shopbanner img.banner-background {
        height: calc(100vh - 170px);
    }

    #wtsnew-carousel .owl-stage,
    #my-owl-carousel .owl-stage,
    #flyva-carousel .owl-stage {
        margin-left: 40px !important;
        padding-right: 10px !important;
    }

    #wtsnew-carousel .owl-item.active,
    #dynamic-tabContent .owl-item.active,
    #my-owl-carousel .owl-item.active,
    #flyva-carousel .owl-item.active {
        opacity: 0.3 !important
    }

    #shopdine-carousel .owl-stage-outer .owl-item.center {
        opacity: 1 !important;
    }

    #wtsnew-carousel {
        padding: 0px 0px 0px 0px !important;
    }

    .blog-wrapper #my-owl-carousel {
        padding: 0px 0px 0px 0px !important;
    }

    .directoryPage .dropdown.active .dropdownDiv .actionBtn .addBtn span img {
        width: 22px;
    }


}

@media (max-width:990px) {

    #clientslogo-carousel .item .client-img img {
        width: 100px !important;
    }

    .gradient-bg-arabic h2 {
        font-size: 46px;
    }

    .mobile_menu ul li img,
    .time-items ul li img {

        transform: scaleX(-1);
    }

    .desk_copy {
        display: none;
    }

    .mobile_copy {
        display: block;
        margin-top: 10px;
    }

    .searchDiv.dropdownDiv {
        width: 300px;

    }

}

/* Added by T3860 */
/* Shop dine carosal */


/* Event-Details Start */

  .directory-danger{
        display: flex;
        justify-content: space-between;
    }
    .directory-reset:hover{
        background: rgba(124, 29, 94, 1);
        color: #fff;
    }

.moreevents {
    margin-top: 44px;
}

#dynamic-tile .owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: none;
    border: none;
    outline: none;
}

#dynamic-tile .owl-nav {
    display: flex;
    justify-content: space-between;
}

#dynamic-tile {
    position: relative;
}

#dynamic-tile .owl-nav button.owl-prev img {
    position: absolute;
    left: 30px;
    top: 30%;
    width: 34px;
    transform: scaleX(1);
}

#dynamic-tile .owl-nav button.owl-next img {
    position: absolute;
    right: 30px;
    top: 30%;
    width: 34px;
    transform: scaleX(1)
}

.event-details-header {
    background: linear-gradient(180deg, #7C1D5E 0%, #E235AB 145.42%);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    flex-direction: row;
    gap: 20px;
}

.event-details-header .icon {
    margin-right: 10px;
}

.event-details-title {
    font-size: 32px;
    color: #2b2d42;
    margin-bottom: 10px;
}

.event-details {
    margin-bottom: 20px;
}

.event-details p {
    margin: 0;
}

.event-details img {
    width: 20px;
}

.event-details p {
    font-family: Noto Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30.8px;
}

.event-details-image img {
    margin-top: 20px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.event-details-description {
    margin-top: 20px;
}

.event-details {
    flex: 1;
    margin-bottom: 0px;
}

.event-details-date-section,
.event-details-location-section {
    display: flex;
    align-items: center;
}

.event-details-date-section img,
.event-details-location-section img {
    margin-right: 10px;
}

.event-details-date-section img,
.event-details-location-section img {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .moreevents {
        margin-top: 26px;
    }

    #dynamic-tile .owl-nav {
        display: none !important;
    }

    #dynamic-tile .owl-item.center {
        opacity: 1 !important;
    }

    #dynamic-tile .owl-item {
        opacity: 0.3 !important;
    }

    #dynamic-tile .owl-stage {
        padding-right: 15px !important;
    }

    .event-details-header {
        flex-direction: column;
        text-align: center;
        align-items: start !important;
    }

    #event-details .event-details-header {

        padding: 20px 30px;

    }

    .event-details-image img {
        height: 400px;
        object-fit: cover;
    }

    .event-details-date-section,
    .event-details-location-section {
        justify-content: center;
        align-items: center;
        text-align: right;
    }

    .event-details-date-section {
        gap: 10px;
    }

    .event-details {
        margin: 20px;
    }

    .event-details-header p {
        font-family: Noto Sans;
        font-size: 22px;
        font-weight: 700;

        line-height: 30.8px;
    }


}

#event-details p {
    direction: rtl;

}


div#event-details li {
    list-style: disc;
}

div#event-details ul {
    padding-left: 2rem;
}

.event-details-location-section img {
    width: 30px !important;
}

#event-details p.date-details {
    color: #59458B !important;
}

/* Event-Details end */



/* 
#dynamic-tile img {
    transform: scaleX(-1);
} */

#load-more-btn .loadmore {
    display: inline-flex !important;
    padding: 0px 20px;
    border: 1px solid #2d2d2d;
    border-radius: 8px;
}

#load-more-btn.text-center svg {
    margin-bottom: 6px;
    margin-right: 10px;
}

#load-more-btn .loadmore span {
    font-size: 18px;
    line-height: 44px;
    color: #2d2d2d;
    font-weight: 700;
}

#load-more-btn .loadmore:hover {
    background: #59458b;
}

#load-more-btn .loadmore:hover span {
    color: #fff;
}

#load-more-btn .loadmore:hover span svg path {
    fill: #fff;
}

.news-wrapper.whatsnew-wrapper {
    margin-bottom: 0px !important;
}

.news .view-all-transparent {
    margin-top: 0px;
}

.news-wrapper.whatsnew-wrapper h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

#load-more-btn .mb-44 {
    margin-bottom: 44px;
}

@media screen and (min-width: 1500px) {
    .blog-heading.news {
        margin-bottom: 44px !important;
    }
}

.here-to-play-head {
    margin-top: 0px !important;
}

.Banner.purple .bannerTitle .subtitle {
    background: linear-gradient(270deg, rgba(124, 29, 94, 0.8) 0%, rgba(226, 53, 171, 0.8) 206.8%);
}

#dynamic-tile .custom-img {
    position: relative;
}

#dynamic-tile .custom-content {
    background: linear-gradient(270deg, rgba(124, 29, 94, 0.8) 0%, rgba(226, 53, 171, 0.8) 206.8%);
    backdrop-filter: blur(50px);
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 14px;
    border-radius: 0px 8px 0px 4px;
}

#dynamic-tile .custom-content p {
    color: #fff;
    padding: 0px;
}

#dynamic-tile .date-content {
    font-size: 12px;
    font-weight: 400;
    color: #59458B;
}

#dynamic-tile .pb-44 {
    padding-bottom: 44px;
}

#dynamic-tile .btn-agi-primary:hover {
    background-color: #89115B !important;
    color: #fff !important;
}

#dynamic-tile .blog-heading img {
    transform: scaleX(1) !important;
    scale: 1
}

.swiperSlide {
    margin-top: 40px
}

.green .shop-text-container {
    font-size: 18px;
    right: -52px;
}

.shop-text-container {
    transform: rotate(90deg) !important;
}

.green .shop-component .shopbanner-text {
    border-image: linear-gradient(-360deg, rgb(88 207 121 / 80%) 0%, rgb(72 214 174 / 80%) 100%) 1 !important;
}

.directoryPage .product .card .cardHeader .hrline-green,
.directoryPage .list_view .cardCategory .categoryHeader .hrline-green {
    width: 3px;
    height: 20px;
    background: rgba(14, 207, 138, 1);
    border-radius: 30px;
    margin-left: 0;
    margin-right: 0;
}



.tabs-wrapper1 .nav-scroller {
    margin-bottom: 40px;
}

.directoryPage .nav-scroller {
    cursor: grab;
    overflow-x: auto;
    /* Ensures horizontal scrolling is enabled */
    scroll-behavior: smooth;
    user-select: none;
}

.directoryPage .fully-out-of-view {
    opacity: 0.3;
    /* Example: half-opacity to indicate it's partially visible */
}

.directoryPage .nav-scroller.active {
    cursor: grabbing;
}

/* Scroll container */
.directoryPage .nav-scroller {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    display: flex;
    justify-content: center;
    /* Center if fewer items */
    white-space: nowrap;
    /* Prevent items from wrapping */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on touch devices */
    scroll-behavior: smooth;
    /* Smooth scroll on desktop */

    /* Hide scrollbar */
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For IE and Edge */
}

.directoryPage .nav-scroller::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Edge */
}

/* Navigation wrapper */
.directoryPage .nav {
    display: flex;
    flex-wrap: nowrap;
    /* Keep nav items in a row */
    justify-content: center;
    /* Center the items initially */
    width: 100%;
}

/* Individual tabs (nav-item) */
.directoryPage .nav-item {
    display: inline-block;
    margin: 0 10px;

    border-radius: 4px;

    cursor: pointer;

}

.directoryPage .tabCard {
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    border: 1px solid #2d2d2d;
    border-radius: 8px;
    text-wrap: nowrap;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
}


img.logo-eng {
    padding-top: 22px;
}

.landing-banner.shopbanner {
    height: calc(100vh - 235px) !important;
}

.whatson-image {
    transform: scaleX(-1);
    border-radius: 8px;
}

.offers-promotions-container {
    margin-left: 56px;
    margin-right: 56px;
}

.arabic-shop-promotion-banner {
    height: 300px;
    width: 100%;
    object-fit: cover;
}



.og-section-desktop .bg-img,
img.store-icons,
#shopdine-carousel img,
#flyva-carousel img,
#dynamic-tabContent img,
.footer-icon {
    transform: scaleX(-1);
}

#dynamic-tabContent .kfc-img img {
    transform: scaleX(1)
}




img.banner-sec-img {
    transform: scaleX(-1);
}

.owl-item:last-child .banner-sec-img {
    transform: scaleX(1);
}

#dynamic-tabContent .store-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dynamic-tabContent .border-start-green {
    display: flex;
    border-right: 3px solid #0ECF8A !important;
    float: right;
    border-left: none !important;
    justify-content: start;

}

.directoryPage .swiperSlide.py-4 {
    padding-bottom: 0 !important;
}

.directoryPage .contentBody.py-2 {
    padding-bottom: 0 !important;
}

#dynamic-tabContent .border-start-green h6 {
    padding-right: 14px;
    padding-left: 0px;
}

p.text-white.fs-14.mt-mbl {
    direction: rtl;
}

.news .Apply-Sort img {
    scale: 1 !important;
}

p.copyright-text {
    display: none;
}

p.copyright-text-desk {
    display: block;
    margin-bottom: 20px;
}

.directoryPage .product .gridhover-orange:hover .card:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ff8c00, #ffa500);
    opacity: .4;
    position: absolute;

}

.directoryPage .product .gridhover-green:hover .card:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #63984B, #63984B);
    opacity: .6;
    position: absolute;
}

.footer-mob {
    direction: ltr !important;
    color: white !important;
    text-decoration: none !important;

}

.sec-right {
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {

    .sec-right {
        margin-right: auto;
    }

    .news .view-all-transparent {
        margin-top: -18px;
    }

    .Banner .bannerTitle .mainTittle {
        max-width: 90%;
    }
    .btn-agi-primary a:focus, .btn-agi-primary a:active {
        text-decoration: none;
      }
    

    .offers-promotions-container {
        margin-left: 24px;
        margin-right: 24px;
    }

    p.copyright-text-desk {
        display: none;
    }

    p.copyright-text {
        display: block;
    }

    .footer-bg {
        background-position: 30% !important;
    }

    #shopdine-carousel {
        padding: 0px;
    }

    #flyva-carousel {
        padding: 0 10px 0 0;
    }

    img.logo-eng {
        padding-top: 0px;
    }

    #shopdine-carousel .owl-item.center {
        opacity: 1 !important;
    }

    #shopdine-carousel .owl-item {
        opacity: 0.3 !important;
    }

    #dynamic-tabContent .kfc-img img {
        width: 80px !important;
        position: absolute;
        top: 40px;
        left: 10px;
    }

    .store-dir-img {
        height: 200px;
    }

    .contentHeadright {
        margin-top: 20px;
        justify-content: start !important;
    }

    .shopbanner {
        height: calc(100vh - 210px) !important;
    }

    .shopbanner img.banner-background {
        height: calc(100vh - 150px) !important;
        object-position: 64% !important;
    }

    .arabic-shop-promotion-banner {
        height: 400px;
    }

    .promo-section {
        backdrop-filter: blur(5px);

        padding: 20px !important;
    }

    .promotions-section h2 {
        font-size: 30px !important;
    }

    .promotions-section p {
        font-size: 16px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btn-promotion {
        gap: 25px !important;
        font-size: 18px !important;
    }

   

    .play-card-custom {
        margin: 0 15px 0 15px;
    }

    .play-content-head {
        font-size: 32px !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .shopbrand-info-sec.blue {
        background: linear-gradient(90deg, rgba(138, 193, 221, 1) 0%, rgba(50, 112, 151, 1) 100%) !important;

    }

}

#dynamic-tabContent .owl-nav button.owl-prev img {
    transform: scale(1);
}

#dynamic-tabContent .owl-nav button.owl-next img {
    transform: scale(1);
}

.viwbtn {
    padding: 10px 15px 10px 5px !important;
}

span.viewall-arrow {
    margin-right: 10px;
}

.shopbanner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 8px;
    width: 50%;
    padding: 20px;
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.06), rgba(45, 45, 45, 0.06)),
        linear-gradient(270deg, rgba(89, 69, 139, 0) 0%, rgba(89, 69, 139, 0.3) 100%);

    border-right: 60px solid;
    border-left: 0px solid !important;
    border-image: linear-gradient(270deg,
            rgba(247, 171, 68, 0.8) 0%,
            rgba(247, 123, 66, 0.8) 100%) 1 !important;
    z-index: 2;
}

.shop-text-container {
    left: inherit !important;
    right: -48px;
}

.directoryPage .dropdown .actionBtn .loadmore {
    height: 42px;
}

.loadmore-span-image {
    position: relative;
    left: 5px;
}

.loadmore-span-text {
    position: relative;
    left: 5px;
}


.border-start-green {
    margin-top: 0 !important;
}

.vist-but a img {
    margin: -3px 10px 0 3px !important;
    transform: scalex(-1) !important;
}

.shop-brnd-arabic .shop-head,
.shop-brnd-arabic p {
    font-family: "Noto Kufi Arabic", sans-serif !important;
}

.shopbanner img.banner-background {
    transform: scaleX(-1);
}

.shop-brand-info img {
    transform: scaleX(-1);
}

.multisection-img img {
    border-radius: 0 5px 5px 0;
}

.readmore img {
    margin-right: 0px !important;
    margin-left: 15px;
}

.shop-brand-info {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    padding-bottom: 20px;
}


#Shop-Brand-carousel .owl-item.center:hover .storedir-green::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #63984B, #63984B);
    opacity: .6;
    position: absolute;
}

.owl-item.center:hover .storedir-green::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #63984B, #63984B);
    opacity: .6;
    position: absolute;
}

.owl-item.center:hover .storedir-blue::after,
.owl-item.active:hover .storedir-blue::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #003366, #004d99);
    opacity: .4;
    position: absolute;
}

#dynamic-tabContent .owl-item.active:hover .storedir-orange::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ff8c00, #ffa500);
    opacity: .4;
    position: absolute;
}

#dynamic-tabContent .owl-item.center:hover .storedir-orange::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #ff8c00, #ffa500);
    opacity: .4;
    position: absolute;
}

.border-start-orange h6 {
    padding-left: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #2d2d2d;
    width: 200px;
white-space: nowrap;    
  overflow: hidden;         
  text-overflow: ellipsis;
}
.border-start-green h6 {
    padding-left: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #2d2d2d;
    width:200px;
white-space: nowrap;    
  overflow: hidden;         
  text-overflow: ellipsis;
}

.shop-brand-info:last-child {
    border: none !important;
}


.directoryPage .dropdown.active .dropdownDiv {
    display: block;
}

.directoryPage .product .card .cardHeader .cardtitle,
.directoryPage .list_view .cardCategory .categoryHeader .cardtitle {
    font-size: 16px;
}

.directoryPage .product .card .cardHeader {
    height: 44px;
    position: relative;
    z-index: 999;
}

.img-fluid.dir-pro-arrow {
    height: 28px;
    width: 28px;
}

.cardBody-innerImage {
    border-radius: 4px;
}

.loadmore span svg {
    transform: scaleX(-1);
}

.multisection-img img {
    border-radius: 0px;
    border-radius: 0px 5px 5px 0px;
}

.directoryPage .contentBody .contentHeadleft h3 {
    font-size: 54px;
    color: #59458b;
    font-weight: 700;
    margin-bottom: 0;
}

.directoryPage .contentBody .contentHeadright input {
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
    height: 44px;
    border-radius: 8px;
    width: 290px;
    max-width: 100%;
    padding-left: 15%;
}

.directoryPage .contentBody .contentHeadright input:focus {
    border-color: #59458b;
    box-shadow: none;
}

.directoryPage .contentBody .contentHeadright input::placeholder {
    color: #2d2d2d;
    opacity: 0.5;
}

.directoryPage .contentBody .contentHeadright .serachDiv .searchIcon {
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    transform: scaleX(-1);
}

.directoryPage .tabsContent {
    display: none;
}

.directoryPage .tabsContent.active {
    display: block;
    padding-top: 25px;
}

.directoryPage .tabsContent .loadIcon {
    margin-top: -3px;
}

.directoryPage .iconProparty {
    border: 1px solid #2d2d2d;
    border-radius: 4px;
}

.directoryPage .iconProparty .gridFormt,
.directoryPage .iconProparty .listFormt,
.directoryPage .iconProparty .navigate {
    /* padding: 15px; */
    border-left: 1px solid #2d2d2d;
    cursor: pointer;
}

.directoryPage .iconProparty .gridFormt img,
.directoryPage .iconProparty .listFormt img,
.directoryPage .iconProparty .navigate img {
    padding: 10px;
}

.directoryPage .iconProparty .gridFormt:hover,
.directoryPage .iconProparty .listFormt:hover,
.directoryPage .iconProparty .navigate:hover,
.directoryPage .iconProparty .active {
    background: #59458b;
}

.directoryPage .iconProparty .gridFormt:hover>img,
.directoryPage .iconProparty .listFormt:hover>img,
.directoryPage .iconProparty .navigate:hover>img,
.directoryPage .iconProparty .active>img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(61%) saturate(0%) hue-rotate(239deg) brightness(102%) contrast(101%);
}

.directoryPage .iconProparty .navigate {
    border-left: none;
}

.directoryPage .icbr {
    border: 1px solid #2d2d2d;
    border-radius: 4px;
    cursor: pointer;
}

.directoryPage .icbr img {
    padding: 10px;
    cursor: pointer;
}

.directoryPage .icbr:hover,
.directoryPage .dropdown.active {
    background: #e8e5f1;
    border-color: #59458b;
}

.directoryPage .icbr:hover>img,
.directoryPage .dropdown.active>img {
    /* filter: brightness(0) saturate(100%) invert(89%) sepia(61%) saturate(0%)
      hue-rotate(239deg) brightness(102%) contrast(101%); */
    filter: brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(2112%) hue-rotate(216deg) brightness(98%) contrast(88%);
}

.directoryPage .dropdownDiv {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 100px 0px #00000033;
    width: auto;
    left: 0;
    top: 110%;
    z-index: 9999999;
    padding: 24px;
    border-radius: 8px;
    display: none;
}

.directoryPage .dropdown.active .dropdownDiv {
    display: block;
}

.directoryPage .dropdown.active .dropdownDiv .actionBtn .addBtn {
    background: #59458b;
    color: #fff !important;
}

.directoryPage .dropdown.active .dropdownDiv .actionBtn .addBtn span {
    color: #fff;
}

.directoryPage .dropdown .actionBtn .loadmore {
    align-items: center;
    padding-left: 22px;
    padding-right: 22px;
}

.directoryPage .dropdown .actionBtn .loadmore span {
    line-height: 34px;
}


.list-arrow-image {

    position: relative;
    left: 10px;
}

.directoryPage .filtericon.notify::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #7c1d5e;
    border-radius: 50px;
    position: absolute;
    top: -10%;
    right: -10%;
    border: 2px solid #fff;
}

.directoryPage .dropdown.active .dropdownDiv .actionBtn .addBtn span {
    color: #fff;
}

.directoryPage .dropdown.active .dropdownDiv .actionBtn .addBtn span img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(61%) saturate(0%) hue-rotate(239deg) brightness(102%) contrast(101%);
    scale: -1;
    transform: scaleX(1);
}

.directoryPage .dropdownDiv .dropdownHeader h3 {
    font-size: 34px;
    color: #59458b;
    font-weight: 700;
    margin-bottom: 0;
}

.directoryPage .contentBody .swiperSlide .swiper-slide {
    width: max-content !important;
    cursor: pointer;
    opacity: 0.2;
    max-width: 100%;
    /* min-width: 240px; */
}

.directoryPage .swiper-slide-fully-visible {
    opacity: 1 !important;
}

.directoryPage .contentBody .swiperSlide .tabCard {
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
    border: 1px solid #2d2d2d;
    border-radius: 8px;
    text-wrap: nowrap;
    text-align: center;
    padding: 8px 20px;
    /* margin-left: 6px;
    margin-right: 6px; */
    cursor: pointer;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; */
}

.directoryPage .swiper-slide-active .tabCard {
    background: none;
}

.directoryPage .swiper-slide .tabCard.active {
    background: #59458b;
    color: #fff !important;
}

.directoryPage .contentBody .swiperSlide .swiper-button-next:after {
    display: none;
}

.directoryPage .contentBody .swiperSlide .swiper-button-prev:after {
    display: none;
}

.directoryPage .contentBody .swiperSlide .swiper-button-next,
.directoryPage .contentBody .swiperSlide .swiper-button-prev {
    box-shadow: 0px 14px 24px 0px #2d2d2d40;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 4px;
}

.directoryPage .contentBody .swiperSlide .swiper-button-next img,
.directoryPage .contentBody .swiperSlide .swiper-button-prev img {
    width: 14px;
    height: 14px;
}

.directoryPage .swiper-button-next {
    right: 40px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.directoryPage .swiper-button-prev {
    left: 40px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}

.directoryPage .product .card {
    padding: 24px;
    max-height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.directoryPage .product.active {
    display: block !important;
}

.directoryPage .list_view .cardCategory {
    padding-right: 0;
}

.directoryPage .product .card .cardHeader {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.directoryPage .list_view .cardCategory .categoryHeader .categoryImage {
    width: 410px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 360px;
}

.directoryPage .list_view .cardCategory .categoryHeader .categoryImage img {
    width: 120px;
    height: 120px;
}

.directoryPage .product .card .cardHeader .hrline-orange,
.directoryPage .list_view .cardCategory .categoryHeader .hrline-orange {
    width: 3px;
    height: 20px;
    background: #ea7100;
    border-radius: 30px;
    margin-left: 0;
    margin-right: 0;
}

.directoryPage .list_view .cardCategory .categoryHeader .hrline {
    margin-right: 27px;
}

.img-fluid.search-icon {
    transform: scaleX(1) !important;
}

.directoryPage .product .card .cardHeader .cardtitle,
.directoryPage .list_view .cardCategory .categoryHeader .cardtitle {
    width: calc(100% - 23px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 700;
}

.directoryPage .cardLocation {
    width: calc(100% - 620px);
}

.directoryPage .cardLocation h3 {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
    padding-bottom: 8px;
    padding-top: 8px;
}

.directoryPage .cardCategory .categoryHeader .cardtitle {
    width: 200px !important;
}

.directoryPage .product .card .cardHeader .cardlink a,
.directoryPage .list_view .cardCategory .categoryHeader .cardlink a {
    background: #ea7100;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
}

.directoryPage .list_view .cardCategory .categoryHeader .cardlink a {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.directoryPage .product .card .cardHeader .cardlink img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(61%) saturate(0%) hue-rotate(239deg) brightness(102%) contrast(101%);
    scale: -1;
}

.directoryPage .product .card .cardBody {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    margin: 20px auto 40px auto;
}

.directoryPage .loadmore {
    display: inline-flex;
    padding: 4px 20px;
    border: 1px solid #2d2d2d;
    border-radius: 8px;
}

.directoryPage .loadmore span {
    font-size: 18px;
    line-height: 44px;
    color: #2d2d2d;
    font-weight: 700;
}

.directoryPage .loadmore:hover {
    background: #59458b;
}

.directoryPage .loadmore:hover span {
    color: #fff;
}

.directoryPage .loadmore:hover span svg path {
    fill: #fff;
}

.directoryPage .loadmore:hover span img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(61%) saturate(0%) hue-rotate(239deg) brightness(102%) contrast(101%);
}

.directoryPage .hr {
    background: #d5d5d5;
    width: 100%;
    height: 1px;
}

.directoryPage .cardCategory {
    border: 1px solid #d5d5d5;
    padding-left: 14px;
    border-radius: 8px;
    overflow: hidden;
}

.directoryPage .cardCategory .categoryHeader .categoryImage {
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-width: 120px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.directoryPage .cardCategory .categoryHeader .categoryImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.directoryPage .cardCategory .categoryHeader .hrline {
    width: 5px;
    height: 20px;
    border-radius: 30px;
    margin: 0 5px;
}

.directoryPage .cardCategory .categoryHeader .cardtitle {
    width: calc(100% - 23px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 700;
}

.directoryPage .cardCategory .categoryHeader .cardlink {
    background: #ea7100;
    border-radius: 4px;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    box-sizing: border-box;
    min-width: 40px !important;
}

.directoryPage .cardCategory .categoryHeader a {
    margin-right: auto;
}

.directoryPage .cardCategory .categoryHeader .cardlink img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(61%) saturate(0%) hue-rotate(239deg) brightness(102%) contrast(101%);
    scale: -1;
}

.directoryPage .dine .hrline,
.directoryPage .dine .cardlink {
    background: #0ecf8a;
}

.directoryPage .entertainment .hrline,
.directoryPage .entertainment .cardlink {
    background: #195eb3;
}

.directoryPage .planVisit .hrline,
.directoryPage .planVisit .cardlink {
    background: #7c1d5e;
}

/*Route Map Css Start*/
.mapouter {
    position: relative;
    width: 100%;
    height: 800px;
    border-radius: 5px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 800px;
    max-height: 100%;
}

.gmap_iframe {
    width: 100% !important;
    height: 800px !important;
    max-height: 100%;
}

.directoryPage .mapouter .mapStore {
    position: absolute;
    border-radius: 8px;
    top: 0;
    right: 0;
    background: #fff;
    width: 360px;
    padding: 20px;
    margin: 20px;
}

.directoryPage .mapouter .mapStore .cardCategory {
    border: unset;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}

.directoryPage .mapouter .mapStore .cardCategory:after {
    content: "";
    border-bottom: 1px solid #2d2d2d;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 10%;
}

.directoryPage .mapouter .mapStore .cardCategory:nth-child(2) {
    padding-top: 20px;
}

.directoryPage .mapouter .mapStore .cardCategory:last-child {
    margin-bottom: 0 !important;
}

.directoryPage .mapouter .mapStore .cardCategory:last-child:after {
    display: none;
}

.directoryPage .mapouter .mapStore .categoryHeader {
    padding-bottom: 10px;
}

.directoryPage .mapouter .mapStore h3 {
    font-size: 38px;
    font-weight: 700;
    color: #59458b;
}

.directoryPage .mapouter .mapStore .hrline {
    width: 3px;
    height: 20px;
    background: #ea7100;
    border-radius: 30px;
    margin-left: 0;
    margin-right: 0;
}

.directoryPage .mapouter .mapStore .cardtitle {
    width: calc(100% - 23px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 700;
}

.directoryPage .mapouter .mapStore .categoryImage {
    width: 70px;
    height: 70px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70px;
    min-width: 70px;
    border-radius: 10px !important;
}

.directoryPage .mapouter .mapStore .categoryImage img {
    border-radius: 4px !important;
}

.directoryPage .mapouter .mapStore .cardlink img {
    filter: unset;
}

.directoryPage .mapouter .mapStore .cardLocation {
    width: 100%;
}

.directoryPage .mapouter .mapStore .cardLocation h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2d2d2d;
}

.directoryPage .mapouter .mapStore .cardCategory .cardLocation {
    display: none;
}

.directoryPage .mapouter .mapStore .cardCategory.active .cardLocation {
    display: block;
}

.directoryPage .mapouter .mapStore .cardCategory.active .cardlink {
    transform: rotate(180deg);
}

/*Route Map Css End*/

/*Select Dropdown Css Start*/

.wrapper-dropdown {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    text-align: right;
    color: #2d2d2d;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1.5px solid #d5d5d5;
    font-size: 16px;
    font-weight: 400;
}

.wrapper-dropdown .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.wrapper-dropdown .arrow {
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    rotate: 180deg;
}

.wrapper-dropdown svg {
    transition: all 0.3s;
}

.wrapper-dropdown .rotated {
    transform: rotate(-180deg);
}

.default {
    opacity: 0.5;
}

.wrapper-dropdown .dropdown {
    transition: 0.3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 15px;
    box-shadow: inherit;
    background: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    border: 1.5px solid #d5d5d5;
}

.wrapper-dropdown .dropdown li {
    padding: 5px 12px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 10px;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 4px;
}

/* .wrapper-dropdown .dropdown li.active {
    background: #59458b;
    color: #fff;
  }
  .wrapper-dropdown .dropdown li.active:hover {
    color: #2d2d2d;
  } */

.wrapper-dropdown .dropdown li.active,
.wrapper-dropdown .dropdown li.active:hover {
    background: #59458b;
    color: #fff !important;
}

.wrapper-dropdown .dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown .dropdown {
    padding: 0.5rem !important;
}

.wrapper-dropdown .dropdown li:hover {
    background-color: #e7ebef;
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 8px;
}

.listFormt img {
    transform: scaleX(-1);
}

/*Select Dropdown Css End*/

/*Media Screen devices Start*/
@media (max-width: 576px) {

    /*Banner Css Start*/
    .directoryPage .Banner {
        height: calc(100vh - 210px);
        max-height: 100%;
    }

    .directoryPage .Banner .bannerTitle {
        padding-bottom: 7%;
    }

    .directoryPage .Banner .bannerTitle .mainTittle h1 {
        font-size: 30px;
        line-height: 33px;
    }

    /*Banner Css End*/
    .directoryPage .contentBody .contentHeadleft h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .directoryPage .iconProparty .gridFormt img,
    .directoryPage .iconProparty .listFormt img,
    .directoryPage .iconProparty .navigate img,
    .directoryPage .iconProparty .gridFormt img,
    .directoryPage .iconProparty .listFormt img,
    .directoryPage .iconProparty .navigate img,
    .directoryPage .icbr img {
        padding: 10px;
    }

    .directoryPage .swiper-button-next {
        right: 12px;
    }

    .directoryPage .swiper-button-prev {
        left: 12px;
    }

    /* .directoryPage .dropdownDiv {
      min-width: 300px;
      max-width: 100%;
    } */
    .searchicon .dropdownDiv {
        right: 0px;
        width: 330px;
    }

    .sortDiv {
        left: -54px !important;
    }

    .news .sortDiv {
        left: 0px !important;
    }

    .filterDiv.dropdownDiv {
        left: 0px;
    }

    .directoryPage .dropdown.active .dropdownDiv .actionBtn img {
        padding: 1px;
        scale: -1;
        width: 20px;

    }

    /* .loadmore.gap-2.closebtn img{
        width: 22px;

    } */
    .directoryPage .contentBody .contentHeadright input {
        width: 305px;
    }

    .directoryPage .dropdown.active .dropdownDiv .actionBtn span {
        line-height: 34px;
    }

    .directoryPage .contentBody .swiperSlide .swiper-button-next,
    .directoryPage .contentBody .swiperSlide .swiper-button-prev {
        display: none;
    }

    .directoryPage .tabsContent.active {
        margin-top: 15;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .directoryPage .contentBody .contentHeadleft h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .directoryPage .iconProparty .gridFormt img,
    .directoryPage .iconProparty .listFormt img,
    .directoryPage .iconProparty .navigate img,
    .directoryPage .iconProparty .gridFormt img,
    .directoryPage .iconProparty .listFormt img,
    .directoryPage .iconProparty .navigate img,
    .directoryPage .icbr img {
        padding: 10px;
    }
    .banner_learnmore {
        font-size: 16px;
        width: 160px
      }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .directoryPage .contentBody .contentHeadleft h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .directoryPage .iconProparty .gridFormt img,
    .directoryPage .iconProparty .listFormt img,
    .directoryPage .iconProparty .navigate img,
    .directoryPage .iconProparty .gridFormt img,
    .directoryPage .iconProparty .listFormt img,
    .directoryPage .iconProparty .navigate img,
    .directoryPage .icbr img {
        padding: 10px;
    }

    .directoryPage .contentBody .contentHeadright input {
        width: 210px;
    }
   
    
}

/*Media Screen devices End*/
.disabled {
    background: #eeeeee !important;
    cursor: not-allowed !important;
    border: 1px solid #eeeeee !important;
    color: #2d2d2d !important;
}

.disabled span {
    color: #2d2d2d !important;
    opacity: 0.5;
}

.disabled img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(7%) saturate(700%) hue-rotate(176deg) brightness(92%) contrast(87%) !important;
}

.directoryPage .slick-slider {
    margin-bottom: 15px;
}

.directoryPage .slick-initialized .slick-slide {
    display: block;
    width: max-content !important;
    margin-right: 10px;
    margin-left: 10px;
}

.directoryPage .slick-next {
    right: 25px !important;
    box-shadow: 0px 14px 24px 0px #2d2d2d40;
    background: #fff !important;
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
    border-radius: 4px !important;
}

.directoryPage .slick-prev {
    left: 25px !important;
    box-shadow: 0px 14px 24px 0px #2d2d2d40;
    background: #fff !important;
    width: 40px !important;
    height: 40px !important;
    padding: 10px !important;
    border-radius: 4px !important;
    z-index: 3;
}

.directoryPage .slick-prev:before,
.directoryPage .slick-next:before {
    display: none;
}

.directoryPage .slick-prev img,
.directoryPage .slick-next img {
    width: 14px;
    height: 14px;
}

.slick-slide:not(.slick-active) {
    opacity: 0.5;
}

#dynamic-tabs .owl-item {
    opacity: 1;
}

#dynamic-tabs .owl-nav .owl-prev {
    transform: scalex(-1);
}

#dynamic-tabs .owl-nav .owl-next {
    transform: scalex(-1);
}

#dynamic-tabs .owl-dots {
    display: none !important;
}

#dynamic-tabs .owl-nav img {
    border: 1px solid #ccc;
    border-radius: 5px;

}

#dynamic-tabs {
    position: relative;
}

#dynamic-tabs .owl-nav button {
    position: absolute;
    z-index: 99;
    -webkit-box-shadow: 1px 3px 5px 0px rgba(186, 186, 186, 1);
    -moz-box-shadow: 1px 3px 5px 0px rgba(186, 186, 186, 1);
    box-shadow: 1px 3px 5px 0px rgba(186, 186, 186, 1);
}

#dynamic-tabs .owl-nav button.owl-next {
    left: 20px;
    top: 0;
}

#dynamic-tabs .owl-nav button.owl-prev {
    right: 20px;
    top: 0;
}

.img-fluid.dir-pro-arrow {
    transform: scaleX(-1);
    width: 35px;
}

.searchicon.icbr img {
    width: 41px;
    transform: scaleX(-1);
    max-width: 41px;
}

.serachDiv .searchicon img {
    transform: scaleX(1);

}

#navigate .img-fluid {
    transform: scaleX(-1);
}

.sorticon .img-fluid {
    transform: scaleX(-1);
}

.tabCard.active {
    background: #59458b;
    color: #fff !important;
}

#grid_view .img-fluid,
#list_view .img-fluid,
#navigate .img-fluid,
.sorticon .img-fluid,
.filtericon .img-fluid {
    max-width: 42px;
}

.wptheme2Col .wpthemePrimaryContainer.wpthemeCol,
.wptheme2Col .wpthemeSecondaryContainer.wpthemeCol {
    width: 100% !important;
}

.header_wraper {
    z-index: 99999999 !important;
}

.brand-logo img {
    border-radius: 4px;
}

/* dineingoptions Start--------------------------------------- */


.play-content-head {
    color: #59458B;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
}

.play-card-custom {
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 7px;
    transition: transform 0.3s ease;
    margin-bottom: 30px;

}

.play-card-custom h6 {
    font-size: 18px;
    font-weight: 700;
}

.play-card-custom img {
    transform: scaleX(-1);
    object-fit: cover;
}

.play-card-custom .play-card-body {

    position: absolute;
    margin: 5%;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.border-start-blue {
    border-left: 3px solid #1960b3 !important;
}

.play-custom-card-body-w89 {
    width: 90%;
}

.here-to-play {
    background-size: cover;
    margin-top: 40px;
    background: rgb(137, 218, 94);
    background: linear-gradient(45deg, rgba(137, 218, 94, 1) 0%, rgba(74, 195, 150, 1) 100%);
}

@media screen and (max-width: 768px) {
    .play-card-custom-image {
        height: 280px;
        width: 100%;
    }
  
    .stay-page .row:first-child container{
    display:none
} 

}

/* dineingoptions End--------------------------------------- */


/* zoom carsoal Start--------------------------------------- */
.screenshot_slider .owl-item .item {
    transform: translate3d(0, 0, 0);
    transform: scale(0.9);

    transition: all .25s ease-in-out;
    margin: 0px 0;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    /* -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); */
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    object-fit: cover;
    border-radius: 10px;
}

.screenshot_slider .owl-item {
    opacity: 1;
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    object-fit: cover;
    border-radius: 10px;
}


/* zoom carsoal End --------------------------------------- */


@media screen and (min-width : 1500px) {
    /* .whatsnew-primary-heading {
        position: absolute;
        right: 100px;
    } */

    .whatsnew-view-all-heading {
        position: absolute;
        left: 100px;
    }

    .whatsnew-view-all-arrow {
        position: absolute;
        left: 65px;
    }

    .blog-heading {
        margin-bottom: 80px !important;
    }
    .banner_learnmore {
        font-size: 16px;
        width: 160px
      }
}

#gallery-carosal .owl-item.active.center .item .caption {
    bottom: -22px !important;
}

div#gallery-carosal {
    margin-bottom: 40px;
}

.Banner.less-heit {
    height: calc(100vh - 230px);
}

.Banner.less-heit.green {
    height: calc(100vh - 200px);
}

.shopbanner.directory-banner {
    height: calc(100vh - 230px);
}


/* About US  Start --------------------------------------- */


.first-mall h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: Noto Sans;
    color: #59458B;
}

.first-mall p {
    font-size: 16px;
    font-weight: 400;
    font-family: Noto Sans;
    color: #2D2D2D;
}

.first-mall img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transform: scaleX(-1);
}

.first-mall-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.space-between-cols {
    margin-left: 30px; 
}



#about-us-carousel {
    position: relative;
}
#about-us-carousel .owl-prev img{
    height: 54px;
      width: 54px;
      position: absolute;
      left: 30px;
      top: 45%;
      width: 34px;
  }
  #about-us-carousel .owl-next img{
    height: 54px;
      width: 54px;
      position: absolute;
      right: 30px;
      top: 45%;
      width: 34px;
  }
#about-us-carousel .owl-item {
    opacity: 1 !important;
}

.about-us-carousel-content {
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.06), rgba(45, 45, 45, 0.08)), linear-gradient(90deg, rgba(89, 69, 139, 0) -9.07%, rgb(89 69 139 / 73%) 100%);
    backdrop-filter: blur(5px);
    width: 350px;
    height: 66px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    right: 70px;
}

.about-us-carousel-content p {
    font-size: 12px;
    font-weight: 400;
    font-family: Noto Sans;
    color: rgba(255, 255, 255, 1);
}

#about-us-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 2px;
    right: 80px;
}

#about-us-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

#about-us-carousel .owl-dot span {
    width: 20px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    display: block;
}

#about-us-carousel .owl-dot.active span {
    background: rgba(255, 255, 255, 1);
    width: 144px;
    height: 4px;
}




#about-us-cards-carousel .card {
    padding: 20px;
  background: url('/dx/api/dam/v1/collections/00832888-c243-4319-afd5-c2dfbb7bee83/items/75b35570-a613-42b5-bc1c-b0d6736f4fc6/renditions/efef1ec4-1756-4b13-b6de-6a2c115b2c06?binary=true');
  background-size:cover;
  background-position:center;
  min-height: 345px;
}

.about-us-cards-card-title {
    padding: 20px 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #59458B;
    font-weight: 700;
}

.about-us-cards-card-text {
    padding: 20px 0 0 5px;
    font-size: 16px;
    color: rgba(45, 45, 45, 1);
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.about-us-cards-card-body {
    padding: 10px 0 10px 0;
}

.about-us-cards-card-date-text {
    padding: 20px 0 0 5px;
    font-size: 16px;
    color: #59458B;
    font-weight: 400;
}

#about-us-cards-carousel .owl-item {
    opacity: 1 !important;
}

#about-us-cards-carousel img {
    height: 54px;
    width: 54px;
}



#about-us-fyi-carousel img {
    width: 24px;
    height: 24px;
    transform: scaleX(-1);
}
#dynamic-tile.dynamic-tile img {
    transform: scaleX(1);
}
#about-us-fyi-carousel {
    padding: 50px;
  background: url('/dx/api/dam/v1/collections/00832888-c243-4319-afd5-c2dfbb7bee83/items/75b35570-a613-42b5-bc1c-b0d6736f4fc6/renditions/efef1ec4-1756-4b13-b6de-6a2c115b2c06?binary=true');
  background-size:cover;
  background-position:center;
    border-radius: 8px;
    height: 120px;
}


.about-us-fyi-body {
    gap: 15px;
}

.about-us-fyi-text {
    font-size: 16px;
    color: rgba(45, 45, 45, 1);
    font-weight: 400;
}


@media screen and (max-width: 768px) {
    .about-us-fyi-body{
        justify-content: center;
        }
    #about-us-cards-carousel {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .destination-img{
        margin-top: 25px;
        }
    .space-between-cols {
        margin-left: 0px; 
    }
    .first-mall h2 {
        font-size: 32px;
            }
            #about-us-fyi-carousel {
                padding: 45px 15px 0 6px;
                margin-bottom: 60px !important;
            }
    .rounded {
        margin: 25px 0 0 0;
    }

    #about-us-carousel .owl-item img {
        height: 400px;
    }

    .about-us-carousel-content {
        width: 300px;
        height: 66px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 10px;
        position: absolute;
        bottom: 0px;
        right: 27px;
    }

    #about-us-carousel .owl-dots {
        right: 32px;
    }
}
/* @media (min-width: 1100px) and (max-width: 1400px) {
    #about-us-fyi-carousel.owl-carousel.owl-drag .owl-item {
        width: auto !important;
        margin-left: 40px !important;
    }
} */
/* About US End --------------------------------------- */


#event-details p.date-details {
    color: #59458B !important;
}

/* ------------------------------------ Data privacy css start --------------------------------------------*/

.data-privacy h2 {
    font-family: Noto Sans;
    font-size: 40px;
    font-weight: 700;
    color: #59458B;
    margin-bottom: 24px;
}

.data-privacy .accordion-button:not(.collapsed) {
    background: transparent !important;

}

.data-privacy .accordion-item {
    border: 1.5px solid #D5D5D5;
    border-radius: 4px;
}

.data-privacy .data-custom-accordion h3 .accordion-button {
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 700;
    color: #59458B;
}

.data-privacy .btn-link-data:hover {
    border: 1px solid rgba(124, 29, 94, 1);
    color: rgba(124, 29, 94, 1);
}

.data-privacy .btn-link-data:hover svg path{
 stroke: rgba(124, 29, 94, 1);
    fill: rgba(124, 29, 94, 1);
}

.data-privacy .btn-link-data svg{
    transform: scaleX(-1);
   }

.data-privacy .data-accordion-body-custom h3 {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    color: #59458B;
    margin-bottom: 20px;
}

.data-privacy .data-accordion-body-custom p {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
}

.data-privacy .accordion-collapse {
    border-radius: 4px;
}

.data-privacy .accordion {
    background: transparent !important;
    --bs-accordion-border-color: border: 1.5px solid #D5D5D5;
}

.data-privacy .accordion-item {
    background: transparent;
    margin-top: 14px;
}

.data-privacy .accordion-item:not(:first-of-type) {
    border-top: 1.5px solid #D5D5D5;
}

.data-privacy .accordion-item .accordion-button {
    border-radius: 4px 4px 4px 4px;
}

.data-privacy .accordion-collapse h3 {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    color: #59458B;
    margin-bottom: 20px;
}

.data-privacy .accordion-item:last-of-type .accordion-body {
    border-radius: 8px 8px 8px 8px;
}

.data-privacy .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.data-privacy .dataprivacy-text p {
    white-space: pre-line;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
}

.data-privacy .btn-link-data-arrow {
    margin-top: 10px;
    padding: 7px 15px;
    display: inline-flex !important;
    gap: 12px;
    background: #59458B;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    display: inline-block;
}

.data-privacy .btn-link-data {
    margin-top: 10px;
    padding: 7px 15px;
    display: inline-flex !important;
    gap: 10px;
    background: #fff;
    color: #2d2d2d;
    font-weight: 700;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    display: inline-block;
    border: 1px solid #2d2d2d;
}

.data-privacy .btn-link-data img {
    width: 12px;
}



.data-privacy .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

.data-btn img {
    transform: scaleX(-1);
}

.data-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-info h3 {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    color: #2d2d2d;
    text-transform: capitalize;
}

.data-content-section {
    background: linear-gradient(280deg, rgba(236, 237, 244, 1) 33%, rgba(248, 157, 129, 1) 100%);
    padding: 20px;
    border-radius: 8px;
    margin: 40px 0px;
}

.data-content-section img {
    width: 80px;
    height: auto;
}

.data-privacy .data-info h3 {
    font-size: 18px;
    margin-left: 250px;
}

.data-btn img {
    height: auto;
    width: 12px;
}
.data-btn a:focus, .data-btn a:active{
    text-decoration: none;
    color: #fff;
    }
    #accordionPanelsStayOpenExample li{
        list-style: disc;
    margin-bottom:11px;
  }
  #accordionPanelsStayOpenExample p{
    margin-bottom:11px;
  }
  
  #accordionPanelsStayOpenExample ul{
            padding-right: 2rem;
    margin-bottom:11px;
  }
@media (max-width: 768px) {
    .data-privacy .accordion-button{
        align-items: baseline !important;
    }
    .data-btn a:focus, .data-btn a:active{
    text-decoration: none;
    color: #fff;
    }
    .data-content-section{
        padding: 70px;
    }
    .data-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .data-privacy .data-info h3 {
        margin-left: 0px !important;
    }
    .data-info h3 {
        text-align: center !important;
    }
    .btn .loadmore {
        margin-top: 10px;
    }
  
    .data-privacy .readmore {
        font-weight: 700 !important;
    }
    .data-privacy .readmore img {
        margin-left: 0px !important;
        }
        .data-privacy .readless {
            font-weight: 700 !important;
        }
        .data-privacy .readless img {
            margin-left: 0px !important;
            }
}

/* ------------------------------------ Data privacy css end --------------------------------------------*/


/*-------------------------------------------------- Contact Us ar Css Start -----------------------------------------------*/
.ContactPage .Banner {
    height: calc(100vh - 72px);
}

.ContactPage .Banner .bannerTitle .mainTittle {
    border-radius: 8px;
}

.ContactPage .Banner .bannerTitle .mainTittle h1 {
    font-size: 30px;
}

.contentBody .contentHeadleft h3 {
    font-size: 32px;
    color: #59458b;
    font-weight: 700;
    margin-bottom: 0;
}

.form-group {
    position: relative;
    margin-bottom: 14px;
}
.form-group.focused .floating-label {
    color: #7b7f82;
    top: 5px;
    left: 17px;
    font-size: 12px;
}
.floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #9c9c9c;
    top: 14px;
    right: 20px;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
span.askerisk {
    color: #9c9c9c;
    }

.formDiv .form-control {
    height: 50px;
    border: 1.5px solid #d5d5d5;
    padding: 17px 15px 5px;
    background: #ffffff;
    border-radius: 8px;
}

.formDiv .form-control:focus {
    box-shadow: unset;
    border: 1.5px solid #d5d5d5;
}

.floating-label::placeholder {
    opacity: 0;
}

.form-group.focused .floating-label {
    /* color: #7b7f82;
    top: 3px;
    left: 17px;
    font-size: 12px; */
    color: #7b7f82;
    top: 5px;
    right: 17px;
    font-size: 12px;
}

.floating-group .wrapper-dropdown {
    border: unset;
    padding: 25px 15px 15px;
    min-height: 50px;
    border: 1.5px solid #d5d5d5;
    padding: 21px 15px 5px;
    background: #ffffff;
    border-radius: 8px;
}

.floating-group .wrapper-dropdown .arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 10px;
}

/* .textArea,
.textArea textarea {
    height: 100%;
} */

.textArea.focused .floating-label {
    display: none;
}

.formDiv input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.checkboxCheck {
    border: calc(1px + 0.06em) solid #d5d5d5;
    height: 30px;
    margin-left: calc(4px + 0.4em);
    transition: all 0.1s;
    vertical-align: middle;
    width: 30px;
    position: relative;
    border-radius: 8px;
    min-width: 30px;
    transform: scaleX(-1);
}

.checkboxCheck:after {
    border-bottom: 2px solid #564387;
    border-right: 2px solid #564387;
    content: "";
    height: 9px;
    right: 7px;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.1s;
    width: 15px;
    bottom: 0;
    margin: auto 0;
    margin-bottom: 11px;
}

.formDiv input:checked+label .checkboxCheck::after {
    transform: scale(1) rotate(45deg);
}

.Checkbox {
    font-size: 16px;
    color: #2d2d2d;
}
.Checkbox a {
    color: #564387;
    text-decoration: none;
  }
  
  .checkbox-line{
    font-size: 14px;
  }
.checkbox-line a {
    text-decoration: underline !important;
}
.btn .loadmore:hover{
    background: rgba(124, 29, 94, 1);
}

.btn .loadmore {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background: #59458b;
    color: #fff !important;
    border-radius: 8px;
    border-color: #fff;
}

.btn .loadmore span {
    line-height: 44px;
    font-size: 18px;
    font-weight: 700;
}

.btn .loadmore span img {
    filter: brightness(0) saturate(100%) invert(89%) sepia(61%) saturate(0%) hue-rotate(239deg) brightness(102%) contrast(101%);
    width: 12px;
    height: 12px;
    transform: scaleX(-1);
}

.addressInfo .card {
    background: url('/dx/api/dam/v1/collections/e7edd19e-1b91-4eb0-b338-27df8323ea58/items/8ff278c7-1648-46ad-afbb-0eb74d0d4625/renditions/5ee47d26-ba32-4839-852e-bbd6f7212f5e?binary=true');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.addressInfo .card .cardIcon {
    backdrop-filter: blur(4px);
    background: #fff;
    border-radius: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    width: 64px;
    height: 64px;
}

/* .cardIcon img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(2112%) hue-rotate(216deg) brightness(98%) contrast(88%);
    width: 30px;
    height: 30px;
    min-width: 30px;
} */

.addressInfo .card .cardTitle h3 {
    font-size: 22px;
    color: #59458b;
    font-weight: 700;
    margin-bottom: 0;
}

.addressInfo .card .cardContent p {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 400;
}

.alert {
    padding: 16px;
}

.alert .alertIcon {
    width: 34px;
    height: 34px;
    min-width: 34px;
}

.alertText {
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d;
}

.alert.alert-danger.alert-danger-custom.mt-3 {
    border: 1px solid #DE1919;
}

.success {
    border: 1px solid #19de73;
    background: rgba(25, 222, 115, 0.2);
}
.danger{
    border: 1px solid rgba(222, 25, 25, 1);
    background: rgba(220, 91, 91, 0.2);
    }

.ContactUs .btn .loadmore span img {
    width: 15px;
    height: 15px;
    transform: scaleX(-1);
}

.invalid-feedback {
    color: rgba(222, 25, 25, 1);
    display: none;
}

.invalid input,
.invalid textarea {
    border-color: rgba(222, 25, 25, 1) !important;
}

.invalid svg {
    color: rgba(222, 25, 25, 1);
}

.invalid .invalid-feedback {
    display: block;
}

.event-details-title-ar {
    font-size: 32px;
    color: #59458B;
    margin-bottom: 20px;
    font-weight: 700;
}

.mainTittle.about-title {
    border-radius: 8px;
    display: block !important;
}

#event-details .dateandlocationlogo p {
    font-size: 22px !important;
}

#about-us-carousel.owl-carousel .owl-item img {
    height: calc(100vh - 80px) !important;
    object-fit: cover;
    object-position: top;
}

#get-in-touch-cards-carousel .owl-prev img {
    height: 54px;
    position: absolute;
    left: 30px;
    top: 40%;
    width: 34px;
}

#get-in-touch-cards-carousel .owl-next img {
    height: 54px;
    position: absolute;
    right: 30px;
    top: 40%;
    width: 34px;
}

#custom-gallery-carousel .image-div {
	height: 280px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
}
#custom-gallery-carousel .owl-nav button.owl-next img {
	position: absolute;
    right: 30px;
    top: 40%;
    width: 34px;
}
#custom-gallery-carousel .owl-nav button.owl-prev img {
	position: absolute;
    left: 30px;
    top: 40%;
    width: 34px;
}
img.btn-arrow.getintouchimg{
	width: 40px;
}

.getintouchsec .btn-arrow.getintouchimg {
    transform: inherit !important;
}

img.btn-arrow.whatsnew-view-all-arrow.getintouchimg {
  width: 40px;
  transform: rotate(0deg) ! IMPORTANT;
}
.getintouchinfo {
  margin-bottom: 30px;
}
.Banner.Getintouch{
    height: calc(100vh - 200px);
}

.Banner .bannerTitle .mainTittle.getintouch{
border-radius: 8px;
}

.getintouchsendbtn {
    padding: 0;
}
.getintouchsec .blog-heading {
    margin-bottom:0px !important;
}

.cardContent a{
    color: #2D2D2D;
  }
@media screen and (max-width: 768px) {
    #about-us-carousel.owl-carousel .owl-item img{
        height: calc(100vh - 280px) !important;
      }
    .get-in-touch-map {
        height:400px;
        } 
    #custom-gallery-carousel .owl-item.active{
        opacity:0.3 !important;
    }
.mainTittle.getintouch {
        border-radius: 8px !important;
    }
.getintouchsec .blog-heading.mb-0 {
    display:flex;
    gap:20px;
    flex-direction:column;
    align-items: center;
}
  .getintouchinfo {
  margin:0 auto !important;
  }
  .getintouchinfo {
  margin-bottom: 30px !important;
}
  img.btn-arrow.whatsnew-view-all-arrow.getintouchimg {
    width: 40px;
    transform: rotate(0deg) ! IMPORTANT;
}
.addressInfo .cardIcon img{
    filter:none;
    width:60px;
    height:auto;
    min-width:60px;
    }
}


/*-------------------------------------------- Contact Us ar Css End --------------------------------------------*/




/* plan your vist page start --------------------------------------- */
#about-us-fyi-carousel .owl-next img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 43%;
    right: 10px;
    transform:scaleX(1);
}

#about-us-fyi-carousel .owl-prev img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 43%;
    left: 10px;
    transform:scaleX(1);
}

#about-us-fyi-carousel .owl-item{
opacity:1;
}

.accordion-body.visit-accordion-body-custom p,
h3,
span {
    text-align: right;
}

.visit-custom-accordion .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

.visit-section {
    background: url('./images/planvisit-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}

.easychildimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.easychildimg img {
    width: 120px;
}

.easyparentimg {
    position: relative;
}

.visit-section h2 {
    font-family: Noto Sans;
    font-size: 40px;
    font-weight: 700;
    color: #59458B;
    margin-bottom: 24px;
}

.icon {
    font-size: 24px;
    margin-right: 10px;
    color: #9152cc;
}

.visit-card {
    background: #fff;
    border: 1px solid #e4d4f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 360px;
}

.visit-card h3 {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    color: #59458B;
    margin-bottom: 20px;
}

.visit-card p {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
}

.visit-card .mt-20 {
    margin-top: 20px;
}

.visit-card .mb-20 {
    margin-bottom: 20px;
}

.visit-info {
    display: flex;
    gap: 150px;
}

.accordion-button:not(.collapsed) {
    background: #FFFFFF !important;
}

.card-icon {
    margin-bottom: 10px;
}

.visit-custom-accordion h3 .accordion-button {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    color: #59458B;
}

.visit-accordion-body-custom h3 {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    color: #59458B;
    margin-bottom: 20px;
}

.visit-accordion-body-custom p {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
}

.accordion-collapse {
    background: #fff;
}

.accordion {
    background: transparent !important;
    --bs-accordion-border-color: transparent;
}

.accordion-item {
    background: transparent;
    border: none;
    margin-top: 14px;
}

.accordion-button {
    border-radius: 0;
}

.accordion-item .accordion-button {
    border-radius: 8px 8px 0px 0px;
}

.easyaccessimg img {
    border-radius: 8px;
}

.accordion-collapse h3 {
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    color: #59458B;
    margin-bottom: 20px;
}
.accordion-text{
    margin-right: 7px;
    padding: 3px;
}
.accordion-item:last-of-type .accordion-body {
    border-radius: 8px 8px 8px 8px;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.mainTittle.gethere {
    border-radius: 8px;
}

.visit-section {
    background: linear-gradient(270deg, rgba(241, 241, 247, 1) 0%, rgba(249, 188, 167, 1) 100%);
}

@media (max-width: 768px) {
    .visit-card .card-icon img {
        margin-right: -16px;
        margin-top: -16px;
    }
    .planyourvisit #my-owl-carousel {
        padding: 0px!important;
    }
    .visit-section {
        padding: 40px 0px 40px 0px;
        }
        
        .visit-section h2 {
        font-size: 32px;
        }
    .visit-card h3 {
        font-size: 22px;
    }

    .visit-card p {
        font-size: 16px;
    }
    .visit-info{
        display: flex;
        flex-direction: column;
        gap: 20px
        }
        .visit-card {
            margin-bottom: 10px;
        }

    .sec-right {
        display: flex;
        gap: 10px;

    }
}


/* plan your vist page end --------------------------------------- */
.planyourvisit .readmore img, .planyourvisit .readless img {
    margin-right: 10px;
    margin-bottom: 3px;
    width:auto;
    display: inline;
}
.planyourvisit .readmore, .planyourvisit .readless {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
}   
.planyourvisit .readmore img, .planyourvisit .readless img {
    margin-right: 10px;
    margin-bottom: 3px;
    width:auto;
}
button.accordion-button.collapsed {
    border-radius: 8px 8px 8px 8px;
}

.accordion-collapse.show.collapse{
     border-radius: 0px 0px 8px 8px;
}
.planyourvisit .readmore, .planyourvisit .readless {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
}   

.TableStyle2 span{
    font-size: 16px !important;
}
.accordion-body.visit-accordion-body-custom p span{
    font-size: 16px !important;
}
a.banner_learnmore.reward-btn .cookies.popup-wrapper .poupup-btn-sec a span {
    transform: scaleX(-1);
}

/* --------------------------------------------Stay css start -------------------------------------------------- */
.image-click{
    cursor: pointer;
}
.stay-cards-info{
    margin-bottom: 60px;
}
.stay-page .stay-cards-info:last-child {
    margin-bottom: 0px;
  }
.brand-img-primary {
    position: relative;
  }
  .brand-logo-primary {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .brand-count-text {
    display: flex;
    gap: 12px;
    background: linear-gradient(270deg, rgba(124, 29, 94, 0.8) 0%, rgba(226, 53, 171, 0.8) 206.8%);
    backdrop-filter: blur(50px);
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 14px;
    border-radius: 0px 8px 0px 8px;
    align-items: center;
    width: 21%;
  }
  .brand-count-text p {
    font-family: Circular Std;
  font-size: 16px !important;
  font-weight: 700;
  color: #fff !important;
  font-weight: 400px;
  padding-bottom: 0px !important;
  margin-top: 3px;
  }

  .stay-page .brand-img-primary img.img-fluid {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 8px;
}
.stay-mbl-border {
    border-bottom: 1px solid #D5D5D5;
    margin: 10px 0px;
}
  .stay-page h2 {
    margin-top: 20px;
    font-family: Noto Sans;
    font-size: 22px;
    font-weight: 700;
    color: #59458B;
    margin-bottom: 20px;
  }
  
  .stay-page p {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
    padding-bottom: 20px;
  }

  .stay-page .card-footer {
    margin-top: 20px;
}

.stay-page .brand-logo-primary img {
    width: 120px;
    border-radius: 8px;
}
  
  .stay-page .readmore {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    text-decoration: none;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
  }
  
  .stay-page .card {
    border: none;
  }
  
  .stay-page .btn-leranmore-stay {
    padding: 10px 15px;
    display: inline-flex !important;
    gap: 10px;
    background: #59458B;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    display: inline-block;
  }
  
  .btn-leranmore-stay img {
    width: 16px;
    transform: scaleX(-1);
  }
  .stay-page .readmore img, .stay-page .readless img {
    margin-left: 10px;
}
.stay-mbl-border:last-child {
    border-bottom: none;
}
.stay-page .readmore, .stay-page .readless {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
}
  .btn-gallery-stay {
    padding: 10px 15px;
    display: inline-flex !important;
    gap: 10px;
    background: #fff;
    color: #2d2d2d;
    font-weight: 700;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    display: inline-block;
    border: 1px solid #2d2d2d;
    align-items: center;
  }
  
  .btn-leranmore-stay:hover {
    background-color: rgba(124, 29, 94, 1);
    color: #fff;
  }
  
  .btn-gallery-stay:hover{
    border: 1px solid rgba(124, 29, 94, 1);
    color: rgba(124, 29, 94, 1);
    text-decoration: none;

}
.btn-gallery-stay:hover svg path {
    stroke: rgba(124, 29, 94, 1);
    fill: rgba(124, 29, 94, 1);
}
  
  .btn-gallery-stay img {
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
  }
  
  .card-footer {
    background-color: transparent;
    border-top: none;
    display: flex;
    gap: 20px;
  }
  .brand-count-text img {
    width: 20px;
    height: 20px;
    margin-top: 6px;
  }
  .mymodal {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(255, 255, 255); 
  background-color: rgba(146, 143, 143, 0.7); 
  backdrop-filter: blur(10px);
  }
  
  .mymodal-content {
  background-color: transparent;
  margin: auto;
  padding: 20px;
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  height: 400px;
  }
  
  .close {
  color: #ffffff;
  float: left;
  font-size: 28px;
  font-weight: 300;
  position: relative;
  left: 45px;
  top: 35px;
  }
  
  .close:hover,
  .close:focus {
  color: rgb(252, 252, 252);
  text-decoration: none;
  cursor: pointer;
  }
  .stay-mobile-border{
    display: none;
  }
  /* popup styles end */
  @media screen and (max-width: 768px) {
    .btn-gallery-stay{
        gap: 20px;
        justify-content: center;
    }
    .stay-cards-info{
        margin-bottom: 0px;
      }
    .stay-cards{
        padding-bottom: 0 !important;
    }
    .stay-page .row:first-child container{
        display:none
    } 
    .stay-mobile-border{
        display: block;
        border: 1px solid rgba(213, 213, 213, 1);
        margin: 15px auto 20px auto;
    }
    .brand-count-text {
        left: 0px;
        display: none;
    }
    .close {
        font-size: 45px;
        }
    .stay-page .card-footer {
        background-color: transparent;
        border-top: none;
        display: flex;
        gap: 20px;
        margin-top: 20px;
      }
      .card-footer a:focus, .card-footer a:active {
        text-decoration: none;
       }
  #myModal .item .caption{
  left: 2%;
  width: 95%;
  }
  #myModal .owl-item.active.center .item .caption {
  bottom: -22px !important;
  padding-bottom: 20px;
  }
  /* .mymodal-content{
  height: 500px;
  } */
  }
  /* -------------------------------------------- Stay css End -------------------------------------------------- */
  



/* Leasing css start*/
.view-all-transparent {
    text-decoration: none;
    outline: none;
    border: none; 
    box-shadow: none;
}
.view-all-transparent {
    text-decoration: none;
    outline: none;
    border: none; 
    box-shadow: none;
}
.view-all-transparent:active{
  text-decoration: none;
  outline: none;
  border: none; 
  box-shadow: none;
}
.view-all-transparent:focus{
text-decoration: none;
outline: none;
border: none; 
box-shadow: none;
color: #2d2d2d !important;
}
.view-all-transparent a {
text-decoration: none;
outline: none;
border: none; 
box-shadow: none;
color: #2d2d2d !important;
}
.view-all-transparent a:active{
text-decoration: none;
outline: none;
border: none; 
box-shadow: none;
color: #2d2d2d !important;
}
.view-all-transparent a:focus{
text-decoration: none;
outline: none;
border: none; 
box-shadow: none;
color: #2d2d2d !important;
}


.banner_learnmore {
    text-decoration: none;
    outline: none;
    border: none; 
    box-shadow: none;
}
.banner_learnmore {
    text-decoration: none;
    outline: none;
    border: none; 
    box-shadow: none;
}
.banner_learnmore:active{
  text-decoration: none;
  outline: none;
  border: none; 
  box-shadow: none;
}
.banner_learnmore:focus{
text-decoration: none;
outline: none;
border: none; 
box-shadow: none;
color: #2d2d2d !important;
}
.banner_learnmore a {
text-decoration: none;
outline: none;
border: none; 
box-shadow: none;
color: #2d2d2d !important;
}
.banner_learnmore a:active{
text-decoration: none;
outline: none;
border: none; 
box-shadow: none;
color: #2d2d2d !important;
}
.banner_learnmore a:focus{
text-decoration: none;
outline: none;
border: none; 
box-shadow: none;
color: #2d2d2d !important;
}

.replace-under {
    text-decoration: underline;
}
.Banner.position-relative.overflow-hidden.banner-lease {
    height: calc(100vh - 210px);
}
.lease-send {
    margin-top: -5px;
}
.btn .loadmore.lease-send {
    gap: 14px;
}
.btn .loadmore.lease-send:hover{
    background: rgba(124, 29, 94, 1);
}
.btn .loadmore.lease-send span img{
    width: 12px;
    height: 12px;
}
.success-upload {
    min-height: 150px;
    border: 2px solid #19de73;
    background: rgba(25, 222, 115, 0.2);
    border-radius: 8px;
    }
    .successalerticon img {
        width: 30px;
        height: 30px;
    }
    .success-upload-sec {
        padding: 24px 0px;
    }
    .successalerticon p {
        font-size: 16px;
        color: #2d2d2d;
    }
    .successalerticon a {
        text-decoration: underline;
        color: #2d2d2d;
    }
    .successalerticon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center; }

.modal-title {
    color: #59458B;
    font-family: Noto Sans;
    font-weight: 700;
    font-size: 30px;
}
.modal-dialog {
    max-width: 850px;
}
.modal-header {
    border-bottom: none;
}
.modal-header .btn-close {
    margin-left: 0;
    margin-right: auto;
}
.data-privacy-en .btn-link-data-arrow {
    margin-top: 10px;
    padding: 7px 15px;
    display: inline-flex !important;
    gap: 12px;
    background: #59458B;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-family: "Noto Sans", sans-serif;
    display: inline-block;
}
span.number {
    direction: ltr;
    display: inline-block;
}
.data-privacy-en .btn-link-data-arrow:hover{
    background: rgba(124, 29, 94, 1);
  }
.data-privacy-en .data-info h3{
    font-size: 18px;
    margin-left: 350px;
    }
    .data-privacy-en .data-custom-accordion h3 .accordion-button{
        background: rgba(255, 255, 255, 1);
    }
.banner_learnmore.lease-btn {
    width: auto !important;
    background: white !important;
    padding: 8px 20px !important;
    cursor: pointer;
}

.mainTittle.leasing-sec {
    display: block !important;
    border-radius: 8px;
}

.mainTittle.leasing-sec p {
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px;
}

.enquiryPage .success {
    display: flex;
}

.enquiryForm .alertText {
    color: #2d2d2d;
}

a.banner_learnmore.reward-btn {
    width: auto !important;
}

.mainTittle.reward-sec {
    display: block !important;
    border-radius: 8px;
}

.mainTittle.reward-sec p {
    font-family: Noto Sans;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px;
}

.banner_learnmore.lease-btn img {
    width: auto !important;
    height: auto !important;
    padding-right: 10px;
}

.enquiryForm .fileUpload {
    border: 1.9px dashed rgba(213, 213, 213, 1);
    background: rgba(213, 213, 213, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    position: relative;
    cursor: pointer;
    min-height: 150px;
}

.enquiryForm .fileUpload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.enquiryForm .fileUpload img {
    width: 58px;
    height: 58px;
    max-width: 58px;
    margin-bottom: 10px;
    cursor: pointer;
}

.enquiryForm .fileUpload h4 {
    font-size: 16px;
    color: rgba(45, 45, 45, 1);
    font-weight: 400;
    opacity: 0.5;
    cursor: pointer;
}

.enquiryForm .loadmore img {
    width: 12px !important;
    height: 12px !important;
    transform: rotate(180deg);
}
.breadcrumb .active {
    color:#2d2d2d !important;
    font-size: 16px !important;
}
.breadcrumb {
    --bs-breadcrumb-item-active-color {
        color: #2d2d2d !important;
    }
}

@media (max-width: 768px) {
    .data-privacy-en .data-info h3{
        margin-left: auto;
    }
 .modal-dialog {
        top: 10%;
    }
.breadcrumb .active {
    color:#2d2d2d !important;
    font-size: 16px !important;
}
.contentBody .contentHeadleft h3 {
    font-size: 40px;
}
.lease-send {
    margin-top: 20px !important;
}
button.btn-close {
    position: absolute;
    top: 30px;
    left: 20px;
    background-size: 20px;
    opacity: 1;
}
}
/* Leasing css end*/

/* Reward css start*/
a.banner_learnmore.reward-btn {
    background: transparent;
    padding: 0px;
    width: auto;
    height: auto;
}

.banner_learnmore.reward-btn img {
    width: auto;
    height: auto;
}

a.banner_learnmore.reward-btn {
    width: auto !important;
    background: transparent;
    padding: 0px;
}

a.banner_learnmore.reward-btn2 {
    background: transparent;
    padding: 0px;
    width: auto;
    height: auto;
}

a.banner_learnmore.reward-btn2 img {
    width: auto;
    height: auto;
    border-radius: 0px;
    margin-right: 10px;
}

.rewards-offer-section {
    display: flex;
    background-color: #fff;
}

.rewards-offer-section h2 {
    font-size: 40px;
}

.rewards-offer-text {
    margin-top: 20px;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
}


.rewards-offer-image-section {
    padding: 14px 24px 14px 24px;
    border-radius: 8px 0px 0px 0px;
}


.about-us-cards-card-date-text {
    font-size: 16px;
    color: rgb(89, 69, 139);
    font-weight: 400;
    position: absolute;
    bottom: 30px;
    padding: 20px 0px 0px 5px;
}

#about-us-cards-carousel .owl-prev img {
    height: 54px;
    position: absolute;
    left: 30px;
    top: 40%;
    width: 34px;
}

#about-us-cards-carousel .owl-next img {
    height: 54px;
    position: absolute;
    right: 30px;
    top: 40%;
    width: 34px;
}
/* #about-us-fyi-carousel.owl-carousel.owl-drag .owl-item{
    width: auto !important;
    margin-left: 60px !important;
} */

@media (max-width: 768px) {
    .rewards-offer-section h2 {
        font-size: 32px;
    }
    a.banner_learnmore.reward-btn2 {
        width: 150px !important;
    }
    
}

/* Reward css end*/

.cookies.popup-wrapper .poupup-btn-sec a span {
    transform: scaleX(-1);
}

/* cookies popUp Css */

.cookies.popup-wrapper {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(45, 45, 45, 0.1), rgba(45, 45, 45, 0.1)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  padding: 10px 40px;
  position: fixed;
  bottom: 0px;
  width: 100vw;
  justify-content: space-between;
  z-index: 999999;
}

.cookies.popup-wrapper .poupup-btn-sec {
  display: inline-flex;
  gap: 10px;
}

.cookies.popup-wrapper .content-wrapper p {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.cookies.popup-wrapper .poupup-btn-sec a {
  margin-top: 10px;
  padding: 7px 15px;
  display: inline-flex !important;
  /* gap: 10px; */
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 8px;
  text-decoration: none;
}

.cookies.popup-wrapper .poupup-btn-sec img {
  width: 10px;
}
@media (max-width: 768px) {

  .cookies.popup-wrapper {
    display: block;
    padding: 30px;
  }}
/* cookies popUp Cssend  */
/* landing popUp Css Start  */
.custom-modal-content a{
          color:#2d2d2d;
         }
        .custom-popup .modal-dialog {
            padding: 20px;
            max-width: 52% !important;
            height: 80vh;
            position: relative;
            margin: 5% 20%;
            display: flex;
            background-position: 78% !important;
            border-radius:8px;
        }

        .custom-popup .modal-content {
            background: transparent;
            border: none;
            position: relative;
        }

        .custom-popup .custom-modal-popup {
            background: linear-gradient(0deg, rgba(45, 45, 45, 0.06), rgba(45, 45, 45, 0.06)), linear-gradient(270deg, rgba(89, 69, 139, 0) 0%, rgba(89, 69, 139, 0.3) 100%);
            backdrop-filter: blur(20px);
            position: absolute;
            border-radius: 8px;
            bottom: 5%;
        }

        .custom-popup .custom-modal-data {
            width: auto;
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px;
        }

        .custom-popup .custom-modal-img img {
            width: 154px;
            border-radius:8px;
        }

        .custom-popup .custom-modal-content h2 {
            font-family: Noto Sans;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .custom-popup .btn-poup {
            display: flex;
            width: fit-content;
            gap: 20px;
            justify-content: space-between;
            align-items: center;
            font-family: Noto Sans;
            font-size: 18px;
            font-weight: 700;
            border-radius: 8px;
            padding: 8px 20px;
            text-decoration: none;
            background: rgb(255, 255, 255);
        }

        .custom-popup .btn-poup:hover {
            background-color: rgb(255, 255, 255);
        }

        .custom-popup .btn-poup span img {
            width: 12px;
           transform: scaleX(-1);
        }

        .custom-popup .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
        }

        .custom-popup .btn-close {
           
            background-position: center;
            background-repeat: no-repeat;
            width: 16px;
            height: 16px;
            border: none;
            opacity: 1;
            z-index: 999;
            padding: 0;
            outline: 0;
        }

        .btn-close:focus {
            outline: none;
            box-shadow: none;
        }

        /* Mobile responsive styling */
        @media (max-width: 768px) {
          
          .first-mall{
               margin-top: 30px !important;
               margin-bottom: 30px !important;

            }
            .custom-popup .modal-dialog {
                max-width: 90% !important;
                margin: 5% 5%;
                height: 80vh;
            }

            .custom-popup .custom-modal-img img {
                width: 100px;
            }

            .custom-popup .custom-modal-content h2 {
                font-size: 24px;
            }

            .custom-popup .btn-poup {
                font-size: 14px;
                padding: 8px 16px;
            }

        }

        @media (max-width: 576px) {
            .custom-popup .modal-dialog {
                height: 80vh;
                padding: 10px;
            }

            .custom-popup .custom-modal-img img {
                width: 80px;
            }

            .custom-popup .custom-modal-content h2 {
                font-size: 20px;
            }
          
          

        }

/* landing popUp Cssend  */

.first-mall{
    margin-top: 80px;
    margin-bottom: 80px;
}
.about-us-carousel-main{
    margin-top: 80px;
    margin-bottom: 80px;
}
#about-us-cards-carousel{
    margin-top: 80px;
    margin-bottom: 80px;
}
#about-us-fyi-carousel{
    margin-top: 80px;
    margin-bottom: 80px;
}

#downloadBroucher.modal {
    z-index: 99999999;
    backdrop-filter: blur(30px);
}
/* .about-us-fyi-text{
    white-space: nowrap;
} */
  
  
  
/*     404 start     */
.Banner.position-relative.overflow-hidden.banner-lease.error404-banner {
  height: calc(100vh - 160px) !important;
}
  .error404-back-arrow{
  transform: scaleX(-1);
  margin-right: 50px;
  }
/*     404 end     */
  
  

/*Search results  page start --------------------------------------- */
label.searcharabic {
    left: inherit !important;
   right: 0 !important;
   }
.search-banner {
    background-image: url('../images/search-banner.svg');
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    color: white;
    text-align: center;
  }
  
  .search-banner h2 {
    font-family: Noto Sans;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-align: right;
  }
  
  .search-bg {
    padding: 14px 24px 14px 24px;
  }
  
  .search-input {
    width: 100%;
    max-width: 100%;
  }
  
  .search-bar-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .search-bar-wrapper button img {
    transform: scaleX(-1);
  }
  .search-input-group {
    display: flex;
    max-width: 100%;
    width: 100%;
  }
  
  .search-input-group input {
    width: 100%;
    padding: 15px 20px;
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 400;
    border: none;
    box-shadow: none;
    color: #2d2d2d;
  }
  
  .search-input-group input:focus {
    outline: none;
  }
  
  .search-bar-wrapper .form-control {
    border-radius: 0px 5px 5px 0px;
  }
  
  .search-input-group button {
    border-radius: 5px 0px 0px 5px !important;
    padding: 15px 20px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .search-input-group button:hover {
    background-color: #fff;
  }
  
  .search-results h2 {
    font-family: Noto Sans;
    font-size: 40px;
    font-weight: 700;
    color: #512b80;
  }
  
  .search-results .filter-icon {
    width: 40px;
  }
  
  .search-result-title {
    background: #E6E4EB;
    width: max-content;
    margin-bottom: 10px;
  }
  
  .search-result-card {
    border: 1px solid #D5D5d5;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
  }
  
  .search-result-card p {
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
  
  }
  
  .search-result-title {
    font-size: 20px;
    font-weight: bold;
    color: #512b80;
  }
  
  .search-result-link {
    text-decoration: underline;
    margin-top: 10px;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
  }
  
  .search-result-tags {
    margin-top: 10px;
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .search-result-tags span {
    margin-right: 10px;
  }
  
  .search-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
      linear-gradient(90deg, rgba(89, 69, 139, 0.4) 0%, rgba(89, 69, 139, 0) 100%);
    backdrop-filter: blur(50px);
    border-radius: 8px;
  }
  
  .search-input-group input:focus {
    outline: none;
    box-shadow: none;
  }
  
  .search-input-group {
    position: relative;
  }
  
  .search-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
  }
  
  .form-floating>label {
    color: #909090;
    font-size: 14px;
  }
  
  .form-floating .form-control {
    padding-right: 26px;
  }
  
  .form-floating .always-float:not(:placeholder-shown)~label {
    opacity: 1;
    transform: translateY(-1.5rem) scale(0.85);
  }
  .search-banner {
      height: calc(100vh - 300px);
      }
      .search-bg {
      margin-top: 90px;
      }
      
  @media (max-width: 768px) {
    .search-banner h2 {
      font-size: 36px;
    }
  
  
    .search-input {
      width: 90%;
    }
  
    .search-input input,
    .search-input button {
      font-size: 16px;
      padding: 8px 15px;
    }
  
    .search-result-title {
      font-size: 18px;
      width: auto;
    }
  
    .search-result-tags {
      font-size: 18px;
    }
    .search-result-link{
        font-size: 18px;
      }
  }
  /*Search results  page end --------------------------------------- */

  /* / Basic styles for the loading overlay and spinner / */
  .loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(45, 45, 45, 0.1), rgba(45, 45, 45, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      backdrop-filter: blur(50px);
  }

  .loading-image {
      width: 200px;
      height: auto;
      animation: spin 2s linear infinite;
  }

  @keyframes spin {
      0% {
          opacity: 0
      }

      50% {
          opacity: 1
      }

      100% {
          opacity: 0
      }
  }




  
/*         Search Popup Css Start          */

.search-popup .search-input-group button{
    padding: 17px 20px;
   }
   .search-popup{
    position:fixed;
    background-image: none;
    padding: 0px;
    z-index:999999999;
    width:100vw;
    
   }
  .search-popup .overlay{
    backdrop-filter: blur(50px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(90deg, rgba(100, 99, 103, 0.4) 0%, rgba(89, 69, 139, 0) 100%);
 }
 .search-popup .search-bg{
    background: none;
    backdrop-filter: none;
    margin-top: 0px;
    width: 1030px;
 }
 .search-popup .search-logo{
    display: flex;
    justify-content: space-between;
 }
 .search-popup .search-logo img{
    width: 100px;
    padding-top: 23px;
    padding-left: 23px;
    margin-left: 50px;
 }
 .search-popup .close-btn{
    margin-right: 50px;
    background: none;
    border: none;
    color: white;
    font-weight: 300;
   font-size: 25px;
 }
 .search-popup .search-input-group {
    display: flex;
    position: relative;
}

.search-popup .form-floating {
    flex-grow: 1;
    position: relative;
}

.search-popup .form-floating input {
    /* padding-right: 50px;  */
    color: transparent;
text-align: right;
    direction: rtl;
}

.search-popup .form-floating input::placeholder {
    color: transparent;
    text-align: right; 
direction: rtl;
}

.search-popup .form-floating input:focus {
    color: #333;
}

.search-popup .form-floating input:focus::placeholder {
    color: transparent; 
text-align: right;
}

.search-popup .form-floating input:not(:placeholder-shown) {
    color: #333;
text-align: right;
}

.search-popup .form-floating label {
    position: absolute;
    right: 10px;
    transition: 0.2s ease all;
    color: #999;
}

.search-popup .form-floating input:focus + label,
.search-popup .form-floating input:not(:placeholder-shown) + label {
    top: 5px;
    font-size: 12px;
    color: #333;
    left: inherit;
    right: 0 !important;
}
.search-popup .search-button img{
    height: 20px;
    width: 21px;
transform: scaleX(-1);
}
     .arabic-search-results{
        direction: ltr;
float: left;
    }


@media screen and (max-width: 768px) {
    .search-popup .search-bg{
        width: 360px;
        padding: 14px 10px 14px 24px;
    }
    .search-popup .search-logo img{
        margin-right: 10px;
    }
    /* .search-popup .search-input-group button{
        padding: 17px 20px ;
    } */
    .search-popup .close-btn{
        margin-left: 20px;
        font-size: 30px;
    }
    .search-popup .search-logo{
        padding-top: 15px;
    }
    .search-popup .search-banner h2{
        font-size: 32px;
    }
    .search-popup .search-bar-wrapper{
        margin-bottom: 30px;
    }
    
    }
/*         Search Popup Css End            */
  
  
  
  
#my-owl-carousel .custom-img {
    position: relative;
}

#my-owl-carousel .custom-content {
    background: linear-gradient(270deg, rgba(124, 29, 94, 0.8) 0%, rgba(226, 53, 171, 0.8) 206.8%);
    backdrop-filter: blur(50px);
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 14px;
    border-radius: 0px 8px 0px 4px;
}

#my-owl-carousel .custom-content p {
    color: #fff;
    padding: 0px;
}

#my-owl-carousel .date-content {
    font-size: 12px;
    font-weight: 400;
    color: #59458B;
}

#my-owl-carousel .pb-44 {
    padding-bottom: 44px;
}

#my-owl-carousel .btn-agi-primary:hover {
    background-color: #89115B !important;
    color: #fff !important;
}

#my-owl-carousel .blog-heading img {
    transform: scaleX(1) !important;
    scale: 1
}
img.store-dir-img{
    transform: scaleX(1) !important;
}