.group-child {
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    background-color: #f7f9fb;
    width: 292px;
    height: 400px;
}
.diploma-in {
    margin: 0;
}
.diploma-in-computer-container {
    position: absolute;
    top: 308px;
    left: 19px;
    line-height: 125%;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    width: 266px;
    height: 70px;
}
.group-item {
    position: absolute;
    top: 22px;
    left: 20px;
    border-radius: 4px;
    background-color: #fff;
    width: 252px;
    height: 220px;
}
.group-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    background-color: #ffd700;
    width: 48px;
    height: 28px;
}
.star-icon {
    position: absolute;
    top: 0px;
    left: 25.5px;
    width: 17px;
    height: 17px;
}
.div {
    position: absolute;
    top: 3.78px;
    left: 0px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 28.3px;
    height: 10.4px;
}
.star-parent {
    position: absolute;
    top: 6px;
    left: 3px;
    width: 42.5px;
    height: 17px;
}
.rectangle-group {
    position: absolute;
    top: 22px;
    left: 224px;
    width: 48px;
    height: 28px;
    font-size: 16px;
    color: #fdfdfd;
    font-family: Roboto;
}
.dca {
    position: absolute;
    top: 254px;
    left: 194px;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    display: inline-block;
    width: 80px;
    height: 29px;
}
.layer-1-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 252px;
    height: 220px;
    overflow: hidden;
}
.rectangle-parent {
    width: 100%;
    position: relative;
    height: 400px;
    text-align: left;
    font-size: 20px;
    color: #1a1a1a;
    font-family: Montserrat;
    padding: 20px;
}


.arrow-icon {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}


:root {
    --background-color: #f7f9fb;
    --text-color: #333;
    --primary-color: #00a0ff;
    --hover-color: #ffd700;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo img {
    width: 100px;
    height: auto;
}

.nav-links {
    display: flex;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    margin: 0 15px;
    position: relative;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary-color);
}

.nav-links a::after {
    content: '';
    display: block;
    height: 2px;
    background-color: var(--primary-color);
    width: 0;
    transition: width 0.3s;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-links a:hover::after {
    width: 100%;
}
#login{
    color: white;
}

.login-button {
    background-color: var(--primary-color);
    
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 500;
}

.login-button:hover {
    background-color: var(--hover-color);
}

.arrow-icon {
    width: 5%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
}

.diploma {
  	width: 210px;
  	position: relative;
  	font-size: 48px;
  	line-height: 150%;
  	font-weight: 500;
  	font-family: Montserrat;
  	color: #1a1a1a;
  	text-align: justify;
  	display: inline-block;
}





