/* color palette from <https://github.com/vuejs/theme> */
/* @import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
    --vt-c-base1: #022d1f;
    --vt-c-base2: #3e8f55;
    --vt-c-base2-soft: #004b33;
    --vt-c-base3: #fd5e5f;
    --vt-c-base4: #edce13;
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #cbcbcb;
    --vt-c-white-mute: #f2f1ef;

    --vt-c-base1-hover: #022218;
    --vt-c-base2-hover: #2e7542;
    --vt-c-base2-soft-hover: #013e2b;
    --vt-c-base3-hover: #e04c4c;
    --vt-c-base4-hover: #d7b90c;

    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
    --vt-c-black-bias: #707070;

    --vt-c-indigo: #2c3e50;

    --vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
    --vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);

    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, 0.66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, 0.64);
}

/* semantic color variables for this project */
:root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);

    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);

    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);

    --section-gap: 160px;
}

/* @media (prefers-color-scheme: dark) {
  :root {
    --color-background: var(--vt-c-black);
    --color-background-soft: var(--vt-c-black-soft);
    --color-background-mute: var(--vt-c-black-mute);

    --color-border: var(--vt-c-divider-dark-2);
    --color-border-hover: var(--vt-c-divider-dark-1);

    --color-heading: var(--vt-c-text-dark-1);
    --color-text: var(--vt-c-text-dark-2);
  }
} */

.object-fit-contain {
    object-fit: contain !important;
}

.bg-bitanic {
    background-color: #3e8f55;
}

.text-bitanic {
    color: #3e8f55;
}

.btn-bitanic {
    background: #3e8f55;
    color: white;
    border-radius: 12px;
    /* border: 1px solid rgb(149, 149, 149); */
}

.btn-bitanic:hover {
    background: #57d38c;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    font-weight: normal;
}

body {
    min-height: 100vh;
    color: var(--color-text);
    /* background: var(--color-background-mute); */
    transition: color 0.5s, background-color 0.5s;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#app {
    display: flex;
    min-width: 100%;
    min-height: 100vh;
}

.container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 1500px !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: rgba(214, 229, 220, 0.2);
    color: var(--bs-table-striped-color);
}
.btn:focus,
button:focus {
    border-color: var(--vt-c-base2) !important;
    box-shadow: none !important;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--vt-c-base2);
    background-color: white !important;
    box-shadow: none;
}
.form-control,
.form-select {
    font-size: 14px;
}
label.form-check-label {
    font-weight: 100 !important;
}
.form-check-input:checked {
    background-color: var(--vt-c-base2) !important;
    border-color: var(--vt-c-base2) !important;
}
button svg {
    font-size: 12px !important;
    margin: 0 2px;
    opacity: 0.9;
}
#paginationJQuery .pagination {
    margin: 0;
}

#paginationJQuery li {
    height: 35px !important;
}

#paginationJQuery li svg {
    font-size: 12px !important;
    color: rgb(138, 138, 138);
}

#paginationJQuery li:hover {
    background-color: rgba(173, 187, 178, 0.2);
    color: black;
}

#paginationJQuery li.active {
    background-color: var(--vt-c-base2);
    color: white;
    border: 1px solid var(--vt-c-base2);
}
.card {
    border: none;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.014);
}
#maxRows {
    padding: 0 20px 0;
    border-radius: 0;
    font-size: 15px;
    background-color: rgba(209, 222, 214, 0.2);
}
.pagination-button {
    padding: 5px 15px !important;
    border: 1px solid #e4e6ef !important;
    display: flex;
    align-items: center;
    cursor: pointer;
}
/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.236);
    border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
}

/* TopNav Start */

@media only screen and (max-width: 912px) {
    #topNav {
        display: none !important;
    }
}
#topNav {
    justify-content: space-between !important;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 100px;
}
#topNav .active {
    font-size: 16px;
    font-weight: bold;
    color: #57d38c !important;
}
#topNav .title img {
    width: 100px;
}
#topNav .timestamp {
    margin: 5px 25px;
    text-align: center;
}
#topNav #dropdownUser1 {
    margin: 5px;
    margin-right: 25px;
}
#topNav #dropdownUser1 img {
    width: 35px;
    height: 35px;
}
#topNav .timestamp h5 {
    margin: 0;
    font-size: 12px;
    font-weight: bolder;
    color: var(--vt-c-base2);
}
#topNav .timestamp p {
    margin: 0;
    font-size: 12px;
}

#topNav .menu ul {
    list-style: none;
    display: flex;
    margin: 15px 20px;
    margin-right: 30px;
}
#topNav .menu li {
    padding: 5px;
}
#topNav .menu li a {
    text-decoration: none;
    color: black;
}
#topNav .btn-bitanic {
    background: #3e8f55;
    color: white;
    border-radius: 12px;
    /* border: 1px solid rgb(149, 149, 149); */
}
#topNav .btn-bitanic:hover {
    background: #57d38c;
}

