@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: "Noto Sans", sans-serif;

  box-sizing: border-box;

}

p,
span,
a,
b,
strong,
div {
  font-family: "Noto Sans", sans-serif !important;
}

#event-details p,
#event-details span,
#event-details a,
#event-details b,
#event-details strong {
  font-size: 16px !important;
}

.wpthemeFrame .wpthemeMainContent .wpthemeInner {
  max-width: 100% !important;
}

body#content .wpthemeFrame {
  min-width: 300px !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 Sans", sans-serif;
}

body,
html {
  height: 100%;
}

/*---------------------------------- This is a theme CSS-------------------------------------------------- */
.wpthemeLayoutContainers {
  padding: 0 !important;
}

/*---------------------------------- This is a Header CSS-------------------------------------------------- */

@media only screen and (max-width: 768px) {
    .stayabovepgap {
        margin-top: -31px;
    }

   
}

.language_drop a{
  cursor:pointer;
  color:#fff !important;
}
.header_wraper {
  width: 100%;
  padding: 15px 0;
  margin: 0;
  position: absolute;
  z-index: 99;
  background: linear-gradient(0deg, rgba(45, 45, 45, 0.6), rgba(45, 45, 45, 0.6)),
    linear-gradient(270deg, rgba(89, 69, 139, 0) -2.29%, rgba(89, 69, 139, 0.2) 100%);
  backdrop-filter: blur(20px);
  z-index: 99999999;



}

.footer-bg a[href^="tel"] {
  color: #fff !important;
  /* Change to desired color */
  text-decoration: none !important;
  /* Remove underline if needed */
}




.banner-custom-card {
  width: 50% !important;
  padding-right: 50px !important;
}

.postion_rel {
  position: relative;
}

.dummy {
  width: 100%;
  padding: 20px 0;
  width: 100%;
  background: green;

}

img.logo-eng {
  width: 100px;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
}

.right-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}

.header_top_row {
  width: 920px;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.navigation-cls {
  padding-top: 15px;
  padding-bottom: 5px
}

.navigation-cls ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  gap: 56px;
  position: relative;
}

.navigation-cls ul li {
  list-style: none;
}


.navigation-cls ul li a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}

.navigation-cls ul li a.arrow {
  padding-right: 20px;
  background: url(../images/arrow.svg) no-repeat right 8px;

}

.navigation-cls ul li a.arrow.arrowup {
  background: url(../images/arrow-up.svg) no-repeat right 8px;
  background-size: 13px;
}

.navigation-cls ul li ul {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    linear-gradient(0deg, rgba(45, 45, 45, 0.05), rgba(45, 45, 45, 0.05)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 8px;
  width: 180px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 26px;
  display: none;
}

.navigation-cls ul li.language_drop ul {
  width: 100px;

}


.navigation-cls ul li ul li {
  width: 100%;
}

.navigation-cls ul li ul li a {

  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

.navigation-cls ul li:hover ul {
  display: flex;

}

.logo {
  width: 250px;

}

.header_top_row ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  gap: 5px;
  margin: 0;

}

.header_top_row ul li {
  display: flex;
  margin-right: 5px;
  position: relative;
}

.header_top_row ul li:last-child {
  margin: 0;
}

.header_top_row ul li img {
  margin-right: 7px;
  max-width: 20px;
  height: 20px;
  margin-top: -1px;
}

.header_top_row ul li,
.header_top_row ul li a {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: 300;


}

.timings,
.time-items {
  display: none;
}

.time_arrow {
  width: 12px;
  height: 12px;
  background: url(../images/arrow_outward_bottom.svg) no-repeat 0 0;
  background-size: 12px;
  margin-left: 5px;
  margin-top: 3px;
  display: inline-block;
}

.time_arrow_open {
  background: url(../images/arrow_outward_top.svg) no-repeat 0 0;
}

.mobile_menu {
  width: 60%;
  float: right;
  margin-top: -50px;
  display: none;


}

.mobile_menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.language_drop_but a{
    cursor:pointer;
    color:#fff !important;
  }

.mobile_menu ul li ul {
  display: none;
}

.mobile_menu ul li:hover {
  display: block;
}

.mobile_menu ul li img {
  width: 25px;
}

.mobile_menu ul li.language_drop_but img {
  width: 30px;
}

.time-items {
  display: none;
  padding: 0 0 0px 0;

}

.time-items ul {
  display: flex;
  flex-direction: column;
  margin-top: 20px;

}

.time-items ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  font-weight: 300;
}

.time-items ul li img {
  margin-right: 10px;
  width: 18px;
}

.time-items ul li a {
  color: #fff;
}

.mobile_nav {
  display: none;
  margin-top: 25px;

}

.mobile_nav .navigation-cls ul {
  flex-direction: column;

}

.mobile_nav .navigation-cls ul li ul {
  display: none;
  position: static;
}

.mobile_nav .navigation-cls ul {
  gap: 20px;
}

.mobile_nav .navigation-cls ul li ul {
  background: none;

}

.mobile_nav .navigation-cls ul li ul {
  padding-left: 0;
}

.mobile_nav .navigation-cls ul li:hover ul {
  display: none;
}

.mobile_nav .navigation-cls ul li ul li {
  margin-bottom: 16px;

}

.mobile_menu ul li {
  position: relative;
}

.mobile_menu ul li ul {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    linear-gradient(0deg, rgba(45, 45, 45, 0.05), rgba(45, 45, 45, 0.05)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 8px;
  width: 100px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 26px;
  display: none;
}

.mobile_menu ul li a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}


.mobile_menu ul li.menu_drop_but {
  background: url(../images/menu_icon.svg) no-repeat 0 2px;
  width: 25px;
  background-size: contain;
}

.mobile_menu ul li.menu_drop_but.closebut {
  background: url(../images/close.svg) no-repeat 0 2px;
}

/*---------------------------------- This is a banner  CSS-------------------------------------------------- */


.banner_wraper {
  width: 100%;

  height: calc(100vh - 165px);
  overflow: hidden;
}



.banner_but_tab {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 15px;
  text-align: left;


}

.custom-button {
  float: left;
  width: 20%;
  height: 5px;
  background: #FFFFFF;
  opacity: 0.6;
  border-radius: 5px;
  margin: 0 3%;
  cursor: pointer;
  position: relative;

}

.custom-button:first-child {
  margin-left: 0;
}

.custom-button:last-child {
  margin-right: 0;
}

.custom-button.active,
.custom-button:hover {
  opacity: 1;
}

.banner_info {
  width: auto;
  padding: 20px 20px 20px 20px;
  bottom: 100px;
  position: absolute;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  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%);

}

.banner_info h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.banner_info p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
}

.banner_learnmore {
  border-radius: 8px;
  font-size: 16px;
  padding: 8px 20px;
  color: #2d2d2d;
  text-decoration: none;
  float: left;
  font-weight: 700;
  width: 190px;
  box-sizing: border-box;
  height: 40px;
  background: #fff;

}

.banner_wraper .owl-carousel .owl-item .banner_learnmore img {

  width: 15px !important;
  height: auto;
  float: right;
  margin-top: 6px;

}



.owl-item {
  opacity: 0.3;
}

.owl-item.active {
  opacity: 1;
}

.view-all-transparent a {
  color: #2d2d2d;
  font-size: 16px;
}

.owl-item .btn-agi-primary:hover {
  background: #59458B !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  border: 0;
}

.banner-custom-card {
  /* background: linear-gradient(0deg, rgb(193 193 193 / 60%), rgb(151 151 151 / 60%)), linear-gradient(270deg, rgba(89, 69, 139, 0) -2.29%, rgba(89, 69, 139, 0.2) 100%);
    border: none;
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    width: max-content; */
}

.owl-slider {
  position: relative;
}

.banner_dots {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  bottom: 50px;
  height: 5px;
}

.custom-button span {
  position: absolute;
  top: -32px;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
}

.banner_wraper .owl-carousel .owl-item img,
.banner_wraper .owl-carousel .owl-item video {
  display: block;
  width: 100% !important;
  object-fit: cover;
  height: calc(100vh - 160px);
}

.shopbanner.directory-banner {
  height: calc(100vh - 196px);
}

.border-start-orange {
  float: left;
  margin-top: 7px;
  padding-left: 10px;
}

.scroll-up {
  animation: slideUp 0.5s forwards;
  /* Example animation */
}

.scroll-down {
  animation: slideDown 0.5s forwards;
  /* Example animation */
}

