@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
body {
    font-family: "Josefin Sans", sans-serif;
}
nav {
    background-color: #f4f4f4;
}
ul li {
    list-style-type: none;
}
.navlinks ul li {
    margin: 10px;
}
.navlinks ul li a {
    text-decoration: none;
    color: #000;
}
.btn-3d {
    color: #ffffff;
    background: #790479;
    padding: 15px 20px;
    border-radius: 25px;
    box-shadow: rgba(128, 0, 128, 0.31) 8px 8px 0;
    transition: box-shadow 0.3s ease;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
}
.btn-3d:hover {
    box-shadow: rgb(128, 0, 128, 0.31) -6px 9px 0;
    background-color: #96296e;
    color: #fff;
}
.hero-heading h1 {
    font-size: 67px;
    line-height: 73px;
    font-weight: 700;

    span {
        color: #96296e;
    }
}
.subheading-bx {
    margin-bottom: 55px;
}
.sub-heading {
    font-size: 45px;
    font-weight: 700;
    line-height: 62px;
    color: #96296e;
}
.subheading-bx p {
    color: #263238b3;
    font-size: 24px;
}
.login-signup a img {
    width: 20px;
    display: inline-block;
}
.crs-heading {
    margin-top: 20px;
}
.course-item {
    border: .5px solid #790479;
    padding-top: 20px;
    border-radius: 25px;
  }
.crs-heading h3 {
    padding: 15px 0;
    color: #96296e;
    font-size: 25px;
}
.course-item .crs-icon img {
    width: 100px;
}