* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

a {
  text-decoration: none;
}

@font-face {
	font-family: 'HelveticaBold';
	src: url('/campaign/december-2025/assets/font/Helvetica-Bold.ttf');
}

@font-face {
	font-family: 'Helvetica';
	src: url('/campaign/december-2025/assets/font/Helvetica.otf');
}

@font-face {
	font-family: 'IBMPlexSansArabicMedium';
	src: url('/campaign/december-2025/assets/font/IBMPlexSansArabic-Medium.ttf');
}

@font-face {
	font-family: 'YekanBakhEN05Medium';
	src: url('/campaign/december-2025/assets/font/Yekan-Bakh-EN-05-Medium.ttf');
}

@font-face {
	font-family: 'YekanBakhBold';
	src: url('/campaign/december-2025/assets/font/YekanBakh-Bold.ttf');
}

.banner {
  position: relative;
}

.main-image-mobile {
  width: 100%;
  height: auto;
}

.main-image-desktop {
  display: none;
  width: 100%;
  height: auto;
}


.info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
}


.links {
  
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px 0;
  gap: 5px;

}

.links > a {
  background-color: #505193;
  font-size: 14px;
  padding: 6px 2px;
  margin: 2px 2px;
  width: 100px;
  text-align: center;
  font-family: YekanBakhEN05Medium;
  color: #ffffff;
}


.social-media-link {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: left;
  font-family: Helvetica;
}

@media screen and (min-width: 992px) {
  .main-image-mobile {
    display: none;
  }

  .main-image-desktop {
    display: block;
  }


  .info {
    width: 455px;
  }

  .discount-amount {
    font-size: 120px;
    line-height: 70%;
    margin-top: 10px;
  }
  
  .discount-time {
    font-size: 30px;
  }
  
  .links {
    margin: 42px 0 12px 0;
  }
  
  .links > a {
    font-size: 15px;
    padding: 8px 2px;
    width: 212px;
  }
}

.title {
  background-color: #505193;
  margin: 16px;
  font-family: YekanBakhEN05Medium;
}

.title span {
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #ffffff;
  font-size: 20px;
}

.slide-wrapper {
  width: 150px;
  height: auto;
  position: relative;

  img {
    width: 100%;
  }
}

.slide-title {
  width: 110px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  font-family: YekanBakhEN05Medium;
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
}

.paziraii {
  background-color: #1e2152;
}

.rahati {
  background-color: #f3795f;
}

.naharkhori {
  background-color: #635d57;
}

.lahestani {
  background-color: #694434;
}

.khab {
  background-color: #824c40;
}

.tv {
  background-color: #896744;
}

.asali {
  background-color: #2a3a5e;
}

.kanter {
  background-color: #586b37;
}

.owl-carousel {
  position: relative;
  margin-bottom: 16px;
}

.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 35%;
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  font-size: 70px !important;
  color: white !important;
}

.owl-carousel .owl-nav button.owl-next {
  left: 92vw;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}

@media screen and (min-width: 992px) {
  .owl-carousel .owl-nav button.owl-next {
    left: 96vw;
  } 
}