.primary-bg-color {
    background-color: #E50B0B;
}

.primary-text-color {
    color: #E50B0B;
}

body {
    font-family: "Raleway", sans-serif;
}

.font-100 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.font-300 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.font-400 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.font-500 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.font-600 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.font-700 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.font-800 {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}


/* Navbar CSS */

.navbar {
    border-bottom: #E50B0B 5px solid;
    background-color: white;
}


/* Footer CSS */

.img-checklist {
    width: 10px !important;
    height: 10px !important;
}

.footer-image {
    background-image: url("../img/logo.jpeg");
    /* opacity: 10%; */
    background-size: 300px 100px;
    /* background-position-x: right; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.benefit-warp {
    /* border: 1px solid #450be5; */
    border-radius: 10px;
    padding: 30px 50px 30px 50px;
}

.benefit-card {
    border: 1px solid #E50B0B;
    border-radius: 10px;
    padding: 30px 40px 10px 40px;
}


/* CTA CSS */

#cta {
    background-color: rgb(235, 235, 235);
}

.cta-bg {
    height: 210px;
    background-image: url("../img/icon/cta-banner.svg");
    background-repeat: no-repeat;
    background-position-x: right;
}

.btn-outline-danger,
.text-bg-danger {
    border-color: #E50B0B;
}

.btn-danger {
    background-color: #E50B0B;
}

.btn-outline-danger:hover {
    color: whitesmoke;
    background-color: #E50B0B;
}


/* Armada Card */

.card-armada {
    border-radius: 30px;
    border-color: 1px solid #E50B0B;
    /* padding-bottom: 13px; */
}

.img-armada {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
}

.detail-armada {
    padding: 13px;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    /* border-color: 1px solid #E50B0B; */
    /* border; */
}

.action-armada {
    padding: 34px;
    border-radius: 0px 0px 30px 30px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}


/* * {
    border: 1px solid red;
} */

section {
    margin-top: 30px;
}