@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
:root {
  --fnt-work-sans: "Work Sans";
  --purple: rgba(64, 28, 123, 1);
  --red: rgba(227, 88, 113, 1);
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------common Theme css  
 ++++++++++++++++++++++++++++++++++++++++++++++ 
 */
body {
  font-family: var(--fnt-work-sans);
  font-size: 16px;
}
.container {
  max-width: 1920px;
  padding: 0px 65px;
}
.site-wrapper {
  position: relative;
}
.site-content {
  overflow-x: hidden;
  overflow-y: auto;
}
a {
  color: unset;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
p {
  margin-bottom: 0px;
}
.h2-title {
  color: var(--purple);
  font-weight: 700;
  font-size: 60px;
  line-height: 52px;
  font-family: var(--fnt-work-sans);
  letter-spacing: -1.28px;
}
@media screen and (min-width: 992px) {
  .mob-view {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .des-view {
    display: none;
  }
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------common Theme css  end
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Header css
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

.top-header {
  height: 48px;
  background-color: var(--purple);
  color: white;
  font-family: var(--fnt-work-sans);
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-nav-parent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-btn-action {
  gap: 25px;
}
.header-btn {
  width: 188px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  color: white;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: var(--fnt-work-sans);
}
.logo-box {
  margin-left: -150px;
}
.header-nav {
  gap: 24px;
}
.header-nav .nav-item {
  margin: 0px;
  padding: 0px;
}
.header-nav .nav-item .nav-link {
  color: var(--purple);
  font-weight: 700;
  font-family: var(--fnt-work-sans);
  font-size: 16px;
  padding: 0px;
}

.location-btn {
  color: var(--purple);
  font-weight: 400;
  font-family: var(--fnt-work-sans);
  font-size: 16px;
  padding: 0px;
}
.header-btn-action .fa-location-dot {
  transform: scale(1.5, 1.3);
}
@media screen and (min-width: 1220px) and (max-width: 1500px) {
  .header-nav {
    gap: 20px;
  }
  .header-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .logo-box {
    margin-left: -50px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1220px) {
  .header-nav {
    gap: 15px;
  }
  .header-nav .nav-item .nav-link {
    font-size: 12px;
  }
  .logo-box {
    margin-left: -10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  .header-nav {
    gap: 8px;
  }
  .header-nav .nav-item .nav-link {
    font-size: 12px;
  }
  .logo-box {
    margin-left: 0px;
  }
  .header-btn {
    width: 135px;
    height: 40px;
    font-size: 12px;
  }
  .location-btn {
    font-size: 13px;
  }
  .container {
    max-width: 1920px;
    padding: 0px 30px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0px 25px;
  }
  .header .container {
    padding: 0px 19px;
  }
  .header {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 99999;
  }
  .header .navbar .container .navbar-brand img {
    left: -15px;
    position: relative;
  }
  .top-header {
    background-color: rgba(171, 76, 241, 0.93);
    margin-bottom: 0px;
    height: 37px;
  }
  .location-btn {
    color: white;
    font-size: 12px;
  }
  .header-nav-parent {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .header-btn-action {
    gap: 25px;
    flex-direction: column;
    margin-top: 24px;
  }
  .header .navbar {
    padding: 0px;
  }
  .header-nav {
    gap: 24px;
    margin-top: 20px;
  }
  .navbar-toggler {
    padding: 0px;
    border: 0px;
    margin: 0px;
  }
  .close {
    display: block;
    margin-left: auto;
    margin-right: 25px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-collapse {
    position: fixed;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    padding-top: 60px;
    overflow-y: auto;
  }
  .img-gallery {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Header css end
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Hero css end
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.hero-banner {
  background-image: url(../assets/img/hero-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 624px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.hero-card {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  padding-left: 237px;
}
.hero-card-title {
  color: rgba(255, 252, 248, 1);
  font-weight: 700;
  font-size: 57px;
  line-height: 60px;
  font-family: var(--fnt-work-sans);
  letter-spacing: -2.4px;
}
.hero-card-detail {
  color: rgba(255, 252, 248, 1);
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.36px;
  max-width: 538px;
  margin-top: 8px;
  margin-bottom: 21px;
}
.hero-btn {
  background-color: rgba(255, 252, 248, 1);
  width: 100%;
  max-width: 344px;
  height: 57px;
  border-radius: 32px;
  color: var(--purple);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .hero-card {
    padding-left: 100px;
  }
  .h2-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .hero-banner {
    background-image: none;
    height: auto;
  }
  .mobile-hero-banner {
    background-image: url(../assets/img/mobile-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
  }
  .hero-card {
    position: relative;
  }
  .hero-card {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-hero-banner {
    height: 535px;
    background-position: top;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .mobile-hero-banner .container,
  .hero-banner {
    height: 100%;
  }
  .hero-card-title {
    font-size: 40px;
    line-height: 118%;
    max-width: 249px;
    letter-spacing: 0px;
  }
  .hero-banner {
    margin-top: 40px;
  }
  .hero-card-detail {
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 38px;
    max-width: 275px;
  }
  .gallery-box {
    position: relative;
    top: 25px;
  }
  .hero-card-box {
    width: 100%;
  }
  .w-334 {
    max-width: 334px;
    margin: 0px auto;
  }
  .h2-title {
    font-size: 32px;
    line-height: 32px;
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  hero css end
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  OWl Slider css
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.owl-stage-outer {
  position: relative;
  overflow: hidden;
}
.owl-stage {
  display: flex;
}

.owl-dots {
  border-top: 3px solid rgba(209, 199, 184, 0.6);
  max-width: 1325px;
  margin: 50px auto 0px !important;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* overflow: hidden;
  padding-top: 3px; */
}
.owl-dots .owl-dot {
  border: 0px;
  position: relative;
  top: -3px;
  background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--purple);
}
.owl-theme .owl-dots .owl-dot span {
  /* min-width: 1325px; */
  height: 3px;
  margin: 0 2px 0px 0px;
  background: transparent;
  display: block;
  transition: opacity 0.5s ease;
  border-radius: 10px;
  overflow: auto;
  width: 100%;
}
.owl-dots .owl-dot {
  flex: 1;
}
.owl-dots .owl-dot.active {
  width: 50%;
  flex: 0 0 50%;
}
.owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.owl-theme .owl-nav [class*="owl-"] {
  border: 0px;
  background-color: transparent;
  color: var(--purple);
  font-size: 22px;
  opacity: 1;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  color: #000;
}

@media screen and (min-width: 992px) and (max-width: 1800px) {
  /* .owl-dots {
    max-width: 100%;
  }
  .owl-theme .owl-dots .owl-dot span {
    min-width: calc(100vh / 2);
  } */
}
@media screen and (max-width: 991px) {
  /* .owl-dots {
    max-width: 100%;
  }
  .owl-theme .owl-dots .owl-dot span {
    min-width: calc(100vh / 3);
  } */
}
@media screen and (max-width: 768px) {
  .owl-dots,
  .shop-by-mood-slider .owl-dots {
    max-width: 198px;
    margin: 30px 0px 0px 20px !important;
  }
  .owl-theme .owl-dots .owl-dot span {
    min-width: auto;
  }
  .owl-dots .owl-dot {
    flex: 1;
  }
  .owl-dots .owl-dot.active {
    width: 50%;
    flex: 0 0 50%;
  }
  .owl-prev {
    display: none !important;
  }
  .owl-nav {
    display: flex !important;
    justify-content: right !important;
  }
  .blog-slider .owl-dots {
    margin: 30px 0px 0px 5px !important;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    margin: 0px;
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  OWl Slider css END
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Categories css
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.category-section {
  margin-top: 150px;
}

/* .h2-title {
  color: var(--purple);
  font-weight: 700;
  font-size: 60px;
  line-height: 52px;
  font-family: var(--fnt-work-sans);
  letter-spacing: -1.28px;
} */
.shop-all-txt {
  color: var(--purple);
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.32px;
}
@media screen and (min-width: 1800px) {
  .category-slider .owl-item {
    width: 301px !important;
  }
}

.category-slider .owl-item .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-slider .category-img {
  background-color: rgba(245, 238, 232, 1);
  max-width: 301px;
  height: 301px;
  border-radius: 21.72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  width: 100%;
}
.category-slider .category-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.category-slider .owl-item.first-item .category-img img {
  max-width: 240px;
}
.category-slider .catgeory-info .label {
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  color: var(--purple);
  font-family: var(--fnt-work-sans);
  text-align: center;
  letter-spacing: -0.76px;
}
.category-slider .owl-dots {
  border-top: 3px solid rgba(209, 199, 184, 0.6);
}
.category-slider .owl-nav {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .category-section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .category-section {
    margin-top: 49px;
  }
}

@media screen and (max-width: 768px) {
  .category-section .container {
    padding: 0px 12px;
  }
  .category-slider .owl-nav {
    display: flex !important;
  }
  .category-card {
    display: flex;
    flex-wrap: wrap;
    row-gap: 23px;
    column-gap: 14px;
    justify-content: center;
  }
  .category-child-card {
    flex: 0 0 111px;
    max-width: 111px;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .category-card-wrapp-img {
    background-color: rgba(245, 238, 232, 1);
    max-width: 111px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .category-card-content h2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: var(--purple);
    font-family: var(--fnt-work-sans);
    text-align: center;
    letter-spacing: -0.28px;
  }
}
@media screen and (max-width: 384px) {
  .category-card {
    column-gap: 10px;
  }
  .category-child-card {
    flex: 0 0 calc(calc(100% / 3) - 10px);
    max-width: calc(calc(100% / 3) - 10px);
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Categories css END
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Shop by Mood css
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.shop-by-mood-section {
  background-color: #eeeeee;
  margin-top: 110px;
  padding: 69px 0px 60px;
}

.shop-by-mood-title {
  font-size: 65px;
  line-height: 32px;
  font-weight: 700;
  color: var(--purple);
  font-family: var(--fnt-work-sans);
  letter-spacing: -1.28px;
  margin-bottom: 80px;
}

@media screen and (min-width: 1800px) {
  .shop-by-mood-slider .owl-item {
    width: 357px !important;
  }
  .shop-by-mood-slider .owl-stage {
    gap: 35px;
  }
}

.shop-by-mood-slider .owl-item .shop-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.shop-by-mood-slider .owl-item .shop-content-box {
  background-color: var(--purple);
  width: 100%;
  border-radius: 19px;
  padding: 9px;
  margin-bottom: 23px;
  min-height: 393px;
  max-height: 393px;
}
.shop-by-mood-slider .shop-img {
  /* background-color: rgba(245, 238, 232, 1); */
  max-width: 100%;
  height: 263px;
  border-radius: 21.72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 0px;
  width: 100%;
  position: relative;
  padding-top: 25px;
}

.moon-name-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--red);
  color: white;
  padding: 0px 17px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  font-family: var(--fnt-work-sans);
  font-size: 21px;
  line-height: 100%;
}
.shop-by-mood-slider .shop-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.shop-content {
  display: flex;
  margin-bottom: 15px;
  flex-direction: column;
}
.shop-by-mood-slider .shop-info .label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: rgba(255, 252, 248, 1);
  font-family: var(--fnt-work-sans);
  letter-spacing: 0.17px;
  text-align: center;
}
.shop-price {
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
  color: rgba(255, 252, 248, 1);
  font-family: var(--fnt-work-sans);
  letter-spacing: 0.17px;
  margin-top: 15px;
  text-align: center;
}
.shop-by-mood-slider .owl-dots {
  border-top: 3px solid rgba(209, 199, 184, 0.6);
}
.shop-by-mood-slider .owl-nav {
  display: none !important;
}

.shop-mood-btn {
  background-color: var(--purple);
  max-width: 100%;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  color: white;
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.38px;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .shop-by-mood-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .shop-by-mood-section {
    margin-top: 59px;
    padding: 39px 0px 40px;
  }
  .shop-by-mood-title {
    font-size: 32px;
    line-height: 32px;
    margin: 0px auto 25px;
    max-width: 322px;
  }
  .shop-by-mood-slider .shop-img {
    max-width: 326px;
    height: 246px;
  }
  .shop-by-mood-slider .owl-item .shop-info {
    width: 100%;
    max-width: 322px;
    margin: auto;
  }
  .day {
    font-size: 18px;
    top: 11px;
    right: 20px;
  }
  .shop-content {
    width: 100%;
    padding: 0px 12px;
    justify-content: space-between;
  }
  .shop-by-mood-slider .shop-info .label {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.14px;
    max-width: 244px;
    margin: 0px auto;
  }
  .shop-price {
    /* font-size: 11px;
    line-height: 13px; */
  }
  .w-326,
  .shop-mood-btn {
    max-width: 326px;
    margin: 0px auto;
  }
  .shop-by-mood-slider .owl-nav {
    display: flex !important;
  }
  .shop-by-mood-slider .owl-item .shop-content-box {
    height: 369px;
  }
  .moon-name-btn {
    font-size: 13px;
    line-height: 16px;
    padding: 0px 15px;
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Shop by Mood css END
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Deals css 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.deals-section {
  margin-top: 110px;
}
.deals-slider-container {
  max-width: 1358px;
  margin: 60px auto 0px;
}

/* @media screen and (min-width: 1800px) { */
.deals-slider .owl-item {
  width: 237px !important;
}
.deals-slider .owl-stage {
  gap: 16px;
}
/* } */
.deals-slider .owl-item .deals-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.deals-slider .deals-img {
  /* background-color: rgba(245, 238, 232, 1); */
  max-width: 238px;
  min-height: 283px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
  width: 100%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.deals-slider .deals-img img {
  width: 100%;
  height: 100%;
}
.img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 10px 7px;
}
.deals-most-btn {
  position: relative;
  top: 5px;
  left: 5px;
  background: rgba(64, 28, 123, 1);
  color: white;
  width: 68px;
  height: 19px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.22px;
}
.deals-slider .deals-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.deals-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.deals-slider .deals-info .label {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: var(--purple);
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.32px;
  max-width: 176px;
}
.deals-price {
  font-size: 16px;
  line-height: 13.68px;
  font-weight: 700;
  color: rgba(123, 28, 28, 1);
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.24px;
}
.deals-price span {
  text-decoration: line-through;
  color: rgba(174, 174, 174, 1);
  display: block;
}
.deals-slider .owl-dots {
  border-top: 3px solid rgba(209, 199, 184, 0.6);
  margin-top: 61px;
}
.deals-slider .owl-nav {
  display: none !important;
}

.deals-btn {
  background-color: rgba(255, 252, 248, 0.2);
  max-width: 224px;
  width: 100%;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 37px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.32px;
  text-transform: uppercase;
  border: 1.84px solid rgba(255, 255, 255, 1);
}
.shop-all-deal {
  background-color: var(--purple) !important;
  color: white !important;
  margin: 44px auto 0px;
}

.deals-slider .owl-item:nth-child(5n + 1) .deals-img {
  background-color: rgba(209, 163, 43, 0.56);
}

.deals-slider .owl-item:nth-child(5n + 2) .deals-img {
  background-color: rgba(227, 88, 113, 0.56);
}

.deals-slider .owl-item:nth-child(5n + 3) .deals-img {
  background-color: #d1a32b8f;
}

.deals-slider .owl-item:nth-child(5n + 4) .deals-img {
  background-color: rgba(227, 88, 113, 0.56);
}

.deals-slider .owl-item:nth-child(5n + 5) .deals-img {
  background-color: rgba(209, 163, 43, 0.56);
}

@media screen and (max-width: 768px) {
  .deals-slider .owl-nav {
    display: flex !important;
  }
  .deals-section {
    margin-top: 60px;
  }
  .deals-slider-container {
    margin-top: 25px;
  }
  .deals-slider .owl-stage {
    gap: 0px;
  }
  .deals-slider .owl-item {
    width: 338px !important;
  }
  .deals-slider .deals-img {
    max-width: 338px;
    min-height: 270px;
    height: 270px;
    margin-bottom: 0px;
  }
  .deals-btn {
    max-width: 300px;
    margin: 0px auto;
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Deals css END
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- reward-club-section css 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.reward-club-section {
  margin-top: 110px;
  background-color: var(--purple);
  padding: 60px 0px;
}
.custom-container-rewards {
  max-width: 1507px;
  margin: 0px auto;
}
.reward-title {
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  color: rgba(255, 252, 248, 1);
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.32px;
  text-align: center;
}
.reward-btn-box {
  margin-top: 48px;
  list-style: none;
  column-count: 2;
  column-gap: 25px;
}
.reward-btn-box li a {
  background-color: transparent;
  max-width: 421px;
  width: 421px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: white;
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.32px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {
  .reward-title {
    font-size: 40px;
  }
  .reward-btn-box li a {
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .reward-club-section {
    margin-top: 0px;
    border-radius: 30px;
    padding: 35px 0px;
  }
  .reward-title {
    font-size: 32px;
    line-height: 20px;
    font-weight: 400;
  }
  .reward-btn-box {
    padding: 0px;
    margin-bottom: 0px;
  }
  .reward-btn-box li a {
    max-width: 155px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 24px;
  }
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  Reward css END
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  feature-brands css
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feature-brands-section {
  margin-top: 110px;
}
.brand-container {
  max-width: 1315px;
  margin: 0px auto;
  margin-top: 55px;
  position: relative;
}
.brand-slider .brand-info {
  display: flex;
  gap: 40px;
}
.brand-slider .brand-content p {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  color: #000;
  font-family: var(--fnt-work-sans);
  letter-spacing: -0.72px;
  max-width: 713px;
  margin-bottom: 55px;
}
.brands-btn {
  background-color: var(--red);
  color: white !important;
}
.brand-slider .owl-nav {
  top: 25%;
}

@media screen and (max-width: 1200px) {
  .brand-slider .brand-content p {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .feature-brands-section {
    margin-top: 60px;
  }
  .feature-brands-section .container {
    padding: 0px 11px;
  }
  .brand-container {
    margin-top: 25px;
  }
  .brand-slider .owl-nav {
    top: auto;
  }
  .brand-slider .brand-content p {
    font-size: 16px;
    line-height: 20px;
    color: var(--purple);
    margin-top: 18px;
    margin-bottom: 28px;
  }
  .brand-slider .brand-content p b {
    text-decoration: underline;
  }
  .brands-btn {
    background-color: var(--purple);
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ---------------------  feature-brands css end 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- location  css
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.location-section {
  margin-top: 110px;
}
.location-tab-section {
  margin-top: 60px;
}
.custom-loc-tab .nav-tabs {
  border: 0px;
  justify-content: center;
  gap: 8px;
  margin-bottom: 50px;
}
.custom-loc-tab .nav-tabs .nav-item .nav-link {
  min-width: 112px;
  height: 40px;
  background-color: transparent;
  border: 0px;
  color: #000;
  padding: 0px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.5px;
}
.custom-loc-tab .nav-tabs .nav-item .nav-link.active {
  background-color: #000;
  color: white;
}

.location-slider .location-thumb {
  position: relative;
  max-width: 800px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
.location-slider .location-thumb img {
  width: 100%;
  height: 100%;
}
.location-slider .location-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #401c7b00 0%, #401c7b 100%);
  width: 100%;
  height: 100%;
}
.location-slider .location-img-wrapper {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0px;
  z-index: 1;
  color: white;
  display: flex;
  align-items: end;
  padding-left: 54px;
  padding-bottom: 46px;
}
.location-slider
  .owl-item.active.center
  .location-card
  .location-thumb
  .location-img-wrapper
  .address {
  display: block;
}
.location-slider
  .owl-item
  .location-card
  .location-thumb
  .location-img-wrapper
  .address {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -1.6px;
  color: #fffcf8;
}
.location-slider .owl-nav {
  display: none !important;
}
@media screen and (min-width: 1800px) {
  .location-slider .owl-item {
    width: 800px !important;
  }
  .location-slider .owl-stage {
    gap: 35px;
  }
}
.loaction-action-btn {
  gap: 25px;
  margin-top: 45px;
}
.purple-btn {
  background-color: var(--purple);
  color: white;
}
.border-btn {
  background-color: transparent;
  border: 2px solid var(--purple);
  color: var(--purple);
}
.location-slider .owl-stage-outer {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .custom-loc-tab .nav-tabs {
    border: 0px;
    justify-content: center;
    gap: 8px;
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    align-items: center;
  }
  .custom-loc-tab .nav-tabs .nav-item .nav-link {
    background-color: white;
  }
}
@media screen and (max-width: 768px) {
  .location-section {
    margin-top: 55px;
    background-color: rgba(238, 238, 238, 1);
    padding: 32px 0px 35px;
  }
  .location-tab-section {
    margin-top: 35px;
  }
  .location-slider .owl-stage-outer {
    overflow: hidden;
  }
  .location-slider .owl-item {
    width: 342px !important;
  }
  .location-slider-container {
    max-width: 342px;
    margin: auto;
  }
  .location-slider .owl-nav {
    display: flex !important;
  }
  .location-slider .location-thumb {
    height: 257px;
    max-width: 100%;
  }
  .location-slider .location-img-wrapper {
    padding-left: 24px;
    padding-bottom: 27px;
  }
  .location-slider
    .owl-item
    .location-card
    .location-thumb
    .location-img-wrapper
    .address {
    font-size: 16px;
    line-height: 25px;
  }
  .view-loc {
    display: none;
  }
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- location  css end 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- University  css
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.University-section {
  margin-top: 110px;
}

.university-slider-container {
  max-width: 1423px;
  margin: 40px auto 0px;
}
.university-slider .video-card {
  max-width: 1320px;
  height: 665px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.university-slider .owl-nav {
  top: 41%;
}

@media screen and (max-width: 768px) {
  .university-slider .owl-nav {
    top: auto;
  }
  .University-section {
    margin-top: 80px;
  }
  .University-section .container {
    padding: 0px 16px;
  }
  .university-slider .owl-item {
    margin-right: 0px !important;
  }
  .university-slider .video-card {
    max-width: 358px;
    height: 488px;
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- University  css end 
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- New blog  css
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.news-blog-section {
  margin-top: 110px;
}

@media screen and (min-width: 1800px) {
  .blog-slider .owl-item {
    width: 535px !important;
  }
  .blog-slider .owl-stage {
    gap: 55px;
  }
}
.blog-slider .owl-stage {
  gap: 55px;
}
.blog-slider .blog-card {
  display: flex;
  flex-direction: column;
}
.blog-slider .blog-thum-img {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
}
.blog-slider .blog-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.72px;
  color: #000;
  margin: 36px 0px;
}
.blog-slider .blog-content p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.32px;
}
.blog-slider .owl-nav {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .news-blog-section {
    margin-top: 50px;
  }
  .news-blog-section .container {
    padding: 0px 16px;
  }
  .blog-slider .owl-nav {
    display: flex !important;
  }
  .blog-slider .owl-stage {
    gap: 0px;
  }
  .blog-slider {
    padding-bottom: 50px;
  }
  .blog-thum-img {
    height: 404px;
  }
  .blog-thum-img img {
    width: 100%;
    height: 100%;
  }
  .blog-slider .blog-title {
    font-size: 23px;
    line-height: 26px;
    margin: 15px 0px;
    font-weight: 700;
  }
  .blog-slider .blog-content p {
    font-size: 14px;
    line-height: 20px;
    max-width: 321px;
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- New blog  css END
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
+++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- Footer css 
 ++++++++++++++++++++++++++++++++++++++++++++++ 
 */
footer {
  background-color: var(--purple);
  padding-top: 58px;
  padding-bottom: 28px;
  margin-top: 110px;
}
.company-detail-box {
  /* display: flex; */
  flex-direction: column;
  align-items: baseline;
}

.stay-txt {
  color: rgba(255, 252, 248, 1);
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  font-family: var(--fnt-work-sans);
}
.company-detail-box p {
  color: rgba(255, 252, 248, 1);
  font-weight: 400;
  font-size: 18px;
  max-width: 442px;
  margin: 17px 0px 27px;
  font-family: var(--fnt-work-sans);
}
.form-parent {
  border: 2px solid rgba(255, 252, 248, 1);
  border-radius: 50px;
  max-width: 345px;
  height: 57px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  color: white;
  font-size: 15px;
  font-weight: 400;
  font-family: "Work Sans";
}
.social-icon {
  gap: 20px;
  margin-top: 48px;
}
.social-icon li a i {
  color: white;
  font-size: 22px;
}
.footer-heading {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 15px;
  font-family: var(--fnt-work-sans);
  font-weight: 700;
  letter-spacing: 0.14px;
  color: white;
  text-transform: uppercase;
}
.content-box li {
  margin-bottom: 30px;
}
.content-box li a {
  color: rgba(255, 252, 248, 0.7) !important;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--fnt-work-sans);
  line-height: 16.8px;
  letter-spacing: -0.28px;
}
.content-box li label {
  color: white;
  font-size: 14px;
  margin-bottom: 6px;
}
.copyright {
  font-size: 13px;
  color: white;
  font-family: var(--fnt-work-sans);
  line-height: 15px;
  letter-spacing: 0.14px;
  font-weight: 700;
  text-transform: uppercase;
}
.copy-right {
  margin-top: -60px;
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
}

@media screen and (max-width: 992px) {
  .company-detail-box {
    max-width: 348px;
    margin: 0px 0px 40px;
  }
  .footer-row {
    max-width: 575px;
    margin: auto !important;
  }
  .form-parent {
    margin: auto;
    max-width: 348px;
  }
  .footer-heading {
    margin-bottom: 23px;
    font-size: 13px;
    line-height: 15px;
    display: flex;
  }
  .company-detail-box p {
    max-width: 329px;
    font-size: 14px;
  }
  .footer-col-child {
    text-align: left;
  }
  .content-box li {
    margin-bottom: 20px;
  }
  .copy-right {
    margin-top: 0px;
  }
  .social-icon {
    gap: 20px;
    justify-content: left;
    margin-bottom: 40px;
    margin-top: 0px;
  }
  .content-box {
    display: none;
  }
  .content-box.open {
    display: flex;
  }
  footer .col-12 {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 30px;
  }
  .footer-col-child {
    text-align: left;
  }
  footer .container {
    padding: 0px 16px;
  }
  footer .col-12 {
    padding: 0px;
  }
}
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 --------------------- Footer css end
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
 */
