.main-sliderContainer{
/* height: 28rem; */
}
.navbar-productIcon {
  transition: transform 1s;
}

.navbar-productIcon.active {
  transform: rotate(180deg);
  margin-bottom: 1px;
}

.dropdown-menu.hide{
  animation: fadeOut 0.3s 1;
}

.dropdown-menu.show{
  animation: fadeIn 0.3s 1;
}
.say-sliderBackground{
  background: rgba(221, 233, 249, 1);
  /* width: 1084px; */
  height: 347px;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px rgba(8, 57, 127, 0.24);
}

.say-sliderContainer {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;
    position: relative;
    bottom: 6.5rem;
    display: flex;
    justify-content: center;
  }
  
  .say-sliderButton {
    position: relative;
    /* display: inline-block; */
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    /* padding: 20px 5px; */
    color: #3c376f;
    font-size: 2rem;
    border : 1px solid #134D9F;
    width: 50px;
    height:50px;
    border-radius : 50%;
    display: flex;
    align-items: center;
    justify-content: center

    
  }
  
  .say-slider-span {
    position: relative;
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  
  .previous:hover span {
    transform: translateX(-10px) scale(1.2);
  }
  
  .next:hover span {
    transform: translateX(10px) scale(1.2);
  }
  .slider-nav{
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
   
  }
  .slider-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap : 2rem;
    justify-content: flex-end;
    align-items:center;
    padding: 30px 0;
  }
  
  .slider-nav li {
    display: flex;
    flex: 2;
    text-align: center;
  }
  


  .say-slider-img {
    max-width: 100%;
    display: none;
    /* box-shadow: 10px 10px 20px 0 rgba(94,47,59,0.2); */

  }
  
  .say-slider-img.active {
    display: block;
    animation: fadeImg 0.8s;
  }
  
  .slider-nav .arrow {
    flex: 0 0 15%;
  }
  
  .slider-nav a {
    flex-basis: 100%;
    display: flex;
    align-items: center;
  }
  
  .slider-nav span {
    display: block;
    width: 100%;
  }
  
  @keyframes fadeImg {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

@keyframes fadeIn
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:0.5;
  }
  100%
  {
    opacity:1;
  }
}
@keyframes fadeOut
{
  0%{
    opacity:1;
  }
  50%
  {
    opacity:0.5;
  }
  100%
  {
    opacity:0;
  }
}
@media ((min-width: 619px) and (max-width:767px)) {
  .say-sliderBackground{
    /* background: rgba(221, 233, 249, 1); */
    width: auto;
    height: 220px;
    /* border-radius: 16px;
    box-shadow: 0px 4px 12px 0px rgba(8, 57, 127, 0.24); */
  }

  .say-sliderContainer{
    padding:0%;
    bottom:16.2px;
  }
  .slider-nav{
    margin-top: 5rem;
    margin-right: 1rem;
  }
  
}
@media(max-width:680px){
  .slider-nav{
    margin-top: 3rem !important;
  }
}

  @media (max-width: 619px) {
    .say-sliderBackground{
      width: auto;
      height: 110px;
      padding:0.2rem;
      background-color: #f0f6ff;
      /* border-radius: 16px; */
      box-shadow: none;
    }

    .say-sliderContainer{
      padding:0%;
      bottom:0.2px;
    }
    .slider-nav{
      margin-top: 7rem !important;
      margin-right: 1rem;
    }
    
    
  }
  @media(max-width: 510px){
    .slider-nav{
      margin-top: 6rem !important;
    }
  }
  @media(max-width: 480px){
    .slider-nav{
      margin-top: 5rem !important;
    }
  }

  @media (min-width: 768px) and (max-width: 830px) {
    .say-sliderBackground{
      /* background: rgba(221, 233, 249, 1); */
      width: 100%;
      height: 240px;
      /* border-radius: 16px;
      box-shadow: 0px 4px 12px 0px rgba(8, 57, 127, 0.24); */
    }

    .say-sliderContainer{
      padding:0%;
      bottom:2.5rem;
    }
    .slider-nav{
      padding:0px 64px;
    }
    
  }
  @media (min-width: 830px) and (max-width: 1140px) {
    .say-sliderBackground{
      /* background: rgba(221, 233, 249, 1); */
      width: 100%;
      height: 245px;
      /* border-radius: 16px;
      box-shadow: 0px 4px 12px 0px rgba(8, 57, 127, 0.24); */
    }

    .say-sliderContainer{
      padding:0%;
      bottom:2.5rem;
    }
    .slider-nav{
      margin-top: 4.3rem;
    }
    
  }

  @media (min-width:1024px) and (max-width:1140px){
    .say-sliderBackground{
      /* background: rgba(221, 233, 249, 1); */
      width: 100%;
      height: 300px;
      /* border-radius: 16px;
      box-shadow: 0px 4px 12px 0px rgba(8, 57, 127, 0.24); */
    }
    .slider-nav{
      margin-top: 4.9rem;
    }
  }

  @media (min-width:1140px){
    .say-sliderBackground{
      /* background: rgba(221, 233, 249, 1); */
      width: 100%;
      height: 300px;
      /* border-radius: 16px;
      box-shadow: 0px 4px 12px 0px rgba(8, 57, 127, 0.24); */
    }
    .slider-nav{
      margin-top: 3.6rem;
    }
  }