@keyframes slideUp {
  from {
    transform: translateY(130%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(130%);
    opacity: 0;
  }
}


@media (max-width: 768px) {

  .shop-head {
    font-size: 32px !important;
  }

  .readmore,
  .readmore a {
    font-size: 16px !important;
  }

  .readmore img {
    position: relative;
    bottom: 2px;
  }

  .vist-but a {
    padding: 15px !important;
    font-weight: 700 !important;
  }

  .vist-but a img {
    position: relative !important;

  }

  .shop-brand-info h6 {
    font-size: 18px !important;
  }

  .shopbanner-text {
    border-left: 45px solid !important;
  }

  .shop-text-container {
    left: -50px !important;
    font-size: 20px !important;
  }


  .shopbanner .brand-logo img {
    width: 80px !important;
  }

  .shop-brand-info {
    padding: 5px !important;
  }

  .shopbanner-text {
    border-left: 45px solid !important;
  }



  .store-dir-img {
    height: 205px;
  }

  #dynamic-tabContent .store-card-custom .position-absolute img {
    width: 80px !important;
    position: absolute;
    top: 40px;
    right: 10px;
  }

  #my-owl-carousel {
    padding: 0px 0px 0px 15px !important;
  }

  /* Adjust the max-width as needed */
  #carousel .owl-stage {
    padding-left: 0px !important;
  }

  .custom-button {
    margin: 0 2% !important;
  }

  .searchicon .img-fluid {
    width: 40px;
    max-width: 40px;
  }

}


/*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-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.Banner .mainTittle img {
  width: 120px;
  height: 120px;
  border-radius: 5px;

}

.Banner .zin {
  z-index: 99;
}

.Banner .bannerTitle .mainTittle.disc-cls {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.Banner .bannerTitle .mainTittle h1 {
  font-size: 32px;
  color: #fff;
  line-height: 38px;
  font-weight: 700;
  margin: 0;
}

.Banner .bannerTitle .mainTittle p {
  color: #fff;
}

.Banner.purple .bannerTitle .subtitle {
  background: linear-gradient(270deg, rgba(124, 29, 94, 0.8) 0%, rgba(226, 53, 171, 0.8) 206.8%);
}

.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: 8px;
  z-index: 99;
  backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.Banner .bannerTitle .subtitle h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}

.shopbanner.directory-banner {
  height: calc(100vh - 230px);
}

.Banner.less-heit {
  height: calc(100vh - 230px);
}

.Banner.less-heit.green {
  height: calc(100vh - 200px);
}

/*Banner End*/

/*------------------ Experience-Unforgattable Section Start ----------------------- */
.gradient-bg p {
  font-size: 16px;
  margin-top: 15px;
}

.gradient-bg h2 {
  font-size: 54px;
}

.experience-Unforgattable {
  display: flex;
  gap: 100px;
}

.gradient-bg {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 44px;
}

.experience-Unforgattable {
  padding-top: 20px;
  padding-bottom: 50px;
}

.agi-content-primary {
  color: #59458B;
}

.gradient-bg-arabic h2 {
  font-size: 64px;
}

.gradient-bg-arabic p {
  font-size: 18px;
  font-weight: 400;
}

.agi-content-secondary {
  color: #2d2d2d;
}

.gradient-bg {
  background: url(../images/gradientbg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}





/*------------------ Experience-Unforgattable Section END ----------------------- */

.owl-item.active .btn-agi-primary:hover {
  background-color: #89115B !important;
  color: #fff !important;
}

.og-learnmore-btn:hover {
  background-color: #fff;

}

.btn.btn-agi-primary a {
  color: #fff;
  font-size: 16px;
}

/* Client-slider Section Start */
#clientslogo-carousel .client-img img {
  width: 140px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

/* Client-slider Section End */


/* flyva-slider Section Start */

#flyva-carousel .owl-item.active:hover .gradient-green::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #63984B, #63984B);
  opacity: .6;
  position: absolute;

}

#flyva-carousel .owl-item.active:hover .gradient-blue::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #074DB4, #074DB4);
  opacity: .6;
  position: absolute;

}




#flyva-carousel .custom-card-body {
  width: 90%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  margin: 5%;
  box-sizing: border-box;
}

#flyva-carousel .owl-item.active:first-child:hover .card.card-custom::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #63984B, #63984B);
  opacity: .6;
  position: absolute;

}

#flyva-carousel .owl-item.active:last-child:hover .card.card-custom::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #074DB4, #074DB4);
  opacity: .4;
  position: absolute;
}


#flyva-carousel h6 {
  font-size: 22px;
}


#flyva-carousel .content-card {
  margin-bottom: 15px;
}

#flyva-carousel p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* flyva-slider Section End */


/* Experience-Unforgattable Section Start */
.section-pb {
  padding-bottom: 50px;
}

.section-pt {
  padding-top: 50px;
}

.gradient-bg {
  background: url('../images/gradientbg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}



/* Experience-Unforgattable Section End */
/* Store Directory Section start */
#dynamic-tabContent .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-green::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #63984B, #63984B);
  opacity: .6;
  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;
}

.promotions-section {
  margin-bottom: 30px;
}

.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;
}

.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;
}

.scroll-container {
  width: 100%;
  /* Adjust as needed */
  overflow-x: auto;
  /* Enables horizontal scrolling */
  margin-bottom: 40px;
  padding: 0 1%;
  box-sizing: border-box;
}

.scroll-container {
  overflow-x: auto;
  /* Enables horizontal scrolling */
  scrollbar-width: none;
  -ms-overflow-style: none;

}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.horizontal-scroll {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  flex-direction: row;
  justify-content: center;


}

.horizontal-scroll li {
  min-width: auto;
  /* Adjust the width of each list item */

  padding: 7px 15px;
  text-align: center;
  border: 1px solid #2d2d2d;
  /* Optional: Add border to each item */
  box-sizing: border-box;
  text-wrap: nowrap;
  border-radius: 8px;
}

.horizontal-scroll li.active {
  background: #59458B;


}

.horizontal-scroll li.active button {
  color: #fff;
}

.horizontal-scroll li button {
  font-size: 18px;
  font-weight: 700;
  color: #2d2d2d;
  font-family: "Noto Sans", sans-serif;
}

/* Optional: Add smooth scroll behavior for better user experience */
.scroll-container {
  scroll-behavior: smooth;
}

.store-card-custom {
  position: relative;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.store-card-body {
  position: absolute;
  top: 20px;
  left: 5%;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 90%;
  z-index: 99;
}

.start-30 {
  left: 0;
  right: 0;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

.top-40 {
  top: 40%;
}

.position-absolute {
  position: absolute !important;
  cursor: pointer;
}

.store-card-custom .position-absolute img {
  width: 100% !important;
  border-radius: 5px;
}






/* Store Directory Section End */

/* OG Section Start */
.og-section-desktop {
  position: relative;
  display: block;
  padding: 0 10px;
  overflow: hidden;
}

.og-section-desktop .btn-arrow {
  width: 16px;

}

.bg-img,
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure it covers the section */
}

/* Default: Hide video background and show image */
.bg-video {
  display: block;
}

/* If you want to use the video instead, toggle classes with JavaScript */
.video-active .bg-video {
  display: block;
}

.video-active .bg-img {
  display: none;
}

.og-learnmore-btn {
  background-color: #fff !important;
  color: #2d2d2d;


  padding: 10px 20px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
  text-align: left;
}


.og-learnmore-btn span {
  float: right;
}

.og-content-grp {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.og-content-card-sec {
  background: linear-gradient(0deg, rgba(38, 38, 38, 0.16), rgba(38, 38, 38, 0.16)), linear-gradient(270deg, rgba(89, 69, 139, 0) -4.39%, rgba(89, 69, 139, 0.3) 100%);
  backdrop-filter: blur(20px);
  width: 450px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 44px;
  border-radius: 8px;
  position: relative;
  left: 13px;

}

.btn.og-learnmore-btn {
  width: 90%;
}

.btn.og-learnmore-btn:hover {
  color: #2d2d2d;
  opacity: 0.8;
}

.og-content-card-sec p {
  font-size: 18px;
}

.og-content {
  font-size: 38px;
}

/* .og-section-desktop {
    background: url('../images/og-bg.png') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block; 
} */

.og-section-mobile {
  display: none;
}

/* OG Section end */



/* Shopdine General Styling Start*/
.card-custom {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.custom-card-body {
  width: 90%;
  position: absolute;
  top: 20px;
  left: 18px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.border-start-orange {
  border-left: 3px solid #FF5733 !important;
}

.border-start-green {
  border-left: 3px solid #0ECF8A !important;
}

.border-start-green {
  float: left;
  margin-top: 7px;

}

h2.StoreDir-head {
  font-size: 40px;
  color: #59458B;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;

}

.viewall-arrow img {
  width: 15px !important;
  margin-left: 10px !important;
  margin-top: -2px;
}

.viwbtn {
  background-color: #59458B !important;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 20px;

}

.viwbtn a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: -2px;
}

.viwbtn:hover {
  background-color: #89115B !important;
  color: #fff !important;
}

.custom-nav-shop {
  margin-bottom: 40px;
}

#tabs-slider .nav-tabs .nav-link {
  border: 1px solid #2D2D2D;
  padding: 6px 16px;
  color: #2d2d2d;
  border-radius: 8px;
  margin: 0 7px;
  font-family: "Noto Sans", sans-serif;
  text-align: center;

  font-weight: 700;


}

.position-absolute img {
  width: 60% !important;

}

#tabs-slider .nav-tabs .nav-link.active {
  background: #59458B;
  color: #fff;

}



.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;

}

