.dropdown-item {
        font-family: 'Nunito', sans-serif !important;
}
.logo {
        background-color: white;
        padding: 10px !important;
        border-radius: 10px;
    }
    .about-logo img{
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

.about-logo {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.home-about a {
    border-radius : 30px;
}
.bg-white {
    border-radius: 10px;
}
.btn-primary:hover {
    background-color: white !important;
    color: #7dad0b;
}
.team {
    text-align: center;
}
.hero-header {
    background: linear-gradient(rgba(20, 20, 31, .7), rgba(20, 20, 31, .7)), url(../img/Home/banner.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn.btn-primary, .btn.btn-secondary {
    border-radius: 30px;
}
.ps-4 {
    border-radius: 30px;
}
.form-floating>.form-control, .form-floating>.form-select {
    border-radius: 10px;
}

.pb-4 {
    border-radius: 20px !important;
}