ARSA
İçeriğe atla
/* ================================
ANVEAN EMLAK MOBİL ALT MENÜ
================================ */
@media only screen and (max-width:768px){
body{
padding-bottom:80px;
}
.anvean-mobile-bar{
position:fixed;
bottom:15px;
left:50%;
transform:translateX(-50%);
width:92%;
height:65px;
background:#111111;
border-radius:18px;
display:flex;
justify-content:space-around;
align-items:center;
box-shadow:
0 10px 35px rgba(0,0,0,.35);
z-index:999999;
border:2px solid #CFA33A;
backdrop-filter:blur(12px);
}
.anvean-mobile-bar a{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-decoration:none;
color:#fff;
font-size:11px;
font-weight:600;
transition:.25s;
}
.anvean-mobile-bar a i{
font-size:23px;
margin-bottom:4px;
color:#CFA33A;
transition:.25s;
}
.anvean-mobile-bar a:hover{
transform:translateY(-4px);
}
.anvean-mobile-bar a:hover i{
color:#E2B84D;
}
.anvean-mobile-center{
width:62px;
height:62px;
background:#CFA33A;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
margin-top:-35px;
box-shadow:
0 12px 30px rgba(207,163,58,.45);
border:4px solid #111;
}
.anvean-mobile-center i{
color:#111;
font-size:26px;
margin:0;
}
}