/* TopNav End */

/* Home Start */

.margin-landing {
    margin: 0 100px;
}
#mainHome {
    min-width: 100%;
    min-height: 100vh;
}
#mainHome .logo {
    align-items: center;
    display: flex;
    margin: 50px 120px;
    margin-left: 150px;
}
#mainHome .logo img {
    width: 300px;
}
#mainHome #banner {
    align-items: center;
    min-width: 100%;
    min-height: 100vh;
}
#mainHome #mitra {
    align-items: center;
    min-width: 100%;
    min-height: 100vh;
}
#mainHome .btn-discover {
    background: linear-gradient(
        135.55deg,
        #57d38c -33.23%,
        rgba(85, 173, 148, 0.868458) 228.91%,
        rgba(81, 79, 168, 0.54) 278.8%
    );
    color: white;
    border-radius: 12px;
}
#mainHome .btn-discover:hover {
    background: var(--vt-c-base2);
}
#banner {
    /* background-image: url("../bitanic-landing/unsplash__6rR_iP06p4.png"); */
    height: 100vh;
    width: auto;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.blur-background {
    width: 800px;
    height: 400px;
    background: linear-gradient(
        115.15deg,
        rgba(255, 255, 255, 0.1) 2.07%,
        rgba(255, 255, 255, 0) 98.95%
    );
    backdrop-filter: blur(27.5681px);
    border-radius: 20px;
    margin: 25px 15px;
}
.text-hero-1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 86px;
    line-height: 90px;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.text-hero-2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    align-items: center;
    text-align: center;
    letter-spacing: 10px;
    margin-top: 14px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.8);
}

.item-product {
    background-color: #fff;
    padding: 120px 0;
}

.item-product .product-img-container {
    height: 850px;
    width: auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgb(120 113 113 / 20%) 0px 0px 20px 20px;
}

.item-product .product-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.descripsi {
    max-width: 50%;
}

/* App Section */
#bitanicApp {
    background: linear-gradient(
        135.55deg,
        #57d38c -33.23%,
        rgba(85, 173, 148, 0.868458) 228.91%,
        rgba(81, 79, 168, 0.54) 278.8%
    );
    width: 100%;
    min-height: 250px;
    position: relative;
    align-items: center;
}
#bitanicApp .download {
    margin-left: 5%;
}
#bitanicApp .download .gplay,
#bitanicApp .download .appstore {
    cursor: pointer;
}
#bitanicApp h4 {
    color: white;
    font-weight: bold;
}
#bitanicApp .mockup {
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 35%;
}
#bitanicApp .decor {
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
}

/* Web Section */
#bitanicWeb {
    background: linear-gradient(
        135.55deg,
        #57d38c -33.23%,
        rgba(85, 173, 148, 0.868458) 228.91%,
        rgba(81, 79, 168, 0.54) 278.8%
    );
    width: 100%;
    min-height: 280px;
    position: relative;
    align-items: center;
}
#bitanicWeb .download {
    position: absolute;
    left: 2%;
    margin-left: 50%;
}
#bitanicWeb .download .gplay,
#bitanicWeb .download .appstore {
    cursor: pointer;
}
#bitanicWeb h3 {
    color: white;
    font-weight: bold;
}
#bitanicWeb p {
    color: white;
}
#bitanicWeb .mockup {
    background-size: cover;
    position: absolute;
    /* bottom: 0; */
    left: 7%;
    width: 35%;
}
#bitanicWeb .decor {
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
}

.img-mobile-container {
    position: relative;
    margin-right: 5%;
    width: 100%;
    height: auto;
}

.img-mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
    height: auto;
}

section.ilustration {
    max-height: 95vh;
    padding: 50px 0;
    background-color: #ffffff;
}

section.ilustration .ilustration-img-container {
    height: 500px;
    width: auto;
}

section.ilustration .ilustration-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#about {
    padding: 0 30px;
    background-color: #ffffff;
}

.img-about {
    width: 500px;
    height: auto;
    background-size: cover;
    overflow: hidden;
    border-radius: 10px;
}

.img-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.about-card {
    width: 500px;
    height: auto;
    background-color: #42a16b;
    border-radius: 10px;
    padding: 50px;
}

.about-card h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.about-card p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

#contact {
    padding-bottom: 50px;
}

#contact .GetIn {
    width: 45%;
    margin: auto;
}
#contact .GetIn h5 {
    color: #42a16b;
    font-weight: bold;
    font-size: 16px;
}
#contact .GetIn p {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
#contact form > div {
    flex-direction: column;
}
#contact .form-contact {
    padding: 30px;
    margin: auto;
    box-shadow: 6px 4px 27px rgba(186, 186, 186, 0.07);
    border-radius: 15px;
}
#contact .form-contact label {
    font-weight: 600;
    margin-bottom: 5px;
}
#contact .form-contact input,
#contact .form-contact textarea {
    border-radius: 8px;
    border: 1px solid #42a16b;
}

