/* Google Fonts CSS */

.noto-serif-font {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Latest  Deals Section */

.banner-1{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4)), url(../assets/deal-bloom.png);
}
.banner-2{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4)), url(../assets/deal-ana.png);
}
.banner-3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4)), url(../assets/deal-zabo.png);
}

/* Join Section */

.join-banner{
  background-image: url(../assets/news-letter-bg.png);
}

/* Footer Section */

.icon-image img{
  height: 30px;
  width: 30px;
}