.glass-light {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

body {
    padding-top: 0;
    transition: 0.5s ease-in-out;   
}

body.fade {
    opacity: .0;
    padding-top: 50px;
}

.user-menu {
    pointer-events: none;
    opacity: .0;
    transition: 0.5s ease-in-out;
    top: 10px;
}

.dropdown.user:hover .user-menu {
    top: 0;
    pointer-events: all;
    opacity: 1;
}

.par img {
    width: 100%;
    height: 200px;
}

.hero {
    position: relative;
}

.hero.scale-x {
    position: relative;
    top: -50px;
    transform: scale(1.3);
}

img.mentor {
    width: 230px;
    height: 300px !important;
}

.widget-box {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 350px;
    justify-content: space-between;
    background: #1e293b;
    border-radius: 12px;
    border: 1px solid hsla(0,0%,100%,.17);
    overflow: hidden;
}

.widget-box .info {
    padding: 24px;
    text-align: left;
}

.widget-box img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
}

.widget-box .info h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 100%;
    margin-bottom: 20px;
}

.widget-box .info p {
    font-size: 14px;
}

.partners img {
    height: 60px !important;
}