@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,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --primary-color: #A73848;
    --secondary-color: #39486B;
    --black-color: #17254E;
    --white-color: #FFFFFF;
    --grey-color: #82839B;
    --light-color: #E5E9F2;
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    font-family: "Poppins", serif;
    color: var(--grey-color);
    overflow-x: hidden;
    background-color: #F7F8FD;
}


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

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

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

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

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

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

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-black {
    background-color: var(--black-color) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.bg-grey {
    background-color: var(--grey-color) !important;
}

.bg-light {
    background-color: var(--light-color) !important;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}


/* Placeholder */
::-webkit-input-placeholder {
    /* Edge */
    font-family: "Poppins", serif;
    color: var(--grey-color) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Poppins", serif;
    color: var(--grey-color) !important;
}

::placeholder {
    font-family: "Poppins", serif;
    color: var(--grey-color) !important;
}

small {
    font-size: 13px;
}

.text-small {
    font-size: 13px;
}

.text-very-small {
    font-size: 10px;
}

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

.curved-top-40 {
    border-top-right-radius: 40px !important;
    border-top-left-radius: 40px !important;
}

.curved-bottom-20 {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.curved-bottom-30 {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.curved-bottom-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.curved-top-10 {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.curved-10 {
    border-radius: 10px;
}

.curved-15 {
    border-radius: 15px;
}

.curved-20 {
    border-radius: 20px;
}

.curved-30 {
    border-radius: 30px;
}

.curved-50 {
    border-radius: 50px !important;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--white-color);
}

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

.btn-primary:hover {
    background-color: #012f83;
    border: 1px solid #012f83;
    color: var(--white-color);
}

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

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

/* .navbar {
    position: absolute;
    width: 100%;
    z-index: 5;
} */

.navbar-light {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
}

.navbar-light.scrolled {
    background: #ffffff !important;
    /* transition: .5s ease-in-out; */
}

.navbar-brand img {
    width: 100px;
    /* height: auto; */
}

.navbar .nav-link {
    font-size: 16px;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    margin: auto;
    color: var(--grey-color);
}

.navbar .img-user img {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    object-fit: cover;
}

.navbar .dropdown-toggle::after {
    color: white;
}

.navbar .badge-counter {
    color: #fff;
    background-color: #e74a3b;
    font-size: 9px;
    font-weight: normal;
    position: absolute;
    top: 10px;
    right: 15px;
}

.navbar-toggler {
    color: var(--white-color) !important;
    border: 1px solid var(--white-color);
}

.navbar .show {
    background-color: #f7f8fd;
}

.navbar .show .navbar-nav {
    gap: 1rem;
}

.navbar-light.scrolled .show {
    background-color: #fff;
}

.navbar .show .btn-secondary {
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
    margin-top: 20px;
}

.navbar .btn-cart i {
    font-size: 16px;
}

.navbar .btn-login {
    width: 90px;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}


footer {
    margin-top: 100px;
    position: absolute;
    width: 100%;
}

footer img.logo {
    width: 15%;
}

.breadcrumb-item.active {
    color: var(--primary-color);
    font-weight: bold;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }

}


@media (min-width: 576px) {}

@media (min-width: 768px) {}

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

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


.table-data .table th {
    font-size: 13px;
    color: var(--black-color);
    font-weight: bold;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #EFF2FF;
    border: 0;
}

.table-data .table td {
    font-size: 13px;
    color: var(--secondary-color);
    vertical-align: middle;
    padding: 15px;
    border-color: #F0F3FE;
}

.bx-menu,
.bx-x {
    font-size: 23px;
    color: var(--primary-color);
}


.banner {

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.5rem;
}



.banner h1,
.tentang h1,
.testimoni h1,
.kontak h1,
.subscribe h1,
.paket h1,
.fitur h1 {
    font-weight: 800;
    color: var(--black-color);
}


.fitur .icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fitur .icon img {
    width: 35px;
}

.fitur .icon-fitur img {
    width: 75px;
    height: 65px;
}

.testimoni {
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimoni .content {
    background-image: url('../img/maps_indonesia.png');
    height: 610px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;    
}


.testimoni .content .card {
    /* width: 400px; */
    background-color: transparent;
    position: relative;
}

.testimoni .content .icon {
    position: absolute;
    top: -25px;
    left: -15px;
}

.kontak .icon {
    width: 50px;
    height: 50px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kontak .icon i {
    color: var(--secondary-color);
    font-size: 18px;
}

.kontak {
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .subscribe {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.subscribe input.form-control:focus {
    box-shadow: none;
}

.subscribe .input-group {
    background-color: #E5E9F2;
    padding: 8px;
    border-radius: 50px;
}