:root {
    --color-primary: #e73a33;
    --color-primary-2: #e41916;
    --color-black: #3c3c3c;
    --color-black-secondary: #464f51;
    --color-white: #ffffff;
    --color-grey: #e3e7e8;
    --color-grey-2: #828282;
    --color-pink: #fdeceb;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url(../fonts/HK/HKGrotesk-Regular.otf);
}
@font-face {
    font-family: 'HK Grotesk';
    src: url(../fonts/HK/HKGrotesk-SemiBold.otf);
    font-weight: 600;
}
@font-face {
    font-family: 'HK Grotesk';
    src: url(../fonts/HK/HKGrotesk-Bold.otf);
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'HK Grotesk', Arial, Helvetica, sans-serif;
}

hr {
    height: 2px !important;
}

/* ================================== NAVBAR ================================== */

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;

    box-shadow: none !important;
    border: none !important;
}

.navbar-bg {
    background-color: var(--color-primary);
}

.nav-item {
    padding: 5px 25px;
    color: var(--color-white);
}

.nav-item:hover {
    color: var(--color-white);
}

.nav-link {
    color: var(--color-white) !important;
    font-size: 16px;
    font-weight: bold;
}

.nav-link:hover {
    color: var(--color-white);
}

.nav-link.active {
    color: var(--color-white);
}

.nav-link:active {
    color: var(--color-white);
}

.btn-white {
    color: var(--color-primary);
    background-color: var(--color-white);
    font-weight: bold;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(228, 25, 22, 0.1);
}

.btn-white:hover {
    color: var(--color-primary);
}

.btn-transparant {
    color: var(--color-white);
    background: transparent;
    border-radius: 5px;
    border: 1px solid var(--color-white);
}

/* ================================== HERO ================================== */

.hero {
    height: 713px;
    background-color: var(--color-primary);

    display: flex;
    /* justify-content: center;
    align-items: center; */
}

.hero-bg {
    height: 10px;
}

.hero-content {
    position: relative;
}

.hero-left {
    padding-left: 100px;
}

.line-header-1 {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 870px;
}

.line-header-3 {
    position: absolute;
    top: -80px;
    left: 10px;
}

.line-header-2 {
    position: absolute;
    bottom: -300px;
    left: 0px;
}

.hero-title {
    margin-top: 140px;
    font-size: 44px;
    font-weight: bold;
    color: var(--color-white);
}

.hero-text {
    padding-top: 19px;
    font-size: 18px;
    line-height: 30px;

    color: var(--color-white);
    word-wrap: break-word;
}

.hero-img {
    margin-bottom: 50px;
    width: 900px;
}

.hero-box {
    padding-top: 42px;
}
.hero-box > a {
    text-decoration: none;
}

.hero-btn {
    margin-right: 10px;
}

.carousel-item {
    background-color: var(--color-primary);
    clip-path: polygon(100% 0, 100% 78%, 78% 100%, 0 100%, 0 0);
}

/* ================================== CEK TARIF ================================== */

.cek-tarif {
    /* height: 329px; */
    margin-left: 200px;
    margin-right: 200px;
    background-color: var(--color-white);
    color: var(--color-black);
    /* align-items: center; */
}

.cek-tarif-title {
    padding-top: 80px;
    margin-bottom: 36px;

    font-size: 45px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    color: var(--color-black);
}

@media only screen and (min-width: 1200px) {
    .cek-tarif-box {
        width: 41%;
        margin-left: auto;
    }
}

.btn-light {
    background-color: var(--color-white);
    border: none;
}

.btn-light:focus,
.btn-light:focus-within {
    box-shadow: none;
    border: none;
}