.store-arrow-img {
  width: 30px;
  float: right;
}

.border-start-blue {
  border-left: 3px solid #1960B3 !important;
}
.border-start-blue h6{
  font-weight: 700;
  font-size: 18px;
  color: #2d2d2d;
  width:200px;
  white-space: nowrap;    
    overflow: hidden;         
    text-overflow: ellipsis;
}
.content-arrow h6 {
  /* padding-left: 14px;*/
  font-weight: 700;
  font-size: 18px;
  color: #2d2d2d;
}

.shop-arrow {
  width: 30px !important;
}

.content-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#shopdine-carousel .owl-item {
  opacity: 0.3;
}

#shopdine-carousel .owl-item.active {
  opacity: 1;
}

#shopdine-carousel .owl-item.active:hover .gradient-orange::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #ff8c00, #ffa500);
  opacity: .4;
  position: absolute;
}

#shopdine-carousel .owl-item.active:hover .gradient-green::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #63984B, #63984B);
  opacity: .6;
  position: absolute;
}

#shopdine-carousel .owl-item.active:hover .gradient-blue::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #003366, #004d99);
  opacity: .4;
  position: absolute;
}

.card.card-custom::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #63984B, #63984B);
  opacity: .4;
  position: absolute;
}


/* Shopdine General Styling End*/



/* Our-Blog  General Styling start*/


.blog-wrapper {
  margin-bottom: 40px;
}

.blog-wrapper p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.blog-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
  padding: 0;
}

.view-all-transparent {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px;
  margin-top: 15px;
  color: #2d2d2d;
}

.fs-global-h2 {
  font-size: 40px;
  font-weight: 700;
}

.agi-content-primary {
  color: #59458B;
}

.agi-content-secondary {
  color: #2d2d2d;
}

.fs-global-14 {
  font-size: 16px;
}

.fs-global-18 {
  font-size: 22px;
}

.card-border {
  border: none;
}

.btn-agi-primary {
  background-color: #59458B;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
}

#my-owl-carousel .owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: none;
  border: none;
  outline: none;
}

#my-owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}

#my-owl-carousel {
  position: relative;
}

#my-owl-carousel .owl-nav button.owl-prev img {
  position: absolute;
  left: 30px;
  top: 30%;
  width: 34px;
}

#my-owl-carousel .owl-nav button.owl-next img {
  position: absolute;
  right: 30px;
  top: 30%;
  width: 34px;
}

#my-owl-carousel .owl-item {
  opacity: 0.3;
}

#my-owl-carousel .owl-item.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {

  .btn-agi-primary a:focus, .btn-agi-primary a:active {
    text-decoration: none;
  }

  .border-start-blue h6{
    width:200px;
  }
  .border-start-orange h6{
    width:200px;
  }
  .border-start-green h6{
    width:200px;
  }

}

/*  Our Blog Section End */


/*  Whatsnew Section Start*/

#wtsnew-carousel h2.card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0px;
}


.whatsnew-wrapper p {

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;

}

.whatsnew-wrapper p {
  padding-right: 20px;
}

.whatsnew-wrapper {
  margin-bottom: 44px;
}

#wtsnew-carousel .owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: none;
  border: none;
  outline: none;
}

#wtsnew-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}

#wtsnew-carousel {
  position: relative;
}

#wtsnew-carousel .owl-nav button.owl-prev img {
  position: absolute;
  left: 30px;
  top: 30%;
  width: 34px;
}

#wtsnew-carousel .owl-nav button.owl-next img {
  position: absolute;
  right: 30px;
  top: 30%;
  width: 34px;
}

#wtsnew-carousel .owl-item {
  opacity: 0.3;
}

#wtsnew-carousel .owl-item.active {
  opacity: 1;
}

/*  Whatsnew Section End */

/* more Event in event  */

#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;
}

#dynamic-tile .owl-nav button.owl-next img {
  position: absolute;
  right: 30px;
  top: 30%;
  width: 34px;
}

#dynamic-tile .owl-item {
  opacity: 0.3;
}

#dynamic-tile .owl-item.active {
  opacity: 1;
}

/* more Event in event end   */
/*   shop page  css start */




.promotions-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.promotions-section h2 {
  font-size: 38px;
  font-weight: 700 !important;
  margin-bottom: 20px;

}

.promotions-section p {
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: 20px;
  padding: 0 10% 0 0;
}

.btn-promotion {
  background: #fff !important;
  color: #2D2D2D;
  display: inline-flex;
  align-items: center;
  gap: 50px;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  border-radius: 8px;
  letter-spacing: -2%;
}

.shop-promotion-banner {
  border-radius: 8px;
  height: 300px;
  width: 100%;
  object-fit: cover;

}


.btn-promotion:hover {
  background-color: #fff;
  color: #2D2D2D;
}

.promo-section {
  padding: 40px;

}

.shop-component {
  display: flex;
  align-items: end;
  position: absolute;
  top: 0;
  bottom: 30px;
  width: 100%;
  height: auto;
  z-index: 1;
}

.brand-logo {
  display: flex !important;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.brand-logo img {
  width: 100px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  gap: 20px;
  color: #fff;
}

.shopbanner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 8px;
  max-width: 50%;
  width: auto;
  padding: 20px;

  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  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-left: 60px solid;
  border-image: linear-gradient(150deg,
      rgba(247, 171, 68, 0.8) 0%,
      rgba(247, 123, 66, 0.8) 100%) 1 !important;
  z-index: 2;

}

.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-left: 45px solid;
}

.shop-text-container {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  z-index: 3;
  transform: rotate(-90deg);
  position: absolute;
  left: -47px;
}


.shop-text {
  padding: 4px 29px !important;
  margin-left: -90px !important;
  background: transparent !important;
}

.shop-text {
  color: white;
  transform: rotate(-90deg);
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
  margin-left: -41px;
  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: 4px 27px;
  border-radius: 4px 4px 0px 0px;
}

.shop-brnd-arabic {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}

.directoryPage .dropdown .actionBtn .loadmore {
  height: 42px;
}

.shopbanner-text::before {
  border-radius: 8px;
}

.shopbanner-text h1 {
  font-size: 36px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 0px 0;
  padding: 0;
  font-weight: 700;
}

.shopbanner-text p {
  font-size: 12px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}


strong.shop-sidetitle {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  transform: rotate(270deg);
  position: absolute;
  z-index: 9;


  bottom: 105px;
  left: 20px;
}


.flex-cls {
  display: flex;
  gap: 20px;
  align-items: center;

}

.shopbanner img.nike-logo {
  width: 154px;
  height: 154px;
}

