.container {
   max-width: 1300px !important;
}

.filter_container {
   background: #fff;
   margin-bottom: 15px;
   padding: 20px 15px;
}

.filter_item_form {
   text-align: center;
}

.softnest-btn {
   border-radius: 0px;
   color: #fff;
   text-align: center;
   padding: 5px 20px;
   border: none;
   line-height: 24px;
   font-family: "Hind Siliguri", sans-serif;
   font-size: 18px;
   box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 78%);

   background: transparent linear-gradient(110deg, #4154f1 0%, #DE0655 100%) 0% 0% no-repeat padding-box;
}

.softnest-btn:hover {
   color: #fff;
   background: transparent linear-gradient(249deg, #EF512E 0%, #DE0655 100%) 0% 0% no-repeat padding-box;
}

.soft_btn {
   border-radius: 26px;
   color: #fff;
   text-align: center;
   padding: 8px 40px;
   border: none;
   line-height: 24px;
   font-family: "Hind Siliguri", sans-serif;
   font-size: 18px;
   box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 78%);
   background: transparent linear-gradient(249deg, #EF512E 0%, #DE0655 100%) 0% 0% no-repeat padding-box;
   /* background: transparent linear-gradient(110deg, #4154f1 0%, #DE0655 100%) 0% 0% no-repeat padding-box; */
}

.soft_btn:hover {
   color: #fff;
   /* background: transparent linear-gradient(249deg, #EF512E 0%, #DE0655 100%) 0% 0% no-repeat padding-box; */
   background: transparent linear-gradient(110deg, #4154f1 0%, #DE0655 100%) 0% 0% no-repeat padding-box;
}

.single_share {
   background: #0d6efd;
   border: none;
   color: #fff;
   padding: 4px 12px;
   border-radius: 5px;
}

/* ================ useable css =======================  */
.mas-btn-primary {
   background: #0d6efd;
   color: #fff;
   padding: 4px 9px;
   border: 1px solid #0d6efd;
   transition: 0.5s;
}

.mas-btn-theme {
   background: #ff4500;
   color: #fff;
   padding: 4px 9px;
   border: 1px solid #ff4500;
   transition: 0.5s;
}

.mas-btn-primary:hover {
   background: #ffffff00;
   border: 1px solid #ff4500;
   color: #333;
}

.mas-btn-theme:hover {
   background: #ffffff00;
   border: 1px solid #0d6efd;
   color: #333;
}

/* ================ useable css =======================  */
.hero_section {
   position: relative;
   height: 550px;
   overflow: hidden;
   z-index: 1;
}

.bg_video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: -1;
}

/* Add the overlay using ::before */
.hero_section::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   /* Adjust the color and transparency */
   z-index: 0;
   /* Layer it above the video but below content */
}

.main_hero {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   text-align: center;
   z-index: 1;
   /* Ensure content appears above the overlay */
}

.main_hero h2 {
   font-size: 35px;
   color: #ffffff;
}

.main_hero h4 {
   font-size: 18px;
   color: #ffffff;
   margin: 15px 0;
}

.softnest_section {
   background: linear-gradient(347deg, #ff4500, #0e86dc00);
}


/* ================== product item css ========================  */
.filter_item {
   background: #fff;
   padding: 15px;
   margin-top: 20px;
}

.filter_product_title h3 {
   font-size: 19px;
   font-weight: 600;
}

.filter_product_info h4 {
   font-size: 15px;
   font-weight: 500;
}

.filter_product_info {
   display: flex;
   justify-content: space-between;
}

.filter_product_btn {
   display: flex;
   justify-content: space-between;
}

.filter_product_title {
   padding: 10px 0 0 0;
}

.filter_body {
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   padding: 10px 0 5px 0;
}

.filter_product_image {
   overflow: hidden;
}

.filter_product_image a img {
   transition: transform 0.3s ease-in-out;
}

.filter_product_image a img:hover {
   transform: rotate(4deg) scale(1.1);
}

.filter_product_image a img {
   width: 100%;
}

.singlecard {
   border-bottom: 1px solid #ff4500;
}