*{
    font-family: 'lato', sans-serif;
}

.nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar{
    background-image: linear-gradient(to right, #d5e541, #48b7df);
}

.navbar-brand img{
    height: 60px;
    padding-left: 20px;
}

.navbar-nav li{
    padding: 0 10px;
}


.nav-link {
    color: #000000 !important;
    font-weight: 600;
    font-size: 14px;
    
}

@media (max-width: 768px) {
    .logo {
        max-width: 80px; /* Adjust the size as per your requirement */
    }
}

/*Banner Section*/

.promo-title{
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}

.play-btn{
    width: 45px;
    margin: 20px;
}

#banner a{
    color: #fff;
    text-decoration: none;
}

.container-fluid span{
    font-weight: 700;
}

.btn-lg {
    width: 100px;
    padding: 5px;
    font-size: 1.2rem;
    border-radius: 0.3rem;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s; /* Smooth transition */
}

.btn-lg:hover {
    background-color: #ede76e; /* Change to a different color */
    color: #000; /* Change text color */
    box-shadow: 0 4px 8px rgba(87, 87, 87, 0.2); /* Add shadow on hover */
}

.bsb-hero-6>.row {
    min-height: 513px;
}