.tajuk-1{
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 1em;
}

.tajuk-2{
    padding-bottom: 25px;
    font-family: Poppins;
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: -1px;
}
.tajuk-4{
    font-family: Poppins;
    font-size: 1.2em;
    color: #e4ab03;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: -1px;
}

.tajuk-3{
    font-family: Poppins;
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
}

.contact-1
{
    font-family: Poppins;
    font-size: 1em;
}
.contact-2
{
    font-family: Poppins;
    font-size: 0.9em;
    color: #e4ab03;
    font-weight: 500;
}

.align-center-vertically{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.text-intro-tajuk{
    font-family: Poppins;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
}
.text-intro-subtajuk{
    font-family: poppins;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 1em;
    letter-spacing: -1px;
}
.p-intro{
    font-size:15px;
    font-family: Nunito;
}