.ring-icon .svg-inline--fa.fa-w-16{
    width: 20px !important;
}
.card-bg{
    background-color: #1a1919 !important;
}
.card p{
    color: #959595 !important;
}
.text-Learnmore{
    color: #1f1f1f !important;
    padding: 6px 20px;
    background-color: transparent;
    border: 1px solid #1f1f1f;
    border-radius: 15px;
    transition: linear 0.3s;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}
.text-Learnmore:hover{
   text-decoration: none !important;
   background-color: #1f1f1f;
   color: #fff !important;
}
.favouriteCountryCard img{
    top: -75px;
    left: 134px;
    width: 48px;
    border-radius: 45px !important;
    border: 5px solid #fff;
}
.swiper-slide .card-bg{
padding: 22px !important;
border-radius: 8px;
transition: 0.3s ease all;
overflow: hidden;
}
.swiper-slide .card-bg
img{
border-radius: 5px ;
overflow: hidden;
transition: 0.3s ease all;
}
#header .navbar-elixir{
    background-color:#fff;
}