/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2021 IMAJIKU.
*/


/* = GENERAL
-------------------------------------------------------------*/
.section {
    position: relative;
}

.card-feature-mjk-desc h3 {
    font-size: 28px;
    font-weight: 600;
}

.card-feature-mjk-desc p {
    font-weight: 400;
    line-height: 1.6;
}

.btn-mjk {
    background-color: #ed1b2f;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 30px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.btn-mjk:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.banner-top-box.variant-2 {
    padding-top: 90px;
    background-color: #ed1b2f;
}

.banner-top-box.variant-2 .img-banner-top {
    margin-bottom: -3px;
}

[data-aspect-ratio] {
    background-color: transparent;
}

/* = WELCOME
-------------------------------------------------------------*/
.section-welcome {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
}

.welcome-img-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.img-welcome {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    overflow: hidden;
}

/*.welcome-img-box a:hover img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}*/

/*condition photo slider for desktop*/
.welcome-img-desktop {
    display: block !important;
}

/*condition photo slider for mobile*/
.welcome-img-mobile {
    display: none !important;
}

/*cookie*/
.cookielawpop-box {
    background-color: #ffffff;
}

.cookielawpop-action .btn {
    font-size: 14px;
    padding: 10px 20px;
    color: var(--white) !important;
}

.cookielawpop-desc p {
    margin: 5px 0;
}

.cookielawpop-desc a {
    color: #ed1b2f;
}

.cookielawpop-modal .modal-body p {
    font-size: 14px;
}

.cookielawpop-modal .modal-body .btn-mjk {
    padding: 10px 20px;
    font-size: 14px;
}

.cookielawpop-modal .modal-body a {
    color: #ed1b2f;
}

.cookielawpop-modal .modal-body h5 {
    font-weight: 600;
}

/* = HOME
-------------------------------------------------------------*/
.home-hero {
    padding: 85px 30px 15px;
    background-color: #ed1b2f;
}

