/* .btn {
    background: linear-gradient( 90deg, #e73587 0%, #e73587 25%, #8c32f0 75%, #8c32f0 100%);
} */


/* header {
    position: relative;
    background-color: white;
    box-shadow: 1px 2px 8px #888888;
    height: 80px;
} */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
header {
    position: relative;
    background-color: white;
    box-shadow: 1px 2px 8px #888888;
    height: 80px;
    margin-bottom: 50px;
}

.nav-link {
    margin-right: 10px;
}

.tombol {
    text-transform: uppercase;
    border-radius: 40px;
}

.section {
    background-color: #020E35;
}

.form-label {
    font-style: "basic";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2c3241;
}

.form-label-2 {
    font-style: "WorkSans";
    font-size: 16px;
    line-height: 22px;
}

.form-control-2 {
    font-style: "Basic";
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    color: #2c3241;
}

.btn {
    background-color: #D2BD00;
}

.footercontact {
    background-color: #ffffff;
    background-image: url('../img/digitaloomcreationfooterb.png');
    /* background-color: #888888;
    background-blend-mode: darken; */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

footer {
    background-color: #020e35;
}