.ptext {
  font-family: "Noto Sans", sans-serif;
  color: #2d2d2d;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.shopbrand-info-sec {
  background: linear-gradient(to right, #f67c42, #f2c183);



  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  font-size: 18px;
  padding:0 20px;
}

.shopbrand-info-sec.green {
  background: linear-gradient(130deg, #79dda0, #9bdd71);
}

.shopbrand-info-sec.blue {
  background: rgb(138, 193, 221);
  background: linear-gradient(225deg, rgba(138, 193, 221, 1) 0%, rgba(50, 112, 151, 1) 100%);
}

.shop-brand-info:last-child {
  border: none;
}

.vist-but a {
  padding: 10px 20px;
  border-radius: 8px;
  background: #59458B;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
}


.vist-but a img {
  margin: -3px 0px 0 15px;
}

.vist-but {
  margin-bottom: 50px;
}

.hr {
  background: #d5d5d5;
  width: 100%;
  height: 1px;
}

.readmore,
.readmore a {
  font-family: "Noto Sans", sans-serif;
  color: #2d2d2d;
  font-size: 18px;
  margin: 20px 0 20px 0;
  font-weight: 700;
  cursor: pointer;
}

.readmore img {
  margin-right: 15px;
}

.shop-brand-info {
  padding:20px  30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  
}

.shop-brand-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.shop-brand-info img {
  width: 30px;
}

.shop-brand-info h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30.8px;
  margin-bottom: 0px;
  color: #fff;
}

.shop-head {
  font-weight: 700;
  font-size: 40px;
  color: #59458B;
  margin-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
}



/* breadcrumbs start   */


.newbreadvrumb {
  width: 100%;
  margin: 10px 0 20px 0;
}

.breadcrumb {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  margin-right: 10px;
  position: relative;
}

.breadcrumb li a {
  text-decoration: none;
  color: #D5D5D5;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('../images/arrow_breadcrumb.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb .active {
  font-weight: 400;
  color: #2d2d2d;
  pointer-events: none;
}



/* breadcrumbs end  */




.arabic-dir .btn-promotion-arrow {
  transform: scaleX(-1);
}

.arabic-dir .dt-arrow {
  transform: scaleX(-1);
}

.arabic-dir .border-start-blue {
  border-right: 3px solid #195EB3;
  border-left: 0 !important;

  padding-right: 10px;
  padding-left: 0px !important;
}

.arabic-dir .border-start-green {
  border-right: 3px solid #0ECF8A;

  border-left: 0 !important;

  padding-right: 10px;
  padding-left: 0px !important;
}

.arabic-dir .border-start-purple {
  border-right: 3px solid #7C1D5E;

  padding-left: 10px;
  border-left: 0 !important;

  padding-right: 10px;
  padding-left: 0px !important;
}


.arabic-shop-promotion-banner {
  transform: scaleX(-1);
}

.promo-card {
  display: flex;
  align-items: center;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  margin-bottom: 30px;
}

.multi-sec-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dt-card-img-promo img {
  width: 30px;
}

.border-start-blue {
  border-left: 3px solid #195EB3;

  padding-left: 10px;
}

.border-start-purple {
  border-left: 3px solid #7C1D5E;

  padding-left: 10px;
}

.multisection-content {
  margin: 15px;
  width: 100%;
}

.arabic-dir {
  direction: rtl;
}


.shopbanner {
  width: 100%;
  height: calc(100vh - 150px);
  background: #ccc;
  overflow: hidden;
  position: relative;

}

.shopbanner img.banner-background {
  width: 100%;
  height: calc(100vh - 150px);
  object-fit: cover;
}

.dt-arrow {
  width: 30px;
}

.promo-card h6 {
  font-size: 18px;
  font-weight: 700;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .promo-card {
    margin-bottom: 20px;
  }


}

/*   shop page  css end */




/* Footer start Styling */

.mb-8 {
  margin-bottom: 12px;
}

.footer-info-grp p {
  font-weight: 300;
}

.footer-info-grp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-arrow:hover svg path{
  stroke: rgba(124, 29, 94, 1);
  fill: rgba(124, 29, 94, 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 .form-control {
  padding: 10px;
  border-radius: 8px;
  /* border: none; */
  padding-bottom: 13px;
}

/*Footer spacing*/
.copyright-text {
  margin-top: 80px;
}

/*Footer icon width */
.footer-icon {
  width: 22px;
}

.list-unstyled li a,
.footer-bg .text-white {
  font-weight: 300;
}

/*Footer background properties */
.footer-bg {
  background-image: url('../images/footer-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 40px 0px;
}

.footer-bg .position-absolute img {
  width: 86% !important;
}

/*Footer border color and opacity */
.footer-border-bottom {
  border-bottom: 1px solid #9b9b9b;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*font size weight spacing nd alignment*/
.fs-14 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.logo-sec-footer img {
  max-width: 100px;
  /* Adjust logo size */
}

/* Input field styles for the newsletter */
.custom-placeholder::placeholder {
  color: #606060;
  font-size: 12px;
  opacity: 0.5;
  border: none;
}

/*Footer arrow width */
.footer-arrow-icon {
  width: 12px;
}

/* Social Media Icons */
.footer-social-img {
  width: 30px;
  transition: transform 0.2s;
}

/*Footer border color and opacity */
.mbl-border-bottom {
  border-bottom: 1px solid #ffffff;
  opacity: 20%;
}

.linkcls {
  color: #fff;
}

.space20 {
  margin-left: 20px;
}





@media only screen and (max-width: 991px) {
  a[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
  }

  #shopdine-carousel {
    padding: 0px;
  }

  #flyva-carousel {
    padding: 0 0 0 10px;
  }

  #shopdine-carousel .border-start-green {
    float: none;
    margin-top: 0px;
  }

  #clientslogo-carousel .item .client-img img {
    width: 100px !important;
  }

  #flyva-carousel .card-custom img {
    width: auto;
    height: 100% !important;
    object-fit: cover;
  }

  #flyva-carousel h6 {
    font-size: 18px;
  }

  #flyva-carousel p,
  .text-ellipse,
  .og-content-card-sec p {
    font-size: 16px;
  }

  #flyva-carousel .card-custom {
    width: auto;
    height: 380px;
  }

  .experience-Unforgattable {
    flex-direction: column;
    gap: 0px;
  }

  #shopdine-carousel .card-custom {
    border-radius: 20px;

  }

  #shopdine-carousel .custom-card-body {
    left: 5%;
    padding: 10px 10px;
  }

  .content-arrow h6 {
    font-size: 18px;
    width:150px;
  }

  .mobile_menu ul li.language_drop_but img {
    margin-top: -4px;
    width: 26px;
  }

  img.logo-eng {
    width: 85px;
  }

  .right-header {
    display: none;
  }

  .timings {
    display: block;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .header {
    display: block;
  }

  .logo {
    width: 170px;
  }

  .mobile_menu {
    display: flex;
    justify-content: flex-end;
    padding-top: 14px;
    width: 100%;
  }

  .header_wraper {
    position: fixed;
  }

  /* banner start */


  .banner_info h1 {
    font-size: 26px;
  }

  .banner-custom-card {
    width: 90% !important;
    padding-right: 10px !important;
  }

  .banner_learnmore {
    font-size: 16px;
    width: 160px
  }

  .bg-img,
  .bg-video {
    object-position: 64% 0;
  }

  img.store-icons {
    width: 22px;
  }

  .og-content-card-sec {
    padding: 22px;
  }

  .btn.og-learnmore-btn {
    width: 68%;
  }

  h2.StoreDir-head {
    font-size: 32px;
  }

  /* banner end */
}

/* Footer Responsive Styles for Different Devices */


/*  Footer Responsive Styles for Different Devices */
@media (max-width: 768px) {
  .Banner .bannerTitle .mainTittle {
    max-width: 100%;
  }

  .Banner .mainTittle img {
    width: 120px;
    height: 120px;
    border-radius: 5px;

  }

  .Banner .bannerTitle .mainTittle h1 {
    font-size: 26px;
    line-height: 33px;

  }

  .directoryPage .directory-heading {
    padding-bottom: 1.5rem !important;

  }

  .shopbanner-text h1 {
    font-size: 30px;
  }

  .promotions-section h2 {
    font-size: 30px;
  }

  .shop-promotion-banner {
    height: 400px;
  }

  .promotions-section h2 {
    font-size: 30px;
  }

  .promotions-section p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .promo-section {
    backdrop-filter: blur(5px);

    padding: 20px !important;
  }

  .shopbanner img.banner-background {
    height: calc(100vh - 170px);
  }

  .shopbanner.directory-banner .banner-background {
    height: calc(100vh - 191px);
    object-position: 60%;
  }

  .shop-text-container {
    font-size: 20px;
  }

  .shop-text-container {
    left: -58px;
  }

  .shopbanner {
    height: calc(100vh - 120px);
  }

  .shopbanner img.banner-background {
    height: calc(100vh - 120px);

  }

  .social-media-footer {
    margin-top: 20px;
  }

  .blog-heading {
    margin-bottom: 26px;
  }

  .fs-global-h2 {
    font-size: 32px;
  }

  .view-all-transparent {
    margin: 0;
    white-space: nowrap;
  }

  .social-border-top {
    border-top: 1px solid #9b9b9b;
  }

  .footer-bg {
    background-position: center;
  }

  .social-border-top {
    border-top: 1px solid #9b9b9b;
    /*Footer border color */
  }

  .copyright-text {
    margin-top: 10px;
    /*Footer Adjust spacing and alignment for tablets and below */
  }

  /*Footer Adjust spacing and alignment for tablets and below */
  .mt-mbl {
    margin-top: 30px;
  }

  .footer-social-img {
    width: 30px;
    /*  Increase icon size for smaller screens */
  }

  .mt-2-mbl {
    margin-top: 10px;
    /*Footer Adjust spacing and alignment for tablets and below */
  }

  /*Footer Adjust spacing and alignment for tablets and below */
  .custom-offset {
    margin-left: auto;
    position: relative;
    top: -40px;
  }

  /* Adjust the max-width as needed */
  #carousel .owl-stage {
    padding-left: 0px !important;
  }

  /*OG section responsive style start */
  .og-content-card-sec {
    margin: 0 auto;
    margin-top: 170px;
    margin-bottom: 30px;
    width: 90%;
    left: auto;

  }

  .og-section {
    background-position: center;
  }

  .og-content {
    font-size: 30px;
  }

  .og-learnmore-btn {
    gap: 10px;
  }

  /*OG section responsive style end */



  /*Ourblog section responsive style start */
  #my-owl-carousel {
    padding: 0px 0px 0px 20px;
  }

  #my-owl-carousel .owl-nav button.owl-prev img {
    display: none;
  }

  #my-owl-carousel .owl-nav button.owl-next img {
    display: none;
  }

  .text-ellipse {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #my-owl-carousel .owl-stage {
    padding-left: 0px !important;
  }

  /*Ourblog section responsive style end */


  /*Flyva section responsive style start */
  #flyva-carousel .owl-stage {
    padding-left: 0px !important;
  }

  /*Flyva section responsive style end */


  /*wtsnew section responsive style start */
  #wtsnew-carousel .owl-nav button.owl-prev img {
    display: none;
  }

  #wtsnew-carousel .owl-nav button.owl-next img {
    display: none;
  }

  #wtsnew-carousel {
    padding: 0px 0px 0px 14px;
  }

  #wtsnew-carousel .owl-stage {
    padding-left: 0px !important;
  }

  /*wtsnew section responsive style start */

  /*Experience section responsive style start Satyaa*/

  .gradient-bg h2 {
    font-size: 40px;
  }

  .gradient-bg {
    background-position: right top;
  }

  #shopdine-carousel .card-custom img {
    height: auto;
  }

  /* #gallery-carosal .owl-item.active.center {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    #gallery-carosal .item{
        margin: 0px!important;
        padding: 0!important;
    } */

  .shopbanner-text {
    width: 100% !important;
    max-width: 80%;
    border-top-left-radius: 10px;
    /* Adjust as needed */
    border-bottom-left-radius: 10px;
    /* Adjust as needed */
    border-image: linear-gradient(150deg,
        rgba(247, 171, 68, 0.8) 0%,
        rgba(247, 123, 66, 0.8) 100%) 1 !important;
  }

  #gallery-carosal .item .caption {
    bottom: 16px !important;
  }

  .shopbanner.directory-banner .shopbanner-text {
    width: auto !important;
    max-width: 80%;
  }

  .shopbanner.directory-banner .shop-text-container {
    font-size: 18px !important;
  }

  .shopbanner.directory-banner .shop-text-container {
    left: -46px !important;
  }

  .shopbanner.directory-banner {
    height: calc(100vh - 225px);
  }

 
}


