.navbar-nav .nav-link:hover {
    color: #0d6efd !important;
}
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
/*body{*/
/*    background-image: url(images/Contour-Line.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position-x: right;*/
/*}*/
.scale-effect {
    transition: transform 0.3s ease;
}

.scale-effect:hover {
    transform: scale(1.05);
}

.owl-nav{
    display: none !important;
}
.nav-link.active {
    font-weight: bold;
    color: #007bff;
}

.bg-banner{
    min-height: 270px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    filter: blur(6px);
}

.welcome-message{
    top: 100px;
    padding: 0px 10px;
}
#about .card-title::first-letter{
    color: red;
    font-weight: bold;
    font-family: cursive;
    font-size: 30px;
}
#about{
    background: linear-gradient(rgba(197, 234, 249, 1), rgba(255, 255, 255, 1));
}
.bg-color-set{
    background: linear-gradient(#f8f9fa, rgb(197 234 249 / 49%), #fff);
}
#projects{
    background: linear-gradient(#fdfefe, #f8f9fa);
}
#contact{
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(197, 234, 249, 1));
}

.owl-dots{
    margin-top: 20px;
}

@media (max-width: 576px) {
    h1{
        font-size: 25px !important;
    }
    .submit-btn{
        width: 100%;
        padding: 10px 0px;
    }
}
