.font-h1portofolio {
    color: #fff;
    font-family: Poppins;
    font-size: 67.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 94.675% */
}
.font-hubungikami {
    color: #2758a7;
    font-family: Inter;
    font-size: 32.5px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 30px; /* 92.308% */
}

.container-bawah-portofolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: #d9d9d9;
}
.container-bawah-portofolio2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    background-color: #d9d9d9;
}

.service-section {
    width: calc(25% - 20px);
    text-align: center;
    margin: 10px;
}

.card {
    margin-bottom: 20px;
}

.card-img-top {
    height: 200px;
}

.tanggal {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #000;
    margin-top: 50px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px; /* 130% */
}
.pertama {
    width: 595px !important;
}
.gambar1 {
    background: linear-gradient(
        0deg,
        rgba(0, 114, 188, 0.68) 0%,
        rgba(102, 102, 102, 0) 100%
    ) !important;
    width: 100%;
    height: 350px;
    padding-top: 8%;
    border-radius: 20px 20px 0px 0px;
}
.kedua {
    background: #2758a7;
    border-radius: 0px 0px 20px 20px;
}

.font1:hover {
    background-color: #1a73e8;
}
.font2 {
    color: #fff !important;
    font-family: Roboto !important;
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 31.2px !important;
}
.font3 {
    color: #fff !important;
    text-align: center !important;
    font-family: Roboto !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 25.2px !important; /* 140% */
}

.nav-link {
    color: #2758a7;
    font-weight: bold !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav-link:hover {
    text-decoration: underline solid black 2.5px;
    text-underline-offset: 8px;
    color: #2758a7;
}

/* hubungi kami  */

.container-hubungikami {
    background: #2758a7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    height: 201px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
}

.btn-primary {
    background-color: #d9534f;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #c9302c;
}

.pagination .page-link {
    color: #d9534f;
}

.pagination .page-link:hover {
    background-color: #f2dede;
}

.pagination .page-item.active .page-link {
    background-color: #d9534f;
    border-color: #d9534f;
}

/* form hubungi kami  */

.backgroundhubungikami {
    background: #2758a7;

    width: 40%;
    height: 100%;
}
@media only screen and (max-width: 768px) {
    .backgroundhubungikami {
        width: 100%;
        height: 100%;
    }
}

.form-label {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px; /* 130% */
}

.buttonbawah2 {
    background: #eb4526;
}
/* end of form  hubungi kami  */