@media (max-width: 576px) {

  /*Footer Adjust input and button for mobile */
  .newsletter-form .form-control {
    width: 100%;
    margin-bottom: 10px;
  }

  /*Footer newsletter-form for mobile */
  .newsletter-form button {
    width: 100%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 393px) {
  .custom-offset {
    position: relative;
    top: -35px;
  }
}

#dynamic-tabContent .owl-nav button.owl-prev img {
  position: absolute;
  left: 30px;
  top: 40%;
  width: 34px;
}

#dynamic-tabContent .owl-nav button.owl-next img {
  position: absolute;
  right: 30px;
  top: 40%;
  width: 34px;
}

#gallery-carosal .owl-nav button.owl-prev img {
  position: absolute;
  left: 30px;
  top: 45%;
  width: 34px;
}

#gallery-carosal .owl-nav button.owl-next img {
  position: absolute;
  right: 30px;
  top: 45%;
  width: 34px;
}

#gallery-carosal .owl-item {
  opacity: 1;
}

/* 
#gallery-carosal .owl-item.active.center {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    object-fit: cover;
} */
/* #gallery-carosal  .owl-item img{
    border-radius: 14px;
} */
/* #gallery-carosal .item{

margin: 20px;
position: relative;
} */
#gallery-carosal .item .caption {
  position: absolute;
  bottom: 0px;
  left: 10%;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(0deg, rgba(45, 45, 45, 0.06), rgba(45, 45, 45, 0.08)), linear-gradient(200deg, rgba(89, 69, 139, 0) -9.07%, rgb(89 69 139 / 73%) 100%);
  padding: 10px 25px;
  width: 80%;
  border-radius: 8px 8px 0 0;
  backdrop-filter: blur(5px);
}

@media screen and (min-width : 1500px) {
  /* .whatsnew-primary-heading {
    position: absolute;
    left: 100px;
  } */

  .whatsnew-view-all-heading {
    position: absolute;
    right: 100px;
  }

  .whatsnew-view-all-arrow {
    position: absolute;
    right: 65px;
  }

  .blog-heading {
    margin-bottom: 80px;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1280px) {

  .wptheme2Col .wpthemePrimaryContainer.wpthemeCol,
  .wptheme2Col .wpthemeSecondaryContainer.wpthemeCol {
    width: 100% !important;
  }
}

.wptheme2Col .wpthemePrimaryContainer.wpthemeCol,
.wptheme2Col .wpthemeSecondaryContainer.wpthemeCol {
  width: 100% !important;
}

/* Target only iOS Safari */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .shopbanner-text {
      border-top-left-radius: 10px;
      /* Adjust as needed */
      border-bottom-left-radius: 10px;
      /* Adjust as needed */
      border-image: linear-gradient(138deg, rgba(247, 171, 68, 0.8) 0%, rgba(247, 123, 66, 0.8) 100%) 1 !important;
    }
  }
}


/* T3860 changes */

/* cookies popUp Css */

  .directory-danger{
        display: flex;
        justify-content: space-between;
    }
    .directory-reset:hover{
        background: rgba(124, 29, 94, 1);
        color: #fff;
    }

.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;
        }

        .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) {
           	 .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;
            }

            
        }

.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;
}

/* cookies popUp Cssend  */

div#event-details li {
  list-style: disc;
}

div#event-details ul {
  padding-left: 2rem;
}

#dynamic-tile h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

#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 .mb-42 {
  margin-bottom: 54px;
}

#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;
}


@media screen and (min-width: 1500px) {
  .blog-heading.news {
    margin-bottom: 44px !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;
  right: 0;
  padding: 14px;
  border-radius: 8px 0px 8px 0px;
}

#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
}

.here-to-play-head {
  margin-top: 0px !important;
}

.swiperSlide {
  margin-top: 40px
}

.green .shop-text-container {
  font-size: 18px;
  left: -43px;
}

.green .shop-component .shopbanner-text {
  border-image: linear-gradient(-360deg, rgb(88 207 121 / 80%) 0%, rgb(72 214 174 / 80%) 100%) 1 !important;


}

.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%);
}

.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;
}

.landing-banner.directory-banner {
  height: calc(100vh - 230px);
}

.offers-promotions-container {
  margin-left: 56px;
  margin-right: 56px;
}

.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;
}


@media (max-width: 768px) {

  .cookies.popup-wrapper {
    display: block;
    padding: 30px;
  }

  #dynamic-tile .owl-stage {
    padding-left: 15px !important;
  }

  #dynamic-tile .owl-nav {
    display: none !important;
  }

  #load-more-btn .mb-42 {
    margin-bottom: 44px;
  }

  .Banner .bannerTitle .subtitle h2 {
    padding: 10px 5px;
  }

  .offers-promotions-container {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 67px !important;
  }

  .landing-banner.directory-banner .shopbanner-text {
    max-width: 90% !important;
  }

 
  .play-content-head {
    font-size: 32px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .play-card-custom {
    margin: 0 15px 0 15px;
  }
}



.directoryPage .contentBody .contentHeadright input {
  font-size: 16px;
  color: #2d2d2d;
  font-weight: 400;
  height: 46px;
  border-radius: 8px;
  width: 290px;
  max-width: 100%;
  padding-right: 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;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}

.directoryPage .tabsContent {
  display: none;
}

.directoryPage .tabsContent.active {
  display: block;
  padding-top: 25px;
}

.directoryPage .iconProparty {
  border: 1px solid #2d2d2d;
  border-radius: 4px;
}

.directoryPage .iconProparty .gridFormt,
.directoryPage .iconProparty .listFormt,
.directoryPage .iconProparty .navigate {
  /* padding: 15px; */
  border-right: 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-right: none;
}

.directoryPage .icbr {
  border: 1px solid #2d2d2d;
  border-radius: 4px;
  cursor: pointer;

}


.directoryPage .icbr img {
  padding: 12px;
  cursor: pointer;
}

.directoryPage .icbr:hover,
.directoryPage .dropdown.active {
  background: #e8e5f1;
  border-color: #59458b;
}

.directoryPage .icbr:hover img {
  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: 364px;
  right: 0;
  top: 110%;
  z-index: 9999999;
  padding: 24px;
  border-radius: 8px;
  display: none;
}

.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;
}

.directoryPage .dropdown.active .dropdownDiv .actionBtn .addBtn {
  background: #59458b;
  color: #fff !important;
}

.directoryPage .dropdown .actionBtn .loadmore {
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
}

.directoryPage .dropdown .actionBtn .loadmore span {
  line-height: 34px;
}

.loadmore-span-image {
  position: relative;
  right: 5px;
}

.loadmore-span-text {
  position: relative;
  right: 5px;
}

.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%);
}

.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;
  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;
  cursor: pointer;
}

.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-left: 0;
}

