

.popular-tour{
    margin-bottom: 0px;
    height:60px; 
    background-color:rgba(2, 85, 2, 0.5); 
    position:absolute; 
    top:190px;
    
}

.my-card-img{
    height:250px;
    width: 100%;
    
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.carousel-content{
    background: rgba(27, 27, 27, 0.4);
    
}


.color1{
    background-color: rgb(2, 85, 2);
}

.color2{
    background-color: rgb(243 160 8);
}

.textcolor1{
    color:  rgb(2, 85, 2) ;
}

.card-img1{
    position: relative;
    border: 5px solid rgb(243 160 8);
}

.bottom-left{
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.popular{
    display: flex;
    justify-content: center;
    align-content: center;
}

.bg1{
    background-color: rgba(2, 85, 2, 0.3);
}

.read{
    display: flex;
    margin: auto;
    padding: auto;
    justify-content: center;
    align-items: center;
}