/*************** CSS for Desktop ***************/
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes pulse {
    0% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        /* transform: scale(1); */
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		/* transform: scale(0.95); */
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
html, body, #main, #wrapper, .j-section {
    height: 100%;
}
html, body {
    background-color: #021708 !important;
}
#main, #wrapper {
    background-color: transparent !important;
}
body, #main, #wrapper {
    overflow: hidden;
}
.j-section {
    margin: 0 auto;
    max-width: 100%;
}
.j-bg {
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
}
body {
    background-image: url(../img/bg-nobt.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-attachment: fixed;
}
#main, #wrapper {
    background-color: transparent;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0;
}
.j-slider .img {
    width: 33.333333% !important;
    display: flex;
    align-items: flex-end;
    min-height: 6vw;
}
.slider-style-focus {
    padding: 0;
}
.slider-style-focus .flickity-slider>:not(.is-selected) {
    transform: scale(0.85);
}
.slider-style-focus .flickity-slider>.is-selected {
    opacity: 1 !important;
    transform: scale(1.08);
    z-index: 99;
    padding-bottom: 1vw;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1750px) {
}
@media (max-width: 1500px) {
}
@media (max-height: 660px) and (orientation: landscape) {

}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    body {
        background-position: center;
    	background-size: cover;
    }
    .j-section {
        height: 100dvh;
        min-height: auto !important;
        align-items: center;
    }
    .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
}
@media (max-height: 390px) and (min-width: 730px) and (orientation: landscape) {
    .j-section {
        max-width: 85%;
    }
}
@media (orientation: portrait) {
    body {
        background-image: url(../img/bg-mb.webp);
        background-position: center top;
    }
    .j-section {
        height: 100dvh;
        min-height: auto !important;
        align-items: flex-start;
        padding-top: 6vw !important;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-section {
        min-height: 0 !important;
    }
    .j-section .row {
        max-width: 70% !important;
    }
    .j-section .j-mSlider {
        max-width: 100% !important;
    }
    .col, .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .hide-for-small, [data-show=hide-for-small], .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: block !important;
    }
    .j-slider .img {
        width: 40% !important;
        min-height: 27.5vw;
    }
    .slider-style-focus .flickity-slider>.is-selected {
        padding-bottom: 4vw;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    body::before {
        display: none;
    }
    .j-section {
        max-width: 100%;
    }
    .j-slider .img {
        width: 40% !important;
        min-height: 27.5vw;
    }
    .slider-style-focus .flickity-slider>.is-selected {
        padding-bottom: 4vw;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}