/** Shopify CDN: Minification failed

Line 22:0 All "@import" rules must come first

**/
/* @font-face {
  font-family: "SteelfishBD";
  src: url("/cdn/shop/files/steelfish_bd.ttf?v=1745830871")
    format("truetype");
  font-weight: normal;
  font-style: normal;
} */
@font-face {
  font-family: "Acumin";
  src: url("/cdn/shop/files/acumin_font_1.ttf?v=1744711286")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url("https://use.typekit.net/luv4msw.css");

.animated-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-content {
  position: absolute;
  top: 48%;
  right: 0;
  transform: translateY(-50%) translate(100%);
  opacity: 0;
  animation-name: slide-in;
  animation-fill-mode: forwards;
  text-align: right;
  width: fit-content;
}

@keyframes slide-in {
  to {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}

.banner-heading-line1 {
  font-size: 50px;
  color: #fff;
  margin: 0;
  padding: 0 70px 8px;
  line-height: 1;
  /* font-family: Acumin; */
  font-family: Acumin, sans-serif;
  /* font-family: 'SteelfishBD'; */
  font-weight: 400;
  font-style: normal;
}
.malti-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-heading-line2 {
  font-size: 50px;
  color: #fff;
  line-height: 1;
  /* letter-spacing: 1.5px; */
  padding: 6px 70px 3px 50px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #5bb3ad00, #5bb3ad 30%, #4f8d8e);
  display: flex;
  align-items: center;
  margin: 0;
  /* font-family: Acumin; */
  font-family: Acumin, sans-serif;
  /* font-family: 'SteelfishBD'; */
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 1024px) {
  .banner-content {
    top: 35%;
    right: 0%;
  }

  .banner-heading-line1,
  .banner-heading-line2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .banner-content {
    top: 20%;
    right: 0%;
  }

  .banner-heading-line1,
  .banner-heading-line2 {
    font-size: 28px;
    width: 100%;
  }
  .banner-heading-line1 {
    padding: 0 40px 8px;
  }

  .banner-heading-line2 {
    padding: 4px 40px;
  }
}
