.contact-go-majestic i{
    display: block;
    font-size: 3em;
    margin-bottom: 10px;
}
.nameTour{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    top: 0px;
    position: absolute;
    background: #4dae3e;
    padding: 10px 2px;
    width: 100%;
}
.boxTour {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.09)
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
    position: relative;
    transition: .5s all;
    height: 100%;
    display: flex;;
    flex-direction: column;
}
.imgBox {
    overflow: hidden;
    position: relative;
}
.imgBox .price {
    backdrop-filter: blur(4px);
    font-size: 14px;
    font-style:italic;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    bottom: 0;
    position: absolute;
    background: rgb(2 2 2 / 45%);
    padding: 10px;
    width: 100%;
}
.starsTour {
    font-size: 12px;
    font-weight: 600;
    margin-top: 9px;
    position: relative;
    width: 100%;
    color: #ffc107;
}
.innerBox-tour,.boxTour .bgPrimary {
    padding:20px;
}
.boxTour .bgPrimary{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.excursions .htt-text-image, .excursions .boxTour{
    height:100%;
}
.excursions>.row>div:has(.boxTour){
    margin-top:20px;
}