*{
    font-family: 'Kanit', sans-serif;
}
#dirt img:hover{
    scale: 0.9;
    transition-duration: 1s;
}
#parts img:hover{
    scale: 0.9;
    transition-duration: 1s;
}
#tires img:hover{
    scale: 0.9;
    transition-duration: 1s;
}
#services img:hover{
    scale: 0.9;
    transition-duration: 1s;
}
#our img:hover{
    scale: 1.1;
    transition-duration: 1s;
}
.edit1{
    position: relative;
    left: 50px;
    top: 35px;
}
.edit2{
    position: relative;
    top: 160px;
    z-index: -1;
}
.edit3{
    position: relative;
    right: 50px;
    top: 300px;
}
.edit1:hover{
    scale: 1.3;
    transition-duration: 1s;
}
.edit3:hover{
    scale: 1.3;
    transition-duration: 1s;
}
#dirt .display-5{
    color: red !important;
}
#get .rounded-circle:hover, #head i:hover{
    scale: 0.9;
    background-color: rgb(13, 14, 14) !important;
    color: aqua !important;
}
#dirt .fixed-bottom i:hover{
    color: red !important;
}
