@media (max-width: 980px) {
  .hero {
    opacity: 1;
    background-image: linear-gradient(
      to right top,
      #2b2b2b,
      #312b31,
      #3b2a30,
      #452a29,
      #482c1e
    );
    color: white;
    padding: 80px 0 40px 0;
    text-align: center;
    position: relative;
  }

  .hero-text h1 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .hero-img {
    margin-top: 2rem;
  }

  .hero-text {
    margin-top: 1rem;
  }

  .video {
    margin-top: 2rem;
  }
  .video-frame {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
  }

  .mt_2 {
    margin-top: 2rem;
  }

  .benefit-img {
    width: 388px;
    height: auto;
    margin: 20px 0px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .sub-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: black;
    margin-bottom: 40px;
    border: 1px solid #e5e5e5;
    text-align: justify !important;
    padding: 1rem;
  }
  .order-header {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 23px;
    padding : 4px 0px;
    
  }
  .form-label {
    justify-content: flex-start;
  }
  .benifit-title {
    font-size: 2rem;
  }
  .product-info ul li {
    font-size: 18px;
  }
  .prize-card {
    height: auto;
    padding: 0px !important;
  }

  .brand-text {
    font-size: 48px;
  }

  .navbar-brand img {
    width: 100px;
  }
  .btn-custom {
    font-size: 14px;
  }
  .btn-center {
    text-align: center;
  }
  .cover {
    margin-top: 1rem;
  }
  .btn-custom-2 {
    background: #ea580c;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    padding: 12px 30px;
    transition: 0.4s;
    width: 380px;
  }
  .headline-text{
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: white !important;
    font-family: "Anek Bangla", sans-serif !important;
  }

  .right-header {
    justify-content: flex-start;
  }

.offer img {
    height: 170px;
}

.carousel img {
  height: auto;
}

.navbar-toggler {
    text-decoration: none;
    background-color: #fff;
}

.card-height {
    height: 200px;
    margin: 1rem 0;
}
.icon-btn {
  margin-right: 0;  
}

.flex_direction {
  flex-direction: column;
}


}
