@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
/* font familly */
* {
    font-family: "Poppins", sans-serif;
    scroll-margin-top: 100px;
}
:root {
    --red: #bc0028;
    --white: #f5f5ef;
    --dark-white: #f6f6f6;
    --gray: #333333;
    --dark-gray: #494f56;
}

body {
    background: #ffe3e3;
    /* background: linear-gradient(180deg, #ffb8b8 0%, rgba(214, 0, 0, 0) 100%); */
}

.bg-red {
    background: #ffe3e3;
    /* background: linear-gradient(180deg, #ffb8b8 0%, rgba(214, 0, 0, 0) 100%); */
    /* background: linear-gradient(
        180deg,
        rgba(254, 133, 133, 0.13) 0%,
        rgba(214, 0, 0, 0.65) 57.81%,
        rgba(97, 2, 2, 0.78) 100%
    ); */
}

.bg-white {
    background: #f8f8f8;
    /* background: linear-gradient(
        180deg,
        #f8f8f8 0%,
        rgba(138, 138, 138, 0.1) 100%
    ); */
}

.bg-gd {
    background: linear-gradient(180deg, #841609 0%, rgba(0, 0, 0, 0.9) 100%);
}

.bg-white-1 {
    background: #f5f5ef;
}

.text-red {
    color: #bc0028;
}

.text-red:hover {
    color: #bc0028;
}

.text-white {
    color: #ffffff;
}

.text-dark-white {
    color: var(--dark-white) !important;
}

.text-f5f5ef {
    color: var(--white);
}

.text-black-dark {
    color: rgba(0, 0, 0, 0.7) !important;
}

/* font weight */
.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.px-lg-5 {
    padding-right: 10em !important;
    padding-left: 10em !important;
}

/* button orange */
.btn.btn-white {
    background-color: #ffffff;
    color: #bc0028;
}

.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus {
    background-color: var(--white);
    color: #bc0028;
}

.title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 57px;
    text-align: left;
    text-transform: capitalize;
    color: #333333;
}

/* nav style */
.navbar {
    z-index: 999;
}

.navbar-nav .nav-link {
    color: var(--dark-gray);
    border-radius: 50px;
}

.navbar-nav .nav-link:hover {
    color: #f6f6f6;
    background: var(--red);
    border-radius: 50px;
}

.navbar-nav .nav-link.active {
    color: #f6f6f6;
    background: var(--red);
    font-weight: 600;
}

.blur {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

/* header */
.background-hero-home {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(260.79deg, #ffffff 0%, #2d060e 51.04%, #bc0028 100%),
        linear-gradient(0deg, #bc0028, #bc0028), #bc0028; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        linear-gradient(260.79deg, #2d060e 21.04%, #bc0028 100%),
        linear-gradient(0deg, #bc0028, #bc0028), #bc0028;
    /* background: linear-gradient(260.79deg, #FFFFFF 0%, #2D060E 51.04%, #BC0028 100%), linear-gradient(0deg, #BC0028, #BC0028), #BC0028; */
}

.hero-title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 63px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: #ffffff;
}

.hero-descriotion {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: left;
    text-transform: capitalize;
}

.card {
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
        inset 0px 4px 50px rgba(132, 22, 9, 0.09); */
    border-radius: 16px;
    background: var(--dark-white);
    /* background: var(--white);
    background: linear-gradient(
        180deg,
        #f8f8f8 0%,
        rgba(138, 138, 138, 0.1) 100%
    ); */
}
.card:hover {
    background: linear-gradient(197.01deg, #ff315d 0%, #841609 93.68%);
    border-radius: 16px;
    color: var(--dark-gray) !important;
}

.card:hover img .card-img-top {
    border: 2px solid var(--dark-gray);
}
.card-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: var(--red);
    padding-bottom: 0.5em;
    text-transform: capitalize;
}
.card:hover .card-title {
    color: var(--dark-white) !important;
}

.card-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--dark-gray);
}
.card:hover .card-text {
    color: var(--white);
}

/* section alasan */
.card-alasan {
    background: linear-gradient(90.56deg, #b90020 5.81%, #f8581a 99.6%);
    border-radius: 50px;
    padding: 3em 0em;
    color: var(--white);
}
.card-alasan:hover {
    background: linear-gradient(
        180deg,
        #f4cbba 100%,
        rgba(138, 138, 138, 0.1) 0%
    );
    /* background: var(--dark-white); */
}

.card-alasan-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: var(--white);
    padding-bottom: 0.5em;
    text-transform: capitalize;
}
.card-alasan:hover .card-alasan-title {
    color: var(--red);
}
.card-alasan:hover .card-text {
    color: #f8581a;
}

/* section solution */

.card-solution {
    background: rgba(234, 234, 234, 0.85) !important;
    box-shadow: 8px 8px 0px #bc0028 !important;
    border-radius: 10px !important;
}
.card-solution:hover {
    /* background: linear-gradient(
        180deg,
        rgba(188, 0, 40, 0.22) 0%,
        rgba(245, 245, 239, 0) 100%
    );
    border: 1px solid #ff315d; */
    box-shadow: 4px 4px 0px rgba(255, 253, 253, 0.7);
    filter: blur(1px);
    border-radius: 10px;
}

/* section article */
.card-article {
    background: #ffffff;
}

.card-article:hover {
    background: var(--dark-white);
}

.card-article-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: start;
    color: #494f56;
    padding-bottom: 0.5em;
    text-transform: capitalize;
}