.directoryPage .product .card .cardHeader {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
}

.img-fluid.dir-pro-arrow.list-icon-arrow {
  width: 28px;
  height: 28px;
}

.directoryPage .list_view .cardCategory .categoryHeader .categoryImage {
  width: 350px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 300px;
}


.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-left: 27px;
}

.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% - 660px);
}

.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%);
}

.directoryPage .product .card .cardBody {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  margin: 20px auto 40px auto;
}

.directoryPage .product .card .cardBody img {
  border-radius: 5px;
}

.directoryPage .loadmore {
  display: inline-flex ;
  padding: 0px 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-right: 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-left-radius: 4px;
  border-bottom-left-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 {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  min-width: 40px;
}

.directoryPage .cardCategory .categoryHeader .cardlink img {
  filter: brightness(0) saturate(100%) invert(89%) sepia(61%) saturate(0%) hue-rotate(239deg) brightness(102%) contrast(101%);
}

#grid_view .img-fluid,
#list_view .img-fluid,
#navigate .img-fluid,
.sorticon .img-fluid,
.filtericon .img-fluid {
  max-width: 42px;
}

.directoryPage .text-center svg {
  margin-bottom: 6px;
  margin-right: 10px;
}




/*Select Dropdown Css Start*/

.wrapper-dropdown {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  border-radius: 8px;
  background: #fff;
  text-align: left;
  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: right;
  rotate: 180deg;
}

.wrapper-dropdown svg {
  transition: all 0.3s;
}

.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.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;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* .wrapper-dropdown .dropdown li.active {
    background: #59458b;
    color: #fff;
} */
.wrapper-dropdown .dropdown li.active,
.wrapper-dropdown .dropdown li.active:hover {
  background: #59458b;
  color: #fff !important;
}

.wrapper-dropdown .dropdown li.active:hover {
  color: #2d2d2d;
}

.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;
}

/*Select Dropdown Css End*/

/*Media Screen devices Start*/
@media (max-width: 576px) {

  .directoryPage .contentBody .contentHeadleft h3 {
    font-size: 32px;
    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: 350px;
    max-width: 100%;
    left: -164px;
  }

    .blog-heading .directoryPage .dropdownDiv {
    min-width: 350px;
    max-width: 100%;
    left: -308px;
  }

  .directoryPage .filtericon .dropdownDiv {
    left: -227px !important;
  }

  .searchicon .dropdownDiv {
    left: 0 !important;
  }

  .sortDiv {
    right: -70px !important;
  }

  .directoryPage .dropdown.active .dropdownDiv .actionBtn img {
    padding: 1px;
    width: 20px;
    margin-left: 12px;
  }

  .directoryPage .dropdown.active .dropdownDiv .actionBtn span {
    line-height: 34px;
  }

  .directoryPage .contentBody .swiperSlide .swiper-button-next,
  .directoryPage .contentBody .swiperSlide .swiper-button-prev {
    display: none;
  }

  .directoryPage .filtericon .dropdownDiv {
    left: -305px !important;
  }

  .directoryPage .dropdownDiv {
    min-width: 350px;
    max-width: 100%;
    left: -250px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {


  .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;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .directoryPage .contentBody .contentHeadleft h3 {
    font-size: 40px;
    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 #7c8694 !important;
  color: #7c8694 !important;
}

.disabled span {
  color: #7c8694 !important;
}

.disabled img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(7%) saturate(700%) hue-rotate(176deg) brightness(92%) contrast(87%) !important;
}


#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;

}

.newbreadvrumb {
  margin: 15px 0 20px 0 !important;
}

#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;
}

.tabCard.active {
  background: #59458b;
  color: #fff !important;
}

.directoryPage .swiperSlide.py-4 {
  padding-bottom: 0 !important;
}

.directoryPage .contentBody.py-2 {
  padding-bottom: 0 !important;
}


#wtsnew-carousel.owl-carousel .owl-item img {
  border-radius: 8px;
}

.brand-logo img {
  border-radius: 4px;
}


/* dineingoptions start--------------------------------------- */

.play-content-head {
  color: #59458B;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;

}

.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 {
  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;
  float: left;
  margin-top: 5px;
}

.play-custom-card-body-w89 {
  width: 90%;
}

.here-to-play {
  background-size: cover;
  margin-top: 40px;
  /* background: rgb(137,218,94);
background: linear-gradient(320deg, rgba(137,218,94,1) 0%, rgba(74,195,150,1) 100%); */
}

.here-to-play .border-start-green {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .play-card-custom-image {
    height: 280px;
    width: 100%;
    object-fit: cover;
  }
}


/* 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 --------------------------------------- */

#gallery-carosal .owl-item.active.center .item .caption {
  bottom: -22px !important;
}

/* div#gallery-carosal {
    margin-bottom: 40px;
} */




/* About us page start --------------------------------------- */
.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;
}
.about-us-fyi-text{
    white-space: nowrap;
}

#downloadBroucher.modal {
  z-index:99999999;
  backdrop-filter:blur(30px)
}

/* first mall css start */
.first-mall h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: Noto Sans;
  color: #59458B;
}

.first-mall p {
  font-size: 18px;
  font-weight: 400;
  font-family: Noto Sans;
  color: #2D2D2D;
}

.first-mall img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.first-mall-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about-us-carousel.owl-carousel .owl-item img {
  height: calc(100vh - 80px) !important;
  object-fit: cover;
  object-position: top;
}

.space-between-cols {
  margin-left: 30px; 
}
/* first mall css end */


/* carousel css start */
#about-us-carousel {
  position: relative;
}

#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(200deg, 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: 20px;
  position: absolute;
  bottom: 0px;
  left: 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;
  left: 105px;
}

.mainTittle.about-title {
  border-radius: 8px;
  display: block !important;
}

#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-fyi-carousel.owl-carousel.owl-drag .owl-item {
  width: auto !important;
  margin-right: 60px !important;
} */

/* carousel css end */



/* cards carousel start */
/* .about-us-cards{
display: flex;
} */
.about-us-cards-card-body {
  padding: 10px 0 10px 0;
}

.about-us-cards-card-title {
  padding: 20px 0 0 5px;
  font-size: 18px;
  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-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;
}

/* cards carousel end */

/* fyi carousel-start */
#about-us-fyi-carousel img {
  width: 24px;
  height: 24px;
}



.about-us-fyi-body {
  gap: 15px;
}

/* fyi carousel end */

@media screen and (max-width: 768px) {
  #about-us-carousel.owl-carousel .owl-item img{
    height: calc(100vh - 280px) !important;
  }
  #about-us-cards-carousel {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}


  .space-between-cols {
    margin-left: 0px; 
}
.destination-img{
  margin-top: 25px;
  }
  .first-mall{
               margin-top: 30px !important;
               margin-bottom: 30px !important;


            }
    .about-us-carousel-content {
        width: 300px;
        height: 66px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 10px;
        position: absolute;
        bottom: 0px;
        left: 27px;
    }
  .rounded {
    margin: 25px 0 0 0;
  }

  #about-us-carousel .owl-item img {
    height: 400px;
  }
  #about-us-carousel .owl-dots {
    left: 35px;
  }
  #about-us-fyi-carousel {
    margin-bottom: 60px !important;
}
}


/* About us page end --------------------------------------- */


/* plan your vist page start --------------------------------------- */
.planyourvisit-fyi {
    margin-top: 0px !important;
}
.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;
}   
.TableStyle2 span{
    font-size: 16px !important;
}
button.accordion-button.collapsed {
    border-radius: 8px 8px 8px 8px;
}

.accordion-collapse.show.collapse{
     border-radius: 0px 0px 8px 8px;
}
.accordion-body.visit-accordion-body-custom p span{
    font-size: 16px !important;
}
.blog-wrapper .readmore img, .blog-wrapper .readless img {
    margin-right: 10px;
    margin-bottom: 3px;
}
blog-wrapper p{
font-size: 16px;
    font-weight: 400;
    color: #2d2d2d;
    padding-bottom: 20px;
}
.blog-wrapper .readmore, .blog-wrapper .readless{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
}

.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 !important;
  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;
  background-color: #fff;
}

.accordion-item .accordion-button {
  border-radius: 8px 8px 0px 0px;
}

.accordion-collapse h3 {
  font-family: Noto Sans;
  font-size: 22px;
  font-weight: 700;
  color: #59458B;
  margin-bottom: 20px;
}

.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(90deg, rgba(241, 241, 247, 1) 0%, rgba(249, 188, 167, 1) 100%);
}

.easyaccessimg img {
    border-radius: 8px;
}
.getintouchsec .blog-heading {
  margin-bottom:0px;
}

