.contain {
    padding-top: 180px;
    padding-bottom: 50px;
}

.pathLink {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.pathLink p {
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleMedium';
    color: #A0A0A0;
    margin-bottom: 0px;
}

.pathArrow {
    color: #A0A0A0;
    -webkit-text-stroke: 1px;
    font-size: 14px;
    line-height: 17.01px;
    margin-right: 14px;
    margin-left: 14px;
}

.pathName {
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleBold';
    color: #FBCE15;
    margin-bottom: 0px;
}

.mainCard {
    background-color: #FFFCF0;
    /* background-color: #ffeb9c; */
    padding: 40px;
    margin-top: 30px;
    border-radius: 15px;
}

.GradDetails {
    display: flex;
    align-items: center;
    justify-content: center;
}

.GradDetails img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 45px;
}

.GradDetails h1 {
    font-size: 32px;
    line-height: 38.88px;
    font-family: 'UpscaleBold';
    color: #000;
    margin-bottom: 10px;
}

.GradDetails p {
    font-size: 16px;
    line-height: 19.44px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
    margin-bottom: 10px;
}

.sponsorCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sponsorCard p {
    font-size: 14px;
    line-height: 5px;
    font-family: 'UpscaleRegular';
    color: #3B3B3B;
    margin-bottom: -20px !important;
    text-transform: uppercase;
    text-align: right !important;
}

.sponsorCard img {
    width: 260px !important;
    padding-top: -40px !important;
    padding-bottom: -40px !important;
}

.headerText {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleBold';
    color: #202020;
    margin-bottom: 20px;
}

.listSkills {
    padding-left: 20px;
    font-size: 14px;
    line-height: 28px;
    font-family: 'UpscaleRegular';
    color: #202020;
}

.listSkills li::marker {
    color: #202020;
    font-size: 25px;
}

.HireP {
    font-size: 14px;
    line-height: 26px;
    font-family: 'UpscaleRegular';
    color: #7E7E7E;
}

.HireBTN,
.HireBTN:hover {
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleBold';
    color: #393939;
    background-color: #FACD19;
    width: 100%;
    padding: 14px 0px;
}

.BioP {
    font-size: 14px;
    line-height: 26px;
    font-family: 'UpscaleRegular';
    color: #202020;
    margin-bottom: 0px;
}

.imgVideo {
    position: relative;
    width: 100%;
}

.imgVideo i {
    font-size: 100px;
    color: white;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #FACD19;
}

.imgVideo img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 350px;
    border-radius: 6px;
}

.imgVideo div {
    width: 100%;
    background-color: #00000080;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 6px;
}

.ProgramCard {
    background-color: #fff;
    border-radius: 15px;
}

.ProgramCard .cover {
    position: relative;
}

.ProgramCard .cover img {
    border-radius: 15px 15px 0px 0px;
    height: 165px;
    object-fit: cover;
}

.ProgramCard .cover p {
    font-size: 15px;
    line-height: 18.23px;
    font-family: 'UpscaleMedium';
    background-color: #2FC7A1;
    width: fit-content;
    border-radius: 4px;
    color: #fff;
    padding: 5px 12px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0px;
}

.ProgramCard .content {
    padding: 20px;
}

.ProgramCard .content h1 {
    font-size: 20px;
    line-height: 24.3px;
    font-family: 'UpscaleBold';
    color: #393939;
}

.ProgramCard .content h3 {
    font-size: 14px;
    line-height: 17.01px;
    font-family: 'UpscaleMedium';
    color: #7E7E7E;
}

@media (max-width: 480px) {
    .GradDetails {
        flex-direction: column;
    }

    .GradDetails img {
        margin-top: 10px;
    }

    .GradDetails h1 {
        font-size: 26px;
        margin-top: 25px;
    }

    .secondProgram {
        margin-top: 20px;
    }
}

.nav-item .nav-link.active .underLine .line1 {
    height: 4px;
    background-color: #393939;
    width: 100%;
}

.nav-item .nav-link.active .underLine .line2 {
    height: 4px;
    background-color: #FBCE15;
    width: 12px;
    margin-left: 4px;
}