@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
section {
    background: url(../img/bg.png);
    background-size: cover;
    height: 438px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.container1 .profile {
    width: 97%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.container1 .profile .name p {
    font-weight: 500;
    color: white;
    letter-spacing: .5px;
    opacity: .8;
    font-size: 20px;
}

.container1 .profile .name h3 {
    font-weight: 700;
    font-size: 32px;
    color: white;
    letter-spacing: .5px;
}

.container1 .feedback .btn {
    background: linear-gradient(0deg, #FDC228, #FDC228);
    border-radius: 1px 100px 100px 100px;
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container1 .feedback {
    width: 65%;
    margin-top: 35px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.container1 .feedback .btn a {
    color: #0B1926;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .5px;
}

.container1 .button a .btn {
    background: #7668FB;
    width: 312px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    color: white;
    font-size: 20px;
}

.container1 .button a .btn .group {
    display: flex;
    justify-content: center;
    align-content: center;
}

.container1 .button a .btn .group img {
    margin-left: 12px;
}

.container1 .row .col-md-6:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.container1 .button2 a .btn {
    background: transparent;
    border: 1px solid #FFFFFF;
}

.container1 .button2 {
    margin-top: 40px;
}

.card1 {
    height: 92px;
    background-color: white;
    box-shadow: 0px 50px 36px -14px rgba(27, 39, 51, 0.03);
    border-radius: 16px;
    margin-top: -50px;
    display: flex;
    align-items: center;
}

.card1 .row {
    width: 100%;
    margin: auto;
}

.card1 .group1 .home, .card1 .group1 .license {
    display: flex;
}

.card1 .group1 .license {
    margin-left: 48px;
}

.card1 .group1 {
    display: flex;
    margin-left: 42px;
    align-items: center;
    width: 100%;
}

.card1 .group1 a.active {
    margin-left: 14px;
    color: #7A6EF0;
    font-weight: 600;
}

.card1 .group1 a {
    margin-left: 14px;
    text-decoration: none;
    color: #29343E;
    font-weight: 600;
}

.card1 .group2 a {
    background: linear-gradient(0deg, #8276F8, #8276F8);
    border-radius: 100px;
    width: 98px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.card1 .group2 {
    display: flex;
}

.card1 .group2 img {
    margin-right: 50px;
}

.card1 .col-md-12 {
    display: flex;
    justify-content: space-between;
}

.container5 {
    background: #FFFFFF;
    box-shadow: 0px 50px 36px -14px rgba(27, 39, 51, 0.03);
    border-radius: 24px;
    height: 188px;
    margin-top: 85px;
}

.container5 .row .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 188px;
}

.container5 .card {
    background: rgba(118, 104, 251, 0.08);
    border: 1px solid #7668FB;
    box-sizing: border-box;
    height: 150px;
    display: flex;
    align-items: center;
    margin-left: 28px;
    width: 100%;
    border-radius: 16px;
    margin-top: 0;
}

.container5 .card h2 {
    color: #1B2733;
    font-size: 20px;
    margin-left: 24px;
}

.container5 .card ul {
    list-style: square !important;
}

.container5 .card ul li::marker {
    color: #1B2733;
    opacity: .8;
}

.container5 .card ul li {
    color: #1B2733;
    opacity: .8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.container5 .card ul {
    margin-left: 42px;
    margin-top: 8px;
}

.container5 .col-md-7 .input-box label {
    color: #1B2733;
    font-weight: 700;
}

.container5 .col-md-7 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container5 .col-md-7 .input-box input {
    border: 1px solid #29343E;
    height: 54px;
    width: 339px;
    box-sizing: border-box;
    margin-top: 16px;
    border-radius: 16px;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 20px;
    padding: 0 15px;
}

.container5 .col-md-7 .input-box input:focus {
    outline: none;
}

.container5 .col-md-7 .input-box .group {
    display: flex;
    flex-direction: column;
}

.container5 .col-md-7 .input-box input::-webkit-input-placeholder {
    color: #38434D;
    opacity: 0.6;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.container5 .col-md-7 .input-box {
    display: flex;
    flex-direction: column;
}

.container5 .col-md-7 .btn button {
    background: #7668FB;
    box-shadow: 0px 11px 28px -3px rgba(118, 104, 251, 0.32);
    border-radius: 16px;
    height: 54px;
    border: none;
    cursor: pointer;
    width: 165px;
    color: white;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-left: 24px;
}

.container5 .col-md-7 .btn button img {
    margin-left: 12px;
}

.container6 {
    margin-top: 53px;
}

.container6 .input-box .validasi {
    margin-top: 14px;
    display: flex;
}

.container6 .input-box .validasi p {
    color: #EB5757;
    font-size: 14px;
    font-weight: 600;
    margin-left: 9px;
}

.container6 .col-md-7 .btn button {
    margin-top: 0px;
}

.container7 .input-box .validasi {
    margin-top: 14px;
    display: flex;
}

.container7 .input-box .validasi p {
    color: #27AE60;
    font-size: 14px;
    font-weight: 600;
    margin-left: 9px;
}

.container7 .col-md-7 .btn button {
    margin-top: 0px;
}

.container8 {
    margin-top: 56px;
}

.container8 .row {
    background: #FFFFFF;
    box-shadow: 0px 50px 36px -14px rgba(27, 39, 51, 0.03);
    border-radius: 24px;
    height: 233px;
    margin-top: 56px;
}

.container8 .title h2 {
    color: #0B1926;
    font-size: 36px;
    font-weight: 700;
}

.container8 .group .profile {
    display: flex;
    align-items: center;
}

.container8 .group .profile .name {
    margin-left: 25px;
}

.container8 .group .profile .name p {
    color: #7668FB;
    font-weight: 600;
    font-size: 16px;
}

.container8 .group .profile .name h3 {
    color: #232F3B;
    font-weight: 700;
    font-size: 24px;
}

.container8 .group {
    display: flex;
    width: 97%;
    margin: 32px auto 0;
    justify-content: space-between;
    align-items: center;
}

.container8 .group .btn button {
    background: rgba(235, 87, 87, 0.06);
    border: 1px solid #EB5757;
    box-sizing: border-box;
    border-radius: 16px;
    height: 54px;
    width: 203px;
    color: #EB5757;
    font-weight: 700;
}

.container8 .group2 {
    margin: 24px auto 0;
    width: 97%;
    display: flex;
}

.container8 .group2 .line {
    width: 1px;
    opacity: .2;
    height: 61px;
    background-color: #232F3B;
}

.container8 .group2 .flex {
    width: 454px;
    display: flex;
    justify-content: space-between;
}

.container8 .group2 button {
    background: #8D82F6;
    border-radius: 16px;
    width: 314px;
    height: 54px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
}

.container9 .group2 button {
    background: #9F9F9F;
}

.container9 .group2 .flex {
    width: 680px;
}

.container9 .group2 .btn-renewal {
    width: 203px;
    background: #27AE60;
}

.container9 {
    margin-bottom: 95px;
}