@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Inter", sans-serif;
    --body-font-Size: 14px;
    --body-color: #fff;
    --primary-color: #a618fc;
    --secondary-color: #c9d2ee;
  --color-1:#030617;
  --color-2:#1c1234;
  --color-3:#0c1342;
    --black: #000;
    --white: #fff;
     
    
}
body{
  font-family: var(--body-font);
  font-size:var(--body-font-Size);
  font-style: normal;
  line-height: normal;
  font-weight:400;
  color: var(--body-color);
  text-decoration: none;
  margin:0px;
  -webkit-font-smoothing: antialiased;
  padding:0;
  background-color: var(--color-1);
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-mox-box-sizing: border-box;box-sizing: border-box;}
::selection {background: var(--black); /* Safari */color:var(--white);}
::-moz-selection {background: var(--black); /* Firefox */color:var(--white);}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;-webkit-tap-highlight-color: transparent;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0;font-weight: 300;line-height: 24px;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}  
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;float:left;width:100%;position:relative;}
img{border:0; max-width: 100%;} 
a img {border: 0;}
/*************** PRELOADER ***************/
#preloader {position: fixed;top:0;left:0;right:0;bottom:0;background-color:var(--color-1); z-index:999999;}
#status {width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/hilite-mall-logo.svg); background-size: 200px;
background-repeat:no-repeat;background-position:center;margin:0;}