.cek-tarif-box {
    border: 1px solid #e3e7e8;
    padding-top: 7px;
    /* padding: 7px; */
    border-radius: 5px;
    /* padding-right: 10px; */
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(228, 25, 22, 0.1);
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.form-tarif {
    border: none;
    font-size: 14px;
    cursor: pointer;
    background-image: none;
}

.form-tarif:focus {
    box-shadow: none;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 100% !important;
}

.btn-cek {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: var(--color-primary-2);
    color: var(--color-white);
    border: none;
    font-size: 18px;
    font-weight: bold;
}

.cek-tarif-wrapper {
    margin-top: 50px;
    background-color: #e3e7e880;
}

.cek-tarif-data {
    padding: 30px 25px;
}

.cek-tarif-data-top {
    display: flex;
    justify-content: space-between;
}

.data-box-title {
    font-size: 22px;
}

.data-box-content {
    font-size: 22px;
    width: 250px;
    text-align: center;
    border-radius: 5px;
    background-color: #920c0a;
    color: var(--color-white);
    padding: 8px 50px;
    line-height: 30px;
}

.data-box-content-2 {
    font-size: 22px;
    color: var(--color-white);
    border-radius: 5px;
    width: 250px;

    text-align: center;
    background-color: var(--color-primary-2);
    padding: 8px 50px;
    line-height: 30px;
}

.line {
    margin-top: 60px;
    width: 600px;
    height: 20px;
    background: rgb(146, 12, 10);
    background: linear-gradient(
        90deg,
        rgba(146, 12, 10, 1) 10%,
        rgba(231, 58, 51, 1) 100%
    );
}

.cek-tarif-berat {
    margin-top: 29px;
    font-size: 18px;
}

.data-place {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.data-place-title {
    font-size: 22px;
    font-weight: bold;
}

.data-place-content {
    font-size: 16px;
}

.data-place-price {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.button-box {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-kirim {
    padding: 29px 29px;
    color: var(--color-white);
    background-color: var(--color-primary-2);
}
/* 
.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 100% !important;
} */

/* ================================== CEK RESI ================================== */

.cek-resi {
    /* height: 329px; */
    margin-left: 200px;
    margin-right: 200px;
    background-color: var(--color-white);
    color: var(--color-black);
    /* align-items: center; */
    margin-bottom: 86px;
}

.cek-resi-title {
    padding-top: 80px;
    margin-bottom: 36px;

    font-size: 45px;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    color: var(--color-black);
}

.form-resi {
    height: 80px;
    box-shadow: 0px 0px 20px rgba(228, 25, 22, 0.1);
}

.form-resi:focus {
    box-shadow: none;
}

.cek-resi-data {
    margin-top: 50px;
    background-color: #e3e7e880;
}

.cek-resi-side {
    margin-top: 45px;
    border-right: 2px solid #e0e0e0;
    padding: 30px 0px 30px 25px;
}

.data-side {
    margin-bottom: 40px;
}

.data-side-title {
    font-size: 16px;
    /* font-weight: 600; */
    color: var(--color-black);
    line-height: 19px;
    margin-bottom: 5px;
}

.data-side-content {
    margin-top: 0;
    /*width: 110px;*/
    font-size: 18px;
    font-weight: bold;
    color: var(--color-black);
    line-height: 21px;
}

.cek-resi-center {
    padding: 30px 50px 30px 25px;
}

/* .line {
    margin-top: 60px;
    width: 600px;
    height: 20px;
    background: rgb(146, 12, 10);
    background: linear-gradient(
        90deg,
        rgba(146, 12, 10, 1) 10%,
        rgba(231, 58, 51, 1) 100%
    );
} */

.cek-resi-data-top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.status {
    /* position: absolute; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    text-align: center;
}

.status > span {
    font-size: 18xp;
}

.status > div {
    background: linear-gradient(90deg, #920c0a 0%, #e41916 100%);
    border-radius: 5px;
    padding: 5px 20px;
    color: var(--color-white);
}

.cek-resi-process {
    margin-top: 40px;
}

.cek-resi-box {
    padding-bottom: 13px;
    display: flex;
    position: relative;
    align-items: center;
}

.arrow {
    position: absolute;
    bottom: -10px;
    left: 17px;
    width: 10px;
}

/* .arrow:last-child {
    display: none;
} */

.cek-resi-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 5px;
    align-self: center;
}

.cek-resi-process-title {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}

.cek-resi-process-text {
    font-size: 14px;
    margin-top: 0;
}

.button-box-2 {
    margin-top: 20px;
    display: flex;
    justify-content: start;
}

.btn-print {
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: 18px;
    font-weight: bold;
    padding: 25px 65px;
    margin-right: 50px;
}

.btn-kontak {
    background-color: var(--color-primary-2);
    color: var(--color-white);
    font-size: 18px;
    font-weight: bold;
    padding: 25px 25px;
}

/* ================================== Feature ================================== */

.feature {
    background-color: #f1f3f3;
}

.feature-title {
    padding-top: 50px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    color: var(--color-black);
}

.feature-title > span {
    color: var(--color-primary-2);
}

.feature-box {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-img {
    margin-bottom: 5px;
    width: 150px;
    height: 150px;
}

.feature-subtitle {
    font-size: 28px;
    font-weight: bold;
    color: var(--color-black);
    margin-bottom: 22px;
}

.feature-text {
    text-align: center;
    width: 360px;
    font-size: 18px;
    line-height: 30px;
}

.feature-slogan {
    margin-top: 100px;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
}

.slogan-title {
    font-size: 32px;
    font-weight: bold;
    width: 500px;
    color: var(--color-black);
    margin-right: 80px;
}

/* ================================== OUR SERVICE ================================== */

.our-service {
    background-color: var(--color-white);
}

.our-service-title {
    margin-top: 70px;
    font-size: 45px;
    font-weight: bold;
    color: var(--color-black);
    text-align: center;
}

.our-service-subtitle {
    font-size: 18px;
    line-height: 30px;
    /* max-width: 750px; */
    margin: 0px 150px;
    text-align: center;
    color: var(--color-black-secondary);
    margin-bottom: 91px;
}

.service-container {
    display: flex;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 70px 50px;
    width: 48%;
    margin-bottom: 22px;
}

.service-img {
    margin-right: 20px;
    width: 200px;
    height: 200px;
}

.service-box {
    margin-top: 30px;
}

.service-title {
    font-size: 28px;
    font-weight: bold;
    color: var(--color-black);
}

.service-text {
    max-width: 380px;
}

/* ================================== BLOG ================================== */

.blog {
    margin-top: 110px;
    background: #f1f3f3;
}

.blog-title {
    padding-top: 70px;
    font-size: 45px;
    font-weight: bold;
    color: var(--color-black);
    text-align: center;
}

.blog-subtitle {
    font-size: 18px;
    line-height: 30px;
    /* max-width: 750px; */
    margin: 0px 150px;
    text-align: center;
    color: var(--color-black-secondary);
    margin-bottom: 91px;
}

.splide__slide {
    margin-right: 30px;
    background-color: white;
    border-right: 100px;
}

.blog-box {
    padding: 20px;
}

.header-card-title {
    font-size: 36px;
    font-weight: bold;
    color: var(--color-black-secondary);
}

.header-card-text {
    font-size: 18px;
    width: 360px;
}

.blog-link {
    color: var(--color-primary-2);
}

.splide__arrow {
    top: unset;
    bottom: -70px;
    right: 0;
}

.splide__arrow--prev {
    left: unset;
    right: 40px;
}

.button-blog {
    margin-top: 130px;

    text-decoration: none;
    padding-bottom: 72px;
    display: flex;
    justify-content: center;
}

/* ================================== ABOUT ================================== */

.about {
    background: url('../images/banner-deleviry.png');
    background-size: cover;
    height: 500px;
}

.about-container {
    padding-top: 117px;
}

.about-title {
    font-size: 45px;
    font-weight: bold;
    color: var(--color-black);
    padding-bottom: 18px;
}

.about-text {
    width: 460px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 50px;
}

.about-box > a {
    text-decoration: none;
}

.btn-about-red {
    font-size: 18px;
    font-weight: 600;
    background-color: var(--color-primary-2);
    color: var(--color-white);
    margin-right: 20px;
}

.btn-about-transparant {
    font-size: 18px;
    font-weight: 600;
    background-color: none;
    color: var(--color-primary-2);
    border: 1px solid var(--color-primary-2);
}

/* ================================== Footer ================================== */

.footer {
    background-color: var(--color-black);
}

.footer-icons > a {
    text-decoration: none;
    color: #e3e7e8;
}

.footer-logo {
    margin-top: 50px;
}

.footer-text {
    margin-top: 28px;
    color: #e3e7e8;
    width: 380px;
}

.footer-icons {
    margin-top: 29px;
    margin-bottom: 58px;
}

.footer-icon {
    /* padding-top: 27px; */
    margin-right: 27px;
}

.nav {
    margin-top: 64px;
}

.copyright {
    margin-top: 100px;
    padding-left: 35px;
    color: #e3e7e8;
}

/* TERMS */

.terms {
    margin-top: 50px;
}

.breadcumb > a {
    text-decoration: none;
}

.terms-title {
    margin: 44px auto 50px auto;
    font-size: 45px;
    font-weight: bold;
    color: var(--color-black);
    text-align: center;
}

.terms-text {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-word;
}

/* ============================== CONTACT US ============================= */

.breadcumb-contact {
    margin-top: 41px;
}

.breadcumb-home {
    color: var(--color-black-secondary);
    text-decoration: none;
    font-weight: bold;
}

.breadcumb-home:hover {
    color: var(--color-black-secondary);
}

.breadcumb-terms {
    color: var(--color-primary-2);
    text-decoration: none;
    font-weight: bold;
}
.breadcumb-terms:hover {
    color: var(--color-primary-2);
}

.contact-header {
    margin-top: 44px;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.contact-subheader {
    color: var(--color-black-secondary);
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 44px 30px 0px 30px;
}

.contact-wrapper {
    margin-top: 150px;
}

.contact {
    display: flex;
    margin-bottom: 70px;
}

.contact-left {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e0e0e0;
}

.contact-img {
    margin-right: 50px;
}

.contact-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;

    color: var(--color-black-secondary);
    margin-bottom: 28px;
}

.contact-text {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black-secondary);
    word-wrap: break-word;
}

.form-title {
    padding-left: 50px;
    font-size: 32px;
    font-weight: bold;
    color: var(--color-black);
    margin-bottom: 30px;
}

.form-size {
    font-size: 18px;
}

.form-mt {
    margin-top: 30px;
}

.contact-form {
    padding-left: 50px;
}

.form-btn {
    display: flex;
    justify-content: end;
}

/* ============================== PROFILE SDS ============================= */
.profile {
    margin-bottom: 62px;
}

.profile-title {
    margin-top: 44px;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 700;
    color: var(--color-black);
    text-align: center;
}

.profile-wrapper {
    display: flex;
}

.profile-description {
    flex-basis: 50%;
    padding-right: 40px;
    font-size: 18px;
    line-height: 30px;
    color: var(--color-black);
}

.profile-img {
    flex-basis: 50%;
    width: 100%;
    height: 100%;
}

/* ============================== LOCATION AGENT ============================= */
.location {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.location-title {
    margin-top: 44px;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 700;
    color: var(--color-black);
    text-align: center;
}

.location-description {
    width: 955px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: var(--color-black);
    margin: 0 auto 20px auto;
}

.location-img {
    margin: auto;
    width: 100%;
}

/* ============================== FAQ ============================= */

.faq {
    margin-bottom: 30px;
}
.faq-title {
    margin-top: 44px;
    margin-bottom: 65px;
    font-size: 45px;
    text-align: center;
    color: var(--color-black);
    font-weight: bold;
}

.faq-wrapper {
    width: 956px;
    margin: 0px auto 0 auto;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 5px;
}

.accordion-button {
    background: rgba(227, 231, 232, 0.5);
    font-size: 20px;
    font-weight: bold;
    color: var(--color-primary);
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background: rgba(227, 231, 232, 0.5);
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* ============================== LAYANAN KAMI ============================= */

.layanankami {
    margin-bottom: 90px;
}

.layanankami-item {
    display: flex;
    margin-top: 90px;
}

.layanankami-img-box {
    flex-basis: 50%;
}

.layanankami-img {
    width: 95%;
}

.layanankami-info {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
}

.layanankami-info > div {
    display: flex;
    align-items: center;
}

.layanankami-title {
    font-size: 40px;
    font-weight: bold;
    margin-left: 35px;
    color: var(--color-black-secondary);
}

.layanankami-description {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 18px;
    color: var(--color-black-secondary);
    line-height: 35px;
}

.layanankami-button {
    width: 30%;
    display: inline;
    text-align: left;
    color: #e3e7e8;
    padding: 20px 31px;
    /* width: 200px; */

    background: var(--color-primary-2);
}

.nav-blog {
    border: none;
    margin-right: 38px;
    font-size: 30px;
    line-height: 36px;
    background: unset;
    font-weight: bold;
    color: #464f51cc;

    margin-bottom: 3px;
}

.nav-blog.active {
    border-bottom: 4px solid var(--color-primary-2);
    color: var(--color-primary-2);
}

.blog-card {
    margin-top: 30px;
}

.tab-content {
    margin-bottom: 100px;
}

.card {
    box-shadow: 0px 8.37416px 16.7483px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 25px;
    font-weight: bold;
    color: var(--color-black-secondary);
    line-height: 30px;
}

.card-text {
    font-size: 15px;
    line-height: 29px;
    color: var(--color-black-secondary);
}

.pagination {
    margin-bottom: 90px;
}

.page-link {
    border: none;
    color: #464f51;
}
.page-link:hover {
    color: red;
    background-color: #e3e7e8;
    border-radius: 10px;
}

.page-link.active {
    color: red;
    background-color: #e3e7e8;
    border-radius: 10px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.page-next {
    color: var(--color-black-secondary);
}

/* ============================== SEND PACKAGE ============================= */

.send-package {
    margin: 5rem;
}

.send-package__progress {
    margin-top: 75px;
    margin-bottom: 70px;
    position: relative;
    /* margin: auto; */
    margin-right: auto;
    margin-left: auto;
}

.progress__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -20px;
}

.progress__wrapper div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.pengiriman__div {
    position: relative;
}

.pengiriman__div img {
    position: absolute;
    left: 0;
}

.pengiriman__div p {
    position: absolute;
    width: 140px;
    left: 0;
    bottom: 0px;
}

.progres__text {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;

    color: var(--color-black);
}

.send-package__wrapper {
    /* margin-top: 20px; */
    padding: 35px 70px 80px 70px;
    background: var(--color-white);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 40px;
}

.send-package__details--options {
    margin-bottom: 5rem;
}

.send-package__detail--title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-primary-2);
}

.send-package__label {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-black-secondary);
    margin-bottom: 15px;
}

.send-package__label span {
    color: var(--color-primary-2);
}

.send-package__input {
    padding: 17px 10px;
    border-width: 2px;
}

.send-package__button--wrapper {
    display: flex;
    justify-content: end;
}

.send-package__button {
    border: none;
    padding: 1.3rem 3rem;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin-left: 20px;
    cursor: pointer;
}

.send-package__button--red {
    color: var(--color-grey);
    background: var(--color-primary-2);
    box-shadow: 0px 0px 20px rgba(228, 25, 22, 0.2);
    border-radius: 5px;
}

.send-package__button--transparent {
    background: var(--color-white);
    color: var(--color-primary-2);
    border: 1px solid var(--color-primary-2);
}

.option__link.active {
    color: var(--color-primary);
    box-shadow: 0px 0px 10px rgba(231, 58, 51, 0.4);
}

.option__link {
    padding: 19px;
    background: #fbdedd;
    width: 100%;

    border-radius: 5px;
    border: none;
    text-align: left;
}

.button__pickup--title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    border-bottom: 2px solid var(--color-primary-2);
    /* color: var(--color-primary-2); */
    width: 80px;
    padding-bottom: 5px;
}

.choose__service {
    background: #fdeceb;
    border-radius: 5px;
    padding: 44px 25px;
}

.choose__service--btn {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #3c3c3c;
    background: var(--color-white);
    box-shadow: 0px 0px 15px rgba(231, 58, 51, 0.3);
    border-radius: 5px;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    cursor: pointer;
}

.btn-check:checked + .choose__service--btn {
    background-color: var(--color-primary);
    color: var(--color-grey);
}

.form__check {
    margin-top: auto;
    background: var(--color-pink);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    border-radius: 5px;
}

.form__check input {
    margin-right: 1rem;
    padding: 0.7rem;
}

.form__check label {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-grey-2);
}

.send-package__add {
    position: relative;
    margin-top: 3rem;
}

.send-package__add--input {
    background: var(--color-pink);
    border: none;
}

.send-package__add--input:focus {
    background: var(--color-pink);
}

.send-package__add--button {
    position: absolute;
    right: 40px;
    top: 60%;
    border: none;
    background: none;
    color: var(--color-primary-2);
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
}

.send-package__assurance {
    /* margin-top: 3rem; */
    border: 2px solid #ced4da;
    margin-left: 0.5rem;
    /* margin-right: 1rem; */

    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
}

.assurance__top {
    background: var(--color-pink);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.assurance__top input {
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 0.7rem;
}

.assurance__top label {
    padding-top: 0.4rem;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-grey-2);
}

.assurance__price {
    padding-top: 1rem;
    padding-right: 1rem;

    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-grey-2);
}

