.product-mega-menu-new .menu-container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 100px 60px 110px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 35px;
}
.mega-menu-submenu-container .product-mega-menu-new .menu-container .single-menu-item,
.product-mega-menu-new .menu-container .single-menu-item {
  padding: 30px 40px 50px;
  border-radius: 20px;
  min-height: 358px;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.mega-menu-submenu-container .product-mega-menu-new .menu-container .single-menu-item:after,
.product-mega-menu-new .menu-container .single-menu-item:after{
  background:url('/template/85b5ce5e/images/product-mega-menu-bottom-arrow.svg') no-repeat;
  position: absolute;
  content: '';
  width: 14px;
  height: 18px;
  bottom: 40px;
  left: 40px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  opacity:0;
   margin-left::-10px;
}
.mega-menu-submenu-container .product-mega-menu-new .menu-container .single-menu-item:hover:after,
.product-mega-menu-new .menu-container .single-menu-item:hover:after{
  background:url('/template/85b5ce5e/images/product-mega-menu-bottom-arrow.svg') no-repeat;
  position: absolute;
  content: '';
  width: 14px;
  height: 18px;
  bottom: 50px;
  left: 45px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
    opacity:100;
  margin-left::0px;
}
.product-mega-menu-new .menu-container .single-menu-item:hover{
  background: #0F2337 !important;
}
.product-mega-menu-new .menu-container .single-menu-item.one {
  background: linear-gradient(317.25deg, rgba(87, 200, 255, 0.7) -126.76%, rgba(246, 238, 230, 0.49) 60.98%);
}
.product-mega-menu-new .menu-container .single-menu-item.two {
  background: linear-gradient(312.1deg, rgba(254, 182, 82, 0.7) -113.79%, rgba(246, 238, 230, 0.49) 64.91%);
}
.product-mega-menu-new .menu-container .single-menu-item.three {
  background: linear-gradient(312.5deg, rgba(255, 148, 105, 0.7) -113.77%, rgba(246, 238, 230, 0.49) 64.13%);
}
.product-mega-menu-new .menu-container .single-menu-item.four{
  background: linear-gradient(311.63deg, rgba(172, 249, 246, 0.56) -77.69%, rgba(246, 238, 230, 0.49) 62.65%);
}
.product-mega-menu-new .menu-container .single-menu-item .image-part {
  text-align: right;
  position: relative;
}
.product-mega-menu-new .menu-container .single-menu-item .image-part img {
  object-fit: contain;
  max-width: 135px;
  max-height: 42px;
  width: auto;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}
.product-mega-menu-new .menu-container .single-menu-item .text-part {
  position: absolute;
  bottom: 50px;
  left: 40px;
  right: 40px;
  content: '';
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-mega-menu-new .menu-container .single-menu-item .text-part h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font-family: Biotif;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: left;
}
.product-mega-menu-new .menu-container .single-menu-item .text-part p {
  font-family: Biotif;
  font-weight: 450;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: rgba(0,0,0,0.6);
  text-align: left;
}
.product-mega-menu-new .menu-container .single-menu-item:hover .text-part h3,
.product-mega-menu-new .menu-container .single-menu-item:hover .text-part p{
  color: #fff;
}
.product-mega-menu-new .menu-container .single-menu-item:hover .image-part img{
  filter: brightness(0) invert(1);
}
.product-mega-menu-new .menu-container .single-menu-item.two:hover .image-part img{
  display: none;
}
.product-mega-menu-new .menu-container .single-menu-item.two:hover .image-part:after{
  background: url('/template/85b5ce5e/images/product-mega-menu2-hover-img.svg') no-repeat;
  width: 100px;
  height: 42px;
  display: block;
  position: absolute;
  content: '';
  right: 0;
    
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
}
.product-mega-menu-new .menu-container .single-menu-item:hover .text-part {
  bottom: 100px;
}