.card-article-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    color: var(--red);
}

/* section article */
.card-client {
    /* background: none;
    border: none; */
    /* background: linear-gradient(
            0deg,
            rgba(188, 0, 40, 0.74),
            rgba(188, 0, 40, 0.74)
        ),
        rgba(245, 245, 239, 0.5); */
    background: var(--dark-white);
    border: 1px solid rgba(245, 245, 239, 0.5);
    /* box-shadow: 4px 4px 20px 4px #841609; */
    box-shadow: 1px 1px 5px 1px var(--gray);
    border-radius: 10px;
}
.card-client:hover {
    background: var(--red);
    /* background: linear-gradient(
            0deg,
            rgba(188, 0, 40, 0.74),
            rgba(188, 0, 40, 0.74)
        ),
        rgba(245, 245, 239, 0.5); */
    border: 1px solid rgba(245, 245, 239, 0.5);
    box-shadow: 4px 4px 50px 4px #f5f5ef;
    box-shadow: 4px 4px 50px 4px var(--red);
    border-radius: 10px;
}

.card-client-img {
    height: 55px !important;
}

.desktop {
    display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .px-lg-5 {
        padding-right: 1em !important;
        padding-left: 1em !important;
    }

    .title {
        font-size: 24px;
    }

    .img-mobile {
        width: 30% !important;
        margin: auto !important;
        /* margin-top: 3rem !important; */
        text-align: center;
    }

    /* hero */
    .hero-title {
        font-size: 24px;
        line-height: 35px;
    }
    .hero-descriotion {
        font-size: 14px;
    }

    .d-grid {
        display: block !important;
    }
    .my-5 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    /* alasan */
    .card-img-top {
        width: 70%;
        margin: auto !important;
        margin-top: 3rem !important;
        text-align: center;
    }

    .card-title {
        font-size: 18px;
    }

    .card-text {
        font-size: 14px;
    }

    .img-alasan {
        width: 30%;
        margin: auto !important;
        text-align: center;
        display: block;
    }
    .card-alasan-title {
        font-size: 18px;
    }
    .fs-5 {
        font-size: 0rem;
    }
    .swiper-button-prev {
        display: none !important;
    }
    .swiper-button-next {
        display: none !important;
    }

    /* artikel */
    .card-article-title {
        font-size: 18px;
    }
    .card-article-text {
        font-size: 14px;
    }

    .mobile {
        display: none !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .offcanvas .navbar-nav .nav-link {
        text-align: center;
        border-radius: 8px;
    }
    .offcanvas .navbar-nav .nav-link:hover {
        color: var(--dark-white);
        background: var(--red);
    }

    .px-lg-5 {
        padding-right: 1em !important;
        padding-left: 1em !important;
    }

    .img-mobile {
        width: 30% !important;
        margin: auto !important;
        /* margin-top: 3rem !important; */
        text-align: center;
    }

    /* alasan */
    .card-img-top {
        width: 80%;
        margin: auto !important;
        margin-top: 3rem !important;
        text-align: center;
    }

    .img-alasan {
        width: 50%;
        margin: auto !important;
        text-align: center;
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .offcanvas .navbar-nav .nav-link {
        text-align: center;
        border-radius: 8px;
    }
    .offcanvas .navbar-nav .nav-link:hover {
        color: var(--dark-white);
        background: var(--red);
    }

    .mobile {
        display: none !important;
    }

    .desktop {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
}
