body {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

body p {
    font-size: 16px !important;
}

body h1 {
    font-size: 30px !important;
}

body h4 {
    font-size: 20px !important;
}

body h5 {
    font-size: 15px !important;
}

header {
    width: 100%;
    background-color: #034c53;
}

header .navbar {
    background-color: #034c53 !important;
    color: #fff !important;
    padding: 0px;
}

header .navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .navbar .navbar-brand h3 {
    font-size: 18px;
    margin: auto;
    font-weight: bold;
    color: #fff !important;
}

@media (max-width: 768px) {
    header .navbar .navbar-brand h3 {
        display: none;
    }
}

header .navbar .navbar-brand img {
    width: 100px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

header .navbar .nav-link {
    font-weight: bold;
    font-size: 14px !important;
    color: #fff !important;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: bold;
    width: 100%;
    min-width: auto;
    transition: color 0.3s;
    color: #ffffff !important;
}

header .navbar-nav .nav-link span {
    position: relative;
    top: 7px;
    right: 0;
}

header .dropdown-menu {
    background-color: #034c53;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    min-width: 200px;
    font-weight: bold;
    font-size: 16px;
}

header .dropdown-menu .nav-link {
    padding: 10px;
}

header .dropdown-item {
    color: #ffffff;
    padding: 10px 20px;
}

header .dropdown-item:hover {
    background-color: #f0f0f0;
    color: #ffffff;
}

header .dropdown-submenu {
    position: relative;
}

header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    margin-left: 5px;
}

header .dropdown-toggle::after {
    margin-top: 8px;
    border: none !important;
}

header button.navbar-toggler {
    background: #ffffff;
}

@media (max-width: 991.98px) {
    header div#offcanvasWithBackdrop {
        background: #041729;
        padding: 20px;
        width: max-content;
    }

    header div#offcanvasWithBackdrop .dropdown-menu {
        background: transparent;
        border: none !important;
    }

    header div#offcanvasWithBackdrop .dropdown-submenu {
        margin-left: 10px;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        margin-top: 20px;
    }

    .dropdown-menu {
        position: static;
        float: none;
    }
}

body #intro {
    margin-top: 10px;
}
body #intro .swiper {
    width: 100%;
}

body #intro .swiper-slide {
    display: flex;
    justify-content: center;
    width: 80% !important;
}

@media (max-width: 768px) {
    body #intro .swiper-slide {
        width: 90% !important;
    }

    body #intro .swiper-slide a {
        visibility: hidden;
    }

    body #intro .swiper-slide img {
        height: 150px;
    }
}

body #intro .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

body #intro .swiper-slide a {
    position: absolute;
    bottom: 30px;
    right: 10px;
    background-color: #034c53;
    color: #fff;
    padding: 10px 20px;
    display: block;
    width: 200px;
    font-weight: bold;
    text-decoration: none;
    margin: auto;
    border: 1px solid #034c53;
    text-align: center;
}

body #intro .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important;
}

body #about {
    margin-top: 50px;
    background-image: url("../images/profile.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

body #about .card {
    width: 50%;
    top: -40px;
    left: 60px;
    position: absolute;
    background-color: rgba(4, 28, 50, 0.9);
    color: #fff;
    border-radius: 0px;
    padding: 20px;
}

@media (max-width: 768px) {
    body #about .card {
        width: 90%;
        margin: auto;
        left: 0;
        right: 0;
    }
}

body #about .card h5 {
    font-size: 20px;
    font-weight: bold;
}

body #about .card p {
    font-size: 16px;
    font-weight: 300;
}

body #product {
    background-color: #ececec;
    margin-top: 30px;
    padding: 30px 0px;
}

body #product h3 {
    text-align: center;
    font-weight: bold;
    color: #034c53;
    font-size: 30px;
    margin-bottom: 30px;
}

body #product .sub-title {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}

body #product .bg {
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px;
    background-size: 150%;
    position: relative;
}

body #product .card {
    color: #fff;
    border-radius: 0px;
    background-color: rgba(4, 28, 50, 0.59);
    height: 400px;
    border: none;
    transition: all 0.9s ease;
}

body #product .card:hover .card-body {
    bottom: 20%;
    transform: translateY(20%);
    transition: all 0.9s ease;
}

body #product .card .card-body {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    transition: all 0.9s ease;
}

body #product .card .card-body a {
    background-color: transparent;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 0px;
    font-weight: 100;
}

body #product .card .card-body .card-title {
    font-size: 30px !important;
    font-weight: bold;
}

body #product .price-list {
    margin: 20px auto auto auto;
    display: block;
    color: #034c53;
    border: 1.5px solid #034c53;
    border-radius: 0px;
    font-size: 20px;
    background-color: transparent;
}

body #product .modal-body img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body #product .modal-footer a {
    border: 1px solid #034c53;
    color: #034c53;
    background-color: transparent;
    border-radius: 0px;
    font-weight: bold;
}

body #product .modal-footer a:last-child {
    background-color: #034c53;
    color: #fff;
}

body #product .modal-body .carousel-control-prev-icon,
body #product .modal-body .carousel-control-next-icon {
    background-color: #da0808;
    color: #fff;
}

body #apps {
    margin-top: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
}

body #apps .card {
    width: 400px;
    top: -40px;
    right: 60px;
    position: absolute;
    background-color: #034c53;
    color: #fff;
    border-radius: 0px;
    padding: 20px;
}

@media (max-width: 768px) {
    body #apps .card {
        width: 90%;
        margin: auto;
        left: 0;
        right: 0;
    }
}

body #apps .card h5 {
    font-size: 20px;
    font-weight: bold;
}

body #apps .card p {
    font-size: 16px;
    font-weight: 300;
}

body #apps .card ol {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin: auto;
}

