
  #section-3{
    padding: 1rem 1rem;
  }

  #section-3 .card-header:first-child{
    background-color: #fff;
  }
  
  #section-3 .nav-tabs .nav-link {
    border: 1px solid  transparent;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    /* border-radius: 1rem; */
  }
  #section-3 .nav-tabs .nav-link:hover{
    color: #4527D8;
  }
  #section-3 .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color:  #f4d3ff  #f4d3ff #fff;
    box-shadow: #f4d3ff98 1.95px 0px 2.6px;
  }
  
  #section-3 .bordr-rad{
    border-radius: .7rem;
  }
  #section-3 .nav-link{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: .8rem;
    padding: .5rem .4rem;
  }
  #section-3 .nav-link:hover{
    color: #4527D8;
  }
  #section-3 .nav-tabs .nav-link.active {
    color: #4527D8;
  }
  #section-3 .bold{
    font-weight: 600;
  }
  #section-3 .filter{
    width: 50%;
  }
  
  #section-3 .card-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: .7rem;
    color: #4527D8; 
  }
  #section-3 .card-text{
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: .5rem;
    color: #4527D8;
    text-decoration: underline;
  }
  #section-3 .card-txt{
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: .6rem;
    color: #fff;
    text-decoration: underline;
  }


  #section-3 .card-img-top{
    height: 100px;
  }
  #section-3 .full_wdth{

  }
  
  #section-3 .scrolling-wrapper{
    overflow-x: auto;
  }
  #section-3 .hrt{
    color: #fff;
    position: absolute;
    top: .2rem;
    right: 0;
    padding: .5rem;
  }
  #section-3 .hrt:hover{
    color: #4527D8;
  }
  #section-3 .more-link{
    text-decoration: none;
    margin: auto;
    color: #4527D8;
    font-size: 1rem;
  }
  #section-3 .more-link:hover{
    color: #200b8a;
  }

  #section-3 .row>*{
    width: 11%;
  }
  .p-ryt{
    padding-right: 2rem;
  }
  #section-3 .fa-2x {
    font-size: 1rem;
  }
 
  @media(min-width: 720px){
    #section-3{
        padding: 2rem 5rem;
    }
    #section-3 .filter{
      width: 50%;
    }
    #section-3 .card-img-top{
      height: 250px;
    }
    .hovereffect .card-img-top{
      height: 100%;
    }
   
    #section-3 .fa-2x {
      font-size: 2rem;
    }
    #section-3 .hrt{
      top: .7rem;
      padding: 1rem;
    }
    #section-3 .scrolling-wrapper{
      overflow-x: auto;
    }
    #section-3 .card-title{
      font-weight: 600;
      font-size: 1rem;
    }
    #section-3 .card-text{
      font-size: .8rem;
    }
    #section-3 .card-txt{
      font-size: .8rem;
    }
    #section-3 .nav-link{
      font-size: 1rem;
      padding: .5rem .4rem;
    }
    #section-3 .full_wdth{
      height: 80vh;
    }
    #section-3 .full_hght{
      height: 85vh;
    }

  }

 

  /* ----------------------Hover on images------------------------ */
  
   .hovereffect {
    overflow:hidden;
    cursor:pointer;
    border-radius: 1rem;
    } 
    .hovereffect .overlay {
    width: 100%;
    height: 100%;
    overflow:hidden;
    opacity:0;
    position: absolute;;
    background-color:rgba(0, 0, 0, 0.437);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
    }   
    .hovereffect img {
    -webkit-transition:all .2s linear;
    transition:all .2s linear;
    }   
    .hovereffect .info {
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:1rem;
    position: absolute;
    bottom: 0rem;
    width: 100%;
    }
    .icns-btm{
      -webkit-transition:all .2s ease-in-out;
      transition:all .2s ease-in-out;
      padding:1rem;
      position: absolute;
      bottom: 0rem;
      right: 0;
    }    
    .hovereffect:hover a.icns-btm {
      -webkit-transition-delay:.2s;
      transition-delay:.2s;
    }    
    .hovereffect:hover img {
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    }    
    .hovereffect:hover .overlay {
     opacity:1;
    }   
    .hovereffect:hover h2,.hovereffect:hover .info {
      opacity:1;
      -ms-transform:translatey(0);
      -webkit-transform:translatey(0);
      transform:translatey(0);
    } 
    .hovereffect:hover .info {
     -webkit-transition-delay:.2s;
     transition-delay:.2s;
    }