@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");

:root {
    --bg: #26335d;
    --bg-jumbotron: #184c99;
    --primary: #fc724d;
    --text-secondary: #737373;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: var(--bg);
}
/* navbar */
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar .navbar-nav a {
    color: white;
    margin-left: 20px;
    font-weight: bold;
}

.navbar .navbar-brand {
    margin-right: 70px;
}

.navbar .navbar-toggler {
    border: none !important;
}
.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
    color: white !important;
}

.navbar.scrolled {
    background-color: rgba(38, 51, 93, 0.6) !important;
    transition: background-color 200ms linear;
    /* glass effect */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* button */
.btn {
    padding: 15px 25px 15px 25px;
    font-weight: bold;
}

.btn.btn-primary {
    background-color: var(--primary);
    border: none;
    color: white;
}

.btn.btn-outline-primary {
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.btn-rounded {
    border-radius: 35px;
}

.btn-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* Jumbotron */
.jumbotron {
    height: 120vh;
    width: 100%;
    background-image: url("../img/banner.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 50px;
    position: relative;
}

.jumbotron .container {
    display: flex;
    align-items: center;
    flex: 1;
    height: 80%;
}

.jumbotron .content-text {
    width: 70%;
}

.jumbotron .container h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
}

.jumbotron .container p {
    color: white;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.position-relative {
    position: relative;
}

.jumbotron img {
    height: 800px;
    margin-top: 50px;
    width: 800px;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: contain;
}

/* section */
.section {
    margin-bottom: 200px;
}
.section .section-header h1 {
    font-weight: bold;
}

/* bannefit */
.benefit-card {
    background-color: white;

    border-radius: 12px;
}

.benefit-card img {
    width: 100%;
    margin-bottom: 20px;
}

.font-weight-bold {
    font-weight: bold;
}

.benefit-card .benefit-body {
    padding: 35px 30px 20px 30px;
}

.benefit-card .benefit-footer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: var(--text-secondary);
}

.line {
    height: 2px;
    width: 70px;
    margin-bottom: 20px;
    background-color: var(--primary);
    margin-top: -10px !important;
}

/* card cuan */
.card-cuan {
    border-radius: 12px;
    margin-bottom: 20px;
    cursor: pointer;
}
.card-cuan .card-body {
    padding-right: 40x;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-secondary {
    color: var(--text-secondary);
}

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

.text-center {
    text-align: center !important;
}

.font-weight-light {
    font-weight: 300;
}

/* sale */
.card-sale h6 {
    font-size: 18px;
    font-weight: bold;
}

.card-sale {
    border-radius: 12px;
    border: none;
}
.card-sale img {
    width: 100%;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 300px;
    object-fit: cover;
}
.card-sale .card-body {
    padding: 30px !important;
}

/* accordion */
.accordion-item {
    background-color: transparent;
    color: white;
    border: none;
}
.accordion-button {
    background-color: transparent;
    color: white;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: white;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button:focus {
    border: none !important;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.mobile-act {
    display: none;
}

.button-act-mobile {
    display: none;
}

footer .container .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge {
    background-color: var(--primary);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    border-radius: 5px;
}

.img-cuan-mobile {
    height: 550px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}
.img-radius {
    border-radius: 12px;
}
/* css mobile */
@media (max-width: 912px) {
    .jumbotron {
        height: 100vh;
        background: unset;
        background-color: var(--bg-jumbotron);
        margin-bottom: 50px;
    }
    .jumbotron .jumbotron-body {
        height: 100vh;
        padding-bottom: 0;
        width: 100%;
    }

    .jumbotron .row {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .jumbotron h1 {
        margin-top: 100px;
    }

    .jumbotron .content-text {
        width: 100%;
    }

    .jumbotron img {
        /* position: static; */
        height: auto;
        width: auto;
        position: static;
        object-fit: cover;
        /* bottom: 0; */
    }

    .jumbotron .d-flex {
        flex-direction: column;
        text-align: center;
        justify-content: end;
        align-items: end;
        height: 100%;
    }

    .jumbotron .container h1 {
        font-size: 2.5rem;
    }

    .jumbotron .container p {
        font-size: 14px;
    }

    .benefit-card {
        margin-bottom: 20px;
    }

    .section {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .navbar-collapse.collapse.show {
        background-color: rgba(38, 51, 93, 0.6) !important;
        transition: background-color 200ms linear;
        /* glass effect */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        margin-top: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    /* .accordion-body {
        padding-right: inherit;
        padding-left: inherit;
    } */
    .mobile-act {
        display: block;
    }
    .mobile-act .btn {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
        font-weight: 600;
    }

    .navbar .logo {
        width: 130px;
    }

    .navbar .navbar-brand {
        margin-right: 10px;
    }

    footer .container .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    footer label {
        margin-bottom: 20px;
    }
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