#contact .form-contact .btn-ask {
    border-radius: 10px;
    background: #57d38c;
    color: white;
}
#contact #medsos-in {
    filter: invert(50%);
}
#contact #medsos-ig {
    filter: invert(50%);
}
#contact #medsos-fb {
    filter: invert(50%);
}
#contact #medsos-in:hover {
    filter: invert(100%);
}
#contact #medsos-ig:hover {
    filter: invert(100%);
}
#contact #medsos-fb:hover {
    filter: invert(100%);
}

/* Home End */

/* Mitra start */
#mitra {
    background: #57d38c;
    height: 100vh;
    width: auto;
}

.card-mitra {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    background-color: #42a16b;
    width: 1000px;
    border-radius: 20px;
    margin: 25px 15px;
    padding: 25px;
}

.text-mitra {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.8);
}
/* Mitra End */

/* Mitra icons start */
#mitra-icons {
    background: #fff;
    height: 100vh;
    width: auto;
}

#mitra-icons-container {
    width: 80%;
}

img.mitra-img {
    width: auto;
    height: 150px;
    background-size: cover;
    margin: 10px;
}
/* Mitra Icons End */

/* Footer Start */

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer p {
    font-size: 14px;
    color: rgb(140, 140, 140);
}
#footer span {
    font-weight: bold;
}
#tahun {
    color: rgb(185, 185, 185);
}

/* Footer End */

@media (max-width: 767px) {
    #banner {
        /* background-image: url("../bitanic-landing/unsplash__6rR_iP06p4.png");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; */
    }
    .blur-background {
        width: 80%;
        height: auto;
        background: linear-gradient(
            115.15deg,
            rgba(255, 255, 255, 0.1) 2.07%,
            rgba(255, 255, 255, 0) 98.95%
        );
        backdrop-filter: blur(27.5681px);
        border-radius: 34.4602px;
        padding: 20px;
    }
    .text-hero-1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 52px;
        line-height: 52px;
        align-items: center;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
    }

    .text-hero-2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 14px;
        align-items: center;
        text-align: center;
        letter-spacing: 6px;
        margin-top: 8px;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.8);
    }

    .img-about {
        width: 300px;
        height: auto;
        background-size: cover;
        overflow: hidden;
        border-radius: 10px;
    }

    .about-card {
        width: 300px;
        height: auto;
        background-color: #42a16b;
        border-radius: 10px;
        padding: 15px;
    }

    .about-card p {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 10px;
    }

    .item-product .product-img-container {
        height: 100%;
        width: 100%;
        overflow: hidden;
        border-radius: 0;
        box-shadow: none;
    }

    section.ilustration .ilustration-img-container {
        height: auto;
        width: 100%;
    }

    .card-mitra {
        justify-content: center !important;
        flex-direction: column;
    }

    img.mitra-img {
        height: 100px;
        margin: 5px;
    }
}

@media (max-width: 400px) {
    .blur-background {
        width: 80%;
        height: auto;
        background: linear-gradient(
            115.15deg,
            rgba(255, 255, 255, 0.1) 2.07%,
            rgba(255, 255, 255, 0) 98.95%
        );
        backdrop-filter: blur(27.5681px);
        border-radius: 34.4602px;
    }
    .text-hero-1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        font-size: 52px;
        line-height: 52px;
        align-items: center;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
    }

    .text-hero-2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 14px;
        align-items: center;
        text-align: center;
        letter-spacing: 6px;
        margin-top: 8px;
        line-height: 18px;
        color: rgba(255, 255, 255, 0.8);
    }

    .item-product .product-img-container {
        height: 100%;
        width: 100%;
        overflow: hidden;
        border-radius: 0;
        box-shadow: none;
    }

    section.ilustration {
        max-height: 95vh;
        padding: 20px 0;
        background-color: #ffffff;
    }

    section.ilustration .ilustration-img-container {
        height: auto;
        width: 100%;
    }

    .img-about {
        width: 200px;
        height: auto;
        background-size: cover;
        overflow: hidden;
        border-radius: 10px;
    }

    .about-card {
        width: 200px;
        height: auto;
        background-color: #42a16b;
        border-radius: 10px;
        padding: 15px;
    }

    .about-card p {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 10px;
    }

    #contact .GetIn {
        width: 100%;
        margin: 0;
    }

    .img-mobile-container {
        width: 100px;
        height: auto;
    }

    .img-mobile {
        width: 100%;
        height: 100%;
    }

    #bitanicApp .download {
        margin-left: 5%;
        width: 50%;
    }
    #bitanicApp .mockup {
        background-size: cover;
        position: absolute;
        bottom: auto;
        right: 2%;
        width: 35%;
    }

    .card-mitra {
        justify-content: center !important;
    }

    .text-mitra {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
    }

    img.mitra-img {
        height: 50px;
        margin: 5px;
    }
    #mitra-icons-container {
        width: 100%;
    }
}
