.navbar-light .navbar-nav .nav-link.active {
    color: #e38900;
}

.nav-link {
    font-size: large;
}

.navbar-light .nav-item .nav-link {
    color: #000;
}

.navbar-light .nav-item .nav-link:hover {
    color: #e38900;
}

section {
    margin: 1rem 2rem;
    padding-top: 150px;
}

.title {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.text-center {
    text-align: center;
    padding: 5px;
}

section p {
    padding-block: 10px;
    line-gap-override: 5px;
}

.courses{
    background: #4154f1;
    width: max-content;
    padding: 8px 20px;
    /* margin: 20px; */
    border-radius: 4px;
    color: #fff;
}

.courses:hover {
    color: #fff;
    background: #5969f3;
  }

.course-box1,
.course-box2 {
    background: linear-gradient(135deg, #4154f1 0%, rgb(155, 81, 224) 100%);
    box-shadow: 2px 4px 5px rgb(0 0 0 / 25%);
    font-size: 1.25rem;
    font-weight: 500;
    padding: 1em 25px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    outline: none;
}

.course-box1:hover,
.course-box2:hover {
    color: white;
    text-decoration: none;
    box-shadow: 2px 4px 5px rgb(0 0 0 / 50%);
    transform: translateY(-5px);
}

.course-box2 {
    background: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    transition: all 0.2s ease;
    background-color: rgba(66, 66, 66, 0.178);
}


.founder-image{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    .founder-image{
        width: 65%;
    }
}

.bg-blue{
    background-color: aliceblue;
}
.frame-vimeo{
    aspect-ratio: 16/9;
}

.founder-name{
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold !important;
}
.designation{
    font-weight: normal;
}