*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    background-color: #E3EAF1 !important;
}

.image > img{
    width: 100%;
    height: 200px;
}

div.image{
    max-height: 200px;
}


.card-menu{
    background-color: #f8f9fb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    border-radius: 0 0 10px 10px;

}

.stars{
    margin-left: 10px;
}

.left > span{
    color: red;
    font-weight: bolder;
}


.center > img{
    max-width: 100px;
    max-height: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    top: -50px;
    border: 3px solid #e9e4e4;
}

.banner > img{
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 10px;
}





.tabs > .nav{
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: none;
}

.nav-link.active{
    color: red !important; 
    border-bottom: 2px solid red !important;
    background: transparent !important;
}



.col-6 > .body > span{
    position: relative;
    top: -40px;
    left: 10px;
    color: white;
    font-weight: 500;
    width: max-content;
}

.col-6 > .body > img{
    width: 100%;
    height: 180px;
    border-radius: 4px;

}


.footer{
    background-color: #f8f9fb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 13px 13px 0 0;
}

.footer > .bordered > .button{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white;
    border: none;
    position: relative;
    top: -15px;
}


.footer::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #f8f9fb;
    border-radius: 50%;
    top: -30px;
    z-index: -1;
    
}

.header > .image > .texts{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    position: relative;
    /* ortala */
    top: -130px;
    width: 100%;
    color: white;
}

.texts > h3{
    font-size: 20px;
    font-weight: 500;
}
.texts > span{
    font-size: 14px;
    font-weight: 400;
}





.col-6:last-child{
    margin-bottom: 50px !important;
}