.assurance__bottom {
    padding: 1.2rem;
}

.assurance__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;

    color: var(--color-grey-2);
    width: 80%;
}

.send-package__search-location {
    display: flex;
}

.send-package__search-location--button {
    color: var(--color-grey);
    margin-top: auto;
    height: 63px;
    border: none;
    background: var(--color-primary-2);
    border-radius: 5px;
}

.send-package__sender {
}

.send-package__sender--top {
    display: flex;
    justify-content: space-between;
}

.send-package__edit {
    cursor: pointer;
}

.send-package__sender--top div {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-primary);
}

.send-package__sender--address {
    background: var(--color-pink);
    padding: 1rem 1rem 2rem 1rem;
    border-radius: 5px;
}

.send-package__sender--address h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-primary);
}

.send-package__sender--address {
    padding-top: 1rem;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;

    color: var(--color-black-secondary);
}

.send-package__sender--detail div {
    display: flex;
    justify-content: space-between;
    width: 350px;
}

.send-package__sender--detail__payment div {
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.send-package__sender--price {
    margin-left: 30px;
}

.send-package__sender--total {
    border-top: 3px solid #ced4da;
    padding-top: 1rem;
    display: flex;
    /* width: 80%; */
}

.send-package__sender--total div {
    display: flex;
    justify-content: space-between;
}

.send-package__payment > .form-check {
    background: var(--color-pink);
    border-radius: 5px;
    margin: 0.4rem;
    /* padding: 1rem; */
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.send-package__payment > .form-check:nth-child(2) {
    height: 150px;
}

.form-check-label h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-black-secondary);
}