.home-hero .img-xlider {
    /*height: calc(100vh - 160px);*/
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.home-hero-slider {
    position: relative;
    overflow: hidden;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    border-radius: 30px;
}

.xlider-caption {
    display: none;
}

.xlider-item a:hover img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    object-fit: cover;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.card-feature-mjk-img img {
    width: 100%;
}

.home-intro {
    background-color: #ed1b2f;
    padding: 0 0 80px;
}


.home-intro .card-feature-mjk-desc {
    position: relative;
    min-height: 300px;
    padding: 100px 0 100px;
}

.home-intro .card-feature-mjk-desc:before {
    content: '';
    display: block;
    background-image: url('../images/global/zigzag-line-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: right;
    height: 130px;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: auto;
    z-index: 0;
    right: 45px;
}

.home-intro .card-feature-mjk-desc:after {
    content: '';
    display: block;
    background-image: url('../images/global/zigzag-line-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: left;
    height: 130px;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0px;
    z-index: 0;
    left: -100px;
}

.home-intro .card-feature-mjk-desc h1 {
    font-family: var(--font-family-1);
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 0.5px;
}

.home-intro .card-feature-mjk-desc p {
    font-size: 24px;
    color: #ffffff;
}

.home-intro .card-feature-mjk-img img {
    z-index: 2;
    position: relative;
}

/*home about*/
.home-about {
    padding: 30px 0 0;
}

.home-about:before {
    content: '';
    display: block;
    background-image: url('../images/global/bg-banner.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: unset;
    background-position: top;
    height: 300px;
    position: absolute;
    width: 100%;
    top: -280px;
    bottom: auto;
    z-index: 0;
}

.home-about .card-feature-mjk-desc p {
    font-size: 20px;
}

.home-about .card-feature-mjk-desc:before {
    content: '';
    display: block;
    background-image: url('../images/global/zigzag-y-line-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: right;
    height: 100px;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: auto;
    z-index: 0;
    right: 45px;
}

.home-about .card-feature-mjk-desc:after {
    content: '';
    display: block;
    background-image: url('../images/global/zigzag-y-line-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: left;
    height: 100px;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0px;
    z-index: 0;
    left: -100px;
}

.home-about .card-feature-mjk-desc {
    position: relative;
    min-height: 300px;
    padding: 100px 0 80px;
}

.home-about:after {
    content: '';
    display: block;
    background-image: url('../images/global/bg-top-1.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: unset;
    background-position: top;
    height: 207px;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: -206px;
    z-index: 1;
}

.home-about .card-feature-mjk-desc h4 {
    color: #3E3E3F;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

/*home service*/
.home-service {
    background-color: #1cb7d2;
    padding: 200px 0;
}

.home-service:after {
    content: '';
    display: block;
    background-image: url('../images/global/bg-bottom-1.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: unset;
    background-position: top;
    height: 205px;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: -2px;
    z-index: 1;
}

.home-service .title-primary h2 {
    color: #ffffff;
}

/*home CTA*/
.cta-bottom {
    padding: 50px 0px 20px;
}

.cta-bottom .card-feature-mjk-desc p {
    font-size: 20px;
}

/*card-icon*/
.card-box {
    position: relative;
    margin-bottom: 15px;
}

.card-icon-box .card-package {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card-icon-box .card-img {
    width: 70px;
    text-align: center;
    height: 70px;
    background-color: #ffe601;
    border-radius: 50%;
    padding: 15px;
    margin-right: 20px;
}

.card-icon-box .card-img img {
    width: 50px;
}

.home-service .card-title h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

.home-service .card-desc p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.home-service .card-desc ul li,
.home-service .card-desc ol li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.home-service .card-icon-box {
    position: relative;
    min-height: 300px;
    padding: 100px 0 100px;
}

.home-service .card-icon-box:before {
    content: '';
    display: block;
    background-image: url(../images/global/zigzag-line-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: right;
    height: 130px;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: auto;
    z-index: 0;
    right: 0px;
}

.home-service .card-icon-box:after {
    content: '';
    display: block;
    background-image: url(../images/global/zigzag-line-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: left;
    height: 130px;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0px;
    z-index: 0;
    left: 0px;
}

/* = PROMO
-------------------------------------------------------------*/
.section-promotions:before {
    content: '';
    display: block;
    background-image: url(../images/global/zigzag-y-line-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: right;
    height: 130px;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: auto;
    z-index: 0;
    right: 60px;
}

.card-promo-box {
    display: block;
    position: relative;
    z-index: 1;
}

.card-promo {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.card-promo-label {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
    text-align: center;
    z-index: 5;
}

.card-promo-label h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.card-promo-img {
    display: block;
    position: relative;
    background-color: transparent;
    margin-bottom: 10px;
}

.card-promo-img-item figure {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px
}

.card-promo-img-item img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.card-promo:hover .card-promo-label {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.card-promo:hover .card-promo-img-item img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    filter: brightness(40%);
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    object-fit: cover;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.promo-detail .article a {
    color: #ed1b2f;
}

.promo-detail .article-title h3 {
    font-size: 30px;
    font-weight: 600;
}

.promo-detail .article-post p {
    font-size: 16px;
}

.promo-detail .article-post ul li {
    font-size: 16px;
    margin-bottom: 3px;
}

.promo-detail .article {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.promo-detail .article-img-box {
    flex: 1;
    padding-right: 30px;
}

.promo-detail .article-desc-box {
    flex: 1;
}

/* = SERVICES
-------------------------------------------------------------*/
.section-services:before {
    content: '';
    display: block;
    background-image: url(../images/global/zigzag-y-line-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: left;
    height: 130px;
    position: absolute;
    width: 70%;
    top: 0px;
    bottom: auto;
    z-index: 0;
    left: 70px;
    right: auto;
    margin-left: 0px;
}

.service-item-img {
    position: relative;
    margin-right: 20px;
    width: 45%;
}

.service-item-img img {
    width: 350px;
    height: auto;
}

.service-item-list-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.service-item-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 47%;
    margin: 0 20px 20px 0px;
    background-color: white;
    border: 1px solid #6C6D70;
    padding: 15px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.service-item-list {
    width: 55%;
}

.service-item-list ul {
    list-style: none;
    padding-left: 0;
}

.service-item-list ul li {
    background-color: burlywood;
    padding: 10px;
    margin-bottom: 15px;
}

.service-item-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-item-title {
    margin-bottom: 10px;
}

.service-item-title h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.service-item-price {
    text-align: left;
}

.service-item-price h4 {
    font-size: 24px;
    font-weight: 600;
}

.service-item-title p {
    font-size: 16px;
    margin-top: 15px;
}

.section-services .nav-pills .nav-link.active,
.section-services .nav-pills .show>.nav-link {
    background-color: #ff0000;
    border-radius: 20px;
    color: #ffffff;
}

.section-services .nav-pills .nav-link {
    font-weight: 600;
    color: #6C6D70;
    font-size: 20px;
    margin-bottom: 5px;
}

.section-services .image-big-list-item.active {
    display: block;
}

.section-services .image-big-list-item {
    display: none;
    margin: 0 auto;
    text-align: center;
}

.section-services .image-small-list-item img {
    border: 3px solid #fff;
}

.section-services .image-small-list-item.active img {
    border: 3px solid #ddd;
}

/* = OUTLET
-------------------------------------------------------------*/
.section-outlet:before {
    content: '';
    display: block;
    background-image: url(../images/global/zigzag-y-line-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: unset;
    background-position: right;
    height: 130px;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: auto;
    z-index: 0;
    right: 60px;
}

.card-store-box {
    position: relative;
    padding-bottom: 10px;
}

.card-store {
    background-color: #1CB7D2;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 25px;
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;*/
    display: flex;
    flex-flow: column;
}

.card-store .card-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.card-store .card-title h3 {
    color: #E1E1E0;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 5px;
}

.card-store .card-title h3 a:hover {
    color: #FFE601;
}

.card-store .card-title p {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.card-store .card-info-list {
    padding-bottom: 15px;
}

.card-store .card-info-list ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0;
}

.card-store .card-info-list ul li {
    padding-bottom: 15px;
}

.card-store .card-info-list h4 {
    color: #E1E1E0;
    font-weight: 600;
    font-size: 24px;
}

.card-store .card-info-list p {
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.card-store .card-info-list p a {
    color: #ffffff;
}

.card-store .card-info-list p a:hover {
    color: #FFE601;
}

.card-store .card-action {
    padding-bottom: 10px;
}

.card-store .card-action .btn {
    font-size: 16px;
    background-color: white;
    color: #ed1b2f !important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    width: 100%;
    font-weight: 500;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.card-store .card-action .btn:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.filter-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.filter-menu li {
    display: block;
    padding: 10px 25px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #6C6D70;
    cursor: pointer;
    color: #6C6D70;
    font-size: 16px;
}

.filter-menu li:hover {
    background-color: #FFE601;
    color: #ED1B2F;
    border-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.filter-menu .active {
    background-color: #FFE601;
    color: #ED1B2F;
    border-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.filter-mjk-group-box {
    justify-content: flex-end;
}

.filter-mjk-group-box .select-mjk-box {
    display: block;
    padding: 0;
    margin: 0;
    background-color: #ffe601;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border: 1px solid #ffe601;
    color: #ffffff;
    font-size: 16px;
    min-width: 200px;
    height: 40px;
    padding-top: 1px;
}

.select-mjk-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    border: none;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ed1b2f;
    padding-left: 3px;
    font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ffffff;
    color: #ed1b2f !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ffe601;
    color: #ed1b2f !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ffffff;
    color: #6C6D70;
    height: 30px;
    font-size: 14px;
}

.select-mjk-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6C6D70;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ffe601;
    border: 1px solid #ffe601;
}

.select2-dropdown {
    border-radius: 10px;
    border: 1px solid #ffe601;
    background-color: #ffe601;
}

.select2-container--default .select2-results>.select2-results__options {
    padding-top: 2px;
    padding-bottom: 10px;
}

.select-mjk-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ed1b2f transparent transparent transparent;
}

.select-mjk-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ed1b2f transparent !important;
}

.select-mjk-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ed1b2f;
    font-weight: 500;
    padding-left: 15px;
}

.select2-results__option[aria-selected] {
    color: #ed1b2f;
    font-weight: 500;
}

.select2-results__option {
    background-color: #ffe601;
}

/* = CONTACT
-------------------------------------------------------------*/
.contact-box {
    position: relative;
    background-color: #ed1b2f;
    padding: 30px;
    border-radius: 25px;
}

.contact-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.contact-box ul li {
    list-style: none;
}

.contact-box ul li p {
    margin-bottom: 0;
}

.contact-box-featured {
    position: relative;
    border-bottom: 4px solid #ffffff;
    padding-bottom: 15px;
}

.contact-box-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.contact-box-list .contact-box-item .contact-icon {
    width: 30px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.contact-box-list .contact-box-item .contact-desc {
    display: flex;
    flex: 1;
    overflow-wrap: anywhere;
}

.contact-box-featured .contact-icon {
    background-color: #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 55px;
    padding: 5px;
    z-index: 1;
}

.contact-box-featured .contact-icon img {
    width: 45px;
    height: 45px;
    background-color: #3ECC0D;
    border-radius: 50%;
    padding: 10px 0px 10px;
    object-fit: contain;
}

.contact-box-featured .contact-desc {
    background-color: #ffffff;
    width: 100%;
    padding: 10px 10px 10px 20px;
    margin-left: -14px;
    z-index: 0;
    border-radius: 0px 25px 25px 0px;
}

.contact-box-featured .contact-desc p {
    color: #3ECC0D;
    font-weight: bold;
    font-size: 18px;
}

.contact-box a:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.contact-box-list .contact-icon img {
    width: 30px;
    height: auto;
}

.contact-box-list .contact-desc p {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.contact-box-list li {
    margin-top: 20px;
}

/* = FOOTER
-------------------------------------------------------------*/
.footer:before {
    content: '';
    display: block;
    background-image: url('../images/global/bg-footer.png');
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: unset;
    background-position: top;
    height: 120px;
    position: absolute;
    width: 100%;
    top: -1px;
}

.footer-middle {
    padding: 8rem 0 2rem;
}

.footer-middle p {
    padding-right: 35px;
}

.footer-middle .list-mjk-icon-item-desc {
    margin-bottom: 5px;
}

.footer-middle .list-mjk-icon-item-desc p {
    padding-right: 0;
}

.foo-logo img {
    margin: 0 auto;
}

.foo-menu-static {
    padding: 30px 0 20px;
}