.cardContent a{
  color: #2D2D2D;
}
@media (max-width: 768px) {
  .get-in-touch-map {
    height:400px;
    } 
  .visit-card {
  margin-bottom:10px;
  }
  .visit-card .card-icon img {
    margin-left: -16px;
    margin-top: -16px;

  }
  
  .visit-card h3 {
    font-size: 22px;
  }

  .visit-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .visit-card p {
    font-size: 16px;
  }

  .sec-right {
    display: flex;
    gap: 10px;
    margin-left: auto;
  }
  .visit-section {
padding: 40px 0px 40px 0px;
}

.visit-section h2 {
font-size: 32px;
margin-bottom: 16px;
}
}


/* plan your vist page end --------------------------------------- */


/*Search results  page start --------------------------------------- */


.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: left;
}

.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-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: 5px 0px 0px 5px;
}

.search-input-group button {
  border-radius: 0px 5px 5px 0px !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: 40px;
}

.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-input-group button {
    padding: 15px 18px;
}
  .search-banner h2 {
    font-size: 32px;
  }
  .search-bar-wrapper{
    margin-bottom: 0px;
    margin-top: 15px;
}
  .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 --------------------------------------- */





/* Rewards-offers starts --------------------------------*/
.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;
}



@media (max-width: 768px) {

  .rewards-offer-section h2 {
    font-size: 32px;
  }


  .rewards-offer-image {
    margin-top: 20px;
    height: 400px;
    object-fit: cover;
    width: 100%;
  }
}

/* Rewards-offers ends*/



/* Event-Details Start */
.event-details-header {
  background: linear-gradient(180deg, #7C1D5E 0%, #E235AB 145.42%);
  color: white;
  padding: 22px;
  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: #59458B;
  margin-bottom: 20px;
  font-weight: 700;
}

.event-details {
  margin-bottom: 20px;
}

.event-details p {
  margin: 0;
}

.event-details img {
  width: 24px;
}

.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;
}

.event-details-date-section img,
.event-details-location-section img {
  margin-right: 10px;
}

.event-details-location-section img {
  width: 34px !important;
}

@media (max-width: 768px) {
  .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: left;
  }

  .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 end */



/* About US Start --------------------------------------- */


.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;
}

.first-mall-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}





#about-us-carousel {
  position: relative;
}

#about-us-carousel .owl-item {
  opacity: 1 !important;
}

#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-dots {
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 87px;
}

#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-card-text {
  padding: 20px 0 0 5px;
  font-size: 16px;
  color: rgba(45, 45, 45, 1);
}

#about-us-fyi-carousel {
  padding: 50px;
  background: url('/dx/api/dam/v1/collections/00832888-c243-4319-afd5-c2dfbb7bee83/items/aa5f687b-3095-415a-94cf-81844174351d/renditions/f5ab6e2e-de2a-478d-85f0-2cdda10fe046?binary=true');
  background-size:cover;
  background-position:center;
  height: 120px;
}

.about-us-fyi-body {
  gap: 20px;
}

.about-us-fyi-text {
  font-size: 16px;
  color: rgba(45, 45, 45, 1);
  font-weight: 400;
}


@media screen and (max-width: 768px) {
    .first-mall h2 {
        font-size: 32px;
            }

  .rounded {
    margin: 25px 0 0 0;
  }

  #about-us-carousel .owl-item img {
    height: 400px;
  }
  
#about-us-fyi-carousel {
    padding: 45px 15px 0 6px;
}

  

  #about-us-carousel .owl-dots {
    left: 35px;
  }
}

.about-us-cards-card-date-text {
  padding: 20px 0 0 5px;
  font-size: 16px;
  color: #59458B;
  font-weight: 400;
  position: absolute;
  bottom: 30px;
}

#about-us-cards-carousel .card {
  padding: 20px;
    min-height: 345px;
  background: url('/dx/api/dam/v1/collections/00832888-c243-4319-afd5-c2dfbb7bee83/items/aa5f687b-3095-415a-94cf-81844174351d/renditions/f5ab6e2e-de2a-478d-85f0-2cdda10fe046?binary=true');
  background-size:cover;
  background-position:center;
  position: relative;
}

#about-us-cards-carousel .owl-prev img {
  height: 54px;
  width: 54px;
  position: absolute;
  left: 30px;
  top: 40%;
  width: 34px;
}

#about-us-cards-carousel .owl-next img {
  height: 54px;
  width: 54px;
  position: absolute;
  right: 30px;
  top: 40%;
  width: 34px;
}

#about-us-fyi-carousel .owl-prev img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 43%;
  left: 10px
}

#about-us-fyi-carousel .owl-next img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 43%;
  right: 10px
}

#about-us-fyi-carousel {
  border-radius: 8px;
}



/* About US End --------------------------------------- */

#event-details p.date-details {
  color: #59458B !important;
}

/* --------------------------------------------data-privacy css start -------------------------------------------------- */
.data-privacy-en h2 {
  font-family: Noto Sans;
  font-size: 40px;
  font-weight: 700;
  color: #59458B;
  margin-bottom: 24px;
}
.accordion-text{
  margin-left: 7px;
  padding: 3px;
}
.data-content-section{
  padding: 20px;
}

.data-content-section img {
  width: 80px;
  height: auto;
}

.data-privacy-en .accordion-button:not(.collapsed) {
  background: transparent !important;

}
.data-privacy-en .btn-link-data:hover {
    border: 1px solid rgba(124, 29, 94, 1);
    color: rgba(124, 29, 94, 1);
}

.data-privacy-en .btn-link-data:hover svg path{
 stroke: rgba(124, 29, 94, 1);
    fill: rgba(124, 29, 94, 1);
}

.data-privacy-en .accordion-item {
  border: 1.5px solid #D5D5D5;
  border-radius: 4px;
}

.data-privacy-en .data-custom-accordion h3 .accordion-button {
  font-family: Noto Sans;
  /* font-size: 22px; */
  font-weight: 700;
  color: #59458B;
}

.data-privacy-en .data-accordion-body-custom h3 {
  font-family: Noto Sans;
  font-size: 22px;
  font-weight: 700;
  color: #59458B;
  margin-bottom: 20px;
}

.data-privacy-en .data-accordion-body-custom p {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
}

.data-privacy-en .accordion-collapse {
  border-radius: 4px;
}

.data-privacy-en .accordion {
  background: transparent !important;
  --bs-accordion-border-color: border: 1.5px solid #D5D5D5;
}

.data-privacy-en .accordion-item {
  background: transparent;
  margin-top: 14px;
}

.data-privacy-en .accordion-item:not(:first-of-type) {
  border-top: 1.5px solid #D5D5D5;
}

.data-privacy-en .accordion-item .accordion-button {
  border-radius: 4px 4px 4px 4px;
}

.data-privacy-en .accordion-collapse h3 {
  font-family: Noto Sans;
  font-size: 22px;
  font-weight: 700;
  color: #59458B;
  margin-bottom: 20px;
}

.data-privacy-en .accordion-item:last-of-type .accordion-body {
  border-radius: 8px 8px 8px 8px;
}

.data-privacy-en .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.data-privacy-en .dataprivacy-text p {
  white-space: pre-line;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
}

.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;
}
.data-privacy-en .btn-link-data-arrow:hover{
  background: rgba(124, 29, 94, 1);
}
.data-privacy-en .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-en .btn-link-data img {
  width: 12px;
}

.data-privacy-en .data-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.data-privacy-en .data-info h3 {
  font-family: Noto Sans;
  font-size: 18px;
  margin-right: 200px;
  font-weight: 700;
  color: #2d2d2d;
  text-transform: capitalize;
}

.data-btn img {
  height: auto;
  width: 12px;
}

.data-privacy-en .data-custom-accordion h3 .accordion-button {
  font-size: 18px;
  background: rgba(255, 255, 255, 1);

}

.data-privacy-en .data-content-section {
  background: linear-gradient(90deg, rgba(236, 237, 244, 1) 33%, rgba(248, 157, 129, 1) 100%);
  padding: 20px;
  border-radius: 8px;
  margin: 40px 0px;
}
#accordionPanelsStayOpenExample li{
  list-style: disc;
margin-bottom:11px;
}
#accordionPanelsStayOpenExample p{
margin-bottom:11px;
}

#accordionPanelsStayOpenExample ul{
      padding-left: 2rem;
margin-bottom:11px;
}
@media (max-width: 768px) {
  .data-privacy-en .data-content-section {
    padding: 70px;
  }

  .data-privacy-en .accordion-button{
    align-items: baseline !important;
}
  .data-privacy-en .data-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .data-btn a:focus, .data-btn a:active{
    text-decoration: none;
    color: #fff;
    }
  .data-privacy-en .data-info h3 {
    margin-right: 0px !important;
  }
  .viwbtn a:focus, .viwbtn a:active {
    text-decoration: none;
    color: #fff;
  }
  }
  .shop-brand-info {
    padding: 30px 0px !important;
  }
  .data-privacy-en .readmore {
    font-weight: 700 !important;
}
.data-privacy-en .readless{
  font-weight: 700 !important;
}
.data-privacy-en .readless img {
  margin-right: 0px !important;
  }