body #apps .card ol li img {
    width: 100px;
}

body #testimoni {
    margin-top: 20px;
}

body #testimoni h3 {
    text-align: center;
    font-weight: bold;
    color: #034c53;
    font-size: 30px;
}

body #testimoni p {
    text-align: center;
    font-weight: 300;
    color: #034c53;
    font-size: 16px;
}

body #testimoni .swiper {
    width: 100%;
}

body #testimoni .swiper-slide {
    display: flex;
    background-color: #f2f2f2;
    justify-content: center;
    width: 30% !important;
}

body #testimoni .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

@media (max-width: 768px) {
    body #testimoni .swiper-slide {
        width: 50% !important;
    }

    body #testimoni .swiper-slide img {
        max-height: 200px;
    }
}

body #testimoni .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important;
}

body #detail-content {
    margin-top: 50px;
}

body #detail-content .btn {
    margin: 20px auto auto auto;
    display: block;
    color: #034c53;
    border: 1.5px solid #034c53;
    border-radius: 0px;
    font-size: 20px;
    background-color: transparent;
}

body #detail-content .btn:hover {
    background-color: #034c53;
    color: #fff;
}

body #detail-content .swiper {
    width: 100%;
    height: 100%;
}

body #detail-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

body #detail-content .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body #detail-content .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body #detail-content .swiper-slide {
    background-size: cover;
    background-position: center;
}

body #detail-content .product-detail-swiper-thumbs {
    max-height: 350px;
    width: 100%;
}

body #detail-content .product-detail-swiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 15px;
}

body #detail-content .product-detail-swiper .swiper-slide {
    width: 25%;
    height: 70px;
    opacity: 0.4;
}

body #detail-content .product-detail-swiper .swiper-slide-thumb-active {
    opacity: 1;
}

body #detail-content .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body #calculator {
    margin-top: 50px;
}

body #calculator h3 {
    font-weight: bold;
    color: #034c53;
    font-size: 30px;
    text-align: center;
}

body #calculator p {
    font-weight: 100;
    color: #034c53;
    font-size: 16px;
    text-align: center;
}

body #calculator .col-md-6:first-child {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body #calculator form {
    padding: 20px;
    background-color: #f0f0f0;
}

body #calculator form .form-control,
body #calculator form .form-select {
    border: 1px solid #eaeaea;
    border-radius: 0px;
}

body #calculator button {
    background-color: #034c53;
    color: #fff;
    border: 1px solid #034c53;
    border-radius: 0px;
    font-weight: 100;
    width: 100%;
}

body #calculator form .just-validate-error-label {
    color: red;
    margin-top: 5px;
    font-size: 12px !important;
}

@media (max-width: 768px) {
    body #calculator .col-md-6:first-child {
        height: 200px;
        margin-bottom: 20px;
    }
}

footer {
    margin-top: 50px;
    padding: 20px;
    background-color: #034c53;
    color: #ffffff !important;
}

footer ul {
    padding: 0px;
}

footer ul > li {
    list-style: none;
}

footer ul li > a,
footer ul li > a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer .social-media > li {
    display: inline !important;
    margin-right: 10px;
}

footer .copyright {
    text-align: left !important;
    padding-top: 20px;
    border-top: 1px solid #5f5f5f;
}

footer .copyright img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: 5px;
    width: 80%;
}

.intro-header {
    text-align: center;
    margin-top: 50px;
}

.intro-header h3 {
    font-weight: bold;
    color: #034c53;
    font-size: 30px;
    text-align: center;
}

#article {
    margin-top: 10px;
}

#article h3 {
    font-weight: bold;
    color: #034c53;
    font-size: 30px;
    text-align: center;
}

#article .card {
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #007074;
}

#article .card span {
    font-size: 50px;
    color: #fff;
}

#article .card a {
    text-decoration: none;
    color: #034c53;
    background-color: transparent;
    border-radius: 0px;
    font-weight: 200;
    float: right;
}

#article .card .card-body h5 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

#package .card {
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #eaeaea;
}

#package .card span {
    font-size: 50px;
    color: #fff;
}

#package .card a {
    text-decoration: none;
    color: #034c53;
    background-color: transparent;
    border-radius: 0px;
    font-weight: 200;
    float: right;
}

#package .card .card-body h1 {
    font-size: 20px;
    text-align: center;
    color: #034c53;
    font-weight: bold;
}

#package .card .card-body small {
    font-size: 16px;
    text-align: center !important;
}

#package .card .card-body h3 {
    font-size: 20px;
    text-align: center;
    color: #034c53;
    font-weight: bold;
}

#content-preview {
    max-width: 70%;
    margin: auto;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #content-preview {
        max-width: 100%;
    }
}

#catalog {
    margin-top: 50px;
}

#catalog .nav-tabs-container {
    margin-bottom: 20px;
}

#catalog .nav-tabs-container .nav-link {
    color: #000;
    font-weight: normal;
}

#catalog .nav-tabs-container .nav-link:hover,
#catalog .nav-tabs-container .nav-link.active,
#catalog .nav-tabs-container .nav-link:focus {
    background-color: #034c53;
    color: #fff;
}

#catalog .card-text {
    text-align: center;
    font-weight: bold;
    font-size: 14px !important;
}

#catalog .card img {
    width: 100%;
    background-color: #f0f0f0;
    height: 250px;
    object-fit: contain;
    border-radius: 10px 10px 0px 0px;
}

#catalog .card-body {
    padding: 10px;
}

#catalog .card-body h4 {
    text-align: center;
    font-size: 14px !important;
}

#catalog .card-footer {
    padding: 10px;
}

#catalog .card-footer a {
    background-color: #034c53;
    color: #fff;
    border-radius: 0px;
}
