﻿.Name-cat-tour {
    background-color:rgba(0,0,0,0.15);
}
.inner-most-popular{
    right:0;
    left:0;
    top:0;
    bottom:0;
   
}
.inner-most-popular .count-list-tour{
    transition:all 0.5s linear;
    padding-left: 2rem;
    padding-right: 1rem;
}
.inner-most-popular:hover .count-list-tour{
    background-color:var(--Lyellow);
    color:var(--Black);
  padding-left:2.5rem;
  padding-right:1.2rem;
}
.count-list-tour{
    border-radius: 5rem 0 0 5rem;
}
.box-arrow .NextButton svg{
    transform:scale(-1,1);
}
.box-arrow{
    top:-3rem;
   
}
.box-arrow svg{
    max-width: 1.35rem;
    height: 1.35rem;
}
.list-most-popular{
    img{
        object-fit: none !important;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }
}