@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500&family=Barlow:wght@200&family=Cabin&family=Kanit:wght@200&display=swap');

/* .font-f{ */
/* font-family: 'Baloo 2', cursive; */
/* font-family: 'Barlow', sans-serif; */
/* font-family: 'Cabin', sans-serif; */
/* font-family: 'Kanit', sans-serif; */
/* } */
.navbar-nav {
    font-family: 'Baloo 2', cursive;
}

a.nav-link {
    color: rgb(90, 90, 187);
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.b-card-c {
    font-size: larger;
    text-align: justify;
    display: flex;
    justify-content: space-between;
}

.card-text {
    text-align: center;
}

.card-title {
    text-align: center;
}

a.btn-primary {
    font-size: 1.1rem;
}
a.btn-primary:hover{
    background-color: rgb(220, 189, 36);
    color: black;
}
a.btn-floating{
    transition: all .5s ease-in;
}
a.btn-floating:hover{
    background-color: rgb(91, 91, 245);
    border-radius: 50%;
    transition:all .5s ease-in-out ;
    
}
a.btn-floating i:hover{
    transform: scale(1.5);
    transition-duration: .5s;
    color: antiquewhite;
}
.card{
    cursor: pointer;
}
.card:hover{
    box-shadow: 0px 0px 9px .2px black;
    transition: all .5s;
    transform: translateY(.4%);
}
@media screen and (max-width: 993px) {
    .ram-logo{
        display: none;
    }
}
.navbar-collapse{
    display: flex;
    justify-content: space-between;
}