/*************** COLUMS AND ROWS ***************/
main{ position:relative;  }
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{ width:1320px;margin:0 auto;}
.fullwidth{ width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{ flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: #3a4455;padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-50, .gap-100{display: flex; width: 100%; height: 50px;}
.gap-100{ height: 100px;}
.p-t-b-100{ padding: 100px 0px;}
.p-b-100{ padding-bottom: 100px;}
.p-t-100{padding-top: 100px;}
.gradient{background: linear-gradient(135deg,  rgba(168,23,252,1) 0%,rgba(120,44,253,1) 34%,rgba(100,52,250,1) 100%);}
.button-style a, .button-style-span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  padding: 15px 25px 16px;
  border-radius: 50px;
  color: var(--white);
  font-size: 14px;
  margin-bottom: 10px;
  transition: .3s ease-in-out;
  border: 1px solid var(--white);
}
.button-style a:hover, .button-style-span:hover { background-color: var(--primary-color); color: var(--body-color); border: 1px solid var(--primary-color);}
.arrow-btn{
    background-color: var(--color-1);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 12px;
    border-radius: 20px 0 10px 0;
  z-index: 1;
    }
.arrow-btn i{
    width: 38px;
    height: 38px;
    border-radius: 50%;

background: linear-gradient(135deg,  rgba(166,24,252,1) 0%,rgba(135,37,252,1) 44%,rgba(104,51,253,1) 100%); 

    color: var(--body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: rotate(-40deg);
  -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.arrow-btn:after{ position: absolute; content: '';     width: 15px;
    height: 15px;
  background-image: url(../images/icons/curve.svg);
    position: absolute;
    left: -15px;
    bottom: 0;}
.arrow-btn:before{
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/curve.svg);
    position: absolute;
    top: -15px;
    right: 0;
    }
.arrow-btn i:hover, .str-logo-box:hover i, .events-box:hover .arrow-btn i{ background-color: var(--secondary-color);  transform: rotate(360deg); color: var(--white);}
.store-detail-wrap{
  display: flex;
  gap: 4%;
}
.str-dtl-left{
  flex: 0 0 54%;
  overflow: hidden;
}
.str-dtl-right{
  flex: 0 0 42%;
}
.str-dtl-flr{
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #3f445e;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
}
.str-logo{
  line-height: 0;
  border-radius: 15px;
  flex: 0 0 40%;
}
.str-logo img{
  border-radius: 15px;
}
.str-cnt h3{
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
}
.str-cnt h4{
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.str-cnt h4 i{
  color: var(--body-color);
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 31px;
  border-radius: 50px;
}
.contct-dtl-str{
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #3f445e;
    padding: 30px 30px 30px 125px;
    border-radius: 15px;
    /* gap: 20px; */
    position: relative;
}
.contct-dtl-str i{
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg,  rgba(166,24,252,1) 0%,rgba(135,37,252,1) 44%,rgba(104,51,253,1) 100%);
    border-radius: 15px 0 0 15px;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    /* margin-top: 4px; */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 100%;
    border-right: 1px solid #3f445e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cnt-right-str{}
.cnt-right-str h6{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--secondary-color);
}
.cnt-right-str a{
    color: var(--body-color);
}
.title{
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
}
.com-title{
    font-size: 46px;
    color: var(--primary-color);
    font-weight: 600;
}










/*************** HOME PAGE CSS ***************/
header{
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 20px 0px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
header:after{ position: absolute; content: ''; width: 100%; height: 300px; left: 0px; top: 0px; background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
z-index: -1;}
.header-wrpa{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{ line-height: 0px;}
.logo img{
    width: 140px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.head-right{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.head-right-top{
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.mail-call{
    font-size: 14px;
    color: var(--body-color);
    font-weight: 300;
    
    padding-left: 10px;
  position: relative;
}
.mail-call i{ display: none;}
.mail-call:after{position: absolute;content: '';width: 2px;height: 14px;left: 0px;top: 2px;background-color: var(--primary-color);}
.social a{
    color: var(--body-color);
    font-size: 14px;
    margin: 0px 4px;
}
.mail-call:hover, .social a:hover{ color: var(--secondary-color);}
.head-right-btm{
    display: flex;
    align-items: center;
    gap: 10px;
}
.head-btn{
    color: var(--body-color);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px 12px;
    border-radius: 50px;
  background-size: 200% auto;
}
.head-btn:hover{ background: linear-gradient(135deg,  rgba(100,52,250,1) 0%,rgba(120,44,253,1) 34%,rgba(168,23,252,1) 100%); color: var(--body-color);}
.scroll-right-left {-webkit-animation: scroll 80s linear infinite;-moz-animation: scroll 80s linear infinite;
animation: scroll 80s linear infinite;-webkit-animation-fill-mode: forwards;-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;}
.scroll-animation {display: flex;flex-wrap: nowrap;white-space: nowrap;align-items: center;}
.slider-logo-slide{    position: absolute;
    bottom:30px;
    left: 0px;
    width: 100%; overflow: hidden;}
.scroll-animation h2{ margin-bottom: 0px;}
.scroll-animation h2 img{ margin: 0 20px;}
.explore-box{ display: flex; position: relative; margin-bottom: 18px;
  border-radius: 15px;
  overflow: hidden;}
.explore-box img, .things-to-do-box img{ width: 100%; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; border-radius: 15px 15px 18px;}
.explore-box:hover img, .top-deals-wrap:hover img, .things-to-do-box:hover img{ -moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.heading-btn-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 100px;
}
.explore-box:hover .arrow-btn i{ background-color: var(--secondary-color);  transform: rotate(360deg); color: var(--white);}
.header-btn{position: relative;font-size: 14px;text-transform: uppercase;color: var(--secondary-color);letter-spacing: 3px;padding-left: 10px;position: relative;z-index: 2;}
.header-btn:after{position: absolute;content: '';width: 2px;height: 16px;left: 0px;top: 1px;background-color: var(--primary-color);}
.heading{
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: 30px;
}
.heading-btn-wrap .heading{margin-bottom: 0px;position: relative;z-index: 2;}
.top-deals{
  background-image: url(../images/bg1.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 70px 0px 100px;
  /* margin-top: -100px; */
  overflow: hidden;
  }
.top-deals-wrap{position: relative;border-radius: 15px;display: flex;overflow: hidden;}
.top-deals-wrap:after{position: absolute;content: '';width: 100%;height: 150px;left: 0px;bottom: 0px;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%);  }
.top-deals-wrap img{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 15px 15px 18px;
    width: 100%;
}
.top-deal-cnt{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 20px;
}
.top-deal-cnt h4{
    margin: 0px;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 300;
}
.top-deal-cnt h4 span{
    font-weight: 800;
}
.top-deal-cnt i{
    color: var(--body-color);
}
.rest-logo-slid-wrap{
    padding-top: 100px;
}
.rest-logo-sld{
    display: flex;
}
.rest-logo-box{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--color-2);
    border-radius: 667px;
    height: 180px;
    

}
.rest-logo-box img{-webkit-perspective: 1000;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out; -webkit-transform: rotateY(0deg);}
.rest-logo-box:hover img{-webkit-transform: rotateY(360deg);}
.rest-logo-sld .owl-demo8{    flex: 0 0 122%;}
.palaxi-wrap{
  display: flex;
  background-color: var(--color-3);
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: left top;
  justify-content: space-around;
  padding: 75px 0;
  border-radius: 15px;
  align-items: center;
}
.pala-cnt h3{
  font-size: 46px;
  font-weight: 800;
}
.pala-cnt h3 span{
  display: block;
  font-size: 68px;
}
.pala-cnt h4{
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
.rest-logo-slid-wrap .heading-btn-wrap{ padding-right: 0px;}
.things-to-do-box{position: relative;display: block;border-radius: 15px;overflow: hidden;}
.things-to-do-box:after{position: absolute;content: '';width: 100%;height: 150px;left: 0px;bottom: 0px;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%); }
.things-to-do-box i{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background-color: #000000cc;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    color: var(--body-color);
    text-align: center;
    font-size: 35px;
    line-height: 70px;
}
.things-to-do-box h5{
    position: absolute;
    left: 0px;
    bottom: 22px;
    margin: 0px;
    color: var(--body-color);
    z-index: 1;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}
.things-to-do-box h5 span{
    font-weight: 800;
}
.things-to-do-box img{
    width: 100%;
    border-radius: 15px;
}
.feat-stor{
  background-image: url(../images/bg1.png);
  background-position:  center;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
  margin-top: -160px;
  }
.feat-stor-box{
    display: block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.feat-stor-box:after{position: absolute;content: '';width: 100%;height: 150px;left: 0px;bottom: 0px;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.86) 100%);}
.feat-stor-box img{ width: 100%;
    border-radius: 15px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.str-logo-box img, .event-inn-img img{-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.feat-stor-box:hover img, .str-logo-box:hover img, .events-box:hover .event-inn-img img{ -moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.feat-stor-box:hover .feat-stor-logo span img{-moz-transform: scale(1, 1);-ms-transform: scale(1, 1); -webkit-transform: scale(1, 1);transform: scale(1, 1);}
.feat-stor-cnt{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 0 20px 25px;
    z-index: 1;
}
.feat-stor-cnt h5{
    font-weight: 700;
    color: var(--body-color);
    margin-bottom: 10px;
    font-size: 18px;
}
.feat-stor-logo{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #0000007d;
    max-width: 100%;
    width: 180px;
    border-radius: 50px;
}
.feat-stor-logo span{
    line-height: 0px;
}
.feat-stor-logo span img{
    border-radius: 50px;
}
.feat-stor-logo h6{
    margin: 0px;
    font-size: 14px;
    color: var(--body-color);
}
.stores-logo{
  border-top: 1px solid #2f3245;
  padding: 0 0px 70px;
 
}
.stores-logo .heading{
  text-align: center;
  position: relative;
  margin-top: -27px;
}
.stores-logo .heading span{
  background-color: var(--color-1);
  padding: 0px 40px;
}

.stor-box{
  display: flex;
  justify-content: center;
  text-align: center;
}
.stores-logo .owl-carousel{ margin-top: 60px;}
footer{
  background-image: url(../images/bg3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 0px 0;
  position: relative;
  border-top: 1px solid #2f3245;
}
footer:before{position:absolute;content:'';width: 30px;height: 30px;border: 1px solid #2f3245;top: -17px;left: 50%;margin-left: -15px;transform: rotate(315deg);z-index: 1;background-color: var(--color-1);}
footer:after{position: absolute;content: '';width: 100%;height: 100%;left: 0px;top: 0px;background: linear-gradient(to bottom,  rgba(3,6,23,1) 0%,rgba(3,6,23,0) 100%);z-index: 0;}
.footer-wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.ftr-logo{
  margin-bottom: 30px;
}
.ftr-logo img{
  width: 100px;
}
.ftr-head{position: relative;font-size: 16px;text-transform: uppercase;font-weight: 700;color: var(--secondary-color);margin-bottom: 15px;}
.ftr-head:before{position: absolute;content: '';width: 2px;height: 15px;background-color: var(--primary-color);    left: auto;
  top: 2px;
  margin-left: -10px;}
.ftr-list{
  margin-bottom: 35px;
}

.ftr-list li{
  margin-bottom: 7px;
}
.ftr-list li a{
  font-size: 13px;
  color: var(--body-color);
}
.app-btn{
  margin-bottom: 8px;
  display: block;
}
.app-btn a{
  display: block;
  border: 2px solid #777987;
  padding: 13px 30px;
  border-radius: 8px;
  line-height: 0;
}

.copyright{
  text-align: center;
  border-top: 1px solid #4d5064;
  padding: 40px 0;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.copyright p{
  margin-bottom: 0px;
  font-size: 14px;
  color: var(--secondary-color);
}
.copyright p a{
  color: var(--secondary-color);
}
.ftr-list li a:hover{ color: var(--primary-color);}
.app-btn a:hover{ background-color: var(--primary-color); border-color: var(--primary-color);}
footer .social a:hover, .copyright p a:hover{ color: var(--primary-color);}
footer .social a{ font-size: 15px;}
.new-accourdian-footer-mob{ display: none;}
.pad{ padding: 100px 0px;}
.about-inn-wrap{
    display: flex;
    gap: 3%;
    margin-bottom: 60px;
}
.about-left{
    flex: 0 0 70%;
}
.about-left h1{
    font-size: 44px;
    font-weight: 700;
}
.about-left h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.about-right{
    flex: 0 0 27%;
    background-color: var(--color-3);
    padding: 35px;
    border-radius: 15px;
}
.about-right h2{
    font-weight: 700;
    font-size: 32px;
}
.shop-catgry-wrap{
  display: flex;
  justify-content: space-between;
  background-color: var(--color-3);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 40px;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: top -51px left;
  align-items: center;
}
.shop-catgry-wrap h1{
  margin-bottom: 0; font-size: 34px;
}
.shop-catgry{
  display: flex;
  align-items: center;
  gap: 15px;
}
.shop-catgry select.selectbox{
  margin-bottom: 0px;
  width: auto;
  background-color: var(--color-3);
}
.shop-catgry h5{
  margin: 0px;
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 300;
}
.stor-logos{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.str-logo-box{
  margin-bottom: 22px;
  flex: 0 0 18.4%;
  position: relative;
  line-height: 0;
  border-radius: 15px 15px 18px;
  overflow: hidden;
}
.str-logo-box img{
  border-radius: 15px 15px 18px;
}
.str-logo-box .arrow-btn{ width: 46px; height: 46px; padding: 7px;}
.offer-box-inn-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.offer-box-inn{
  flex: 0 0 23.5%; margin-bottom: 30px;
}
.ofr-box-cnt{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #4f567e;
}
.ofr-box-cnt span{
  flex: 0 0 40px;
  line-height: 0;
  height: 40px;
  border-radius: 100px;
}
.ofr-box-cnt span img{
  object-fit: cover;
  height: 40px;
  border-radius: 100px;
}
.ofr-box-cnt h6{
  margin-bottom: 0px;
  font-size: 16px;
}
.events-inn-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.events-box{
  flex: 0 0 32%;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 35px;
}
.event-inn-img{
  position: relative;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.event-inn-img img{ border-radius:15px 15px 18px 15px;}
.events-cnt{
  padding: 25px 0px;
}
.events-cnt h6, .ents-right h6{
  color: var(--body-color);
  position: relative;
  padding-left: 12px;
  font-size: 13px;
  letter-spacing: 1px;
}
.events-cnt h6:before, .ents-right h6:before{position:absolute;content:'';width:3px;height: 16px;background-color:var(--primary-color);left: 0px;top: 0;}
.events-cnt h4{
  color: var(--body-color);
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
}
.events-dtl-wrap{
  display: flex;
  gap: 5%;
}
.ents-left{
  flex: 0 0 32%;
}
.ents-right{
  flex: 0 0 63%;
  border: 1px solid #2f3245;
  padding: 50px;
  border-radius: 15px;
}
.ents-right h6{
  font-size: 13px;
  position: relative;
}
.ents-right h1{
  font-size: 36px;
  margin-bottom: 10px;
  color: var(--secondary-color);
  font-weight: 700;
}
.ents-right h5{
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: 700;
}
.ents-right a{
  color: var(--body-color);
}
.career-form{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.form-group{
  position: relative;
  flex: 0 0 32%;
  margin-bottom: 12px;
}
.form-group .selectbox{
  padding-left: 70px;
}
.form-group i{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-right: 1px solid #3f445e;
  color: var(--primary-color);
  font-size: 15px;
}
.form-group-two{flex: 0 0 49%;}
.form-group-textarea i{ height: 140px; }
.contactstyle {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 12px;
  padding: 30px 20px;
  background-color: var(--color-3);
  border-radius: 15px;
}




[type="file"] {
  /* Style the color of the message that says 'No file chosen' */
    color: #878787;
}
[type="file"]::-webkit-file-upload-button {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 1s ease;
}
.form-group.file label {
  display: block;
  margin-bottom: 9px;
}
.form-group.file {
  margin-bottom: 25px;
}
  



.coic, .contactstyle a:hover, .label-style {
  color: var(--secondary-color)
}
.coic {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  background-color: var(--primary-color);
  font-size: 16px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  text-align: center;
  display: flex;
    align-items: center;
    justify-content: center;
}
.coic, .out-inn-links a {
  line-height: 41px;
  height: 40px;
  color: var(--body-color);
}
.contactstyle h4 {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 600
}
.contactstyle p {
  margin-bottom: 0;
}
.contactstyle p a{color:var(--white)}
.contact-left {
  flex: 0 0 30%
}
.cont-inn-box{position: relative;padding: 0 0 0 60px;margin-bottom: 22px;}
.cont-inn-box:last-child{margin-bottom:0px}
.contactstyle h3{
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #404566;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.contact-right {
  flex: 0 0 67%
}
.map {
  display: flex;
  margin-top: 30px
}
.form-group-full{ flex: 0 0 100%;}
.mall-services-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.mall-ser-box{
  flex: 0 0 23.5%;
  border: 1px solid #2f3245;
  border-radius: 15px;
  margin-bottom: 25px;
  background-color: #2f3245;
  padding: 30px;
  position: relative;
}
.mall-ser-box:before{position: absolute;content: '';width: 70px;height: 70px;left: 0px;top: -1px;border-left: 2px solid var(--primary-color);border-top:  2px solid var(--primary-color);border-radius: 15px 0 0 0;}
.mall-ser-box h4{
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.mall-ser-box a{
  color: var(--body-color);
}
.mall-ser-box p{
  margin-bottom: 0;
}
.mall-lction{
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
  /* height: 100vh; */
  display: flex;
  align-items: center;
}
.slct-mall-heading-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.slct-mall-heading-wrap h1{
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 900;
  margin-bottom: 0;
  letter-spacing: 6px;
  line-height: 54px;
}
.slct-mall-heading-wrap h1 span{
    display: block;
    color: #c15bff;
     /* Will override color (regardless of order) */
    letter-spacing: 0;
    font-size: 38px;
}
.slct-mall-logo img{ width: 67px;}
.slct-mall-location-wrap{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.slct-mall-location-wrap a{
    flex: 0 0 32%;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    padding: 6px;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.slct-mall-location-wrap a:after{ position: absolute; content: ''; height: 0px; width: 100%; bottom: 0px; left: 0px; background-color: var(--primary-color); z-index: 0; border-radius: 15px;
  -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.slct-mall-location-wrap a:hover:after{ height: 100%;}
.slct-mall-location-wrap a:hover{    box-shadow: 0px 10px 74px rgba(161, 23, 245, .6);}
.slct-mall-location-wrap a h5{
    text-align: center;
    font-size: 18px;
    color: var(--body-color);
    padding: 25px 0px;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.slct-mall-loc-box{
    position: relative;
    line-height: 0;
    z-index: 1;
}
.slct-mall-loc-box img{
    width: 100%;
    border-radius: 15px;
}
.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2%;
}
.gallery-box {
  flex: 0 0 30%;
}
.gallery-box {
  flex: 0 0 23.5%;
  margin-bottom: 25px;
}
.list.terms li h3 {
  color: var(--primary-color);
  font-size: 18px; 
}
.list.terms li p {
  color: var(--body-color);
  margin-bottom: 15px;
  text-align: justify;
}
.privacy-policy p {
  text-align: justify;
}
.privacy-policy h2.heading {
  margin-bottom: 15px;
}
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
nav.flex.items-center.justify-between .flex.justify-between.flex-1.sm\:hidden {
  display: none;
}
p.text-sm.text-gray-700.leading-5.dark\:text-gray-400 {
  display: none;
}
.pagination span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md {
  display: flex;
 
  align-items: center;
  gap: 0%;
 
}
.pagination span svg {
  width: 18px;
  margin-inline: 5px;
  fill: #a618fc;
}
a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:text-gray-400.dark\:hover\:text-gray-300.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800 {
  margin-inline: 6px;
  font-size: 18px;
  color: #fff;
}
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.dark\:bg-gray-800.dark\:border-gray-600{
  font-size: 18px;
    margin-inline: 6px;
    color: #fff;
}
a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:text-gray-400.dark\:hover\:text-gray-300.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800:hover {
 color: #a618fc;

}
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.dark\:bg-gray-800.dark\:border-gray-600:hover{
  color: #a618fc;
 
 }
.offer-box-inn-wrap .top-deals-wrap{ flex: 0 0 23.5%; margin-bottom: 30px;}


.deals-wrap {
  width: 100%;
  margin: 0 auto;
  background-color:transparent;
  padding: 0 10px;
  border-radius: 15px;
}
.top-content .rest-logo-box {
  height: 60px;
  width: 60px;
  background-color: transparent;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.top-content .rest-logo-box:hover img {
  -webkit-transform: none !important;
}
.top-content {
  display: flex;
  align-items: center;
}
.top-content h2 {
  font-size: 25px;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.active-detail {
  text-align: left;
  padding-top: 15px;
}
.active-detail h3 {
  font-size: 14px;
  color: #fff;
}
.active-detail h3 span {
  display: inline;
  color: #b3a704;
  margin-left: 8px;
}
.discount {
  display: flex;
  gap: 2%;
  padding: 15px 0;
  align-items: center;
  border-bottom: 1px solid #efefef0d;
  border-top: 1px solid #efefef0d;
}
.discount img {
  width: 50px;
}
.discount h5 {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.deals-wrap p {
  color: #fff;
  margin-block: 25px;
  text-align: center;
}
.deals-wrap .button-style {
  display: flex;
  justify-content: center;
}
.deals-wrap .button-style a {
  color: #fff;
  border: none;
  background: linear-gradient(135deg, rgba(168, 23, 252, 1) 0%, rgba(120, 44, 253, 1) 34%, rgba(100, 52, 250, 1) 100%);
}
.deals-wrap .button-style:hover a {
  background: linear-gradient(135deg, rgba(100, 52, 250, 1) 0%, rgba(120, 44, 253, 1) 34%, rgba(168, 23, 252, 1) 100%);
}
div#topDealModal .modal-content {
  background-image: url(../images/offer-details-modal-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background-color: #1c1234;
}

.popup-search-data{
  background: transparent;
  padding: 60px 25px 15px 25px;
}
 .popup-search-data ul{
  padding: 15px 0;
  margin: 0;
  background: #080c26;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: left;
  margin-right: 16px;
 }
  .popup-search-data ul li{
  padding: 0;
  margin: 0;
  padding: 7px 25px;
  font-size: 16px;
  color: #fff;
  /* border-bottom: 1px solid #ccc; */
 }

.store-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}



a.store-box {
  flex: 0 0 24.25%;
  border-radius: 15px;
  overflow: hidden;
  padding: 8px;
  background: #742dfc59;
  margin-bottom: 1%;
}
a.store-box img {
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.store-cap {
  position: relative;
  color: #fff;
  padding: 15px 10px;
}
.store-cap h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.store-cap h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #ededed;
}
.store-cap h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #ededed;
}
.store-cap h4 span {
  display: inline-block;
  padding-left: 5px;
}
.link-store {
  position: relative;
  display: block;
}
.link-store::after {
  position: absolute;
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); 
  right: 0;
  bottom: 0;
  padding: 10px 11px;
  border-radius: 50%;
  /* transform: rotate(-40deg); */
  background: linear-gradient(135deg, rgba(168, 23, 252, 1) 0%, rgba(120, 44, 253, 1) 34%, rgba(100, 52, 250, 1) 100%);
  transition: all 300ms ease-in-out;
}
/* a.store-box:hover .link-store::after {
  background-color: var(--secondary-color);
  transform: rotate(360deg);
  color: var(--white);
}
.store-box:hover .link-store i {
  background-color: var(--secondary-color);
  transform: rotate(360deg);
  color: var(--white);
} */

a.store-box:hover img{
  filter: grayscale(100%);
  transition: all 300ms ease-in-out;
}
span.mobile-link i {
  font-size: 12px;
  padding-left: 10px;
  display: inline-block;
  color: #971ffd;
}
span.mobile-link {
  display: none;
}
a.store-box .store-cap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.store-box .link-store::after {
  display: none;
}
.store-box .link-store i {
  padding: 10px 11px;
  border-radius: 50%;
  /* transform: rotate(-40deg); */
  background: linear-gradient(135deg, rgba(168, 23, 252, 1) 0%, rgba(120, 44, 253, 1) 34%, rgba(100, 52, 250, 1) 100%);
  transition: all 300ms ease-in-out;
}


a.store-box1 {
  flex: 0 0 24.25%;
  border-radius: 15px;
  overflow: hidden;
  /* padding: 8px; */
  margin-bottom: 1%;
  /* background: rgba(255, 255, 255, 0.05); */
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 10px;
  border: 1px solid #24283e;
}
a.store-box1 img {
  width: 100%;
  /* border-radius: 10px; */
  position: relative;
}
a.store-box1  .store-cap h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #ffffff;
  border-bottom: 1px solid #24283e;
  padding-bottom: 10px;
  text-align: center;
}
a.store-box1 .link-store::after {
  background: transparent;
  padding: 0;
  color: var(--primary-color);
}
.lst {
    display: flex;
    justify-content: space-between;
}
a.store-box1  .store-cap {
  position: relative;
  color: #fff;
  padding: 15px 15px 15px 15px;
}
/* a.store-box1:hover .link-store::after {
  transform: rotate(360deg);
} */


.no-found {
  width: 40%;
  background: var(--color-3);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
}
.no-found img {
  max-width: 40%;
  margin-bottom: 30px;
}
.no-found h1.heading {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.no-found h3 {
  color: var(--secondary-color);
  margin-bottom: 40px;
  font-size: 18px;
}
.no-found .head-btn {
  display: inline-block;
}
.no-found-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} 


/*************** INNER BANNER ***************/
.banner{display: flex;z-index: 0;width: 100%;height: 600px;align-items: flex-end;background-image: url(../images/banner1.jpg);
  background-position: center;background-repeat: no-repeat;position: relative; }
.banner-caption h2{color: var(--white);font-size: 54px;margin-bottom: 20px;line-height: 54px; font-weight: 600;}
.banner-caption h4 span,  .banner-caption h4 a{color: var(--white);}
.banner-caption h4 a:hover{ color: var(--primary-color);  }
.banner-caption h4 {padding: 0px 0px;display: flex;margin-bottom: 0px;align-items: center;gap: 10px;font-size: 12px;text-transform: uppercase;font-weight: 400; position: relative; padding-left: 10px;}
.banner-caption h4:before{position: absolute;content: '';width: 3px;height: 11px;background-color: var(--primary-color); left: 0; top: 2px;}
.banner-caption{position: relative;z-index: 1;margin-bottom: 30px;}
.banner:after{ position: absolute;content: ''; width: 100%; height: 230px; left: 0px; bottom: 0px;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);  }

/********* FIXED HEADER ***************/
header.smaller{z-index: 10;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;box-shadow: 0px 1px 25px #0000003d;
background-color: var(--color-2); padding: 10px 0px;}
header.smaller:after{ display: none;}
header.smaller .head-right-top{ margin-bottom: 10px;}
header.smaller .logo img { width: 125px;}

/************* search *******/
.search-icon{ -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.search-icon i{margin:0;font-size: 17px;color: var(--white);}
.search-wrap{ float:left; margin:0; width:100%; height:auto; position:relative; top:5px;
  /*margin:5px 0 0 25px;*/padding:0;}
.search-input{width:100%;float:left;border:0;height:60px;color: #4C4C4C;border-radius: 50px;background-color:var(--color-3);outline:none;vertical-align:middle;line-height:60px;height: 60px;padding:0 25px;font-size:16px;display:block;/* border-bottom: 2px solid #1f416c; *//* -webkit-box-shadow: 0px 10px 6px -4px rgba(0, 0, 0, 0.23); */-moz-box-shadow: 0px 10px 6px -4px rgba(0, 0, 0, 0.23);box-shadow: 0px 10px 6px -4px rgba(0, 0, 0, 0.23);margin-bottom: 20px;}
.search-button{border-radius: 50px;background-color:var(--primary-color);color:#fff;font-size:0;text-indent:-999999px;width:60px;height: 60px;border:0;outline:none;position:absolute;top:0;right:0;z-index:1;background-image: url(../images/icons/search-icon.png);background-repeat: no-repeat;background-position: center center;/* border-bottom: 2px solid #1f416c; *//* -webkit-box-shadow: 0px 10px 6px -4px rgba(0, 0, 0, 0.23); */-moz-box-shadow: 0px 10px 6px -4px rgba(0, 0, 0, 0.23);/* box-shadow: 0px 10px 6px -4px rgba(0, 0, 0, 0.23); *//* margin-bottom: 20px; */}
.search-button:hover{background-color:var(--black); 

 }
.head-srch{color: var(--primary-color);/* border-left: 1px solid #76cace; *//* padding: 22px 30px; */display: flex;align-items: center;width: 40px;height: 40px;text-align: center;justify-content: center;border-radius: 50px;}
.head-srch:hover{ background: linear-gradient(135deg,  rgba(100,52,250,1) 0%,rgba(120,44,253,1) 34%,rgba(168,23,252,1) 100%); }

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 55px;padding: 8px 15px;background-color: var(--color-1);display:block;border: 1px solid #3f445e;margin:0 0 10px 0;color: var(--body-color);font-size: 13px;border-radius: 50px;-moz-border-radius: 50px;-ms-border-radius: 50px;-webkit-border-radius: 50px;padding-left: 70px;}
.fieldset:focus{border: 1px solid var(--primary-color);}
textarea.fieldset, textarea{ height: 140px; border-radius: 15px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background: linear-gradient(135deg,  rgba(168,23,252,1) 0%,rgba(120,44,253,1) 55%,rgba(100,52,250,1) 100%);text-transform:uppercase;
border-radius: 50px;}
.sendbutton:hover{background: linear-gradient(135deg,  rgba(100,52,250,1) 0%,rgba(120,44,253,1) 34%,rgba(168,23,252,1) 100%);color:var(--white);}
::-webkit-input-placeholder {color: var(--body-color) !important;}
:-moz-placeholder {color: var(--body-color) !important;}
::-moz-placeholder { color: var(--body-color) !important;}
:-ms-input-placeholder { color: var(--body-color) !important;}

select { -webkit-appearance: none; -moz-appearance: none;}
select.selectbox {background-image: url(../images/icons/downarrow.png);background-repeat: no-repeat;background-position: right center;background-color: var(--color-1);padding:0 70px 0 20px;font-size: 13px;width: 100%;height: 55px;border: 1px solid #3f445e;color: var(--body-color);border-radius: 50px;}
select.selectbox:focus {  background-image: url(../images/icons/uparrow.png); background-repeat: no-repeat; background-position: right center;}
select:-moz-focusring { color: #fff; text-shadow: 0 0 0 #000;}
option{border:0 !important;background-color:var(--color-3); border-radius: 15px;}

input[type="date"] {width: 100%;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden; border-radius: 15px;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1); border-radius: 15px;}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: var(--primary-color);left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: var(--primary-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/*************animations*******/
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  }
  @-moz-keyframes scroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  }
  @keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  }
  @-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  }
  @-moz-keyframes scrollLeft {
  0% {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  }
  @keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  }


/************************************* 1920px *************************************/
@media only screen and (max-width: 1920px) {
.banner{background-size: cover;}
}
  
/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {
header:after { height: 165px;}
.palaxi-wrap {
  position: relative;
  z-index: 1;
}
}
  
/************************************* 1330px *************************************/
@media only screen and (max-width: 1330px) {
.container{ width:95%;}
}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.rest-logo-box{ height: 165px;}
.banner { height: 420px;}
.no-found {
  width: 70%;
}
}
/************************************* 1199px *************************************/
@media only screen and (max-width: 1199px) {
.head-right-btm { justify-content: flex-end;}
.rest-logo-box {height: 152px;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.str-logo-box {flex: 0 0 23.5%;}
.mall-ser-box {flex: 0 0 32%;}
.gallery-box {
  flex: 0 0 32%;
  margin-bottom: 25px;
}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
header{ position: initial; padding: 12px 0px; top: -100px;}
header:after{ display: none;}
.head-right-top{ margin-bottom: 10px;}
.logo img {width: 120px;}
header.smaller{ position: fixed; top:0px}
header.smaller .logo img { width: 110px;}
#status{ background-size: 160px;}
.rest-logo-box {height: 187px;}
.about-inn-wrap, .store-detail-wrap{flex-direction: column;}
.str-dtl-left{ margin-bottom: 40px;}
.offer-box-inn {flex: 0 0 32%;}
.events-box {flex: 0 0 49%;}
.ents-right h1 {font-size: 26px;}
.ents-right h5 {font-size: 18px;}
.form-group {flex: 0 0 49%;}
.contact-left {flex: 0 0 42%;}
.contact-right {flex: 0 0 55%;}
.contact-right .form-group, .form-group-full {flex: 0 0 100%;}
.no-found {
  width: 100%;
}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.button-style a, .button-style-span{ padding: 12px 25px 13px;}
header .container{ width: 100%; padding-left: 15px; padding-right: 15px;}
.str-logo-box {flex: 0 0 32%;}
.shop-catgry-wrap{ flex-direction: column;align-items: center;padding: 30px 15px;}
.shop-catgry{ margin-top: 20px;}
.slct-mall-heading-wrap h1 {font-size: 48px; line-height: 38px;}
.slct-mall-heading-wrap h1 span { font-size: 25px;}
.slct-mall-logo img { width: 60px;}
.slct-mall-location-wrap a h5 { font-size: 13px; padding: 15px 0px;}
.offer-box-inn-wrap .top-deals-wrap {flex: 0 0 32%;}
 .top-deals{ padding: 50px 0px 70px;/* margin-top: -96px;*/ } 
a.store-box {flex: 0 0 32.5%;margin-bottom: 1.5%;}
a.store-box1 {flex: 0 0 32.5%;margin-bottom: 1.5%;}
.store-cap h4 {font-size: 12px;}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.slider-logo-slide { bottom: 10px;}
.scroll-animation h2 img {margin: 0 12px;}
.head-right-top { gap: 15px;}
.heading {font-size: 32px;}
.rest-logo-sld .owl-demo8 {flex: 0 0 106%;}
.rest-logo-box {height: 154px;}
.pala-cnt h3 {font-size: 34px;}
.pala-cnt h3 span { font-size: 50px;}
.pala-logo img{width: 190px;}
.ftr-col-02, .ftr-col-03, .ftr-col-04{ display: none;}
.new-accourdian-footer-mob{  display: block;width: 100%;margin: 30px 0px; border-top: 1px solid #4d5064;}
.footer-wrap{ flex-direction: column; align-items: center; text-align: center;}
.new-accourdian-footer-mob .ftr-list{ margin-bottom: 10px;}
.new-accourdian-footer-mob .ftr-list li{text-align: left; margin-bottom: 7px;;}
.new-accourdian-footer-mob .ftr-list li a{padding: 0px;border: none;font-weight: 400;text-transform: inherit;font-size: 13px;}
.app-btn{ display: inline-block;}
.ftr-col-01 {display: flex;justify-content: space-between; width: 100%; align-items: center;}
.ftr-logo img { width: 60px;}
.ftr-logo { margin-bottom: 0;}
.banner {height: 290px;}
.banner-caption h2 {font-size: 40px; line-height: 42px;}
.banner-caption h4{ font-size: 11px;}
.pad{ padding: 60px 0px;}
.events-cnt h4{ font-size: 16px;}
.events-dtl-wrap, .row{ flex-direction: column;}
.ents-left, .contact-left{ margin-bottom: 40px;}
.mall-ser-box {flex: 0 0 49%; }
.gallery-box {
  flex: 0 0 49%;
  margin-bottom: 25px;
}
.deals-wrap {
  width: 100%;
  padding: 0px;
}

}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.mail-call{font-size: 0px; padding-left: 0px;}
.mail-call i{ display: inline-block;font-size: 13px;width: 30px;height: 30px;border: 1px solid #717ab1;border-radius: 50px;text-align: center;line-height: 29px;}
.mail-call:after{ display: none;}
.head-right-top{ align-items: center;}
.head-btn { font-size: 12px; padding: 10px 15px 12px;}
.head-srch { width: 37px; height: 37px;}
.slider-logo-slide { bottom: 0;position: relative; margin-top: 20px;}
.head-right-top {gap: 8px;}
.rest-logo-box { height: 114px;}
.p-t-100 { padding-top: 60px;}
.top-deals{ padding: 50px 0px 70px;/*margin-top: -80px;*/}
.rest-logo-slid-wrap {padding-top: 60px;}
.palaxi-wrap{ flex-direction: column; text-align: center; padding: 40px 0;background-size: cover;}
.pala-logo{ margin-bottom: 25px;}
.pala-logo img { width: 160px;}
.pala-cnt h3 {font-size: 28px;}
.pala-cnt h4 {font-size: 20px;}
.pala-cnt h3 span { font-size: 44px;}
.p-b-100 {padding-bottom: 60px;}
.top-deal-cnt h4, .things-to-do-box h5, .copyright p{font-size: 13px;}
.feat-stor, .top-deals{ background-size: cover; }
.heading {font-size: 28px;}
.feat-stor{padding: 270px 0 60px;}
.heading-btn-wrap{ padding-right: 70px;}
.about-left h1 { font-size: 32px;}
.about-right h2{ font-size: 26px;}
.banner { height: 220px;}
.banner-caption h2 { font-size: 34px; line-height: 38px; margin-bottom: 12px;}
.banner:after{ height: 100%;}
.str-logo-box { flex: 0 0 49%; margin-bottom: 15px;}
.str-cnt h3 { font-size: 20px; margin-bottom: 10px;}
.str-cnt h4 { font-size: 13px;}
.shop-catgry{ flex-direction: column; }
.shop-catgry-wrap h1{ font-size: 26px;}
.offer-box-inn { flex: 0 0 49%;}
.ents-right{ padding: 25px;}
.form-group {flex: 0 0 100%; margin-bottom: 5px; }
.form-group input{ width: 100% !important;}
.mall-ser-box {flex: 0 0 49%; padding: 18px;}
.slct-mall-location-wrap a {flex: 0 0 49%; margin: 0 0 20px 0 !important;}
.slct-mall-location-wrap { justify-content: center; flex-wrap: wrap;}
.offer-box-inn-wrap .top-deals-wrap { flex: 0 0 49%;}
.str-logo-box .arrow-btn {display: none;}
input[type="date"] {width: 100% !important;}
.store-wrapper {gap: 3%}
a.store-box1 {flex: 0 0 48%;margin-bottom: 3%;}
.store-cap {padding: 15px 8px;}
a.store-box {flex: 0 0 48%;margin-bottom: 3%;}
.store-cap {padding: 15px 8px;}
 span.mobile-link {
  display: inline-block;
}
a.store-box span.link-store {
  display: none;
}

.pagination span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md {

  overflow: hidden;
  overflow-x: scroll;
}
a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150.dark\:bg-gray-800.dark\:border-gray-600.dark\:text-gray-400.dark\:hover\:text-gray-300.dark\:active\:bg-gray-700.dark\:focus\:border-blue-800 {
  margin-inline: 4px;
  font-size: 15px;

}
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.dark\:bg-gray-800.dark\:border-gray-600{
  font-size: 15px;}
  .no-found h3 {
    margin-bottom: 25px;
    font-size: 16px;
}
.no-found h1.heading {
  font-size: 25px;
  margin-bottom: 15px;
}
.no-found {
  padding: 35px 30px;
}
.no-found img {
  max-width: 40%;
  margin-bottom: 15px;
}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.logo img, header.smaller .logo img {width: 96px;}
.head-right-btm { gap: 5px;}
.explore-box{ margin-bottom: 10px;}
.rest-logo-box {height: 177px;}
.heading-btn-wrap { align-items: flex-start; flex-direction: column;}
.heading-btn-wrap .heading {margin-bottom: 12px;}
.heading {font-size: 24px;}
.banner {height: 180px;}
.banner-caption h2 {font-size: 30px; line-height: 32px; margin-bottom: 10px;}
.banner-caption{ margin-bottom: 20px;}
.about-left h1 {font-size: 28px;}
.about-left h4 {font-size: 16px; line-height: 26px;}
.str-dtl-flr{ padding: 10px;}
.contct-dtl-str{ padding: 18px 15px 18px 76px;}
.cnt-right-str h6 {font-size: 16px; margin-bottom: 6px;}
.contct-dtl-str i{ font-size: 18px; width: 60px;}
.shop-catgry{ flex-direction: column; width: 100%;}
.shop-catgry select.selectbox{ width: 100%;}
.events-box{ flex: 0 0 100%;}
.ents-right h1 {font-size: 22px;}
.mall-ser-box{ flex: 0 0 100%; margin-bottom: 15px;}
.mall-lction { padding: 30px 0px;}
.slct-mall-heading-wrap { align-items: flex-start;}
.slct-mall-logo img {width: 54px;}
.gallery-box {
  flex: 0 0 100%;
  margin-bottom: 25px;
}
.no-found h1.heading {
  font-size: 22px;
  margin-bottom: 10px;
}
.no-found h3 {
  margin-bottom: 25px;
  font-size: 14px;
}
}
/************************************* 360px *************************************/
@media only screen and (max-width: 380px) {
  a.store-box {flex: 0 0 100%;}
  a.store-box1 {flex: 0 0 100%;}
}
/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.head-btn { padding: 10px 10px 12px; }
.logo img, header.smaller .logo img { width: 78px;}
.rest-logo-box { height: 131px;}
.heading-btn-wrap { padding-right: 48px;}
.str-dtl-flr{ flex-direction: column; text-align: center;}
.str-cnt{ padding-bottom: 20px;}
.contct-dtl-str i { font-size: 16px; width: 40px;}
.contct-dtl-str { padding: 18px 15px 18px 52px;}
.offer-box-inn {flex: 0 0 100%;}
.slct-mall-location-wrap{ flex-direction: column;}
.mall-lction{ height: auto;}
.offer-box-inn-wrap .top-deals-wrap { flex: 0 0 100%;}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
.rest-logo-box { height: 200px;}
.str-logo-box { flex: 0 0 100%; }
}