.box-title{
    background: url(../images/page-title.jpg);
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1,h2,h3,h5{
    font-family: "Marcellus", serif;
}
p{
    font-family: "Jost", sans-serif;
color: #8C8E8C;
}

.item{
    position: relative;

}
.icon{
    background-color: black;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    width: 80%;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.icon i{
    cursor: pointer;
    transition: all .6s;
}
.icon i:hover{
    color: red !important;
}

.fav-img{
    width:300px ;
    height: 300px;
    margin: auto;
    padding: 30px 0px;
}
.fav-img img{
    width: 100%;
    height: 100%;
}