.form-check-label p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;

    color: rgba(70, 79, 81, 0.8);
}

.form-check-input {
    background: #ffc4bf;
}

.form-check-input:checked {
    background-color: var(--color-primary-2);
    border-color: var(--color-primary-2);
}

.payment__icon {
    display: inline-block;
    background: white;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    border-radius: 5px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ced4da;
    cursor: pointer;
}

.form-chek-label img {
    cursor: pointer;
}

.send-package__time-limit {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.send-package__time {
    padding-bottom: 20px;
}

.send-package__qris--top {
    display: flex;
    justify-content: space-between;
}

.send-package__time-limit h6 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: rgba(70, 79, 81, 0.8);
}
.send-package__time-limit p {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-primary-2);
}

.send-package__qris--top {
    margin-bottom: 2rem;
}

.qris__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-black);
}

.qris__id {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;

    color: var(--color-primary-2);
}

.qris__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black);
}

.qris__image {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.send-package__complete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.complete__text--red {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;

    color: var(--color-primary);
}

.complete__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;

    color: var(--color-black-secondary);
}

.complete__text--email {
    background: var(--color-pink);
    padding: 1rem 6rem;
    border-radius: 5px;
}

.complete__images {
    /* width: 600px; */
}

/* ================================================== BREAK POINTS================================================== */