.data-privacy-en .readmore img {
margin-right: 0px !important;
}


/* --------------------------------------------data-privacy css end -------------------------------------------------- */



/*-------------------------------------------- Contact Us Css Start -----------------------------------------------------*/
.ContactPage .Banner {
  height: calc(100vh - 72px);
}

.ContactPage .Banner .bannerTitle .mainTittle {
  border-radius: 8px;
}

.ContactPage .Banner .bannerTitle .mainTittle h1 {
  font-size: 30px;
}
.checkbox-line a {
    text-decoration: underline !important;
}
.contentBody .contentHeadleft h3 {
  font-size: 40px;
  color: #59458b;
  font-weight: 700;
  margin-bottom: 0;
}

.form-group {
  position: relative;
  margin-bottom: 14px;
}

.floating-label {
  font-size: 16px;
  font-weight: 400;
  color: #9c9c9c;
  top: 14px;
  left: 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;
  left: 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;
  right: 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-right: calc(4px + 0.4em);
  transition: all 0.1s;
  vertical-align: middle;
  width: 30px;
  position: relative;
  border-radius: 8px;
  min-width: 30px;
}

.checkboxCheck:after {
  border-bottom: 2px solid #564387;
  border-left: 2px solid #564387;
  content: "";
  height: 9px;
  left: 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: 14px;
  color: #2d2d2d;
}

.Checkbox a {
  color: #564387;
  text-decoration: none;
}

.btn .loadmore {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  background: #59458b;
  color: #fff !important;
  border-radius: 8px;
  border-color: #fff;
}
.btn .loadmore:hover{
  background: rgba(124, 29, 94, 1);
}

.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: 10px;
  height: 10px;
}

.addressInfo .card {
  background: url('/dx/api/dam/v1/collections/00832888-c243-4319-afd5-c2dfbb7bee83/items/aa5f687b-3095-415a-94cf-81844174351d/renditions/f5ab6e2e-de2a-478d-85f0-2cdda10fe046?binary=true');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#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;
}

.Banner.Getintouch{
    height: calc(100vh - 200px);
}

.Banner .bannerTitle .mainTittle.getintouch{
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}

.getintouchsendbtn {
    padding: 0;
}

#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;
}

/* .btn.fw-bold.view-all-transparent.getintouchinfo{
	position: absolute;
	right: 100px;
} */

img.btn-arrow.whatsnew-view-all-arrow.getintouchimg {
  width: 40px;
}
.getintouchinfo {
  margin-bottom: 30px;
}
.addressInfo  .view-all-transparent img {
width:40px;
}
.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;
}

.invalid-feedback {
  color: rgba(222, 25, 25, 1);
  display: none;
}
/* .invalid-feedback img{
  height: 20px;
  width: 20px;
} */
.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 .dateandlocationlogo p {
  font-size: 22px !important;
}
.moreheaing {
    margin-top: 44px;
}
.sec-right {
  display: flex;
  gap: 10px;
}


@media screen and (max-width: 768px) {
.addressInfo .cardIcon img{
        filter:none;
        width:60px;
        height:auto;
        min-width:60px;
        }
.getintouchsec .blog-heading {
    display:flex;
    gap:20px;
    flex-direction:column;
    align-items: center;
}
  .getintouchinfo {
  margin:0 auto;
  }
  .getintouchinfo {
  margin-bottom: 30px;
}
}

/*#get-in-touch-cards-carousel */
/*-----------------------------------------------------------Contact Us Css End--------------------------------------------*/


/* --------------------------------------------Stay css start -------------------------------------------------- */
.image-click{
  cursor: pointer;
}
.stay-cards-info{
  margin-bottom: 60px;
}
.brand-img-primary {
  position: relative;
}
.stay-mobile-border{
  display: none;
}
.stay-page .brand-img-primary img.img-fluid {
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 8px;
}


.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;
  right: 0px;
  padding: 8px 20px 8px 20px;
  border-radius: 8px 0px 6px 0px;
  width: 21%;
}

.brand-count-text p {
  font-size: 16px !important;
  font-weight: 700;
  color: #fff !important;
  padding-bottom:0px !important;
  margin-top: 3px;
}
.brand-count-text img {
  width: 20px;
    height: 20px;
    margin-top: 6px;
}

.stay-page h2 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #59458B;
  margin-bottom: 20px;
}

.stay-page p {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  padding-bottom: 20px;
}

.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;
}
.stay-page .readmore img, .stay-page .readless img{
      margin-right: 10px;
}
.stay-mbl-border:last-child {
    border-bottom: none;
}
.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;
}

.stay-page .brand-logo-primary img{
    width: 120px;
    border-radius: 8px;
}
.stay-page .stay-cards-info:last-child {
  margin-bottom: 0px;
}
.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;
  text-decoration: none;
}

.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: 17px;
  height: 17px;
  margin-top: 5px;
}

.stay-page .card-footer {
  background-color: transparent;
  border-top: none;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.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: right;
  font-size: 28px;
  font-weight: 300;
  position: relative;
  right: 45px;
  top: 35px;
}

.close:hover,
.close:focus {
  color: rgb(252, 252, 252);
  text-decoration: none;
  cursor: pointer;
}

/* popup styles end */
@media screen and (max-width: 768px) {
  .card-footer a:focus, .card-footer a:active {
   text-decoration: none;
  }
  .stay-page .btn-leranmore-stay{
    width: 100%;
    gap: 20px;
    justify-content: center;
  }
  .btn-gallery-stay{
    width: 100%;
    gap: 10px;
    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 44px auto;
  }
  .brand-count-text {
    right: 0px;
    display: none;
  }
  .close {
    font-size: 45px;
    }

  #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-page .card-footer {
    background-color: transparent;
    border-top: none;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
  }

}

/* -------------------------------------------- Stay css End -------------------------------------------------- */

/* Leasing css start*/
.leasing-file-upload{
  width: 20px !important;
  height: 20px !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;
}
.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-left: 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: 146px;
    }
    
    .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;
    }
    .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;
}
    @media screen and (max-width: 768px) {
       .modal-dialog {
        top: 10%;
    }
      /* .banner_learnmore {
        width: 100% !important;
      } */
      .banner_learnmore.lease-btn {
        border-radius: 8px;
        width: max-content  !important;
      }
      .btn .loadmore {
        margin-top: 10px;
      }
      .breadcrumb .active {
        font-size: 16px;
    }
    .contentBody .contentHeadleft h3 {
        font-size: 32px;
    }
    .lease-send {
        margin-top: 20px !important;
    }
    button.btn-close {
        position: absolute;
        top: 43px;
        right: 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-left: 10px;
}
/* Reward css end*/
/*  Basic styles for the loading overlay and spinner  start */
  .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 }
  }
  /*  Basic styles for the loading overlay and spinner  end */
/*     404 start     */
.Banner.position-relative.overflow-hidden.banner-lease.error404-banner {
  height: calc(100vh - 160px) !important;
}
  .error404-back-arrow{
    margin-left: 50px;
    }
/*     404 end     */



/*         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;
}

.search-popup .form-floating input::placeholder {
    color: transparent;
}

.search-popup .form-floating input:focus {
    color: #333;
}

.search-popup .form-floating input:focus::placeholder {
    color: transparent; 
}

.search-popup .form-floating input:not(:placeholder-shown) {
    color: #333;
}

.search-popup .form-floating label {
    position: absolute;
    /* left: 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;
}
.search-popup .search-button img{
    height: 20px;
    width: 21px;
}
.search-popup .search-bar-wrapper{
    margin-top: 15px;
    margin-bottom: 50px;
    }

    @media screen and (max-width: 768px) {
    .search-popup .search-bg{
        width: 360px;
    }
    .search-popup .search-logo img{
        margin-left: 5px;
    }
    /* .search-popup .search-input-group button{
        padding: 19px 18px;
    } */
    .search-popup .close-btn{
        margin-right: 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;
  right: 0;
  padding: 14px;
  border-radius: 8px 0px 8px 0px;
}

#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
}
.nav-scroller::-webkit-scrollbar {
  display: none;
}

.scroll-btn {
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  top:2px;
}

.scroll-btn.left {
  left: 10px;   
}

.scroll-btn.right {
  right: 10px;
 
}
.tabs-wrapper1 {
  position: relative;
}
.event-details-description-one pre {
    font-family:"Noto Sans", sans-serif;
    font-size:16px;
    line-height: 24px;
}
.categoriesArrowRight {
    height: auto !important;
    transform: translateY(-50%);
    top: 50%;
}
.categoriesArrowLeft {
    transform: translateY(-50%);
    top: 50%;
    height: auto !important;
}
@media screen and (max-width: 1024px) {
.enquiryForm .fileUpload{
    margin-top:0px !important;
}
}
 
 
