/* xxl */
@media (min-width: 1600px) {
    .object1 {
        position: absolute;
        right: 10%;
        bottom: 10%;
        width: 5rem;
        z-index: 1;
    }

    .object2 {
        position: absolute;
        right: 8%;
        bottom: 15%;
        width: 32rem;
        z-index: 0;
    }

    .object3 {
        position: absolute; right:0; top:-2%;
    }

    .absolute {
        position: absolute !important;
    }
}

/* xl */
@media (min-width: 1200px) and (max-width:1599px) {
    .object1 {
        position: absolute;
        right: 10%;
        bottom: 10%;
        width: 5rem;
        z-index: 1;
    }

    .object2 {
        position: absolute;
        right: 8%;
        bottom: 15%;
        width: 32rem;
        z-index: 0;
    }

    .object3 {
        position: absolute; right:0; top:-2%; width: 30rem;
    }

    .absolute {
        position: absolute !important;
    }
}

/* lg */
@media (min-width: 992px) and (max-width:1199px) {
    .object1 {
        position: absolute;
        right: 5%;
        bottom: 10%;
        width: 5rem;
        z-index: 1;
    }

    .object2 {
        position: absolute;
        right: 8%;
        bottom: 15%;
        width: 36rem;
        z-index: 0;
    }

    .object3 {
        position: absolute; right:0; top:-2%; width: 30rem;
    }

    .absolute {
        position: absolute !important;
    }
}

/* md */
@media (min-width: 768px) and (max-width:991px) {
    .object1 {
        position: absolute;
        right: 5%;
        bottom: 5%;
        width: 4rem;
        z-index: 1;
    }

    .object2 {
        display: none;
    }

    .object3 {
        position: absolute; right:0; top:-2%; width: 25rem;
    }
}

/* sm */
@media (min-width: 576px) and (max-width:767.98px) {
    .object1 {
        position: absolute;
        right: 10%;
        bottom: 5%;
        width: 3rem;
        z-index: 1;
    }

    .object2 {
        position: absolute;
        right: 15%;
        bottom: 6%;
        width: 36rem;
        z-index: 0;
    }
}

/* xs */
@media (max-width:575.98px) {
    .flex-column-xs {
        flex-direction: column !important;
    }

    .image-wrapper.bg-cover {
        min-height: 10rem !important;
    }

    .navbar-expand-lg .navbar-brand {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-left: 0.8rem !important;
    }

    .navbar-expand-lg[class*=navbar-bg-]:not(.fancy):not(.extended):not(.fixed) .navbar-collapse .nav-link {
        padding-top: 0 !important;
    }

    .offcanvas-header {
        padding-left: 0.8rem !important;
    }

    .object1 {
        position: absolute;
        right: 10%;
        bottom: 5%;
        width: 3rem;
        z-index: 1;
    }

    .object2 {
        position: absolute;
        right: 3%;
        bottom: 6%;
        width: 40rem;
        z-index: 0;
    }

    .object3 {
        position: absolute; right:0%; top:-1%; width: 12rem;
    }

    .minitext {
        font-size: 1rem;
    }

    .textabout {
        font-size: 1rem !important;
    }

    .textaboutdetail {
        font-size: 0.5rem !important;
    }

    .swiper-controls .swiper-pagination {
        bottom: -1rem !important;
    }

    .footsize {
        font-size: 0.8rem !important;
    }
}


/* Font-weight */
.w400 {
    font-weight: 400 !important;
}

.w500 {
    font-weight: 500 !important;
}

.w600 {
    font-weight: 600 !important;
}

.w700 {
    font-weight: 700 !important;
}

.text-dark-blue {
    color: #03045A !important;
}

.text-light-blue {
    color: #1840A3 !important;
}

.box {
    position: relative;
    text-align: center;
    width: 100% !important;
}

.top-left {
    position: absolute;
    top: 5%;
    left: 5%;
}


.bottom-right {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.textbottom {
    position: absolute;
    bottom: 0%;
    transform: translate(-50%, 10%);
}

.pagination.pagination-alt .page-item .page-link {
    box-shadow: none !important;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #820405 !important;
    background-color: #820405 !important;
    transform: scale(1.2) !important;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    transform: scale(1.2) !important;
    background-color: #D9D9D9 !important;
}

.swiper-container .swiper img {
    height: 100%;
    object-fit: cover !important;
}