@media only screen and (max-width: 1024px) {
    .send-package__sender--detail div {
        width: 300px;
    }
    .send-package__sender--detail__payment div {
        width: 200px;
    }

    .send-package__sender--price {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 780px) {
    .nav-item {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-title {
        margin-top: 30px;
    }

    .hero-box {
        padding-top: 10px;
        margin-bottom: 30px;
    }

    .hero-left {
        padding-left: 30px;
    }

    .line-header-1 {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 360px;
    }

    .line-header-3 {
        position: absolute;
        top: -70px;
        left: 0px;
        width: 360px;
    }

    .line-header-2 {
        position: absolute;
        bottom: -300px;
        left: 0px;
        display: none;
    }

    .cek-tarif {
        margin: 10px 50px;
    }

    .cek-resi {
        margin: 10px 50px;
    }

    .cek-resi-container {
        flex-direction: column;
    }

    .cek-resi-side {
        display: flex;
        border: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .cek-resi-center {
        margin-top: 0;
    }

    .data-side-content {
        width: 100;
        margin-right: 5px;
        font-size: 14px;
    }

    /* .data-resi-2 {
        margin-left: auto;
    } */

    .data-resi-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .data-resi-content {
        font-size: 20px;
        width: 200px;
        text-align: center;
        border-radius: 5px;
        background-color: #920c0a;
        color: var(--color-white);
        padding: 8px 10px;
        line-height: 30px;
        /* margin-right: 20px; */
    }

    .data-resi-content-2 {
        font-size: 20px;
        color: var(--color-white);
        border-radius: 5px;
        width: 200px;

        text-align: center;
        background-color: var(--color-primary-2);
        padding: 8px 10px;
        line-height: 30px;
        margin-left: 100px;
    }

    .feature {
        margin-top: 40px;
    }

    .feature-text {
        text-align: center;
        width: 220px;
        font-size: 18px;
        line-height: 30px;
    }

    .service-img {
        width: 120px;
        height: 120px;
        margin-right: 15px;
    }

    .service-container {
        padding: 25px 15px 15px 15px;
        align-items: center;
    }

    .header-card-text {
        width: auto;
        word-wrap: break-word;
    }

    .about {
        height: 340px;
    }

    .about-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-title {
        margin-bottom: 10px;
    }

    .about-text {
        padding-bottom: 10px;
    }

    .contact {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .contact-title {
        margin-top: 20px;
    }

    /* .contact-img {
        width: 200px;
    } */

    .profile-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .profile-description {
        flex-basis: 100%;
        margin-top: 30px;
    }

    .profile-img {
        flex-basis: 100%;
        width: 100%;
    }

    .location-description {
        width: auto;
        text-align: center;
    }

    .faq-wrapper {
        width: 550px;
    }

    .footer-text {
        width: 240px;
    }

    .layanankami-item {
        display: flex;
        margin-top: 90px;
        flex-direction: column;
    }

    .layanankami-right {
        flex-direction: column-reverse;
    }

    .layanankami-info {
        margin-top: 20px;
    }

    .layanankami-info > div {
        display: flex;
        align-items: center;
    }

    .send-package {
        width: 85%;
    }

    .send-package__wrapper {
        padding: 30px;
    }

    .send-package__label {
        font-size: 18px;
    }

    .progress__wrapper img {
        width: 40px;
    }
    .progres__text {
        font-size: 14px;
    }

    .pengiriman__div p {
        width: 50px;
        bottom: -20px;
    }

    .nav-pills > li:nth-child(1) {
        margin-bottom: 2rem;
    }

    .send-package__complete {
        overflow: hidden;
    }
}

@media only screen and (max-width: 600px) {
    .hero-content {
        margin-top: 10px;
    }

    .hero-wrapper {
        flex-direction: column-reverse;
    }

    .hero-img {
        margin-bottom: 0;
    }
    .hero-left {
        padding-left: 15px;
    }

    .line-header-1 {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 360px;
    }

    .line-header-3 {
        display: none;
    }

    .cek-tarif {
        margin: 10px 10px;
    }

    .cek-tarif-data-top {
        flex-direction: column;
    }

    .line {
        display: none;
    }

    .btn-cek {
        width: 50%;
        padding: 10px 0px;
    }

    .cek-resi {
        margin: 10px 10px;
    }

    .cek-resi-side {
        flex-wrap: wrap;
    }

    .data-side {
        margin-bottom: 20px;
        margin-right: 10px;
    }

    .data-side-content {
        width: 120px;
        margin-right: 20px;
    }

    .cek-resi-center {
        padding-left: 30px;
    }

    .cek-resi-data-top {
        flex-direction: column;
    }

    .status {
        left: 80px;
        top: 50%;
    }

    .data-resi-2 {
        margin-top: 100px;
    }

    .data-resi-content-2 {
        margin-left: 0;
    }

    .btn-print {
        padding: 0px 40px;
        margin-right: 30px;
    }

    .feature-box {
        margin-top: 50px;
    }

    .feature-text {
        width: 300px;
    }

    .feature-slogan {
        margin-top: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slogan-title {
        font-size: 27px;
        margin-right: 0px;
        width: 320px;
        margin-left: 5px;
        text-align: center;
    }

    .our-service-subtitle {
        margin: 0px 30px;
    }

    .service-container {
        width: 80%;
        margin: auto;
        margin-top: 20px;
        flex-direction: column;
        /* align-items: flex-start; */
        text-align: center;
    }

    .service-img {
        width: 170px;
        height: 170px;
        /* margin-bottom: 10px; */
    }

    .blog-subtitle {
        margin: 0px 30px 30px 30px;
    }

    .about-text {
        width: auto;
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px;
        word-wrap: break-word;
    }

    .about {
        background-position: 770px;
    }

    .nav {
        margin-top: 0px;
    }

    .footer-icons {
        margin-bottom: 20px;
    }

    .nav-link {
        padding-left: 0px;
    }

    .footer-text {
        width: auto;
    }

    .copyright {
        padding-left: 0;
        margin-top: 50px;
        text-align: center;
    }

    .terms {
        margin-top: 40px;
    }

    .contact-wrapper {
        margin-top: 80px;
    }

    .contact-left {
        /* flex-direction: row; */
        justify-content: space-between;
        flex-wrap: wrap;
        border: none;
    }

    .contact {
        flex-direction: column;
        margin-bottom: 20px;
        /* margin-right: 40px; */
        align-items: center;
    }

    .contact-img {
        width: 70px;
        margin-right: 0px;
    }

    .contact-title {
        margin-top: 20px;
        text-align: center;
    }
    .contact-text {
        text-align: center;
    }

    .form-title {
        padding-left: 0px;
    }

    .contact-form {
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .profile-description {
        flex-basis: 100%;
        padding-right: 0;
    }

    .faq-wrapper {
        width: auto;
    }

    .layanankami-icon {
        width: 100px;
    }

    .layanankami-img {
        width: 100%;
    }

    .layanankami-button {
        width: 50%;
    }

    .progress {
        height: 0.6rem;
    }

    .progress__wrapper {
        top: -15px;
    }

    .progress__wrapper img {
        width: 25px;
    }

    .pengiriman__div p {
        bottom: -15px;
    }

    .send-package {
        width: 95%;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .mt-3 {
        margin-top: 0.5rem !important;
    }

    .mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .progres__text {
        font-size: 11px;
        line-height: 15px;
    }

    .send-package__button {
        display: inline-block;
        font-size: 15px;
    }

    .send-package__button--wrapper {
        flex-direction: column;
    }
    .send-package__button--transparent {
        /* width: 40%; */
        margin-bottom: 1rem;
    }

    .send-package__details--options {
        margin-top: 3rem;
    }
    .assurance__top input {
        margin-right: 0;
        padding: 0.3rem;
    }
    .assurance__top label {
        padding-top: 0;
    }

    .choose__service--btn {
        padding: 0.7rem 0;
    }

    .send-package__input {
        margin-bottom: 1rem;
    }

    .send-package__add--button {
        position: unset;
    }

    .send-package__payment > .form-check {
        margin: 0;
    }

    .send-package__qris--top {
        flex-direction: column;
    }
    .qris__title {
        font-size: 23px;
    }

    .qris__id {
        font-size: 15px;
    }

    .qris__text {
        font-size: 18px;
    }

    .qris__image img {
        width: 200px;
    }

    .complete__text {
        text-align: center;
    }
    .complete__text--email {
        padding: 1rem 1rem;
    }

    .complete__images {
        width: 20rem;
    }
}
