@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sunflower:wght@300;500;700&family=Satisfy&display=swap");

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --primary: #0065f8;
    --secondary: #01c676;
    --light: #ffffff;
    --light-blue: #eef4ff;
    --dark: #000000;
    --gradiant-blue: linear-gradient(
        180deg,
        #45b8ee 0%,
        #1f87f7 60%,
        #0b5bef 100%
    );
    --font-sunflower: "Sunflower", sans-serif;
}

:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Ongkir
--------------------------------------------------------------*/
.ongkir .container-1558 {
    padding-top: 4rem;
    padding-bottom: 10rem;
}
.ongkir .card-table-ongkir .card-head {
    padding: 15px 10px;
    font-weight: 700;
    border-top-left-radius: 20px;
}
.ongkir .card-table-ongkir .card-head.dari {
    background: var(--gradiant-blue);
    color: var(--light);
}
.ongkir .card-table-ongkir .card-head.ke {
    background: var(--gradiant-blue);
    color: var(--light);
    opacity: 0.5;
}
.ongkir .card-table-ongkir .card-head.tarif {
    background: var(--gradiant-blue);
    color: var(--light);
}
.ongkir .card-table-ongkir .card-head.estimasi {
    background: var(--gradiant-blue);
    color: var(--light);
    opacity: 0.5;
}

.service-ongkir .card-box {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    background: var(--gradiant-blue);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 1rem 0 1rem 1rem;
}

.service-ongkir .card-box::before {
    content: "";
    background-image: url(../img/bg-garis-garis.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 125%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(8deg);
    opacity: 0.3;
}

.service-ongkir .card-box::after {
    content: "";
    background: #a1ddfd57;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    right: -120px;
    z-index: 0;
}

.service-ongkir .card-box > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.service-ongkir .card-content {
    flex: 0 0 auto;
    width: 60%;
    color: var(--light);
}

.service-ongkir .card-content2 {
    flex: 0 0 auto;
    width: 40%;
    position: relative;
    padding-right: 0;
    overflow: hidden;
}

.service-ongkir .card-content2 .card-img {
    height: 0;
    padding-bottom: 90%;
    position: relative;
}

.service-ongkir .card-content2 .card-img img {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 100%;
    height: anchor-size;
    object-fit: cover;
    transform: translateY(-50%);
    z-index: 1;
}

/* .service-ongkir .bg-bottom {
    background-size: cover;
    background-position: center;
    margin-top: 5rem;
    height: 18dvh;
} */
